cdk-comprehend-s3olap 2.0.65 → 2.0.68

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.
@@ -333,7 +333,7 @@ declare namespace IVS {
333
333
  */
334
334
  recordingConfigurationArn?: ChannelRecordingConfigurationArn;
335
335
  /**
336
- * Array of 1-50 maps, each of the form string:string (key:value).
336
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
337
337
  */
338
338
  tags?: Tags;
339
339
  /**
@@ -369,7 +369,7 @@ declare namespace IVS {
369
369
  */
370
370
  recordingConfigurationArn?: ChannelRecordingConfigurationArn;
371
371
  /**
372
- * Array of 1-50 maps, each of the form string:string (key:value).
372
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
373
373
  */
374
374
  tags?: Tags;
375
375
  }
@@ -393,7 +393,7 @@ declare namespace IVS {
393
393
  */
394
394
  recordingConfigurationArn?: ChannelRecordingConfigurationArn;
395
395
  /**
396
- * Array of 1-50 maps, each of the form string:string (key:value).
396
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
397
397
  */
398
398
  tags?: Tags;
399
399
  /**
@@ -421,7 +421,7 @@ declare namespace IVS {
421
421
  */
422
422
  name?: RecordingConfigurationName;
423
423
  /**
424
- * Array of 1-50 maps, each of the form string:string (key:value).
424
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
425
425
  */
426
426
  tags?: Tags;
427
427
  /**
@@ -441,7 +441,7 @@ declare namespace IVS {
441
441
  */
442
442
  channelArn: ChannelArn;
443
443
  /**
444
- * Array of 1-50 maps, each of the form string:string (key:value).
444
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
445
445
  */
446
446
  tags?: Tags;
447
447
  }
@@ -569,7 +569,7 @@ declare namespace IVS {
569
569
  */
570
570
  publicKeyMaterial: PlaybackPublicKeyMaterial;
571
571
  /**
572
- * Any tags provided with the request are added to the playback key pair tags.
572
+ * Any tags provided with the request are added to the playback key pair tags. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
573
573
  */
574
574
  tags?: Tags;
575
575
  }
@@ -602,7 +602,7 @@ declare namespace IVS {
602
602
  */
603
603
  filterByRecordingConfigurationArn?: ChannelRecordingConfigurationArn;
604
604
  /**
605
- * Maximum number of channels to return. Default: 50.
605
+ * Maximum number of channels to return. Default: 100.
606
606
  */
607
607
  maxResults?: MaxChannelResults;
608
608
  /**
@@ -622,11 +622,11 @@ declare namespace IVS {
622
622
  }
623
623
  export interface ListPlaybackKeyPairsRequest {
624
624
  /**
625
- * The first key pair to retrieve. This is used for pagination; see the nextToken response field. Default: 50.
625
+ * Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.
626
626
  */
627
627
  maxResults?: MaxPlaybackKeyPairResults;
628
628
  /**
629
- * Maximum number of key pairs to return.
629
+ * The first key pair to retrieve. This is used for pagination; see the nextToken response field.
630
630
  */
631
631
  nextToken?: PaginationToken;
632
632
  }
@@ -642,7 +642,7 @@ declare namespace IVS {
642
642
  }
643
643
  export interface ListRecordingConfigurationsRequest {
644
644
  /**
645
- * Maximum number of recording configurations to return. Default: 50.
645
+ * Maximum number of recording configurations to return. Default: your service quota or 100, whichever is smaller.
646
646
  */
647
647
  maxResults?: MaxRecordingConfigurationResults;
648
648
  /**
@@ -666,7 +666,7 @@ declare namespace IVS {
666
666
  */
667
667
  channelArn: ChannelArn;
668
668
  /**
669
- * Maximum number of streamKeys to return. Default: 50.
669
+ * Maximum number of streamKeys to return. Default: 1.
670
670
  */
671
671
  maxResults?: MaxStreamKeyResults;
672
672
  /**
@@ -690,7 +690,7 @@ declare namespace IVS {
690
690
  */
691
691
  channelArn: ChannelArn;
692
692
  /**
693
- * Maximum number of streams to return. Default: 50.
693
+ * Maximum number of streams to return. Default: 100.
694
694
  */
695
695
  maxResults?: MaxStreamResults;
696
696
  /**
@@ -714,7 +714,7 @@ declare namespace IVS {
714
714
  */
715
715
  filterBy?: StreamFilters;
716
716
  /**
717
- * Maximum number of streams to return. Default: 50.
717
+ * Maximum number of streams to return. Default: 100.
718
718
  */
719
719
  maxResults?: MaxStreamResults;
720
720
  /**
@@ -734,7 +734,7 @@ declare namespace IVS {
734
734
  }
735
735
  export interface ListTagsForResourceRequest {
736
736
  /**
737
- * The ARN of the resource to be retrieved.
737
+ * The ARN of the resource to be retrieved. The ARN must be URL-encoded.
738
738
  */
739
739
  resourceArn: ResourceArn;
740
740
  }
