cdk-comprehend-s3olap 2.0.88 → 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.
Files changed (50) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +26 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -8
  8. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  11. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  12. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
  14. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  15. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  16. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  18. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +217 -122
  20. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +705 -695
  22. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  23. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
  24. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +108 -6
  25. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  26. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  27. package/node_modules/aws-sdk/clients/ec2.d.ts +48 -40
  28. package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
  29. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  30. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  33. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +90 -2
  34. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
  35. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  36. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  37. package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
  38. package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
  39. package/node_modules/aws-sdk/clients/sagemaker.d.ts +23 -3
  40. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  41. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +759 -752
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +202 -61
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  48. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -154,7 +154,8 @@
154
154
  },
155
155
  "Tags": {
156
156
  "shape": "Sw"
157
- }
157
+ },
158
+ "DataProtectionPolicy": {}
158
159
  }
159
160
  },
160
161
  "output": {
@@ -214,6 +215,24 @@
214
215
  }
215
216
  }
216
217
  },
218
+ "GetDataProtectionPolicy": {
219
+ "input": {
220
+ "type": "structure",
221
+ "required": [
222
+ "ResourceArn"
223
+ ],
224
+ "members": {
225
+ "ResourceArn": {}
226
+ }
227
+ },
228
+ "output": {
229
+ "resultWrapper": "GetDataProtectionPolicyResult",
230
+ "type": "structure",
231
+ "members": {
232
+ "DataProtectionPolicy": {}
233
+ }
234
+ }
235
+ },
217
236
  "GetEndpointAttributes": {
218
237
  "input": {
219
238
  "type": "structure",
@@ -307,7 +326,7 @@
307
326
  "type": "structure",
308
327
  "members": {
309
328
  "Attributes": {
310
- "shape": "S1h"
329
+ "shape": "S1j"
311
330
  }
312
331
  }
313
332
  }
@@ -489,7 +508,7 @@
489
508
  "type": "structure",
490
509
  "members": {
491
510
  "Subscriptions": {
492
- "shape": "S2f"
511
+ "shape": "S2h"
493
512
  },
494
513
  "NextToken": {}
495
514
  }
@@ -511,7 +530,7 @@
511
530
  "type": "structure",
512
531
  "members": {
513
532
  "Subscriptions": {
514
- "shape": "S2f"
533
+ "shape": "S2h"
515
534
  },
516
535
  "NextToken": {}
517
536
  }
@@ -591,7 +610,7 @@
591
610
  "Subject": {},
592
611
  "MessageStructure": {},
593
612
  "MessageAttributes": {
594
- "shape": "S2z"
613
+ "shape": "S31"
595
614
  },
596
615
  "MessageDeduplicationId": {},
597
616
  "MessageGroupId": {}
@@ -629,7 +648,7 @@
629
648
  "Subject": {},
630
649
  "MessageStructure": {},
631
650
  "MessageAttributes": {
632
- "shape": "S2z"
651
+ "shape": "S31"
633
652
  },
634
653
  "MessageDeduplicationId": {},
635
654
  "MessageGroupId": {}
@@ -675,6 +694,19 @@
675
694
  }
676
695
  }
677
696
  },
697
+ "PutDataProtectionPolicy": {
698
+ "input": {
699
+ "type": "structure",
700
+ "required": [
701
+ "ResourceArn",
702
+ "DataProtectionPolicy"
703
+ ],
704
+ "members": {
705
+ "ResourceArn": {},
706
+ "DataProtectionPolicy": {}
707
+ }
708
+ }
709
+ },
678
710
  "RemovePermission": {
679
711
  "input": {
680
712
  "type": "structure",
@@ -776,7 +808,7 @@
776
808
  "Protocol": {},
777
809
  "Endpoint": {},
778
810
  "Attributes": {
779
- "shape": "S1h"
811
+ "shape": "S1j"
780
812
  },
781
813
  "ReturnSubscriptionArn": {
782
814
  "type": "boolean"
@@ -887,12 +919,12 @@
887
919
  }
888
920
  }
889
921
  },
