cdk-comprehend-s3olap 2.0.103 → 2.0.104
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 +5 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +59 -8
- package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json +166 -132
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -1
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +72 -0
- package/node_modules/aws-sdk/clients/devicefarm.d.ts +38 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +70 -67
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -0
- package/node_modules/aws-sdk/clients/identitystore.d.ts +8 -8
- 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 +172 -136
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +73 -73
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/es-abstract/2015/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2015/ToNumber.js +1 -1
- package/node_modules/es-abstract/2016/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2016/ToNumber.js +1 -1
- package/node_modules/es-abstract/2017/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2017/ToNumber.js +1 -1
- package/node_modules/es-abstract/2018/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2018/ToNumber.js +1 -1
- package/node_modules/es-abstract/2019/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2019/ToNumber.js +1 -1
- package/node_modules/es-abstract/2020/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2020/ToNumber.js +1 -1
- package/node_modules/es-abstract/2021/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2021/ToNumber.js +1 -1
- package/node_modules/es-abstract/2022/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2022/StringToNumber.js +1 -1
- package/node_modules/es-abstract/CHANGELOG.md +6 -0
- package/node_modules/es-abstract/helpers/regexTester.js +2 -6
- package/node_modules/es-abstract/package.json +6 -5
- package/node_modules/esbuild/bin/esbuild +34 -9
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +41 -16
- package/node_modules/esbuild/package.json +23 -23
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/node_modules/safe-regex-test/.eslintrc +9 -0
- package/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
- package/node_modules/safe-regex-test/CHANGELOG.md +15 -0
- package/node_modules/safe-regex-test/LICENSE +21 -0
- package/node_modules/safe-regex-test/README.md +42 -0
- package/node_modules/safe-regex-test/index.js +17 -0
- package/node_modules/safe-regex-test/package.json +75 -0
- package/node_modules/safe-regex-test/test/index.js +37 -0
- package/package.json +8 -8
@@ -24641,7 +24641,9 @@
|
|
24641
24641
|
"VolumeType": {
|
24642
24642
|
"locationName": "volumeType"
|
24643
24643
|
},
|
24644
|
-
"KmsKeyId": {
|
24644
|
+
"KmsKeyId": {
|
24645
|
+
"locationName": "kmsKeyId"
|
24646
|
+
},
|
24645
24647
|
"Throughput": {
|
24646
24648
|
"locationName": "throughput",
|
24647
24649
|
"type": "integer"
|
@@ -59,6 +59,14 @@ declare class BackupGateway extends Service {
|
|
59
59
|
* By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
60
60
|
*/
|
61
61
|
getGateway(callback?: (err: AWSError, data: BackupGateway.Types.GetGatewayOutput) => void): Request<BackupGateway.Types.GetGatewayOutput, AWSError>;
|
62
|
+
/**
|
63
|
+
* By providing the ARN (Amazon Resource Name), this API returns the virtual machine.
|
64
|
+
*/
|
65
|
+
getVirtualMachine(params: BackupGateway.Types.GetVirtualMachineInput, callback?: (err: AWSError, data: BackupGateway.Types.GetVirtualMachineOutput) => void): Request<BackupGateway.Types.GetVirtualMachineOutput, AWSError>;
|
66
|
+
/**
|
67
|
+
* By providing the ARN (Amazon Resource Name), this API returns the virtual machine.
|
68
|
+
*/
|
69
|
+
getVirtualMachine(callback?: (err: AWSError, data: BackupGateway.Types.GetVirtualMachineOutput) => void): Request<BackupGateway.Types.GetVirtualMachineOutput, AWSError>;
|
62
70
|
/**
|
63
71
|
* Connect to a hypervisor by importing its configuration.
|
64
72
|
*/
|
@@ -280,6 +288,10 @@ declare namespace BackupGateway {
|
|
280
288
|
* Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
|
281
289
|
*/
|
282
290
|
LastSeenTime?: Time;
|
291
|
+
/**
|
292
|
+
* Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.
|
293
|
+
*/
|
294
|
+
MaintenanceStartTime?: MaintenanceStartTime;
|
283
295
|
/**
|
284
296
|
* Details showing the next update availability time of the gateway.
|
285
297
|
*/
|
@@ -303,6 +315,18 @@ declare namespace BackupGateway {
|
|
303
315
|
*/
|
304
316
|
Gateway?: GatewayDetails;
|
305
317
|
}
|
318
|
+
export interface GetVirtualMachineInput {
|
319
|
+
/**
|
320
|
+
* The Amazon Resource Name (ARN) of the virtual machine.
|
321
|
+
*/
|
322
|
+
ResourceArn: ResourceArn;
|
323
|
+
}
|
324
|
+
export interface GetVirtualMachineOutput {
|
325
|
+
/**
|
326
|
+
* This object contains the basic attributes of VirtualMachine contained by the output of GetVirtualMachine
|
327
|
+
*/
|
328
|
+
VirtualMachine?: VirtualMachineDetails;
|
329
|
+
}
|
306
330
|
export type Host = string;
|
307
331
|
export type HourOfDay = number;
|
308
332
|
export interface Hypervisor {
|
@@ -420,6 +444,10 @@ declare namespace BackupGateway {
|
|
420
444
|
Tags?: Tags;
|
421
445
|
}
|
422
446
|
export interface ListVirtualMachinesInput {
|
447
|
+
/**
|
448
|
+
* The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
|
449
|
+
*/
|
450
|
+
HypervisorArn?: ServerArn;
|
423
451
|
/**
|
424
452
|
* The maximum number of virtual machines to list.
|
425
453
|
*/
|
@@ -439,6 +467,24 @@ declare namespace BackupGateway {
|
|
439
467
|
*/
|
440
468
|
VirtualMachines?: VirtualMachines;
|
441
469
|
}
|
470
|
+
export interface MaintenanceStartTime {
|
471
|
+
/**
|
472
|
+
* The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.
|
473
|
+
*/
|
474
|
+
DayOfMonth?: DayOfMonth;
|
475
|
+
/**
|
476
|
+
* An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. The day of week is in the time zone of the gateway.
|
477
|
+
*/
|
478
|
+
DayOfWeek?: DayOfWeek;
|
479
|
+
/**
|
480
|
+
* The hour component of the maintenance start time represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.
|
481
|
+
*/
|
482
|
+
HourOfDay: HourOfDay;
|
483
|
+
/**
|
484
|
+
* The minute component of the maintenance start time represented as mm, where mm is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.
|
485
|
+
*/
|
486
|
+
MinuteOfHour: MinuteOfHour;
|
487
|
+
}
|
442
488
|
export type MaxResults = number;
|
443
489
|
export type MinuteOfHour = number;
|
444
490
|
export type Name = string;
|
@@ -625,6 +671,32 @@ declare namespace BackupGateway {
|
|
625
671
|
*/
|
626
672
|
ResourceArn?: ResourceArn;
|
627
673
|
}
|
674
|
+
export interface VirtualMachineDetails {
|
675
|
+
/**
|
676
|
+
* The host name of the virtual machine.
|
677
|
+
*/
|
678
|
+
HostName?: Name;
|
679
|
+
/**
|
680
|
+
* The ID of the virtual machine's hypervisor.
|
681
|
+
*/
|
682
|
+
HypervisorId?: string;
|
683
|
+
/**
|
684
|
+
* The most recent date a virtual machine was backed up, in Unix format and UTC time.
|
685
|
+
*/
|
686
|
+
LastBackupDate?: Time;
|
687
|
+
/**
|
688
|
+
* The name of the virtual machine.
|
689
|
+
*/
|
690
|
+
Name?: Name;
|
691
|
+
/**
|
692
|
+
* The path of the virtual machine.
|
693
|
+
*/
|
694
|
+
Path?: Path;
|
695
|
+
/**
|
696
|
+
* The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.
|
697
|
+
*/
|
698
|
+
ResourceArn?: ResourceArn;
|
699
|
+
}
|
628
700
|
export type VirtualMachines = VirtualMachine[];
|
629
701
|
export type VpcEndpoint = string;
|
630
702
|
/**
|
@@ -863,6 +863,10 @@ declare namespace DeviceFarm {
|
|
863
863
|
* Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
|
864
864
|
*/
|
865
865
|
defaultJobTimeoutMinutes?: JobTimeoutMinutes;
|
866
|
+
/**
|
867
|
+
* The VPC security groups and subnets that are attached to a project.
|
868
|
+
*/
|
869
|
+
vpcConfig?: VpcConfig;
|
866
870
|
}
|
867
871
|
export interface CreateProjectResult {
|
868
872
|
/**
|
@@ -2465,6 +2469,10 @@ declare namespace DeviceFarm {
|
|
2465
2469
|
* When the project was created.
|
2466
2470
|
*/
|
2467
2471
|
created?: DateTime;
|
2472
|
+
/**
|
2473
|
+
* The VPC security groups and subnets that are attached to a project.
|
2474
|
+
*/
|
2475
|
+
vpcConfig?: VpcConfig;
|
2468
2476
|
}
|
2469
2477
|
export type Projects = Project[];
|
2470
2478
|
export interface PurchaseOfferingRequest {
|
@@ -2603,6 +2611,10 @@ declare namespace DeviceFarm {
|
|
2603
2611
|
* When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again. For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
|
2604
2612
|
*/
|
2605
2613
|
skipAppResign?: SkipAppResign;
|
2614
|
+
/**
|
2615
|
+
* The VPC security groups and subnets that are attached to a project.
|
2616
|
+
*/
|
2617
|
+
vpcConfig?: VpcConfig;
|
2606
2618
|
}
|
2607
2619
|
export type RemoteAccessSessions = RemoteAccessSession[];
|
2608
2620
|
export interface RenewOfferingRequest {
|
@@ -2775,6 +2787,10 @@ declare namespace DeviceFarm {
|
|
2775
2787
|
* The results of a device filter used to select the devices for a test run.
|
2776
2788
|
*/
|
2777
2789
|
deviceSelectionResult?: DeviceSelectionResult;
|
2790
|
+
/**
|
2791
|
+
* The VPC security groups and subnets that are attached to a project.
|
2792
|
+
*/
|
2793
|
+
vpcConfig?: VpcConfig;
|
2778
2794
|
}
|
2779
2795
|
export type Runs = Run[];
|
2780
2796
|
export interface Sample {
|
@@ -2893,6 +2909,7 @@ declare namespace DeviceFarm {
|
|
2893
2909
|
*/
|
2894
2910
|
parameters?: TestParameters;
|
2895
2911
|
}
|
2912
|
+
export type SecurityGroupId = string;
|
2896
2913
|
export type SecurityGroupIds = NonEmptyString[];
|
2897
2914
|
export type SensitiveString = string;
|
2898
2915
|
export type SensitiveURL = string;
|
@@ -2936,6 +2953,7 @@ declare namespace DeviceFarm {
|
|
2936
2953
|
run?: Run;
|
2937
2954
|
}
|
2938
2955
|
export type String = string;
|
2956
|
+
export type SubnetId = string;
|
2939
2957
|
export type SubnetIds = NonEmptyString[];
|
2940
2958
|
export interface Suite {
|
2941
2959
|
/**
|
@@ -3354,6 +3372,10 @@ declare namespace DeviceFarm {
|
|
3354
3372
|
* The number of minutes a test run in the project executes before it times out.
|
3355
3373
|
*/
|
3356
3374
|
defaultJobTimeoutMinutes?: JobTimeoutMinutes;
|
3375
|
+
/**
|
3376
|
+
* The VPC security groups and subnets that are attached to a project.
|
3377
|
+
*/
|
3378
|
+
vpcConfig?: VpcConfig;
|
3357
3379
|
}
|
3358
3380
|
export interface UpdateProjectResult {
|
3359
3381
|
/**
|
@@ -3510,6 +3532,22 @@ declare namespace DeviceFarm {
|
|
3510
3532
|
export type VPCEConfigurations = VPCEConfiguration[];
|
3511
3533
|
export type VPCEServiceName = string;
|
3512
3534
|
export type VideoCapture = boolean;
|
3535
|
+
export interface VpcConfig {
|
3536
|
+
/**
|
3537
|
+
* An array of one or more security groups IDs in your Amazon VPC.
|
3538
|
+
*/
|
3539
|
+
securityGroupIds: VpcSecurityGroupIds;
|
3540
|
+
/**
|
3541
|
+
* An array of one or more subnet IDs in your Amazon VPC.
|
3542
|
+
*/
|
3543
|
+
subnetIds: VpcSubnetIds;
|
3544
|
+
/**
|
3545
|
+
* The ID of the Amazon VPC.
|
3546
|
+
*/
|
3547
|
+
vpcId: NonEmptyString;
|
3548
|
+
}
|
3549
|
+
export type VpcSecurityGroupIds = SecurityGroupId[];
|
3550
|
+
export type VpcSubnetIds = SubnetId[];
|
3513
3551
|
/**
|
3514
3552
|
* 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.
|
3515
3553
|
*/
|