@@ -764,7 +764,7 @@ declare namespace IVS {
764
764
  */
765
765
  name?: PlaybackKeyPairName;
766
766
  /**
767
- * Array of 1-50 maps, each of the form string:string (key:value).
767
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
768
768
  */
769
769
  tags?: Tags;
770
770
  }
@@ -782,7 +782,7 @@ declare namespace IVS {
782
782
  */
783
783
  name?: PlaybackKeyPairName;
784
784
  /**
785
- * Array of 1-50 maps, each of the form string:string (key:value).
785
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
786
786
  */
787
787
  tags?: Tags;
788
788
  }
@@ -816,7 +816,7 @@ declare namespace IVS {
816
816
  */
817
817
  state: RecordingConfigurationState;
818
818
  /**
819
- * Array of 1-50 maps, each of the form string:string (key:value).
819
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
820
820
  */
821
821
  tags?: Tags;
822
822
  /**
@@ -846,7 +846,7 @@ declare namespace IVS {
846
846
  */
847
847
  state: RecordingConfigurationState;
848
848
  /**
849
- * Array of 1-50 maps, each of the form string:string (key:value).
849
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
850
850
  */
851
851
  tags?: Tags;
852
852
  }
@@ -881,7 +881,7 @@ declare namespace IVS {
881
881
  */
882
882
  playbackUrl?: PlaybackURL;
883
883
  /**
884
- * Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.
884
+ * Time of the stream’s start. This is an ISO 8601 timestamp; note that this is returned as a string.
885
885
  */
886
886
  startTime?: StreamStartTime;
887
887
  /**
@@ -899,7 +899,7 @@ declare namespace IVS {
899
899
  }
900
900
  export interface StreamEvent {
901
901
  /**
902
- * UTC ISO-8601 formatted timestamp of when the event occurred.
902
+ * Time when the event occurred. This is an ISO 8601 timestamp; note that this is returned as a string.
903
903
  */
904
904
  eventTime?: Time;
905
905
  /**
@@ -930,7 +930,7 @@ declare namespace IVS {
930
930
  */
931
931
  channelArn?: ChannelArn;
932
932
  /**
933
- * Array of 1-50 maps, each of the form string:string (key:value).
933
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
934
934
  */
935
935
  tags?: Tags;
936
936
  /**
@@ -951,7 +951,7 @@ declare namespace IVS {
951
951
  */
952
952
  channelArn?: ChannelArn;
953
953
  /**
954
- * Array of 1-50 maps, each of the form string:string (key:value).
954
+ * Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
955
955
  */
956
956
  tags?: Tags;
957
957
  }
@@ -965,7 +965,7 @@ declare namespace IVS {
965
965
  */
966
966
  channel?: Channel;
967
967
  /**
968
- * UTC ISO-8601 formatted timestamp of when the channel went offline. For live streams, this is NULL.
968
+ * Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.
969
969
  */
970
970
  endTime?: Time;
971
971
  /**
@@ -977,7 +977,7 @@ declare namespace IVS {
977
977
  */
978
978
  recordingConfiguration?: RecordingConfiguration;
979
979
  /**
980
- * UTC ISO-8601 formatted timestamp of when the channel went live.
980
+ * Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
981
981
  */
982
982
  startTime?: Time;
983
983
  /**
@@ -992,7 +992,7 @@ declare namespace IVS {
992
992
  export type StreamSessionList = StreamSessionSummary[];
993
993
  export interface StreamSessionSummary {
994
994
  /**
995
- * UTC ISO-8601 formatted timestamp of when the channel went offline. For live streams, this is NULL.
995
+ * Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.
996
996
  */
997
997
  endTime?: Time;
998
998
  /**
@@ -1000,7 +1000,7 @@ declare namespace IVS {
1000
1000
  */
1001
1001
  hasErrorEvent?: Boolean;
1002
1002
  /**
1003
- * UTC ISO-8601 formatted timestamp of when the channel went live.
1003
+ * Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
1004
1004
  */
1005
1005
  startTime?: Time;
1006
1006
  /**
@@ -1020,7 +1020,7 @@ declare namespace IVS {
1020
1020
  */
1021
1021
  health?: StreamHealth;
1022
1022
  /**
1023
- * Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.
1023
+ * Time of the stream’s start. This is an ISO 8601 timestamp; note that this is returned as a string.
1024
1024
  */
1025
1025
  startTime?: StreamStartTime;
1026
1026
  /**
@@ -1042,11 +1042,11 @@ declare namespace IVS {
1042
1042
  export type TagKeyList = TagKey[];
1043
1043
  export interface TagResourceRequest {
1044
1044
  /**
1045
- * ARN of the resource for which tags are to be added or updated.
1045
+ * ARN of the resource for which tags are to be added or updated. The ARN must be URL-encoded.
1046
1046
  */
1047
1047
  resourceArn: ResourceArn;
1048
1048
  /**
1049
- * Array of tags to be added or updated.
1049
+ * Array of tags to be added or updated. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
1050
1050
  */
1051
1051
  tags: Tags;
1052
1052
  }
