cdk-lambda-subminute 2.0.305 → 2.0.306
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/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.examples.json +251 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +349 -106
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.examples.json +174 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.min.json +51 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +989 -176
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +729 -131
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +152 -152
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +109 -92
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +220 -2
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +294 -0
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +12 -12
- package/node_modules/aws-sdk/clients/inspectorscan.d.ts +59 -0
- package/node_modules/aws-sdk/clients/inspectorscan.js +18 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +1080 -179
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +666 -9
- package/node_modules/aws-sdk/clients/s3.d.ts +38 -15
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +85 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +508 -203
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -11554,7 +11554,7 @@ declare namespace EC2 {
|
|
11554
11554
|
*/
|
11555
11555
|
Encrypted?: Boolean;
|
11556
11556
|
/**
|
11557
|
-
* The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type: gp3: 3,000-16,000 IOPS io1: 100-64,000 IOPS io2: 100-
|
11557
|
+
* The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type: gp3: 3,000 - 16,000 IOPS io1: 100 - 64,000 IOPS io2: 100 - 256,000 IOPS For io2 volumes, you can achieve up to 256,000 IOPS on instances built on the Nitro System. On other instances, you can achieve performance up to 32,000 IOPS. This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.
|
11558
11558
|
*/
|
11559
11559
|
Iops?: Integer;
|
11560
11560
|
/**
|
@@ -11566,7 +11566,7 @@ declare namespace EC2 {
|
|
11566
11566
|
*/
|
11567
11567
|
OutpostArn?: String;
|
11568
11568
|
/**
|
11569
|
-
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size. The following are the supported volumes sizes for each volume type: gp2 and gp3: 1-16,384 io1
|
11569
|
+
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size. The following are the supported volumes sizes for each volume type: gp2 and gp3: 1 - 16,384 GiB io1: 4 - 16,384 GiB io2: 4 - 65,536 GiB st1 and sc1: 125 - 16,384 GiB standard: 1 - 1024 GiB
|
11570
11570
|
*/
|
11571
11571
|
Size?: Integer;
|
11572
11572
|
/**
|
@@ -16924,7 +16924,7 @@ declare namespace EC2 {
|
|
16924
16924
|
}
|
16925
16925
|
export interface DescribeSpotInstanceRequestsRequest {
|
16926
16926
|
/**
|
16927
|
-
* The filters. availability-zone-group - The Availability Zone group. create-time - The time stamp when the Spot Instance request was created. fault-code - The fault code related to the request. fault-message - The fault message related to the request. instance-id - The ID of the instance that fulfilled the request. launch-group - The Spot Instance launch group. launch.block-device-mapping.delete-on-termination - Indicates whether the EBS volume is deleted on instance termination. launch.block-device-mapping.device-name - The device name for the volume in the block device mapping (for example, /dev/sdh or xvdh). launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS volume. launch.block-device-mapping.volume-size - The size of the EBS volume, in GiB. launch.block-device-mapping.volume-type - The type of EBS volume: gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD,
|
16927
|
+
* The filters. availability-zone-group - The Availability Zone group. create-time - The time stamp when the Spot Instance request was created. fault-code - The fault code related to the request. fault-message - The fault message related to the request. instance-id - The ID of the instance that fulfilled the request. launch-group - The Spot Instance launch group. launch.block-device-mapping.delete-on-termination - Indicates whether the EBS volume is deleted on instance termination. launch.block-device-mapping.device-name - The device name for the volume in the block device mapping (for example, /dev/sdh or xvdh). launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS volume. launch.block-device-mapping.volume-size - The size of the EBS volume, in GiB. launch.block-device-mapping.volume-type - The type of EBS volume: gp2 or gp3 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic. launch.group-id - The ID of the security group for the instance. launch.group-name - The name of the security group for the instance. launch.image-id - The ID of the AMI. launch.instance-type - The type of instance (for example, m3.medium). launch.kernel-id - The kernel ID. launch.key-name - The name of the key pair the instance launched with. launch.monitoring-enabled - Whether detailed monitoring is enabled for the Spot Instance. launch.ramdisk-id - The RAM disk ID. launched-availability-zone - The Availability Zone in which the request is launched. network-interface.addresses.primary - Indicates whether the IP address is the primary private IP address. network-interface.delete-on-termination - Indicates whether the network interface is deleted when the instance is terminated. network-interface.description - A description of the network interface. network-interface.device-index - The index of the device for the network interface attachment on the instance. network-interface.group-id - The ID of the security group associated with the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.private-ip-address - The primary private IP address of the network interface. network-interface.subnet-id - The ID of the subnet for the instance. product-description - The product description associated with the instance (Linux/UNIX | Windows). spot-instance-request-id - The Spot Instance request ID. spot-price - The maximum hourly price for any Spot Instance launched to fulfill the request. state - The state of the Spot Instance request (open | active | closed | cancelled | failed). Spot request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide for Linux Instances. status-code - The short code describing the most recent evaluation of your Spot Instance request. status-message - The message explaining the status of the Spot Instance request. tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. type - The type of Spot Instance request (one-time | persistent). valid-from - The start date of the request. valid-until - The end date of the request.
|
16928
16928
|
*/
|
16929
16929
|
Filters?: FilterList;
|
16930
16930
|
/**
|
@@ -19230,7 +19230,7 @@ declare namespace EC2 {
|
|
19230
19230
|
*/
|
19231
19231
|
DeleteOnTermination?: Boolean;
|
19232
19232
|
/**
|
19233
|
-
* The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type: gp3: 3,000-16,000 IOPS io1: 100-64,000 IOPS io2: 100-
|
19233
|
+
* The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type: gp3: 3,000 - 16,000 IOPS io1: 100 - 64,000 IOPS io2: 100 - 256,000 IOPS For io2 volumes, you can achieve up to 256,000 IOPS on instances built on the Nitro System. On other instances, you can achieve performance up to 32,000 IOPS. This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS.
|
19234
19234
|
*/
|
19235
19235
|
Iops?: Integer;
|
19236
19236
|
/**
|
@@ -19238,11 +19238,11 @@ declare namespace EC2 {
|
|
19238
19238
|
*/
|
19239
19239
|
SnapshotId?: SnapshotId;
|
19240
19240
|
/**
|
19241
|
-
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size. The following are the supported
|
19241
|
+
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size. The following are the supported sizes for each volume type: gp2 and gp3: 1 - 16,384 GiB io1: 4 - 16,384 GiB io2: 4 - 65,536 GiB st1 and sc1: 125 - 16,384 GiB standard: 1 - 1024 GiB
|
19242
19242
|
*/
|
19243
19243
|
VolumeSize?: Integer;
|
19244
19244
|
/**
|
19245
|
-
* The volume type. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide.
|
19245
|
+
* The volume type. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide.
|
19246
19246
|
*/
|
19247
19247
|
VolumeType?: VolumeType;
|
19248
19248
|
/**
|
@@ -26523,7 +26523,7 @@ declare namespace EC2 {
|
|
26523
26523
|
*/
|
26524
26524
|
DeleteOnTermination?: Boolean;
|
26525
26525
|
/**
|
26526
|
-
* The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type: gp3: 3,000-16,000 IOPS io1: 100-64,000 IOPS io2: 100-
|
26526
|
+
* The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type: gp3: 3,000 - 16,000 IOPS io1: 100 - 64,000 IOPS io2: 100 - 256,000 IOPS For io2 volumes, you can achieve up to 256,000 IOPS on instances built on the Nitro System. On other instances, you can achieve performance up to 32,000 IOPS. This parameter is supported for io1, io2, and gp3 volumes only.
|
26527
26527
|
*/
|
26528
26528
|
Iops?: Integer;
|
26529
26529
|
/**
|
@@ -26535,7 +26535,7 @@ declare namespace EC2 {
|
|
26535
26535
|
*/
|
26536
26536
|
SnapshotId?: SnapshotId;
|
26537
26537
|
/**
|
26538
|
-
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type: gp2 and gp3: 1-16,384 io1
|
26538
|
+
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type: gp2 and gp3: 1 - 16,384 GiB io1: 4 - 16,384 GiB io2: 4 - 65,536 GiB st1 and sc1: 125 - 16,384 GiB standard: 1 - 1024 GiB
|
26539
26539
|
*/
|
26540
26540
|
VolumeSize?: Integer;
|
26541
26541
|
/**
|
@@ -29543,7 +29543,7 @@ declare namespace EC2 {
|
|
29543
29543
|
*/
|
29544
29544
|
VolumeId: VolumeId;
|
29545
29545
|
/**
|
29546
|
-
* The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume. The following are the supported volumes sizes for each volume type: gp2 and gp3: 1-16,384 io1
|
29546
|
+
* The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume. The following are the supported volumes sizes for each volume type: gp2 and gp3: 1 - 16,384 GiB io1: 4 - 16,384 GiB io2: 4 - 65,536 GiB st1 and sc1: 125 - 16,384 GiB standard: 1 - 1024 GiB Default: The existing size is retained.
|
29547
29547
|
*/
|
29548
29548
|
Size?: Integer;
|
29549
29549
|
/**
|
@@ -29551,7 +29551,7 @@ declare namespace EC2 {
|
|
29551
29551
|
*/
|
29552
29552
|
VolumeType?: VolumeType;
|
29553
29553
|
/**
|
29554
|
-
* The target IOPS rate of the volume. This parameter is valid only for gp3, io1, and io2 volumes. The following are the supported values for each volume type: gp3: 3,000-16,000 IOPS io1: 100-64,000 IOPS io2: 100-
|
29554
|
+
* The target IOPS rate of the volume. This parameter is valid only for gp3, io1, and io2 volumes. The following are the supported values for each volume type: gp3: 3,000 - 16,000 IOPS io1: 100 - 64,000 IOPS io2: 100 - 256,000 IOPS For io2 volumes, you can achieve up to 256,000 IOPS on instances built on the Nitro System. On other instances, you can achieve performance up to 32,000 IOPS. Default: The existing value is retained if you keep the same volume type. If you change the volume type to io1, io2, or gp3, the default is 3,000.
|
29555
29555
|
*/
|
29556
29556
|
Iops?: Integer;
|
29557
29557
|
/**
|
@@ -34576,7 +34576,7 @@ declare namespace EC2 {
|
|
34576
34576
|
*/
|
34577
34577
|
Encrypted?: Boolean;
|
34578
34578
|
/**
|
34579
|
-
* The number of I/O operations per second (IOPS) to provision for
|
34579
|
+
* The number of I/O operations per second (IOPS) to provision for a gp3, io1, or io2 volume.
|
34580
34580
|
*/
|
34581
34581
|
Iops?: Integer;
|
34582
34582
|
/**
|
@@ -34588,7 +34588,7 @@ declare namespace EC2 {
|
|
34588
34588
|
*/
|
34589
34589
|
VolumeSize?: Integer;
|
34590
34590
|
/**
|
34591
|
-
* The volume type.
|
34591
|
+
* The volume type. Default: gp2
|
34592
34592
|
*/
|
34593
34593
|
VolumeType?: String;
|
34594
34594
|
}
|
@@ -0,0 +1,59 @@
|
|
1
|
+
import {Request} from '../lib/request';
|
2
|
+
import {Response} from '../lib/response';
|
3
|
+
import {AWSError} from '../lib/error';
|
4
|
+
import {Service} from '../lib/service';
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
7
|
+
interface Blob {}
|
8
|
+
declare class InspectorScan extends Service {
|
9
|
+
/**
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
11
|
+
*/
|
12
|
+
constructor(options?: InspectorScan.Types.ClientConfiguration)
|
13
|
+
config: Config & InspectorScan.Types.ClientConfiguration;
|
14
|
+
/**
|
15
|
+
* Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the Amazon Inspector SBOM generator.
|
16
|
+
*/
|
17
|
+
scanSbom(params: InspectorScan.Types.ScanSbomRequest, callback?: (err: AWSError, data: InspectorScan.Types.ScanSbomResponse) => void): Request<InspectorScan.Types.ScanSbomResponse, AWSError>;
|
18
|
+
/**
|
19
|
+
* Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the Amazon Inspector SBOM generator.
|
20
|
+
*/
|
21
|
+
scanSbom(callback?: (err: AWSError, data: InspectorScan.Types.ScanSbomResponse) => void): Request<InspectorScan.Types.ScanSbomResponse, AWSError>;
|
22
|
+
}
|
23
|
+
declare namespace InspectorScan {
|
24
|
+
export type OutputFormat = "CYCLONE_DX_1_5"|"INSPECTOR"|string;
|
25
|
+
export interface Sbom {
|
26
|
+
}
|
27
|
+
export interface ScanSbomRequest {
|
28
|
+
/**
|
29
|
+
* The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format.
|
30
|
+
*/
|
31
|
+
sbom: Sbom;
|
32
|
+
/**
|
33
|
+
* The output format for the vulnerability report.
|
34
|
+
*/
|
35
|
+
outputFormat?: OutputFormat;
|
36
|
+
}
|
37
|
+
export interface ScanSbomResponse {
|
38
|
+
/**
|
39
|
+
* The vulnerability report for the scanned SBOM.
|
40
|
+
*/
|
41
|
+
sbom?: Sbom;
|
42
|
+
}
|
43
|
+
/**
|
44
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
45
|
+
*/
|
46
|
+
export type apiVersion = "2023-08-08"|"latest"|string;
|
47
|
+
export interface ClientApiVersions {
|
48
|
+
/**
|
49
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
50
|
+
*/
|
51
|
+
apiVersion?: apiVersion;
|
52
|
+
}
|
53
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
54
|
+
/**
|
55
|
+
* Contains interfaces for use with the InspectorScan client.
|
56
|
+
*/
|
57
|
+
export import Types = InspectorScan;
|
58
|
+
}
|
59
|
+
export = InspectorScan;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
require('../lib/node_loader');
|
2
|
+
var AWS = require('../lib/core');
|
3
|
+
var Service = AWS.Service;
|
4
|
+
var apiLoader = AWS.apiLoader;
|
5
|
+
|
6
|
+
apiLoader.services['inspectorscan'] = {};
|
7
|
+
AWS.InspectorScan = Service.defineService('inspectorscan', ['2023-08-08']);
|
8
|
+
Object.defineProperty(apiLoader.services['inspectorscan'], '2023-08-08', {
|
9
|
+
get: function get() {
|
10
|
+
var model = require('../apis/inspector-scan-2023-08-08.min.json');
|
11
|
+
model.paginators = require('../apis/inspector-scan-2023-08-08.paginators.json').pagination;
|
12
|
+
return model;
|
13
|
+
},
|
14
|
+
enumerable: true,
|
15
|
+
configurable: true
|
16
|
+
});
|
17
|
+
|
18
|
+
module.exports = AWS.InspectorScan;
|