cdk-comprehend-s3olap 2.0.90 → 2.0.91

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.
@@ -143,7 +143,7 @@
143
143
  "shape": "S11"
144
144
  },
145
145
  "requestAttributes": {
146
- "shape": "S1d"
146
+ "shape": "S1e"
147
147
  },
148
148
  "responseContentType": {
149
149
  "location": "header",
@@ -175,7 +175,7 @@
175
175
  "locationName": "x-amz-lex-session-id"
176
176
  },
177
177
  "audioStream": {
178
- "shape": "S1p"
178
+ "shape": "S1q"
179
179
  }
180
180
  },
181
181
  "payload": "audioStream"
@@ -218,7 +218,7 @@
218
218
  "shape": "S11"
219
219
  },
220
220
  "requestAttributes": {
221
- "shape": "S1d"
221
+ "shape": "S1e"
222
222
  }
223
223
  }
224
224
  },
@@ -235,7 +235,7 @@
235
235
  "shape": "Sl"
236
236
  },
237
237
  "requestAttributes": {
238
- "shape": "S1d"
238
+ "shape": "S1e"
239
239
  },
240
240
  "sessionId": {}
241
241
  }
@@ -272,12 +272,12 @@
272
272
  "locationName": "sessionId"
273
273
  },
274
274
  "sessionState": {
275
- "shape": "S1t",
275
+ "shape": "S1u",
276
276
  "location": "header",
277
277
  "locationName": "x-amz-lex-session-state"
278
278
  },
279
279
  "requestAttributes": {
280
- "shape": "S1t",
280
+ "shape": "S1u",
281
281
  "location": "header",
282
282
  "locationName": "x-amz-lex-request-attributes"
283
283
  },
@@ -290,7 +290,7 @@
290
290
  "locationName": "Response-Content-Type"
291
291
  },
292
292
  "inputStream": {
293
- "shape": "S1p"
293
+ "shape": "S1q"
294
294
  }
295
295
  },
296
296
  "payload": "inputStream"
@@ -331,7 +331,7 @@
331
331
  "locationName": "x-amz-lex-input-transcript"
332
332
  },
333
333
  "audioStream": {
334
- "shape": "S1p"
334
+ "shape": "S1q"
335
335
  }
336
336
  },
337
337
  "payload": "audioStream"
@@ -434,16 +434,19 @@
434
434
  "members": {
435
435
  "name": {},
436
436
  "slots": {
437
- "type": "map",
438
- "key": {},
439
- "value": {
440
- "shape": "Su"
441
- }
437
+ "shape": "St"
442
438
  },
443
439
  "state": {},
444
440
  "confirmationState": {}
445
441
  }
446
442
  },
443
+ "St": {
444
+ "type": "map",
445
+ "key": {},
446
+ "value": {
447
+ "shape": "Su"
448
+ }
449
+ },
447
450
  "Su": {
448
451
  "type": "structure",
449
452
  "members": {
@@ -467,6 +470,9 @@
467
470
  "member": {
468
471
  "shape": "Su"
469
472
  }
473
+ },
474
+ "subSlots": {
475
+ "shape": "St"
470
476
  }
471
477
  }
472
478
  },
@@ -481,7 +487,10 @@
481
487
  "members": {
482
488
  "type": {},
483
489
  "slotToElicit": {},
484
- "slotElicitationStyle": {}
490
+ "slotElicitationStyle": {},
491
+ "subSlotToElicit": {
492
+ "shape": "S15"
493
+ }
485
494
  }
486
495
  },
487
496
  "intent": {
@@ -524,7 +533,7 @@
524
533
  }
525
534
  },
526
535
  "sessionAttributes": {
527
- "shape": "S1d"
536
+ "shape": "S1e"
528
537
  },
529
538
  "originatingRequestId": {},
530
539
  "runtimeHints": {
@@ -534,44 +543,59 @@
534
543
  "type": "map",
535
544
  "key": {},
536
545
  "value": {
537
- "type": "map",
538
- "key": {},
539
- "value": {
540
- "type": "structure",
541
- "required": [
542
- "runtimeHintValues"
543
- ],
544
- "members": {
545
- "runtimeHintValues": {
546
- "type": "list",
547
- "member": {
548
- "type": "structure",
549
- "required": [
550
- "phrase"
551
- ],
552
- "members": {
553
- "phrase": {}
554
- }
555
- }
556
- }
557
- }
558
- }
546
+ "shape": "S1j"
559
547
  }
560
548
  }
