cdk-comprehend-s3olap 2.0.71 → 2.0.74
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 +4 -4
- 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 +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +70 -69
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
- package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +57 -52
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +1079 -655
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
@@ -180,6 +180,14 @@ declare class CloudWatch extends Service {
|
|
180
180
|
* Returns a list of the dashboards for your account. If you include DashboardNamePrefix, only those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are listed. ListDashboards returns up to 1000 results on one page. If there are more than 1000 dashboards, you can call ListDashboards again and include the value you received for NextToken in the first call, to receive the next 1000 results.
|
181
181
|
*/
|
182
182
|
listDashboards(callback?: (err: AWSError, data: CloudWatch.Types.ListDashboardsOutput) => void): Request<CloudWatch.Types.ListDashboardsOutput, AWSError>;
|
183
|
+
/**
|
184
|
+
* Returns a list that contains the number of managed Contributor Insights rules in your account.
|
185
|
+
*/
|
186
|
+
listManagedInsightRules(params: CloudWatch.Types.ListManagedInsightRulesInput, callback?: (err: AWSError, data: CloudWatch.Types.ListManagedInsightRulesOutput) => void): Request<CloudWatch.Types.ListManagedInsightRulesOutput, AWSError>;
|
187
|
+
/**
|
188
|
+
* Returns a list that contains the number of managed Contributor Insights rules in your account.
|
189
|
+
*/
|
190
|
+
listManagedInsightRules(callback?: (err: AWSError, data: CloudWatch.Types.ListManagedInsightRulesOutput) => void): Request<CloudWatch.Types.ListManagedInsightRulesOutput, AWSError>;
|
183
191
|
/**
|
184
192
|
* Returns a list of metric streams in this account.
|
185
193
|
*/
|
@@ -236,6 +244,14 @@ declare class CloudWatch extends Service {
|
|
236
244
|
* Creates a Contributor Insights rule. Rules evaluate log events in a CloudWatch Logs log group, enabling you to find contributor data for the log events in that log group. For more information, see Using Contributor Insights to Analyze High-Cardinality Data. If you create a rule, delete it, and then re-create it with the same name, historical data from the first time the rule was created might not be available.
|
237
245
|
*/
|
238
246
|
putInsightRule(callback?: (err: AWSError, data: CloudWatch.Types.PutInsightRuleOutput) => void): Request<CloudWatch.Types.PutInsightRuleOutput, AWSError>;
|
247
|
+
/**
|
248
|
+
* Creates a managed Contributor Insights rule for a specified Amazon Web Services resource. When you enable a managed rule, you create a Contributor Insights rule that collects data from Amazon Web Services services. You cannot edit these rules with PutInsightRule. The rules can be enabled, disabled, and deleted using EnableInsightRules, DisableInsightRules, and DeleteInsightRules. If a previously created managed rule is currently disabled, a subsequent call to this API will re-enable it. Use ListManagedInsightRules to describe all available rules.
|
249
|
+
*/
|
250
|
+
putManagedInsightRules(params: CloudWatch.Types.PutManagedInsightRulesInput, callback?: (err: AWSError, data: CloudWatch.Types.PutManagedInsightRulesOutput) => void): Request<CloudWatch.Types.PutManagedInsightRulesOutput, AWSError>;
|
251
|
+
/**
|
252
|
+
* Creates a managed Contributor Insights rule for a specified Amazon Web Services resource. When you enable a managed rule, you create a Contributor Insights rule that collects data from Amazon Web Services services. You cannot edit these rules with PutInsightRule. The rules can be enabled, disabled, and deleted using EnableInsightRules, DisableInsightRules, and DeleteInsightRules. If a previously created managed rule is currently disabled, a subsequent call to this API will re-enable it. Use ListManagedInsightRules to describe all available rules.
|
253
|
+
*/
|
254
|
+
putManagedInsightRules(callback?: (err: AWSError, data: CloudWatch.Types.PutManagedInsightRulesOutput) => void): Request<CloudWatch.Types.PutManagedInsightRulesOutput, AWSError>;
|
239
255
|
/**
|
240
256
|
* Creates or updates an alarm and associates it with the specified metric, metric math expression, or anomaly detection model. Alarms based on anomaly detection models cannot have Auto Scaling actions. When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations: The iam:CreateServiceLinkedRole for all alarms with EC2 actions The iam:CreateServiceLinkedRole to create an alarm with Systems Manager OpsItem actions. The first time you create an alarm in the Amazon Web Services Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked roles are called AWSServiceRoleForCloudWatchEvents and AWSServiceRoleForCloudWatchAlarms_ActionSSM. For more information, see Amazon Web Services service-linked role. Cross-account alarms You can set an alarm on metrics in the current account, or in another account. To create a cross-account alarm that watches a metric in a different account, you must have completed the following pre-requisites: The account where the metrics are located (the sharing account) must already have a sharing role named CloudWatch-CrossAccountSharingRole. If it does not already have this role, you must create it using the instructions in Set up a sharing account in Cross-account cross-Region CloudWatch console. The policy for that role must grant access to the ID of the account where you are creating the alarm. The account where you are creating the alarm (the monitoring account) must already have a service-linked role named AWSServiceRoleForCloudWatchCrossAccount to allow CloudWatch to assume the sharing role in the sharing account. If it does not, you must create it following the directions in Set up a monitoring account in Cross-account cross-Region CloudWatch console.
|
241
257
|
*/
|
@@ -1099,7 +1115,7 @@ declare namespace CloudWatch {
|
|
1099
1115
|
*/
|
1100
1116
|
LastUpdateDate?: Timestamp;
|
1101
1117
|
/**
|
1102
|
-
* The output format for the stream. Valid values are json and opentelemetry0.7. For more information about metric stream output formats, see
|
1118
|
+
* The output format for the stream. Valid values are json and opentelemetry0.7. For more information about metric stream output formats, see Metric streams output formats.
|
1103
1119
|
*/
|
1104
1120
|
OutputFormat?: MetricStreamOutputFormat;
|
1105
1121
|
/**
|
@@ -1143,6 +1159,10 @@ declare namespace CloudWatch {
|
|
1143
1159
|
* The definition of the rule, as a JSON object. The definition contains the keywords used to define contributors, the value to aggregate on if this rule returns a sum instead of a count, and the filters. For details on the valid syntax, see Contributor Insights Rule Syntax.
|
1144
1160
|
*/
|
1145
1161
|
Definition: InsightRuleDefinition;
|
1162
|
+
/**
|
1163
|
+
* An optional built-in rule that Amazon Web Services manages.
|
1164
|
+
*/
|
1165
|
+
ManagedRule?: InsightRuleIsManaged;
|
1146
1166
|
}
|
1147
1167
|
export type InsightRuleAggregationStatistic = string;
|
1148
1168
|
export interface InsightRuleContributor {
|
@@ -1176,6 +1196,7 @@ declare namespace CloudWatch {
|
|
1176
1196
|
export type InsightRuleContributorKeys = InsightRuleContributorKey[];
|
1177
1197
|
export type InsightRuleContributors = InsightRuleContributor[];
|
1178
1198
|
export type InsightRuleDefinition = string;
|
1199
|
+
export type InsightRuleIsManaged = boolean;
|
1179
1200
|
export type InsightRuleMaxResults = number;
|
1180
1201
|
export interface InsightRuleMetricDatapoint {
|
1181
1202
|
/**
|
@@ -1250,6 +1271,30 @@ declare namespace CloudWatch {
|
|
1250
1271
|
*/
|
1251
1272
|
NextToken?: NextToken;
|
1252
1273
|
}
|
1274
|
+
export interface ListManagedInsightRulesInput {
|
1275
|
+
/**
|
1276
|
+
* The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
|
1277
|
+
*/
|
1278
|
+
ResourceARN: AmazonResourceName;
|
1279
|
+
/**
|
1280
|
+
* Include this value to get the next set of rules if the value was returned by the previous operation.
|
1281
|
+
*/
|
1282
|
+
NextToken?: NextToken;
|
1283
|
+
/**
|
1284
|
+
* The maximum number of results to return in one operation. If you omit this parameter, the default number is used. The default number is 100.
|
1285
|
+
*/
|
1286
|
+
MaxResults?: InsightRuleMaxResults;
|
1287
|
+
}
|
1288
|
+
export interface ListManagedInsightRulesOutput {
|
1289
|
+
/**
|
1290
|
+
* The managed rules that are available for the specified Amazon Web Services resource.
|
1291
|
+
*/
|
1292
|
+
ManagedRules?: ManagedRuleDescriptions;
|
1293
|
+
/**
|
1294
|
+
* Include this value to get the next set of rules if the value was returned by the previous operation.
|
1295
|
+
*/
|
1296
|
+
NextToken?: NextToken;
|
1297
|
+
}
|
1253
1298
|
export interface ListMetricStreamsInput {
|
1254
1299
|
/**
|
1255
1300
|
* Include this value, if it was returned by the previous call, to get the next set of metric streams.
|
@@ -1315,6 +1360,46 @@ declare namespace CloudWatch {
|
|
1315
1360
|
*/
|
1316
1361
|
Tags?: TagList;
|
1317
1362
|
}
|
1363
|
+
export interface ManagedRule {
|
1364
|
+
/**
|
1365
|
+
* The template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
|
1366
|
+
*/
|
1367
|
+
TemplateName: TemplateName;
|
1368
|
+
/**
|
1369
|
+
* The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
|
1370
|
+
*/
|
1371
|
+
ResourceARN: AmazonResourceName;
|
1372
|
+
/**
|
1373
|
+
* A list of key-value pairs that you can associate with a managed Contributor Insights rule. You can associate as many as 50 tags with a rule. Tags can help you organize and categorize your resources. You also can use them to scope user permissions by granting a user permission to access or change only the resources that have certain tag values. To associate tags with a rule, you must have the cloudwatch:TagResource permission in addition to the cloudwatch:PutInsightRule permission. If you are using this operation to update an existing Contributor Insights rule, any tags that you specify in this parameter are ignored. To change the tags of an existing rule, use TagResource.
|
1374
|
+
*/
|
1375
|
+
Tags?: TagList;
|
1376
|
+
}
|
1377
|
+
export interface ManagedRuleDescription {
|
1378
|
+
/**
|
1379
|
+
* The template name for the managed rule. Used to enable managed rules using PutManagedInsightRules.
|
1380
|
+
*/
|
1381
|
+
TemplateName?: TemplateName;
|
1382
|
+
/**
|
1383
|
+
* If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.
|
1384
|
+
*/
|
1385
|
+
ResourceARN?: AmazonResourceName;
|
1386
|
+
/**
|
1387
|
+
* Describes the state of a managed rule. If present, it contains information about the Contributor Insights rule that contains information about the related Amazon Web Services resource.
|
1388
|
+
*/
|
1389
|
+
RuleState?: ManagedRuleState;
|
1390
|
+
}
|
1391
|
+
export type ManagedRuleDescriptions = ManagedRuleDescription[];
|
1392
|
+
export interface ManagedRuleState {
|
1393
|
+
/**
|
1394
|
+
* The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
|
1395
|
+
*/
|
1396
|
+
RuleName: InsightRuleName;
|
1397
|
+
/**
|
1398
|
+
* Indicates whether the rule is enabled or disabled.
|
1399
|
+
*/
|
1400
|
+
State: InsightRuleState;
|
1401
|
+
}
|
1402
|
+
export type ManagedRules = ManagedRule[];
|
1318
1403
|
export type MaxRecords = number;
|
1319
1404
|
export type MaxReturnedResultsCount = number;
|
1320
1405
|
export type Message = string;
|
@@ -1537,7 +1622,7 @@ declare namespace CloudWatch {
|
|
1537
1622
|
*/
|
1538
1623
|
StatisticValues?: StatisticSet;
|
1539
1624
|
/**
|
1540
|
-
* Array of numbers representing the values for the metric during the period. Each unique value is listed just once in this array, and the corresponding number in the Counts array specifies the number of times that value occurred during the period. You can include up to
|
1625
|
+
* Array of numbers representing the values for the metric during the period. Each unique value is listed just once in this array, and the corresponding number in the Counts array specifies the number of times that value occurred during the period. You can include up to 150 unique values in each PutMetricData action that specifies a Values array. Although the Values array accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported.
|
1541
1626
|
*/
|
1542
1627
|
Values?: Values;
|
1543
1628
|
/**
|
@@ -1786,6 +1871,18 @@ declare namespace CloudWatch {
|
|
1786
1871
|
}
|
1787
1872
|
export interface PutInsightRuleOutput {
|
1788
1873
|
}
|
1874
|
+
export interface PutManagedInsightRulesInput {
|
1875
|
+
/**
|
1876
|
+
* A list of ManagedRules to enable.
|
1877
|
+
*/
|
1878
|
+
ManagedRules: ManagedRules;
|
1879
|
+
}
|
1880
|
+
export interface PutManagedInsightRulesOutput {
|
1881
|
+
/**
|
1882
|
+
* An array that lists the rules that could not be enabled.
|
1883
|
+
*/
|
1884
|
+
Failures?: BatchFailures;
|
1885
|
+
}
|
1789
1886
|
export interface PutMetricAlarmInput {
|
1790
1887
|
/**
|
1791
1888
|
* The name for the alarm. This name must be unique within the Region.
|
@@ -2048,6 +2145,7 @@ declare namespace CloudWatch {
|
|
2048
2145
|
export interface TagResourceOutput {
|
2049
2146
|
}
|
2050
2147
|
export type TagValue = string;
|
2148
|
+
export type TemplateName = string;
|
2051
2149
|
export type Threshold = number;
|
2052
2150
|
export type Timestamp = Date;
|
2053
2151
|
export type Timestamps = Timestamp[];
|
@@ -2475,7 +2475,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2475
2475
|
export type EventFilterType = "SIGN_IN"|"PASSWORD_CHANGE"|"SIGN_UP"|string;
|
2476
2476
|
export type EventFiltersType = EventFilterType[];
|
2477
2477
|
export type EventIdType = string;
|
2478
|
-
export type EventResponseType = "
|
2478
|
+
export type EventResponseType = "Pass"|"Fail"|"InProgress"|string;
|
2479
2479
|
export interface EventRiskType {
|
2480
2480
|
/**
|
2481
2481
|
* The risk decision.
|
@@ -2490,7 +2490,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2490
2490
|
*/
|
2491
2491
|
CompromisedCredentialsDetected?: WrappedBooleanType;
|
2492
2492
|
}
|
2493
|
-
export type EventType = "SignIn"|"SignUp"|"ForgotPassword"|string;
|
2493
|
+
export type EventType = "SignIn"|"SignUp"|"ForgotPassword"|"PasswordChange"|"ResendCode"|string;
|
2494
2494
|
export type ExplicitAuthFlowsListType = ExplicitAuthFlowsType[];
|
2495
2495
|
export type ExplicitAuthFlowsType = "ADMIN_NO_SRP_AUTH"|"CUSTOM_AUTH_FLOW_ONLY"|"USER_PASSWORD_AUTH"|"ALLOW_ADMIN_USER_PASSWORD_AUTH"|"ALLOW_CUSTOM_AUTH"|"ALLOW_USER_PASSWORD_AUTH"|"ALLOW_USER_SRP_AUTH"|"ALLOW_REFRESH_TOKEN_AUTH"|string;
|
2496
2496
|
export type FeedbackValueType = "Valid"|"Invalid"|string;
|