@@ -1068,11 +1068,11 @@ declare namespace IVS {
1068
1068
  export type Time = Date;
1069
1069
  export interface UntagResourceRequest {
1070
1070
  /**
1071
- * ARN of the resource for which tags are to be removed.
1071
+ * ARN of the resource for which tags are to be removed. The ARN must be URL-encoded.
1072
1072
  */
1073
1073
  resourceArn: ResourceArn;
1074
1074
  /**
1075
- * Array of tags to be removed.
1075
+ * Array of tags to be removed. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
1076
1076
  */
1077
1077
  tagKeys: TagKeyList;
1078
1078
  }
@@ -98,13 +98,17 @@ declare namespace PersonalizeRuntime {
98
98
  */
99
99
  filterArn?: Arn;
100
100
  /**
101
- * The values to use when filtering recommendations. For each placeholder parameter in your filter expression, provide the parameter name (in matching case) as a key and the filter value(s) as the corresponding value. Separate multiple values for one parameter with a comma. For filter expressions that use an INCLUDE element to include items, you must provide values for all parameters that are defined in the expression. For filters with expressions that use an EXCLUDE element to exclude items, you can omit the filter-values.In this case, Amazon Personalize doesn't use that portion of the expression to filter recommendations. For more information, see Filtering Recommendations.
101
+ * The values to use when filtering recommendations. For each placeholder parameter in your filter expression, provide the parameter name (in matching case) as a key and the filter value(s) as the corresponding value. Separate multiple values for one parameter with a comma. For filter expressions that use an INCLUDE element to include items, you must provide values for all parameters that are defined in the expression. For filters with expressions that use an EXCLUDE element to exclude items, you can omit the filter-values.In this case, Amazon Personalize doesn't use that portion of the expression to filter recommendations. For more information, see Filtering recommendations and user segments.
102
102
  */
103
103
  filterValues?: FilterValues;
104
104
  /**
105
105
  * The Amazon Resource Name (ARN) of the recommender to use to get recommendations. Provide a recommender ARN if you created a Domain dataset group with a recommender for a domain use case.
106
106
  */
107
107
  recommenderArn?: Arn;
108
+ /**
109
+ * The promotions to apply to the recommendation request. A promotion defines additional business rules that apply to a configurable subset of recommended items.
110
+ */
111
+ promotions?: PromotionList;
108
112
  }
109
113
  export interface GetRecommendationsResponse {
110
114
  /**
@@ -119,7 +123,9 @@ declare namespace PersonalizeRuntime {
119
123
  export type InputList = ItemID[];
120
124
  export type ItemID = string;
121
125
  export type ItemList = PredictedItem[];
126
+ export type Name = string;
122
127
  export type NumResults = number;
128
+ export type PercentPromotedItems = number;
123
129
  export interface PredictedItem {
124
130
  /**
125
131
  * The recommended item ID.
@@ -129,7 +135,30 @@ declare namespace PersonalizeRuntime {
129
135
  * A numeric representation of the model's certainty that the item will be the next user selection. For more information on scoring logic, see how-scores-work.
130
136
  */
131
137
  score?: Score;
138
+ /**
139
+ * The name of the promotion that included the predicted item.
140
+ */
141
+ promotionName?: Name;
142
+ }
143
+ export interface Promotion {
144
+ /**
145
+ * The name of the promotion.
146
+ */
147
+ name?: Name;
148
+ /**
149
+ * The percentage of recommended items to apply the promotion to.
150
+ */
151
+ percentPromotedItems?: PercentPromotedItems;
152
+ /**
153
+ * The Amazon Resource Name (ARN) of the filter used by the promotion. This filter defines the criteria for promoted items. For more information, see Promotion filters.
154
+ */
155
+ filterArn?: Arn;
156
+ /**
157
+ * The values to use when promoting items. For each placeholder parameter in your promotion's filter expression, provide the parameter name (in matching case) as a key and the filter value(s) as the corresponding value. Separate multiple values for one parameter with a comma. For filter expressions that use an INCLUDE element to include items, you must provide values for all parameters that are defined in the expression. For filters with expressions that use an EXCLUDE element to exclude items, you can omit the filter-values. In this case, Amazon Personalize doesn't use that portion of the expression to filter recommendations. For more information on creating filters, see Filtering recommendations and user segments.
158
+ */
159
+ filterValues?: FilterValues;
132
160
  }
161
+ export type PromotionList = Promotion[];
133
162
  export type RecommendationID = string;
134
163
  export type Score = number;
135
164
  export type UserID = string;
@@ -5994,7 +5994,7 @@ declare namespace RDS {
5994
5994
  */
5995
5995
  AllocatedStorage?: IntegerOptional;
5996
5996
  /**
5997
- * The new compute and memory capacity of the DB instance, for example db.m5.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance classes in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is enabled for this request. This setting doesn't apply to RDS Custom for Oracle. Default: Uses existing setting
5997
+ * The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is enabled for this request. Default: Uses existing setting
5998
5998
  */
5999
5999
  DBInstanceClass?: String;
6000
6000
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1193.0',
86
+ VERSION: '2.1194.0',
87
87
 
88
88
  /**
89
89
  * @api private