561
549
  }
562
550
  }
563
551
  }
564
552
  },
565
- "S1d": {
553
+ "S15": {
554
+ "type": "structure",
555
+ "required": [
556
+ "name"
557
+ ],
558
+ "members": {
559
+ "name": {},
560
+ "subSlotToElicit": {
561
+ "shape": "S15"
562
+ }
563
+ }
564
+ },
565
+ "S1e": {
566
566
  "type": "map",
567
567
  "key": {},
568
568
  "value": {}
569
569
  },
570
- "S1p": {
570
+ "S1j": {
571
+ "type": "map",
572
+ "key": {},
573
+ "value": {
574
+ "type": "structure",
575
+ "members": {
576
+ "runtimeHintValues": {
577
+ "type": "list",
578
+ "member": {
579
+ "type": "structure",
580
+ "required": [
581
+ "phrase"
582
+ ],
583
+ "members": {
584
+ "phrase": {}
585
+ }
586
+ }
587
+ },
588
+ "subSlotHints": {
589
+ "shape": "S1j"
590
+ }
591
+ }
592
+ }
593
+ },
594
+ "S1q": {
571
595
  "type": "blob",
572
596
  "streaming": true
573
597
  },
574
- "S1t": {
598
+ "S1u": {
575
599
  "type": "string",
576
600
  "sensitive": true
577
601
  }
@@ -75,6 +75,14 @@ declare class CloudTrail extends Service {
75
75
  * Retrieves settings for one or more trails associated with the current region for your account.
76
76
  */
77
77
  describeTrails(callback?: (err: AWSError, data: CloudTrail.Types.DescribeTrailsResponse) => void): Request<CloudTrail.Types.DescribeTrailsResponse, AWSError>;
78
+ /**
79
+ * Returns the specified CloudTrail service-linked channel. Amazon Web Services services create service-linked channels to view CloudTrail events.
80
+ */
81
+ getChannel(params: CloudTrail.Types.GetChannelRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
82
+ /**
83
+ * Returns the specified CloudTrail service-linked channel. Amazon Web Services services create service-linked channels to view CloudTrail events.
84
+ */
85
+ getChannel(callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
78
86
  /**
79
87
  * Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
80
88
  */
@@ -123,6 +131,14 @@ declare class CloudTrail extends Service {
123
131
  * Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region.
124
132
  */
125
133
  getTrailStatus(callback?: (err: AWSError, data: CloudTrail.Types.GetTrailStatusResponse) => void): Request<CloudTrail.Types.GetTrailStatusResponse, AWSError>;
134
+ /**
135
+ * Returns all CloudTrail channels.
136
+ */
137
+ listChannels(params: CloudTrail.Types.ListChannelsRequest, callback?: (err: AWSError, data: CloudTrail.Types.ListChannelsResponse) => void): Request<CloudTrail.Types.ListChannelsResponse, AWSError>;
138
+ /**
139
+ * Returns all CloudTrail channels.
140
+ */
141
+ listChannels(callback?: (err: AWSError, data: CloudTrail.Types.ListChannelsResponse) => void): Request<CloudTrail.Types.ListChannelsResponse, AWSError>;
126
142
  /**
127
143
  * Returns information about all event data stores in the account, in the current region.
128
144
  */
@@ -228,11 +244,11 @@ declare class CloudTrail extends Service {
228
244
  */
229
245
  stopLogging(callback?: (err: AWSError, data: CloudTrail.Types.StopLoggingResponse) => void): Request<CloudTrail.Types.StopLoggingResponse, AWSError>;
230
246
  /**
231
- * Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and 2555. By default, TerminationProtection is enabled. AdvancedEventSelectors includes or excludes management and data events in your event data store; for more information about AdvancedEventSelectors, see PutEventSelectorsRequest$AdvancedEventSelectors.
247
+ * Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and 2557. By default, TerminationProtection is enabled. AdvancedEventSelectors includes or excludes management and data events in your event data store; for more information about AdvancedEventSelectors, see PutEventSelectorsRequest$AdvancedEventSelectors.
232
248
  */
233
249
  updateEventDataStore(params: CloudTrail.Types.UpdateEventDataStoreRequest, callback?: (err: AWSError, data: CloudTrail.Types.UpdateEventDataStoreResponse) => void): Request<CloudTrail.Types.UpdateEventDataStoreResponse, AWSError>;
234
250
  /**
235
- * Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and 2555. By default, TerminationProtection is enabled. AdvancedEventSelectors includes or excludes management and data events in your event data store; for more information about AdvancedEventSelectors, see PutEventSelectorsRequest$AdvancedEventSelectors.
251
+ * Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and 2557. By default, TerminationProtection is enabled. AdvancedEventSelectors includes or excludes management and data events in your event data store; for more information about AdvancedEventSelectors, see PutEventSelectorsRequest$AdvancedEventSelectors.
236
252
  */
237
253
  updateEventDataStore(callback?: (err: AWSError, data: CloudTrail.Types.UpdateEventDataStoreResponse) => void): Request<CloudTrail.Types.UpdateEventDataStoreResponse, AWSError>;
238
254
  /**
@@ -270,7 +286,7 @@ declare namespace CloudTrail {
270
286
  export type AdvancedEventSelectors = AdvancedEventSelector[];
271
287
  export interface AdvancedFieldSelector {
272
288
  /**
273
- * A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN. readOnly - Optional. Can be set to Equals a value of true or false. If you do not add this field, CloudTrail logs both both read and write events. A value of true logs only read events. A value of false logs only write events. eventSource - For filtering management events only. This can be set only to NotEquals kms.amazonaws.com. eventName - Can use any operator. You can use it to filter in or filter out any data event logged to CloudTrail, such as PutBucket or GetSnapshotBlock. You can have multiple values for this field, separated by commas. eventCategory - This is required. It must be set to Equals, and the value must be Management or Data. resources.type - This field is required. resources.type can only use the Equals operator, and the value can be one of the following: AWS::S3::Object AWS::Lambda::Function AWS::DynamoDB::Table AWS::S3Outposts::Object AWS::ManagedBlockchain::Node AWS::S3ObjectLambda::AccessPoint AWS::EC2::Snapshot AWS::S3::AccessPoint AWS::DynamoDB::Stream AWS::Glue::Table You can have only one resources.type field per selector. To log data events on more than one resource type, add another selector. resources.ARN - You can use any operator with resources.ARN, but if you use Equals or NotEquals, the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of resources.type. For example, if resources.type equals AWS::S3::Object, the ARN must be in one of the following formats. To log all data events for all objects in a specific S3 bucket, use the StartsWith operator, and include only the bucket ARN as the matching value. The trailing slash is intentional; do not exclude it. Replace the text between less than and greater than symbols (&lt;&gt;) with resource-specific information. arn:&lt;partition&gt;:s3:::&lt;bucket_name&gt;/ arn:&lt;partition&gt;:s3:::&lt;bucket_name&gt;/&lt;object_path&gt;/ When resources.type equals AWS::S3::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in one of the following formats. To log events on all objects in an S3 access point, we recommend that you use only the access point ARN, don’t include the object path, and use the StartsWith or NotStartsWith operators. arn:&lt;partition&gt;:s3:&lt;region&gt;:&lt;account_ID&gt;:accesspoint/&lt;access_point_name&gt; arn:&lt;partition&gt;:s3:&lt;region&gt;:&lt;account_ID&gt;:accesspoint/&lt;access_point_name&gt;/object/&lt;object_path&gt; When resources.type equals AWS::Lambda::Function, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:lambda:&lt;region&gt;:&lt;account_ID&gt;:function:&lt;function_name&gt; When resources.type equals AWS::DynamoDB::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:dynamodb:&lt;region&gt;:&lt;account_ID&gt;:table/&lt;table_name&gt; When resources.type equals AWS::S3Outposts::Object, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:s3-outposts:&lt;region&gt;:&lt;account_ID&gt;:&lt;object_path&gt; When resources.type equals AWS::ManagedBlockchain::Node, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:managedblockchain:&lt;region&gt;:&lt;account_ID&gt;:nodes/&lt;node_ID&gt; When resources.type equals AWS::S3ObjectLambda::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:s3-object-lambda:&lt;region&gt;:&lt;account_ID&gt;:accesspoint/&lt;access_point_name&gt; When resources.type equals AWS::EC2::Snapshot, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:ec2:&lt;region&gt;::snapshot/&lt;snapshot_ID&gt; When resources.type equals AWS::DynamoDB::Stream, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:dynamodb:&lt;region&gt;:&lt;account_ID&gt;:table/&lt;table_name&gt;/stream/&lt;date_time&gt; When resources.type equals AWS::Glue::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:glue:&lt;region&gt;:&lt;account_ID&gt;:table/&lt;database_name&gt;/&lt;table_name&gt;
289
+ * A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN. readOnly - Optional. Can be set to Equals a value of true or false. If you do not add this field, CloudTrail logs both read and write events. A value of true logs only read events. A value of false logs only write events. eventSource - For filtering management events only. This can be set only to NotEquals kms.amazonaws.com. eventName - Can use any operator. You can use it to filter in or filter out any data event logged to CloudTrail, such as PutBucket or GetSnapshotBlock. You can have multiple values for this field, separated by commas. eventCategory - This is required. It must be set to Equals, and the value must be Management or Data. resources.type - This field is required. resources.type can only use the Equals operator, and the value can be one of the following: AWS::S3::Object AWS::Lambda::Function AWS::DynamoDB::Table AWS::S3Outposts::Object AWS::ManagedBlockchain::Node AWS::S3ObjectLambda::AccessPoint AWS::EC2::Snapshot AWS::S3::AccessPoint AWS::DynamoDB::Stream AWS::Glue::Table You can have only one resources.type field per selector. To log data events on more than one resource type, add another selector. resources.ARN - You can use any operator with resources.ARN, but if you use Equals or NotEquals, the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of resources.type. For example, if resources.type equals AWS::S3::Object, the ARN must be in one of the following formats. To log all data events for all objects in a specific S3 bucket, use the StartsWith operator, and include only the bucket ARN as the matching value. The trailing slash is intentional; do not exclude it. Replace the text between less than and greater than symbols (&lt;&gt;) with resource-specific information. arn:&lt;partition&gt;:s3:::&lt;bucket_name&gt;/ arn:&lt;partition&gt;:s3:::&lt;bucket_name&gt;/&lt;object_path&gt;/ When resources.type equals AWS::S3::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in one of the following formats. To log events on all objects in an S3 access point, we recommend that you use only the access point ARN, don’t include the object path, and use the StartsWith or NotStartsWith operators. arn:&lt;partition&gt;:s3:&lt;region&gt;:&lt;account_ID&gt;:accesspoint/&lt;access_point_name&gt; arn:&lt;partition&gt;:s3:&lt;region&gt;:&lt;account_ID&gt;:accesspoint/&lt;access_point_name&gt;/object/&lt;object_path&gt; When resources.type equals AWS::Lambda::Function, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:lambda:&lt;region&gt;:&lt;account_ID&gt;:function:&lt;function_name&gt; When resources.type equals AWS::DynamoDB::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:dynamodb:&lt;region&gt;:&lt;account_ID&gt;:table/&lt;table_name&gt; When resources.type equals AWS::S3Outposts::Object, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:s3-outposts:&lt;region&gt;:&lt;account_ID&gt;:&lt;object_path&gt; When resources.type equals AWS::ManagedBlockchain::Node, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:managedblockchain:&lt;region&gt;:&lt;account_ID&gt;:nodes/&lt;node_ID&gt; When resources.type equals AWS::S3ObjectLambda::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:s3-object-lambda:&lt;region&gt;:&lt;account_ID&gt;:accesspoint/&lt;access_point_name&gt; When resources.type equals AWS::EC2::Snapshot, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:ec2:&lt;region&gt;::snapshot/&lt;snapshot_ID&gt; When resources.type equals AWS::DynamoDB::Stream, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:dynamodb:&lt;region&gt;:&lt;account_ID&gt;:table/&lt;table_name&gt;/stream/&lt;date_time&gt; When resources.type equals AWS::Glue::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:&lt;partition&gt;:glue:&lt;region&gt;:&lt;account_ID&gt;:table/&lt;database_name&gt;/&lt;table_name&gt;
274
290
  */
275
291
  Field: SelectorField;
276
292
  /**
@@ -321,6 +337,19 @@ declare namespace CloudTrail {
321
337
  */
322
338
  QueryStatus: QueryStatus;
323
339
  }
340
+ export interface Channel {
341
+ /**
342
+ * The Amazon Resource Name (ARN) of the channel.
343
+ */
344
+ ChannelArn?: ChannelArn;
345
+ /**
346
+ * The name of the CloudTrail channel. For service-linked channels, the name is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix created by the Amazon Web Services service.
347
+ */
348
+ Name?: ChannelName;
349
+ }
350
+ export type ChannelArn = string;
351
+ export type ChannelName = string;
352
+ export type Channels = Channel[];
324
353
  export interface CreateEventDataStoreRequest {
325
354
  /**
326
355
  * The name of the event data store.
@@ -339,7 +368,7 @@ declare namespace CloudTrail {
339
368
  */
340
369
  OrganizationEnabled?: Boolean;
341
370
  /**
342
- * The retention period of the event data store, in days. You can set a retention period of up to 2555 days, the equivalent of seven years.
371
+ * The retention period of the event data store, in days. You can set a retention period of up to 2557 days, the equivalent of seven years.
343
372
  */
344
373
  RetentionPeriod?: RetentionPeriod;
345
374
  /**
@@ -569,6 +598,18 @@ declare namespace CloudTrail {
569
598
  */
570
599
  trailList?: TrailList;
571
600
  }
601
+ export interface Destination {
602
+ /**
603
+ * The type of service. For service-linked channels, the value is AWS_SERVICE.
604
+ */
605
+ Type: DestinationType;
606
+ /**
607
+ * The location of the service. For service-linked channels, this is the name of the Amazon Web Services service.
608
+ */
609
+ Location: Location;
610
+ }
611
+ export type DestinationType = "EVENT_DATA_STORE"|"AWS_SERVICE"|string;
612
+ export type Destinations = Destination[];
572
613
  export type ErrorMessage = string;
573
614
  export interface Event {
574
615
  /**
@@ -676,6 +717,34 @@ declare namespace CloudTrail {
676
717
  export type EventSelectors = EventSelector[];
677
718
  export type EventsList = Event[];
678
719
  export type ExcludeManagementEventSources = String[];
720
+ export interface GetChannelRequest {
721
+ /**
722
+ * The Amazon Resource Name (ARN) of the CloudTrail service-linked channel.
723
+ */
724
+ Channel: ChannelArn;
725
+ }
726
+ export interface GetChannelResponse {
727
+ /**
728
+ * The ARN of the CloudTrail service-linked channel.
729
+ */
730
+ ChannelArn?: ChannelArn;
731
+ /**
732
+ * The name of the CloudTrail service-linked channel. For service-linked channels, the value is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix generated by the Amazon Web Services service.
733
+ */
734
+ Name?: ChannelName;
735
+ /**
736
+ * The trail or event data store for the CloudTrail service-linked channel.
737
+ */
738
+ Source?: Source;
739
+ /**
740
+ * Provides information about the advanced event selectors configured for the service-linked channel, and whether the service-linked channel applies to all regions or one region.
741
+ */
742
+ SourceConfig?: SourceConfig;
743
+ /**
744
+ * The Amazon Web Services service that created the CloudTrail service-linked channel.
745
+ */
746
+ Destinations?: Destinations;
747
+ }
679
748
  export interface GetEventDataStoreRequest {
680
749
  /**
681
750
  * The ARN (or ID suffix of the ARN) of the event data store about which you want information.
@@ -894,6 +963,27 @@ declare namespace CloudTrail {
894
963
  export type InsightSelectors = InsightSelector[];
895
964
  export type InsightType = "ApiCallRateInsight"|"ApiErrorRateInsight"|string;
896
965
  export type Integer = number;
966
+ export type ListChannelsMaxResultsCount = number;
967
+ export interface ListChannelsRequest {
968
+ /**
969
+ * The maximum number of CloudTrail channels to display on a single page.
970
+ */
971
+ MaxResults?: ListChannelsMaxResultsCount;
972
+ /**
973
+ * A token you can use to get the next page of results.
974
+ */
975
+ NextToken?: PaginationToken;
976
+ }
977
+ export interface ListChannelsResponse {
978
+ /**
979
+ * The list of CloudTrail channels.
980
+ */
981
+ Channels?: Channels;
982
+ /**
983
+ * A token used to get the next page of results.
984
+ */
985
+ NextToken?: PaginationToken;
986
+ }
897
987
  export type ListEventDataStoresMaxResultsCount = number;
898
988
  export interface ListEventDataStoresRequest {
899
989
  /**
@@ -998,7 +1088,7 @@ declare namespace CloudTrail {
998
1088
  }
999
1089
  export interface ListTrailsRequest {
1000
1090
  /**
1001
- * The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
1091
+ * The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
1002
1092
  */
1003
1093
  NextToken?: String;
1004
1094
  }
@@ -1012,6 +1102,7 @@ declare namespace CloudTrail {
1012
1102
  */
1013
1103
  NextToken?: String;
1014
1104
  }
1105
+ export type Location = string;
1015
1106
  export type Long = number;
1016
1107
  export interface LookupAttribute {
1017
1108
  /**
@@ -1047,7 +1138,7 @@ declare namespace CloudTrail {
1047
1138
  */
1048
1139
  MaxResults?: MaxResults;
1049
1140
  /**
1050
- * The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
1141
+ * The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
1051
1142
  */
1052
1143
  NextToken?: NextToken;
1053
1144
  }
@@ -1279,6 +1370,17 @@ declare namespace CloudTrail {
1279
1370
  export type RetentionPeriod = number;
1280
1371
  export type SelectorField = string;
1281
1372
  export type SelectorName = string;
1373
+ export type Source = string;
1374
+ export interface SourceConfig {
1375
+ /**
1376
+ * Specifies whether the service-linked channel applies to one region or all regions.
1377
+ */
1378
+ ApplyToAllRegions?: Boolean;
1379
+ /**
1380
+ * The advanced event selectors configured for the service-linked channel.
1381
+ */
1382
+ AdvancedEventSelectors?: AdvancedEventSelectors;
1383
+ }
1282
1384
  export interface StartLoggingRequest {
1283
1385
  /**
1284
1386
  * Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs Amazon Web Services API calls. The following is the format of a trail ARN. arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
@@ -1095,6 +1095,12 @@ declare namespace LexModelsV2 {
1095
1095
  export interface CodeHookSpecification {
1096
1096
  lambdaCodeHook: LambdaCodeHook;
1097
1097
  }
1098
+ export interface CompositeSlotTypeSetting {
1099
+ /**
1100
+ * Subslots in the composite slot.
1101
+ */
1102
+ subSlots?: SubSlotTypeList;
1103
+ }
1098
1104
  export interface Condition {
1099
1105
  /**
1100
1106
  * The expression string that is evaluated.
@@ -1670,6 +1676,10 @@ declare namespace LexModelsV2 {
1670
1676
  * Indicates whether the slot returns multiple values in one response. Multi-value slots are only available in the en-US locale. If you set this value to true in any other locale, Amazon Lex throws a ValidationException. If the multipleValuesSetting is not set, the default value is false.
1671
1677
  */
1672
1678
  multipleValuesSetting?: MultipleValuesSetting;
1679
+ /**
1680
+ * Specifications for the constituent sub slots and the expression for the composite slot.
1681
+ */
1682
+ subSlotSetting?: SubSlotSetting;
1673
1683
  }
1674
1684
  export interface CreateSlotResponse {
1675
1685
  /**
@@ -1720,6 +1730,10 @@ declare namespace LexModelsV2 {
1720
1730
  * Indicates whether the slot returns multiple values in one response.
1721
1731
  */
1722
1732
  multipleValuesSetting?: MultipleValuesSetting;
1733
+ /**
1734
+ * Specifications for the constituent sub slots and the expression for the composite slot.
1735
+ */
1736
+ subSlotSetting?: SubSlotSetting;
1723
1737
  }
1724
1738
  export interface CreateSlotTypeRequest {
1725
1739
  /**
@@ -1758,6 +1772,10 @@ declare namespace LexModelsV2 {
1758
1772
  * Sets the type of external information used to create the slot type.
1759
1773
  */
1760
1774
  externalSourceSetting?: ExternalSourceSetting;
1775
+ /**
1776
+ * Specifications for a composite slot type.
1777
+ */
1778
+ compositeSlotTypeSetting?: CompositeSlotTypeSetting;
1761
1779
  }
1762
1780
  export interface CreateSlotTypeResponse {
1763
1781
  /**
@@ -1804,6 +1822,10 @@ declare namespace LexModelsV2 {
1804
1822
  * The type of external information used to create the slot type.
1805
1823
  */
1806
1824
  externalSourceSetting?: ExternalSourceSetting;
1825
+ /**
1826
+ * Specifications for a composite slot type.
1827
+ */
1828
+ compositeSlotTypeSetting?: CompositeSlotTypeSetting;
1807
1829
  }
1808
1830
  export interface CreateUploadUrlRequest {
1809
1831
  }
@@ -2782,6 +2804,10 @@ declare namespace LexModelsV2 {
2782
2804
  * Indicates whether the slot accepts multiple values in a single utterance. If the multipleValuesSetting is not set, the default value is false.
2783
2805
  */
2784
2806
  multipleValuesSetting?: MultipleValuesSetting;
2807
+ /**
2808
+ * Specifications for the constituent sub slots and the expression for the composite slot.
2809
+ */
2810
+ subSlotSetting?: SubSlotSetting;
2785
2811
  }
2786
2812
  export interface DescribeSlotTypeRequest {
2787
2813
  /**
@@ -2847,6 +2873,10 @@ declare namespace LexModelsV2 {
2847
2873
  */
2848
2874
  lastUpdatedDateTime?: Timestamp;
2849
2875
  externalSourceSetting?: ExternalSourceSetting;
2876
+ /**
2877
+ * Specifications for a composite slot type.
2878
+ */
2879
+ compositeSlotTypeSetting?: CompositeSlotTypeSetting;
2850
2880
  }
2851
2881
  export type Description = string;
2852
2882
  export interface DialogAction {
@@ -4499,7 +4529,7 @@ declare namespace LexModelsV2 {
4499
4529
  lastUpdatedDateTime?: Timestamp;
4500
4530
  }
4501
4531
  export type SlotSummaryList = SlotSummary[];
4502
- export type SlotTypeCategory = "Custom"|"Extended"|"ExternalGrammar"|string;
4532
+ export type SlotTypeCategory = "Custom"|"Extended"|"ExternalGrammar"|"Composite"|string;
4503
4533
  export interface SlotTypeFilter {
4504
4534
  /**
4505
4535
  * The name of the field to use for filtering.
@@ -4623,7 +4653,7 @@ declare namespace LexModelsV2 {
4623
4653
  */
4624
4654
  pattern: RegexPattern;
4625
4655
  }
4626
- export type SlotValueResolutionStrategy = "OriginalValue"|"TopResolution"|string;
4656
+ export type SlotValueResolutionStrategy = "OriginalValue"|"TopResolution"|"Concatenation"|string;
4627
4657
  export interface SlotValueSelectionSetting {
4628
4658
  /**
4629
4659
  * Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values: OriginalValue - Returns the value entered by the user, if the user value is similar to the slot value. TopResolution - If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned. If you don't specify the valueSelectionStrategy, the default is OriginalValue.
@@ -4640,6 +4670,16 @@ declare namespace LexModelsV2 {
4640
4670
  }
4641
4671
  export type SlotValues = SlotValueOverride[];
4642
4672
  export type SortOrder = "Ascending"|"Descending"|string;
4673
+ export interface Specifications {
4674
+ /**
4675
+ * The unique identifier assigned to the slot type.
4676
+ */
4677
+ slotTypeId: BuiltInOrCustomSlotTypeId;
4678
+ /**
4679
+ * Specifies the elicitation setting details for constituent sub slots of a composite slot.
4680
+ */
4681
+ valueElicitationSetting: SubSlotValueElicitationSetting;
4682
+ }
4643
4683
  export interface StartBotRecommendationRequest {
4644
4684
  /**
4645
4685
  * The unique identifier of the bot containing the bot recommendation.
@@ -4798,6 +4838,38 @@ declare namespace LexModelsV2 {
4798
4838
  }
4799
4839
  export type String = string;
4800
4840
  export type StringMap = {[key: string]: String};
4841
+ export type SubSlotExpression = string;
4842
+ export interface SubSlotSetting {
4843
+ /**
4844
+ * The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
4845
+ */
4846
+ expression?: SubSlotExpression;
4847
+ /**
4848
+ * Specifications for the constituent sub slots of a composite slot.
4849
+ */
4850
+ slotSpecifications?: SubSlotSpecificationMap;
4851
+ }
4852
+ export type SubSlotSpecificationMap = {[key: string]: Specifications};
4853
+ export interface SubSlotTypeComposition {
4854
+ /**
4855
+ * Name of a constituent sub slot inside a composite slot.
4856
+ */
4857
+ name: Name;
4858
+ /**
4859
+ * The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
4860
+ */
4861
+ slotTypeId: BuiltInOrCustomSlotTypeId;
4862
+ }
4863
+ export type SubSlotTypeList = SubSlotTypeComposition[];
4864
+ export interface SubSlotValueElicitationSetting {
4865
+ defaultValueSpecification?: SlotDefaultValueSpecification;
4866
+ promptSpecification: PromptSpecification;
4867
+ /**
4868
+ * If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy. This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to SampleUtterances for slots.
4869
+ */
4870
+ sampleUtterances?: SampleUtterancesList;
4871
+ waitAndContinueSpecification?: WaitAndContinueSpecification;
4872
+ }
4801
4873
  export type SynonymList = SampleValue[];
4802
4874
  export type TagKey = string;
4803
4875
  export type TagKeyList = TagKey[];
@@ -5385,6 +5457,10 @@ declare namespace LexModelsV2 {
5385
5457
  * Determines whether the slot accepts multiple values in one response. Multiple value slots are only available in the en-US locale. If you set this value to true in any other locale, Amazon Lex throws a ValidationException. If the multipleValuesSetting is not set, the default value is false.
5386
5458
  */
5387
5459
  multipleValuesSetting?: MultipleValuesSetting;
5460
+ /**
5461
+ * Specifications for the constituent sub slots and the expression for the composite slot.
5462
+ */
5463
+ subSlotSetting?: SubSlotSetting;
5388
5464
  }
5389
5465
  export interface UpdateSlotResponse {
5390
5466
  /**
@@ -5439,6 +5515,10 @@ declare namespace LexModelsV2 {
5439
5515
  * Indicates whether the slot accepts multiple values in one response.
5440
5516
  */
5441
5517
  multipleValuesSetting?: MultipleValuesSetting;
5518
+ /**
5519
+ * Specifications for the constituent sub slots and the expression for the composite slot.
5520
+ */
5521
+ subSlotSetting?: SubSlotSetting;
5442
5522
  }
5443
5523
  export interface UpdateSlotTypeRequest {
5444
5524
  /**
@@ -5478,6 +5558,10 @@ declare namespace LexModelsV2 {
5478
5558
  */
5479
5559
  localeId: LocaleId;
5480
5560
  externalSourceSetting?: ExternalSourceSetting;
5561
+ /**
5562
+ * Specifications for a composite slot type.
5563
+ */
5564
+ compositeSlotTypeSetting?: CompositeSlotTypeSetting;
5481
5565
  }
5482
5566
  export interface UpdateSlotTypeResponse {
5483
5567
  /**
@@ -5525,6 +5609,10 @@ declare namespace LexModelsV2 {
5525
5609
  */
5526
5610
  lastUpdatedDateTime?: Timestamp;
5527
5611
  externalSourceSetting?: ExternalSourceSetting;
5612
+ /**
5613
+ * Specifications for a composite slot type.
5614
+ */
5615
+ compositeSlotTypeSetting?: CompositeSlotTypeSetting;
5528
5616
  }
5529
5617
  export type Utterance = string;
5530
5618
  export interface UtteranceAggregationDuration {