cdk-lambda-subminute 2.0.477 → 2.0.478
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 +47 -16
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +308 -279
- package/node_modules/aws-sdk/apis/email-2010-12-01.min.json +55 -53
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +308 -292
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -124
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +3 -3
- package/node_modules/aws-sdk/clients/ec2.d.ts +47 -18
- package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +42 -14
- package/node_modules/aws-sdk/clients/securityhub.d.ts +22 -22
- package/node_modules/aws-sdk/clients/ses.d.ts +7 -2
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +500 -459
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -2842,13 +2842,13 @@
|
|
2842
2842
|
"Lte": {
|
2843
2843
|
"type": "double"
|
2844
2844
|
},
|
2845
|
-
"
|
2845
|
+
"Eq": {
|
2846
2846
|
"type": "double"
|
2847
2847
|
},
|
2848
|
-
"
|
2848
|
+
"Gt": {
|
2849
2849
|
"type": "double"
|
2850
2850
|
},
|
2851
|
-
"
|
2851
|
+
"Lt": {
|
2852
2852
|
"type": "double"
|
2853
2853
|
}
|
2854
2854
|
}
|
@@ -437,11 +437,11 @@ declare class EC2 extends Service {
|
|
437
437
|
*/
|
438
438
|
copyFpgaImage(callback?: (err: AWSError, data: EC2.Types.CopyFpgaImageResult) => void): Request<EC2.Types.CopyFpgaImageResult, AWSError>;
|
439
439
|
/**
|
440
|
-
* Initiates
|
440
|
+
* Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. When you copy an AMI from one Region to another, the destination Region is the current Region. When you copy an AMI from a Region to an Outpost, specify the ARN of the Outpost as the destination. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region or the key that you specify. Outposts do not support unencrypted snapshots. For information about the prerequisites when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.
|
441
441
|
*/
|
442
442
|
copyImage(params: EC2.Types.CopyImageRequest, callback?: (err: AWSError, data: EC2.Types.CopyImageResult) => void): Request<EC2.Types.CopyImageResult, AWSError>;
|
443
443
|
/**
|
444
|
-
* Initiates
|
444
|
+
* Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. When you copy an AMI from one Region to another, the destination Region is the current Region. When you copy an AMI from a Region to an Outpost, specify the ARN of the Outpost as the destination. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region or the key that you specify. Outposts do not support unencrypted snapshots. For information about the prerequisites when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.
|
445
445
|
*/
|
446
446
|
copyImage(callback?: (err: AWSError, data: EC2.Types.CopyImageResult) => void): Request<EC2.Types.CopyImageResult, AWSError>;
|
447
447
|
/**
|
@@ -1453,11 +1453,11 @@ declare class EC2 extends Service {
|
|
1453
1453
|
*/
|
1454
1454
|
deleteRouteTable(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1455
1455
|
/**
|
1456
|
-
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.
|
1456
|
+
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group in the same VPC, the operation fails with DependencyViolation.
|
1457
1457
|
*/
|
1458
1458
|
deleteSecurityGroup(params: EC2.Types.DeleteSecurityGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1459
1459
|
/**
|
1460
|
-
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.
|
1460
|
+
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group in the same VPC, the operation fails with DependencyViolation.
|
1461
1461
|
*/
|
1462
1462
|
deleteSecurityGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1463
1463
|
/**
|
@@ -2677,11 +2677,11 @@ declare class EC2 extends Service {
|
|
2677
2677
|
*/
|
2678
2678
|
describeSpotPriceHistory(callback?: (err: AWSError, data: EC2.Types.DescribeSpotPriceHistoryResult) => void): Request<EC2.Types.DescribeSpotPriceHistoryResult, AWSError>;
|
2679
2679
|
/**
|
2680
|
-
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in
|
2680
|
+
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
|
2681
2681
|
*/
|
2682
2682
|
describeStaleSecurityGroups(params: EC2.Types.DescribeStaleSecurityGroupsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeStaleSecurityGroupsResult) => void): Request<EC2.Types.DescribeStaleSecurityGroupsResult, AWSError>;
|
2683
2683
|
/**
|
2684
|
-
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in
|
2684
|
+
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
|
2685
2685
|
*/
|
2686
2686
|
describeStaleSecurityGroups(callback?: (err: AWSError, data: EC2.Types.DescribeStaleSecurityGroupsResult) => void): Request<EC2.Types.DescribeStaleSecurityGroupsResult, AWSError>;
|
2687
2687
|
/**
|
@@ -3141,11 +3141,11 @@ declare class EC2 extends Service {
|
|
3141
3141
|
*/
|
3142
3142
|
disableSerialConsoleAccess(callback?: (err: AWSError, data: EC2.Types.DisableSerialConsoleAccessResult) => void): Request<EC2.Types.DisableSerialConsoleAccessResult, AWSError>;
|
3143
3143
|
/**
|
3144
|
-
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region.
|
3144
|
+
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region. Enabling block public access for snapshots in block-all-sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you disable block public access , these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide .
|
3145
3145
|
*/
|
3146
3146
|
disableSnapshotBlockPublicAccess(params: EC2.Types.DisableSnapshotBlockPublicAccessRequest, callback?: (err: AWSError, data: EC2.Types.DisableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.DisableSnapshotBlockPublicAccessResult, AWSError>;
|
3147
3147
|
/**
|
3148
|
-
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region.
|
3148
|
+
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region. Enabling block public access for snapshots in block-all-sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you disable block public access , these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide .
|
3149
3149
|
*/
|
3150
3150
|
disableSnapshotBlockPublicAccess(callback?: (err: AWSError, data: EC2.Types.DisableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.DisableSnapshotBlockPublicAccessResult, AWSError>;
|
3151
3151
|
/**
|
@@ -3397,11 +3397,11 @@ declare class EC2 extends Service {
|
|
3397
3397
|
*/
|
3398
3398
|
enableSerialConsoleAccess(callback?: (err: AWSError, data: EC2.Types.EnableSerialConsoleAccessResult) => void): Request<EC2.Types.EnableSerialConsoleAccessResult, AWSError>;
|
3399
3399
|
/**
|
3400
|
-
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify.
|
3400
|
+
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify. Enabling block public access for snapshots in block all sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you later disable block public access or change the mode to block new sharing, these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide.
|
3401
3401
|
*/
|
3402
3402
|
enableSnapshotBlockPublicAccess(params: EC2.Types.EnableSnapshotBlockPublicAccessRequest, callback?: (err: AWSError, data: EC2.Types.EnableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.EnableSnapshotBlockPublicAccessResult, AWSError>;
|
3403
3403
|
/**
|
3404
|
-
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify.
|
3404
|
+
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify. Enabling block public access for snapshots in block all sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you later disable block public access or change the mode to block new sharing, these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide.
|
3405
3405
|
*/
|
3406
3406
|
enableSnapshotBlockPublicAccess(callback?: (err: AWSError, data: EC2.Types.EnableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.EnableSnapshotBlockPublicAccessResult, AWSError>;
|
3407
3407
|
/**
|
@@ -8716,7 +8716,7 @@ declare namespace EC2 {
|
|
8716
8716
|
*/
|
8717
8717
|
Description?: String;
|
8718
8718
|
/**
|
8719
|
-
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see
|
8719
|
+
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see Use encryption with EBS-backed AMIs in the Amazon EC2 User Guide.
|
8720
8720
|
*/
|
8721
8721
|
Encrypted?: Boolean;
|
8722
8722
|
/**
|
@@ -12182,7 +12182,7 @@ declare namespace EC2 {
|
|
12182
12182
|
*/
|
12183
12183
|
Destination?: String;
|
12184
12184
|
/**
|
12185
|
-
* The metric
|
12185
|
+
* The metric used for the network performance request.
|
12186
12186
|
*/
|
12187
12187
|
Metric?: MetricType;
|
12188
12188
|
/**
|
@@ -12208,7 +12208,7 @@ declare namespace EC2 {
|
|
12208
12208
|
*/
|
12209
12209
|
Destination?: String;
|
12210
12210
|
/**
|
12211
|
-
* The metric used for the network performance request.
|
12211
|
+
* The metric used for the network performance request.
|
12212
12212
|
*/
|
12213
12213
|
Metric?: MetricType;
|
12214
12214
|
/**
|
@@ -15275,7 +15275,7 @@ declare namespace EC2 {
|
|
15275
15275
|
}
|
15276
15276
|
export interface DescribeInstanceStatusRequest {
|
15277
15277
|
/**
|
15278
|
-
* The filters. availability-zone - The Availability Zone of the instance. event.code - The code for the scheduled event (instance-reboot | system-reboot | system-maintenance | instance-retirement | instance-stop). event.description - A description of the event. event.instance-event-id - The ID of the event whose date and time you are modifying. event.not-after - The latest end time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before - The earliest start time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before-deadline - The deadline for starting the event (for example, 2014-09-15T17:15:20.000Z). instance-state-code - The code for the instance state, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-status.reachability - Filters on instance status where the name is reachability (passed | failed | initializing | insufficient-data). instance-status.status - The status of the instance (ok | impaired | initializing | insufficient-data | not-applicable). system-status.reachability - Filters on system status where the name is reachability (passed | failed | initializing | insufficient-data). system-status.status - The system status of the instance (ok | impaired | initializing | insufficient-data | not-applicable).
|
15278
|
+
* The filters. availability-zone - The Availability Zone of the instance. event.code - The code for the scheduled event (instance-reboot | system-reboot | system-maintenance | instance-retirement | instance-stop). event.description - A description of the event. event.instance-event-id - The ID of the event whose date and time you are modifying. event.not-after - The latest end time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before - The earliest start time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before-deadline - The deadline for starting the event (for example, 2014-09-15T17:15:20.000Z). instance-state-code - The code for the instance state, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-status.reachability - Filters on instance status where the name is reachability (passed | failed | initializing | insufficient-data). instance-status.status - The status of the instance (ok | impaired | initializing | insufficient-data | not-applicable). system-status.reachability - Filters on system status where the name is reachability (passed | failed | initializing | insufficient-data). system-status.status - The system status of the instance (ok | impaired | initializing | insufficient-data | not-applicable). attached-ebs-status.status - The status of the attached EBS volume for the instance (ok | impaired | initializing | insufficient-data | not-applicable).
|
15279
15279
|
*/
|
15280
15280
|
Filters?: FilterList;
|
15281
15281
|
/**
|
@@ -19690,6 +19690,31 @@ declare namespace EC2 {
|
|
19690
19690
|
MaximumIops?: MaximumIops;
|
19691
19691
|
}
|
19692
19692
|
export type EbsOptimizedSupport = "unsupported"|"supported"|"default"|string;
|
19693
|
+
export interface EbsStatusDetails {
|
19694
|
+
/**
|
19695
|
+
* The date and time when the attached EBS status check failed.
|
19696
|
+
*/
|
19697
|
+
ImpairedSince?: MillisecondDateTime;
|
19698
|
+
/**
|
19699
|
+
* The name of the attached EBS status check.
|
19700
|
+
*/
|
19701
|
+
Name?: StatusName;
|
19702
|
+
/**
|
19703
|
+
* The result of the attached EBS status check.
|
19704
|
+
*/
|
19705
|
+
Status?: StatusType;
|
19706
|
+
}
|
19707
|
+
export type EbsStatusDetailsList = EbsStatusDetails[];
|
19708
|
+
export interface EbsStatusSummary {
|
19709
|
+
/**
|
19710
|
+
* Details about the attached EBS status check for an instance.
|
19711
|
+
*/
|
19712
|
+
Details?: EbsStatusDetailsList;
|
19713
|
+
/**
|
19714
|
+
* The current status.
|
19715
|
+
*/
|
19716
|
+
Status?: SummaryStatus;
|
19717
|
+
}
|
19693
19718
|
export interface Ec2InstanceConnectEndpoint {
|
19694
19719
|
/**
|
19695
19720
|
* The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.
|
@@ -20264,7 +20289,7 @@ declare namespace EC2 {
|
|
20264
20289
|
}
|
20265
20290
|
export interface EnableSnapshotBlockPublicAccessRequest {
|
20266
20291
|
/**
|
20267
|
-
* The mode in which to enable block public access for snapshots for the Region. Specify one of the following values: block-all-sharing - Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available.
|
20292
|
+
* The mode in which to enable block public access for snapshots for the Region. Specify one of the following values: block-all-sharing - Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available. block-new-sharing - Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already publicly shared, remain publicly available. unblocked is not a valid value for EnableSnapshotBlockPublicAccess.
|
20268
20293
|
*/
|
20269
20294
|
State: SnapshotBlockPublicAccessState;
|
20270
20295
|
/**
|
@@ -25442,6 +25467,10 @@ declare namespace EC2 {
|
|
25442
25467
|
* Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
|
25443
25468
|
*/
|
25444
25469
|
SystemStatus?: InstanceStatusSummary;
|
25470
|
+
/**
|
25471
|
+
* Reports impaired functionality that stems from an attached Amazon EBS volume that is unreachable and unable to complete I/O operations.
|
25472
|
+
*/
|
25473
|
+
AttachedEbsStatus?: EbsStatusSummary;
|
25445
25474
|
}
|
25446
25475
|
export interface InstanceStatusDetails {
|
25447
25476
|
/**
|
@@ -29581,7 +29610,7 @@ declare namespace EC2 {
|
|
29581
29610
|
*/
|
29582
29611
|
CustomerOwnedIpv4Pool?: CoipPoolId;
|
29583
29612
|
/**
|
29584
|
-
* Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
|
29613
|
+
* Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. You must first configure a NAT gateway in a public subnet (separate from the subnet containing the IPv6-only workloads). For example, the subnet containing the NAT gateway should have a 0.0.0.0/0 route pointing to the internet gateway. For more information, see Configure DNS64 and NAT64 in the Amazon VPC User Guide.
|
29585
29614
|
*/
|
29586
29615
|
EnableDns64?: AttributeBooleanValue;
|
29587
29616
|
/**
|
@@ -29771,7 +29800,7 @@ declare namespace EC2 {
|
|
29771
29800
|
*/
|
29772
29801
|
PropagationDefaultRouteTableId?: TransitGatewayRouteTableId;
|
29773
29802
|
/**
|
29774
|
-
* A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The modify ASN operation is not allowed on a transit gateway
|
29803
|
+
* A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The modify ASN operation is not allowed on a transit gateway if it has the following attachments: Dynamic VPN Static VPN Direct Connect Gateway Connect You must first delete all transit gateway attachments configured prior to modifying the ASN on the transit gateway.
|
29775
29804
|
*/
|
29776
29805
|
AmazonSideAsn?: Long;
|
29777
29806
|
}
|
@@ -33555,7 +33584,7 @@ declare namespace EC2 {
|
|
33555
33584
|
*/
|
33556
33585
|
NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList;
|
33557
33586
|
/**
|
33558
|
-
* The ID of the AMI in the format ami-
|
33587
|
+
* The ID of the AMI in the format ami-0ac394d6a3example. Alternatively, you can specify a Systems Manager parameter, using one of the following formats. The Systems Manager parameter will resolve to an AMI ID on launch. To reference a public parameter: resolve:ssm:public-parameter To reference a parameter stored in the same account: resolve:ssm:parameter-name resolve:ssm:parameter-name:version-number resolve:ssm:parameter-name:label To reference a parameter shared from another Amazon Web Services account: resolve:ssm:parameter-ARN resolve:ssm:parameter-ARN:version-number resolve:ssm:parameter-ARN:label For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon EC2 User Guide. If the launch template will be used for an EC2 Fleet or Spot Fleet, note the following: Only EC2 Fleets of type instant support specifying a Systems Manager parameter. For EC2 Fleets of type maintain or request, or for Spot Fleets, you must specify the AMI ID.
|
33559
33588
|
*/
|
33560
33589
|
ImageId?: ImageId;
|
33561
33590
|
/**
|
@@ -4498,6 +4498,10 @@ declare namespace Glue {
|
|
4498
4498
|
* A mode that describes how a job was created. Valid values are: SCRIPT - The job was created using the Glue Studio script editor. VISUAL - The job was created using the Glue Studio visual editor. NOTEBOOK - The job was created using an interactive sessions notebook. When the JobMode field is missing or null, SCRIPT is assigned as the default value.
|
4499
4499
|
*/
|
4500
4500
|
JobMode?: JobMode;
|
4501
|
+
/**
|
4502
|
+
* Specifies whether job run queuing is enabled for the job runs for this job. A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing. If this field does not match the value set in the job run, then the value from the job run field will be used.
|
4503
|
+
*/
|
4504
|
+
JobRunQueuingEnabled?: NullableBoolean;
|
4501
4505
|
/**
|
4502
4506
|
* Description of the job being defined.
|
4503
4507
|
*/
|
@@ -9256,6 +9260,10 @@ declare namespace Glue {
|
|
9256
9260
|
* A mode that describes how a job was created. Valid values are: SCRIPT - The job was created using the Glue Studio script editor. VISUAL - The job was created using the Glue Studio visual editor. NOTEBOOK - The job was created using an interactive sessions notebook. When the JobMode field is missing or null, SCRIPT is assigned as the default value.
|
9257
9261
|
*/
|
9258
9262
|
JobMode?: JobMode;
|
9263
|
+
/**
|
9264
|
+
* Specifies whether job run queuing is enabled for the job runs for this job. A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing. If this field does not match the value set in the job run, then the value from the job run field will be used.
|
9265
|
+
*/
|
9266
|
+
JobRunQueuingEnabled?: NullableBoolean;
|
9259
9267
|
/**
|
9260
9268
|
* A description of the job.
|
9261
9269
|
*/
|
@@ -9447,6 +9455,10 @@ declare namespace Glue {
|
|
9447
9455
|
* A mode that describes how a job was created. Valid values are: SCRIPT - The job was created using the Glue Studio script editor. VISUAL - The job was created using the Glue Studio visual editor. NOTEBOOK - The job was created using an interactive sessions notebook. When the JobMode field is missing or null, SCRIPT is assigned as the default value.
|
9448
9456
|
*/
|
9449
9457
|
JobMode?: JobMode;
|
9458
|
+
/**
|
9459
|
+
* Specifies whether job run queuing is enabled for the job run. A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.
|
9460
|
+
*/
|
9461
|
+
JobRunQueuingEnabled?: NullableBoolean;
|
9450
9462
|
/**
|
9451
9463
|
* The date and time at which this job run was started.
|
9452
9464
|
*/
|
@@ -9531,6 +9543,10 @@ declare namespace Glue {
|
|
9531
9543
|
* The name of an Glue usage profile associated with the job run.
|
9532
9544
|
*/
|
9533
9545
|
ProfileName?: NameString;
|
9546
|
+
/**
|
9547
|
+
* This field holds details that pertain to the state of a job run. The field is nullable. For example, when a job run is in a WAITING state as a result of job run queuing, the field has the reason why the job run is in that state.
|
9548
|
+
*/
|
9549
|
+
StateDetail?: OrchestrationMessageString;
|
9534
9550
|
}
|
9535
9551
|
export type JobRunList = JobRun[];
|
9536
9552
|
export type JobRunState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|"SUCCEEDED"|"FAILED"|"TIMEOUT"|"ERROR"|"WAITING"|"EXPIRED"|string;
|
@@ -9539,6 +9555,10 @@ declare namespace Glue {
|
|
9539
9555
|
* A mode that describes how a job was created. Valid values are: SCRIPT - The job was created using the Glue Studio script editor. VISUAL - The job was created using the Glue Studio visual editor. NOTEBOOK - The job was created using an interactive sessions notebook. When the JobMode field is missing or null, SCRIPT is assigned as the default value.
|
9540
9556
|
*/
|
9541
9557
|
JobMode?: JobMode;
|
9558
|
+
/**
|
9559
|
+
* Specifies whether job run queuing is enabled for the job runs for this job. A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing. If this field does not match the value set in the job run, then the value from the job run field will be used.
|
9560
|
+
*/
|
9561
|
+
JobRunQueuingEnabled?: NullableBoolean;
|
9542
9562
|
/**
|
9543
9563
|
* Description of the job being defined.
|
9544
9564
|
*/
|
@@ -11061,6 +11081,7 @@ declare namespace Glue {
|
|
11061
11081
|
export type OrchestrationArgumentsMap = {[key: string]: OrchestrationArgumentsValue};
|
11062
11082
|
export type OrchestrationArgumentsValue = string;
|
11063
11083
|
export type OrchestrationIAMRoleArn = string;
|
11084
|
+
export type OrchestrationMessageString = string;
|
11064
11085
|
export type OrchestrationNameString = string;
|
11065
11086
|
export type OrchestrationPageSize200 = number;
|
11066
11087
|
export type OrchestrationPageSize25 = number;
|
@@ -13331,6 +13352,10 @@ declare namespace Glue {
|
|
13331
13352
|
* The name of the job definition to use.
|
13332
13353
|
*/
|
13333
13354
|
JobName: NameString;
|
13355
|
+
/**
|
13356
|
+
* Specifies whether job run queuing is enabled for the job run. A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.
|
13357
|
+
*/
|
13358
|
+
JobRunQueuingEnabled?: NullableBoolean;
|
13334
13359
|
/**
|
13335
13360
|
* The ID of a previous JobRun to retry.
|
13336
13361
|
*/
|
@@ -23,11 +23,11 @@ declare class Lambda extends Service {
|
|
23
23
|
*/
|
24
24
|
addLayerVersionPermission(callback?: (err: AWSError, data: Lambda.Types.AddLayerVersionPermissionResponse) => void): Request<Lambda.Types.AddLayerVersionPermissionResponse, AWSError>;
|
25
25
|
/**
|
26
|
-
* Grants an Amazon Web
|
26
|
+
* Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST. To grant permission to another account, specify the account ID as the Principal. To grant permission to an organization defined in Organizations, specify the organization ID as the PrincipalOrgID. For Amazon Web Servicesservices, the principal is a domain-style identifier that the service defines, such as s3.amazonaws.com or sns.amazonaws.com. For Amazon Web Servicesservices, you can also specify the ARN of the associated resource as the SourceArn. If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function. This operation adds a statement to a resource-based permissions policy for the function. For more information about function policies, see Using resource-based policies for Lambda.
|
27
27
|
*/
|
28
28
|
addPermission(params: Lambda.Types.AddPermissionRequest, callback?: (err: AWSError, data: Lambda.Types.AddPermissionResponse) => void): Request<Lambda.Types.AddPermissionResponse, AWSError>;
|
29
29
|
/**
|
30
|
-
* Grants an Amazon Web
|
30
|
+
* Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST. To grant permission to another account, specify the account ID as the Principal. To grant permission to an organization defined in Organizations, specify the organization ID as the PrincipalOrgID. For Amazon Web Servicesservices, the principal is a domain-style identifier that the service defines, such as s3.amazonaws.com or sns.amazonaws.com. For Amazon Web Servicesservices, you can also specify the ARN of the associated resource as the SourceArn. If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function. This operation adds a statement to a resource-based permissions policy for the function. For more information about function policies, see Using resource-based policies for Lambda.
|
31
31
|
*/
|
32
32
|
addPermission(callback?: (err: AWSError, data: Lambda.Types.AddPermissionResponse) => void): Request<Lambda.Types.AddPermissionResponse, AWSError>;
|
33
33
|
/**
|
@@ -55,11 +55,11 @@ declare class Lambda extends Service {
|
|
55
55
|
*/
|
56
56
|
createEventSourceMapping(callback?: (err: AWSError, data: Lambda.Types.EventSourceMappingConfiguration) => void): Request<Lambda.Types.EventSourceMappingConfiguration, AWSError>;
|
57
57
|
/**
|
58
|
-
* Creates a Lambda function. To create a function, you need a deployment package and an execution role. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web
|
58
|
+
* Creates a Lambda function. To create a function, you need a deployment package and an execution role. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Servicesservices, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing. If the deployment package is a container image, then you set the package type to Image. For a container image, the code property must include the URI of a container image in the Amazon ECR registry. You do not need to specify the handler and runtime properties. If the deployment package is a .zip file archive, then you set the package type to Zip. For a .zip file archive, the code property specifies the location of the .zip file. You must also specify the handler and runtime properties. The code in the deployment package must be compatible with the target instruction set architecture of the function (x86-64 or arm64). If you do not specify the architecture, then the default value is x86-64. When you create a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute or so. During this time, you can't invoke or modify the function. The State, StateReason, and StateReasonCode fields in the response from GetFunctionConfiguration indicate when the function is ready to invoke. For more information, see Lambda function states. A function has an unpublished version, and can have published versions and aliases. The unpublished version changes when you update your function's code and configuration. A published version is a snapshot of your function code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be changed to map to a different version. Use the Publish parameter to create version 1 of your function from its initial configuration. The other parameters let you configure version-specific and function-level settings. You can modify version-specific settings later with UpdateFunctionConfiguration. Function-level settings apply to both the unpublished and published versions of the function, and include tags (TagResource) and per-function concurrency limits (PutFunctionConcurrency). You can use code signing if your deployment package is a .zip file archive. To enable code signing for this function, specify the ARN of a code-signing configuration. When a user attempts to deploy a code package with UpdateFunctionCode, Lambda checks that the code package has a valid signature from a trusted publisher. The code-signing configuration includes set of signing profiles, which define the trusted publishers for this function. If another Amazon Web Services account or an Amazon Web Servicesservice invokes your function, use AddPermission to grant permission by creating a resource-based Identity and Access Management (IAM) policy. You can grant permissions at the function level, on a version, or on an alias. To invoke your function directly, use Invoke. To invoke your function in response to events in other Amazon Web Servicesservices, create an event source mapping (CreateEventSourceMapping), or configure a function trigger in the other service. For more information, see Invoking Lambda functions.
|
59
59
|
*/
|
60
60
|
createFunction(params: Lambda.Types.CreateFunctionRequest, callback?: (err: AWSError, data: Lambda.Types.FunctionConfiguration) => void): Request<Lambda.Types.FunctionConfiguration, AWSError>;
|
61
61
|
/**
|
62
|
-
* Creates a Lambda function. To create a function, you need a deployment package and an execution role. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web
|
62
|
+
* Creates a Lambda function. To create a function, you need a deployment package and an execution role. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Servicesservices, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing. If the deployment package is a container image, then you set the package type to Image. For a container image, the code property must include the URI of a container image in the Amazon ECR registry. You do not need to specify the handler and runtime properties. If the deployment package is a .zip file archive, then you set the package type to Zip. For a .zip file archive, the code property specifies the location of the .zip file. You must also specify the handler and runtime properties. The code in the deployment package must be compatible with the target instruction set architecture of the function (x86-64 or arm64). If you do not specify the architecture, then the default value is x86-64. When you create a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute or so. During this time, you can't invoke or modify the function. The State, StateReason, and StateReasonCode fields in the response from GetFunctionConfiguration indicate when the function is ready to invoke. For more information, see Lambda function states. A function has an unpublished version, and can have published versions and aliases. The unpublished version changes when you update your function's code and configuration. A published version is a snapshot of your function code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be changed to map to a different version. Use the Publish parameter to create version 1 of your function from its initial configuration. The other parameters let you configure version-specific and function-level settings. You can modify version-specific settings later with UpdateFunctionConfiguration. Function-level settings apply to both the unpublished and published versions of the function, and include tags (TagResource) and per-function concurrency limits (PutFunctionConcurrency). You can use code signing if your deployment package is a .zip file archive. To enable code signing for this function, specify the ARN of a code-signing configuration. When a user attempts to deploy a code package with UpdateFunctionCode, Lambda checks that the code package has a valid signature from a trusted publisher. The code-signing configuration includes set of signing profiles, which define the trusted publishers for this function. If another Amazon Web Services account or an Amazon Web Servicesservice invokes your function, use AddPermission to grant permission by creating a resource-based Identity and Access Management (IAM) policy. You can grant permissions at the function level, on a version, or on an alias. To invoke your function directly, use Invoke. To invoke your function in response to events in other Amazon Web Servicesservices, create an event source mapping (CreateEventSourceMapping), or configure a function trigger in the other service. For more information, see Invoking Lambda functions.
|
63
63
|
*/
|
64
64
|
createFunction(callback?: (err: AWSError, data: Lambda.Types.FunctionConfiguration) => void): Request<Lambda.Types.FunctionConfiguration, AWSError>;
|
65
65
|
/**
|
@@ -95,11 +95,11 @@ declare class Lambda extends Service {
|
|
95
95
|
*/
|
96
96
|
deleteEventSourceMapping(callback?: (err: AWSError, data: Lambda.Types.EventSourceMappingConfiguration) => void): Request<Lambda.Types.EventSourceMappingConfiguration, AWSError>;
|
97
97
|
/**
|
98
|
-
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web
|
98
|
+
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Servicesservices and resources that invoke your function directly, delete the trigger in the service where you originally configured it.
|
99
99
|
*/
|
100
100
|
deleteFunction(params: Lambda.Types.DeleteFunctionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
101
101
|
/**
|
102
|
-
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web
|
102
|
+
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Servicesservices and resources that invoke your function directly, delete the trigger in the service where you originally configured it.
|
103
103
|
*/
|
104
104
|
deleteFunction(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
105
105
|
/**
|
@@ -479,11 +479,11 @@ declare class Lambda extends Service {
|
|
479
479
|
*/
|
480
480
|
removeLayerVersionPermission(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
481
481
|
/**
|
482
|
-
* Revokes function-use permission from an Amazon Web
|
482
|
+
* Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account. You can get the ID of the statement from the output of GetPolicy.
|
483
483
|
*/
|
484
484
|
removePermission(params: Lambda.Types.RemovePermissionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
485
485
|
/**
|
486
|
-
* Revokes function-use permission from an Amazon Web
|
486
|
+
* Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account. You can get the ID of the statement from the output of GetPolicy.
|
487
487
|
*/
|
488
488
|
removePermission(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
489
489
|
/**
|
@@ -535,11 +535,11 @@ declare class Lambda extends Service {
|
|
535
535
|
*/
|
536
536
|
updateFunctionCode(callback?: (err: AWSError, data: Lambda.Types.FunctionConfiguration) => void): Request<Lambda.Types.FunctionConfiguration, AWSError>;
|
537
537
|
/**
|
538
|
-
* Modify the version-specific settings of a Lambda function. When you update a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify the function, but you can still invoke it. The LastUpdateStatus, LastUpdateStatusReason, and LastUpdateStatusReasonCode fields in the response from GetFunctionConfiguration indicate when the update is complete and the function is processing events with the new configuration. For more information, see Lambda function states. These settings can vary between versions of a function and are locked when you publish a version. You can't modify the configuration of a published version, only the unpublished version. To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an Amazon Web Services account or Amazon Web
|
538
|
+
* Modify the version-specific settings of a Lambda function. When you update a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify the function, but you can still invoke it. The LastUpdateStatus, LastUpdateStatusReason, and LastUpdateStatusReasonCode fields in the response from GetFunctionConfiguration indicate when the update is complete and the function is processing events with the new configuration. For more information, see Lambda function states. These settings can vary between versions of a function and are locked when you publish a version. You can't modify the configuration of a published version, only the unpublished version. To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an Amazon Web Services account or Amazon Web Servicesservice, use AddPermission.
|
539
539
|
*/
|
540
540
|
updateFunctionConfiguration(params: Lambda.Types.UpdateFunctionConfigurationRequest, callback?: (err: AWSError, data: Lambda.Types.FunctionConfiguration) => void): Request<Lambda.Types.FunctionConfiguration, AWSError>;
|
541
541
|
/**
|
542
|
-
* Modify the version-specific settings of a Lambda function. When you update a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify the function, but you can still invoke it. The LastUpdateStatus, LastUpdateStatusReason, and LastUpdateStatusReasonCode fields in the response from GetFunctionConfiguration indicate when the update is complete and the function is processing events with the new configuration. For more information, see Lambda function states. These settings can vary between versions of a function and are locked when you publish a version. You can't modify the configuration of a published version, only the unpublished version. To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an Amazon Web Services account or Amazon Web
|
542
|
+
* Modify the version-specific settings of a Lambda function. When you update a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify the function, but you can still invoke it. The LastUpdateStatus, LastUpdateStatusReason, and LastUpdateStatusReasonCode fields in the response from GetFunctionConfiguration indicate when the update is complete and the function is processing events with the new configuration. For more information, see Lambda function states. These settings can vary between versions of a function and are locked when you publish a version. You can't modify the configuration of a published version, only the unpublished version. To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an Amazon Web Services account or Amazon Web Servicesservice, use AddPermission.
|
543
543
|
*/
|
544
544
|
updateFunctionConfiguration(callback?: (err: AWSError, data: Lambda.Types.FunctionConfiguration) => void): Request<Lambda.Types.FunctionConfiguration, AWSError>;
|
545
545
|
/**
|
@@ -695,15 +695,15 @@ declare namespace Lambda {
|
|
695
695
|
*/
|
696
696
|
Action: Action;
|
697
697
|
/**
|
698
|
-
* The Amazon Web
|
698
|
+
* The Amazon Web Servicesservice or Amazon Web Services account that invokes the function. If you specify a service, use SourceArn or SourceAccount to limit who can invoke the function through that service.
|
699
699
|
*/
|
700
700
|
Principal: Principal;
|
701
701
|
/**
|
702
|
-
* For Amazon Web
|
702
|
+
* For Amazon Web Servicesservices, the ARN of the Amazon Web Services resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic. Note that Lambda configures the comparison using the StringLike operator.
|
703
703
|
*/
|
704
704
|
SourceArn?: Arn;
|
705
705
|
/**
|
706
|
-
* For Amazon Web
|
706
|
+
* For Amazon Web Servicesservice, the ID of the Amazon Web Services account that owns the resource. Use this together with SourceArn to ensure that the specified account owns the resource. It is possible for an Amazon S3 bucket to be deleted by its owner and recreated by another account.
|
707
707
|
*/
|
708
708
|
SourceAccount?: SourceOwner;
|
709
709
|
/**
|
@@ -999,6 +999,10 @@ declare namespace Lambda {
|
|
999
999
|
* Specific configuration settings for a DocumentDB event source.
|
1000
1000
|
*/
|
1001
1001
|
DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig;
|
1002
|
+
/**
|
1003
|
+
* The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's filter criteria. By default, Lambda does not encrypt your filter criteria object. Specify this property to encrypt data using your own customer managed key.
|
1004
|
+
*/
|
1005
|
+
KMSKeyArn?: KMSKeyArn;
|
1002
1006
|
}
|
1003
1007
|
export interface CreateFunctionRequest {
|
1004
1008
|
/**
|
@@ -1337,7 +1341,7 @@ declare namespace Lambda {
|
|
1337
1341
|
*/
|
1338
1342
|
EventSourceArn?: Arn;
|
1339
1343
|
/**
|
1340
|
-
* An object that defines the filter criteria that determine whether Lambda should process an event. For more information, see Lambda event filtering.
|
1344
|
+
* An object that defines the filter criteria that determine whether Lambda should process an event. For more information, see Lambda event filtering. If filter criteria is encrypted, this field shows up as null in the response of ListEventSourceMapping API calls. You can view this field in plaintext in the response of GetEventSourceMapping and DeleteEventSourceMapping calls if you have kms:Decrypt permissions for the correct KMS key.
|
1341
1345
|
*/
|
1342
1346
|
FilterCriteria?: FilterCriteria;
|
1343
1347
|
/**
|
@@ -1416,6 +1420,14 @@ declare namespace Lambda {
|
|
1416
1420
|
* Specific configuration settings for a DocumentDB event source.
|
1417
1421
|
*/
|
1418
1422
|
DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig;
|
1423
|
+
/**
|
1424
|
+
* The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's filter criteria.
|
1425
|
+
*/
|
1426
|
+
KMSKeyArn?: KMSKeyArn;
|
1427
|
+
/**
|
1428
|
+
* An object that contains details about an error related to filter criteria encryption.
|
1429
|
+
*/
|
1430
|
+
FilterCriteriaError?: FilterCriteriaError;
|
1419
1431
|
}
|
1420
1432
|
export type EventSourceMappingsList = EventSourceMappingConfiguration[];
|
1421
1433
|
export type EventSourcePosition = "TRIM_HORIZON"|"LATEST"|"AT_TIMESTAMP"|string;
|
@@ -1444,6 +1456,18 @@ declare namespace Lambda {
|
|
1444
1456
|
*/
|
1445
1457
|
Filters?: FilterList;
|
1446
1458
|
}
|
1459
|
+
export interface FilterCriteriaError {
|
1460
|
+
/**
|
1461
|
+
* The KMS exception that resulted from filter criteria encryption or decryption.
|
1462
|
+
*/
|
1463
|
+
ErrorCode?: FilterCriteriaErrorCode;
|
1464
|
+
/**
|
1465
|
+
* The error message.
|
1466
|
+
*/
|
1467
|
+
Message?: FilterCriteriaErrorMessage;
|
1468
|
+
}
|
1469
|
+
export type FilterCriteriaErrorCode = string;
|
1470
|
+
export type FilterCriteriaErrorMessage = string;
|
1447
1471
|
export type FilterList = Filter[];
|
1448
1472
|
export type FullDocument = "UpdateLookup"|"Default"|string;
|
1449
1473
|
export type FunctionArn = string;
|
@@ -3209,6 +3233,10 @@ declare namespace Lambda {
|
|
3209
3233
|
* Specific configuration settings for a DocumentDB event source.
|
3210
3234
|
*/
|
3211
3235
|
DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig;
|
3236
|
+
/**
|
3237
|
+
* The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's filter criteria. By default, Lambda does not encrypt your filter criteria object. Specify this property to encrypt data using your own customer managed key.
|
3238
|
+
*/
|
3239
|
+
KMSKeyArn?: KMSKeyArn;
|
3212
3240
|
}
|
3213
3241
|
export interface UpdateFunctionCodeRequest {
|
3214
3242
|
/**
|