890
- "S1h": {
922
+ "S1j": {
891
923
  "type": "map",
892
924
  "key": {},
893
925
  "value": {}
894
926
  },
895
- "S2f": {
927
+ "S2h": {
896
928
  "type": "list",
897
929
  "member": {
898
930
  "type": "structure",
@@ -905,7 +937,7 @@
905
937
  }
906
938
  }
907
939
  },
908
- "S2z": {
940
+ "S31": {
909
941
  "type": "map",
910
942
  "key": {
911
943
  "locationName": "Name"
@@ -175,6 +175,9 @@
175
175
  },
176
176
  "TargetMaps": {
177
177
  "shape": "S20"
178
+ },
179
+ "Tags": {
180
+ "shape": "S4"
178
181
  }
179
182
  }
180
183
  },
@@ -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
@@ -1441,9 +1441,16 @@ declare namespace DataExchange {
1441
1441
  NextToken?: NextToken;
1442
1442
  }
1443
1443
  export type ListOfAssetDestinationEntry = AssetDestinationEntry[];
1444
+ export type ListOfAssetEntry = AssetEntry[];
1444
1445
  export type ListOfAssetSourceEntry = AssetSourceEntry[];
1446
+ export type ListOfDataSetEntry = DataSetEntry[];
1447
+ export type ListOfEventActionEntry = EventActionEntry[];
1448
+ export type ListOfJobEntry = JobEntry[];
1449
+ export type ListOfJobError = JobError[];
1445
1450
  export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
1446
1451
  export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
1452
+ export type ListOfRevisionEntry = RevisionEntry[];
1453
+ export type ListOf__string = __string[];
1447
1454
  export interface ListRevisionAssetsRequest {
1448
1455
  /**
1449
1456
  * The unique identifier for a data set.
@@ -1484,6 +1491,7 @@ declare namespace DataExchange {
1484
1491
  */
1485
1492
  Tags?: MapOf__string;
1486
1493
  }
1494
+ export type MapOf__string = {[key: string]: __string};
1487
1495
  export type MaxResults = number;
1488
1496
  export type Name = string;
1489
1497
  export type NextToken = string;
@@ -1521,11 +1529,11 @@ declare namespace DataExchange {
1521
1529
  */
1522
1530
  ExportRevisionsToS3?: ExportRevisionsToS3RequestDetails;
1523
1531
  /**
1524
- * Details about the import from signed URL request.
1532
+ * Details about the import from Amazon S3 request.
1525
1533
  */
1526
1534
  ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
1527
1535
  /**
1528
- * Details about the import from Amazon S3 request.
1536
+ * Information about the import asset from API Gateway API request.
1529
1537
  */
1530
1538
  ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
1531
1539
  /**
@@ -1533,7 +1541,7 @@ declare namespace DataExchange {
1533
1541
  */
1534
1542
  ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesRequestDetails;
1535
1543
  /**
1536
- * Information about the import asset from API Gateway API request.
1544
+ * Details about the import from signed URL request.
1537
1545
  */
1538
1546
  ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
1539
1547
  }
@@ -1725,7 +1733,7 @@ declare namespace DataExchange {
1725
1733
  */
1726
1734
  Method?: __string;
1727
1735
  /**
1728
- * URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}
1736
+ * URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}.
1729
1737
  */
1730
1738
  Path?: __string;
1731
1739
  /**
@@ -1994,18 +2002,10 @@ declare namespace DataExchange {
1994
2002
  export type __boolean = boolean;
1995
2003
  export type __double = number;
1996
2004
  export type __doubleMin0 = number;
1997
- export type ListOfAssetEntry = AssetEntry[];
1998
- export type ListOfDataSetEntry = DataSetEntry[];
1999
- export type ListOfEventActionEntry = EventActionEntry[];
2000
- export type ListOfJobEntry = JobEntry[];
2001
- export type ListOfJobError = JobError[];
2002
- export type ListOfRevisionEntry = RevisionEntry[];
2003
- export type ListOf__string = __string[];
2004
- export type MapOf__string = {[key: string]: __string};
2005
2005
  export type __string = string;
2006
2006
  export type __stringMin0Max16384 = string;
2007
- export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
2008
2007
  export type __stringMin10Max512 = string;
2008
+ export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
2009
2009
  /**
2010
2010
  * 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.
2011
2011
  */
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['dataexchange'], '2017-07-25', {
9
9
  get: function get() {
10
10
  var model = require('../apis/dataexchange-2017-07-25.min.json');
11
11
  model.paginators = require('../apis/dataexchange-2017-07-25.paginators.json').pagination;
12
+ model.waiters = require('../apis/dataexchange-2017-07-25.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,