cdk-comprehend-s3olap 2.0.174 → 2.0.176
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-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 +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
- package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
- package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
- package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
- package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
- package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
- package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
- 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 +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +1019 -375
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -708,11 +708,11 @@ declare class Connect extends Service {
|
|
708
708
|
*/
|
709
709
|
getMetricData(callback?: (err: AWSError, data: Connect.Types.GetMetricDataResponse) => void): Request<Connect.Types.GetMetricDataResponse, AWSError>;
|
710
710
|
/**
|
711
|
-
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
711
|
+
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
712
712
|
*/
|
713
713
|
getMetricDataV2(params: Connect.Types.GetMetricDataV2Request, callback?: (err: AWSError, data: Connect.Types.GetMetricDataV2Response) => void): Request<Connect.Types.GetMetricDataV2Response, AWSError>;
|
714
714
|
/**
|
715
|
-
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
715
|
+
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
716
716
|
*/
|
717
717
|
getMetricDataV2(callback?: (err: AWSError, data: Connect.Types.GetMetricDataV2Response) => void): Request<Connect.Types.GetMetricDataV2Response, AWSError>;
|
718
718
|
/**
|
@@ -2036,7 +2036,7 @@ declare namespace Connect {
|
|
2036
2036
|
*/
|
2037
2037
|
AgentInfo?: AgentInfo;
|
2038
2038
|
/**
|
2039
|
-
* The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived.
|
2039
|
+
* The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.
|
2040
2040
|
*/
|
2041
2041
|
InitiationTimestamp?: timestamp;
|
2042
2042
|
/**
|
@@ -12852,7 +12852,7 @@ declare namespace EC2 {
|
|
12852
12852
|
/**
|
12853
12853
|
* Information about the tag keys to deregister.
|
12854
12854
|
*/
|
12855
|
-
InstanceTagAttribute
|
12855
|
+
InstanceTagAttribute: DeregisterInstanceTagAttributeRequest;
|
12856
12856
|
}
|
12857
12857
|
export interface DeregisterInstanceEventNotificationAttributesResult {
|
12858
12858
|
/**
|
@@ -30658,7 +30658,7 @@ declare namespace EC2 {
|
|
30658
30658
|
/**
|
30659
30659
|
* Information about the tag keys to register.
|
30660
30660
|
*/
|
30661
|
-
InstanceTagAttribute
|
30661
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest;
|
30662
30662
|
}
|
30663
30663
|
export interface RegisterInstanceEventNotificationAttributesResult {
|
30664
30664
|
/**
|
@@ -3326,7 +3326,7 @@ declare namespace EMR {
|
|
3326
3326
|
Version?: String;
|
3327
3327
|
}
|
3328
3328
|
export type SimplifiedApplicationList = SimplifiedApplication[];
|
3329
|
-
export type SpotProvisioningAllocationStrategy = "capacity-optimized"|string;
|
3329
|
+
export type SpotProvisioningAllocationStrategy = "capacity-optimized"|"price-capacity-optimized"|"lowest-price"|"diversified"|string;
|
3330
3330
|
export interface SpotProvisioningSpecification {
|
3331
3331
|
/**
|
3332
3332
|
* The Spot provisioning timeout period in minutes. If Spot Instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.
|
@@ -3341,7 +3341,7 @@ declare namespace EMR {
|
|
3341
3341
|
*/
|
3342
3342
|
BlockDurationMinutes?: WholeNumber;
|
3343
3343
|
/**
|
3344
|
-
*
|
3344
|
+
* Specifies one of the following strategies to launch Spot Instance fleets: price-capacity-optimized, capacity-optimized, lowest-price, or diversified. For more information on the provisioning strategies, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide for Linux Instances. When you launch a Spot Instance fleet with the old console, it automatically launches with the capacity-optimized strategy. You can't change the allocation strategy from the old console.
|
3345
3345
|
*/
|
3346
3346
|
AllocationStrategy?: SpotProvisioningAllocationStrategy;
|
3347
3347
|
}
|