cdk-comprehend-s3olap 2.0.64 → 2.0.67
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 +5 -5
- 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 +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +6 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
- package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
- package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
- package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
- package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +82 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +28 -5
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +8 -8
@@ -0,0 +1,18 @@
|
|
1
|
+
require('../lib/node_loader');
|
2
|
+
var AWS = require('../lib/core');
|
3
|
+
var Service = AWS.Service;
|
4
|
+
var apiLoader = AWS.apiLoader;
|
5
|
+
|
6
|
+
apiLoader.services['backupstorage'] = {};
|
7
|
+
AWS.BackupStorage = Service.defineService('backupstorage', ['2018-04-10']);
|
8
|
+
Object.defineProperty(apiLoader.services['backupstorage'], '2018-04-10', {
|
9
|
+
get: function get() {
|
10
|
+
var model = require('../apis/backupstorage-2018-04-10.min.json');
|
11
|
+
model.paginators = require('../apis/backupstorage-2018-04-10.paginators.json').pagination;
|
12
|
+
return model;
|
13
|
+
},
|
14
|
+
enumerable: true,
|
15
|
+
configurable: true
|
16
|
+
});
|
17
|
+
|
18
|
+
module.exports = AWS.BackupStorage;
|
@@ -291,6 +291,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
291
291
|
* A list of the channels moderated by an AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
292
292
|
*/
|
293
293
|
listChannelsModeratedByAppInstanceUser(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelsModeratedByAppInstanceUserResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelsModeratedByAppInstanceUserResponse, AWSError>;
|
294
|
+
/**
|
295
|
+
* Lists all the SubChannels in an elastic channel when given a channel ID. Available only to the app instance admins and channel moderators of elastic channels.
|
296
|
+
*/
|
297
|
+
listSubChannels(params: ChimeSDKMessaging.Types.ListSubChannelsRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListSubChannelsResponse) => void): Request<ChimeSDKMessaging.Types.ListSubChannelsResponse, AWSError>;
|
298
|
+
/**
|
299
|
+
* Lists all the SubChannels in an elastic channel when given a channel ID. Available only to the app instance admins and channel moderators of elastic channels.
|
300
|
+
*/
|
301
|
+
listSubChannels(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListSubChannelsResponse) => void): Request<ChimeSDKMessaging.Types.ListSubChannelsResponse, AWSError>;
|
294
302
|
/**
|
295
303
|
* Lists the tags applied to an Amazon Chime SDK messaging resource.
|
296
304
|
*/
|
@@ -391,6 +399,10 @@ declare namespace ChimeSDKMessaging {
|
|
391
399
|
* The time at which an AppInstanceUser last marked a channel as read.
|
392
400
|
*/
|
393
401
|
ReadMarkerTimestamp?: Timestamp;
|
402
|
+
/**
|
403
|
+
* The ID of the SubChannel that the AppInstanceUser is a member of.
|
404
|
+
*/
|
405
|
+
SubChannelId?: SubChannelId;
|
394
406
|
}
|
395
407
|
export interface AssociateChannelFlowRequest {
|
396
408
|
/**
|
@@ -423,6 +435,10 @@ declare namespace ChimeSDKMessaging {
|
|
423
435
|
* The ARN of the channel to which you're adding users.
|
424
436
|
*/
|
425
437
|
ChannelArn?: ChimeArn;
|
438
|
+
/**
|
439
|
+
* The ID of the SubChannel.
|
440
|
+
*/
|
441
|
+
SubChannelId?: SubChannelId;
|
426
442
|
}
|
427
443
|
export interface BatchCreateChannelMembershipError {
|
428
444
|
/**
|
@@ -456,6 +472,10 @@ declare namespace ChimeSDKMessaging {
|
|
456
472
|
* The AppInstanceUserArn of the user that makes the API call.
|
457
473
|
*/
|
458
474
|
ChimeBearer: ChimeArn;
|
475
|
+
/**
|
476
|
+
* The ID of the SubChannel in the request. Only required when creating membership in a SubChannel for a moderator in an elastic channel.
|
477
|
+
*/
|
478
|
+
SubChannelId?: SubChannelId;
|
459
479
|
}
|
460
480
|
export interface BatchCreateChannelMembershipResponse {
|
461
481
|
/**
|
@@ -509,6 +529,10 @@ declare namespace ChimeSDKMessaging {
|
|
509
529
|
* The ARN of the channel flow.
|
510
530
|
*/
|
511
531
|
ChannelFlowArn?: ChimeArn;
|
532
|
+
/**
|
533
|
+
* The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.
|
534
|
+
*/
|
535
|
+
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
512
536
|
}
|
513
537
|
export interface ChannelAssociatedWithFlowSummary {
|
514
538
|
/**
|
@@ -651,6 +675,10 @@ declare namespace ChimeSDKMessaging {
|
|
651
675
|
* The time at which a channel membership was last updated.
|
652
676
|
*/
|
653
677
|
LastUpdatedTimestamp?: Timestamp;
|
678
|
+
/**
|
679
|
+
* The ID of the SubChannel that a user belongs to.
|
680
|
+
*/
|
681
|
+
SubChannelId?: SubChannelId;
|
654
682
|
}
|
655
683
|
export interface ChannelMembershipForAppInstanceUserSummary {
|
656
684
|
/**
|
@@ -730,6 +758,10 @@ declare namespace ChimeSDKMessaging {
|
|
730
758
|
* The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
|
731
759
|
*/
|
732
760
|
MessageAttributes?: MessageAttributeMap;
|
761
|
+
/**
|
762
|
+
* The ID of the SubChannel.
|
763
|
+
*/
|
764
|
+
SubChannelId?: SubChannelId;
|
733
765
|
}
|
734
766
|
export interface ChannelMessageCallback {
|
735
767
|
/**
|
@@ -752,6 +784,10 @@ declare namespace ChimeSDKMessaging {
|
|
752
784
|
* The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
|
753
785
|
*/
|
754
786
|
MessageAttributes?: MessageAttributeMap;
|
787
|
+
/**
|
788
|
+
* The ID of the SubChannel.
|
789
|
+
*/
|
790
|
+
SubChannelId?: SubChannelId;
|
755
791
|
}
|
756
792
|
export type ChannelMessagePersistenceType = "PERSISTENT"|"NON_PERSISTENT"|string;
|
757
793
|
export type ChannelMessageStatus = "SENT"|"PENDING"|"FAILED"|"DENIED"|string;
|
@@ -947,6 +983,10 @@ declare namespace ChimeSDKMessaging {
|
|
947
983
|
* The AppInstanceUserArn of the user that makes the API call.
|
948
984
|
*/
|
949
985
|
ChimeBearer: ChimeArn;
|
986
|
+
/**
|
987
|
+
* The ID of the SubChannel in the request. Only required when creating membership in a SubChannel for a moderator in an elastic channel.
|
988
|
+
*/
|
989
|
+
SubChannelId?: SubChannelId;
|
950
990
|
}
|
951
991
|
export interface CreateChannelMembershipResponse {
|
952
992
|
/**
|
@@ -957,6 +997,10 @@ declare namespace ChimeSDKMessaging {
|
|
957
997
|
* The ARN and metadata of the member being added.
|
958
998
|
*/
|
959
999
|
Member?: Identity;
|
1000
|
+
/**
|
1001
|
+
* The ID of the SubChannel in the response.
|
1002
|
+
*/
|
1003
|
+
SubChannelId?: SubChannelId;
|
960
1004
|
}
|
961
1005
|
export interface CreateChannelModeratorRequest {
|
962
1006
|
/**
|
@@ -1027,6 +1071,10 @@ declare namespace ChimeSDKMessaging {
|
|
1027
1071
|
* The ARNs of the channel moderators in the request.
|
1028
1072
|
*/
|
1029
1073
|
ModeratorArns?: ChannelModeratorArns;
|
1074
|
+
/**
|
1075
|
+
* The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million users, excluding moderators.
|
1076
|
+
*/
|
1077
|
+
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
1030
1078
|
}
|
1031
1079
|
export interface CreateChannelResponse {
|
1032
1080
|
/**
|
@@ -1067,6 +1115,10 @@ declare namespace ChimeSDKMessaging {
|
|
1067
1115
|
* The AppInstanceUserArn of the user that makes the API call.
|
1068
1116
|
*/
|
1069
1117
|
ChimeBearer: ChimeArn;
|
1118
|
+
/**
|
1119
|
+
* The ID of the SubChannel in the request. Only for use by moderators.
|
1120
|
+
*/
|
1121
|
+
SubChannelId?: SubChannelId;
|
1070
1122
|
}
|
1071
1123
|
export interface DeleteChannelMessageRequest {
|
1072
1124
|
/**
|
@@ -1081,6 +1133,10 @@ declare namespace ChimeSDKMessaging {
|
|
1081
1133
|
* The AppInstanceUserArn of the user that makes the API call.
|
1082
1134
|
*/
|
1083
1135
|
ChimeBearer: ChimeArn;
|
1136
|
+
/**
|
1137
|
+
* The ID of the SubChannel in the request. Only required when deleting messages in a SubChannel that the user belongs to.
|
1138
|
+
*/
|
1139
|
+
SubChannelId?: SubChannelId;
|
1084
1140
|
}
|
1085
1141
|
export interface DeleteChannelModeratorRequest {
|
1086
1142
|
/**
|
@@ -1105,6 +1161,10 @@ declare namespace ChimeSDKMessaging {
|
|
1105
1161
|
* The AppInstanceUserArn of the user that makes the API call.
|
1106
1162
|
*/
|
1107
1163
|
ChimeBearer: ChimeArn;
|
1164
|
+
/**
|
1165
|
+
* The ID of the SubChannel in the request.
|
1166
|
+
*/
|
1167
|
+
SubChannelId?: SubChannelId;
|
1108
1168
|
}
|
1109
1169
|
export interface DescribeChannelBanRequest {
|
1110
1170
|
/**
|
@@ -1171,6 +1231,10 @@ declare namespace ChimeSDKMessaging {
|
|
1171
1231
|
* The AppInstanceUserArn of the user that makes the API call.
|
1172
1232
|
*/
|
1173
1233
|
ChimeBearer: ChimeArn;
|
1234
|
+
/**
|
1235
|
+
* The ID of the SubChannel in the request. The response contains an ElasticChannelConfiguration object. Only required to get a user’s SubChannel membership details.
|
1236
|
+
*/
|
1237
|
+
SubChannelId?: SubChannelId;
|
1174
1238
|
}
|
1175
1239
|
export interface DescribeChannelMembershipResponse {
|
1176
1240
|
/**
|
@@ -1248,6 +1312,20 @@ declare namespace ChimeSDKMessaging {
|
|
1248
1312
|
*/
|
1249
1313
|
ChimeBearer: ChimeArn;
|
1250
1314
|
}
|
1315
|
+
export interface ElasticChannelConfiguration {
|
1316
|
+
/**
|
1317
|
+
* The maximum number of SubChannels that you want to allow in the elastic channel.
|
1318
|
+
*/
|
1319
|
+
MaximumSubChannels: MaximumSubChannels;
|
1320
|
+
/**
|
1321
|
+
* The maximum number of members allowed in a SubChannel.
|
1322
|
+
*/
|
1323
|
+
TargetMembershipsPerSubChannel: TargetMembershipsPerSubChannel;
|
1324
|
+
/**
|
1325
|
+
* The minimum allowed percentage of TargetMembershipsPerSubChannel users. Ceil of the calculated value is used in balancing members among SubChannels of the elastic channel.
|
1326
|
+
*/
|
1327
|
+
MinimumMembershipPercentage: MinimumMembershipPercentage;
|
1328
|
+
}
|
1251
1329
|
export type ErrorCode = "BadRequest"|"Conflict"|"Forbidden"|"NotFound"|"PreconditionFailed"|"ResourceLimitExceeded"|"ServiceFailure"|"AccessDenied"|"ServiceUnavailable"|"Throttled"|"Throttling"|"Unauthorized"|"Unprocessable"|"VoiceConnectorGroupAssociationsExist"|"PhoneNumberAssociationsExist"|string;
|
1252
1330
|
export type FallbackAction = "CONTINUE"|"ABORT"|string;
|
1253
1331
|
export type FilterRule = string;
|
@@ -1292,6 +1370,10 @@ declare namespace ChimeSDKMessaging {
|
|
1292
1370
|
* The AppInstanceUserArn of the user that makes the API call.
|
1293
1371
|
*/
|
1294
1372
|
ChimeBearer: ChimeArn;
|
1373
|
+
/**
|
1374
|
+
* The ID of the SubChannel in the request. Only required when getting messages in a SubChannel that the user belongs to.
|
1375
|
+
*/
|
1376
|
+
SubChannelId?: SubChannelId;
|
1295
1377
|
}
|
1296
1378
|
export interface GetChannelMessageResponse {
|
1297
1379
|
/**
|
@@ -1312,6 +1394,10 @@ declare namespace ChimeSDKMessaging {
|
|
1312
1394
|
* The AppInstanceUserArn of the user making the API call.
|
1313
1395
|
*/
|
1314
1396
|
ChimeBearer: ChimeArn;
|
1397
|
+
/**
|
1398
|
+
* The ID of the SubChannel in the request. Only required when getting message status in a SubChannel that the user belongs to.
|
1399
|
+
*/
|
1400
|
+
SubChannelId?: SubChannelId;
|
1315
1401
|
}
|
1316
1402
|
export interface GetChannelMessageStatusResponse {
|
1317
1403
|
/**
|
@@ -1454,6 +1540,10 @@ declare namespace ChimeSDKMessaging {
|
|
1454
1540
|
* The AppInstanceUserArn of the user that makes the API call.
|
1455
1541
|
*/
|
1456
1542
|
ChimeBearer: ChimeArn;
|
1543
|
+
/**
|
1544
|
+
* The ID of the SubChannel in the request. Only required when listing a user's memberships in a particular sub-channel of an elastic channel.
|
1545
|
+
*/
|
1546
|
+
SubChannelId?: SubChannelId;
|
1457
1547
|
}
|
1458
1548
|
export interface ListChannelMembershipsResponse {
|
1459
1549
|
/**
|
@@ -1498,6 +1588,10 @@ declare namespace ChimeSDKMessaging {
|
|
1498
1588
|
* The AppInstanceUserArn of the user that makes the API call.
|
1499
1589
|
*/
|
1500
1590
|
ChimeBearer: ChimeArn;
|
1591
|
+
/**
|
1592
|
+
* The ID of the SubChannel in the request. Only required when listing the messages in a SubChannel that the user belongs to.
|
1593
|
+
*/
|
1594
|
+
SubChannelId?: SubChannelId;
|
1501
1595
|
}
|
1502
1596
|
export interface ListChannelMessagesResponse {
|
1503
1597
|
/**
|
@@ -1512,6 +1606,10 @@ declare namespace ChimeSDKMessaging {
|
|
1512
1606
|
* The information about, and content of, each requested message.
|
1513
1607
|
*/
|
1514
1608
|
ChannelMessages?: ChannelMessageSummaryList;
|
1609
|
+
/**
|
1610
|
+
* The ID of the SubChannel in the response.
|
1611
|
+
*/
|
1612
|
+
SubChannelId?: SubChannelId;
|
1515
1613
|
}
|
1516
1614
|
export interface ListChannelModeratorsRequest {
|
1517
1615
|
/**
|
@@ -1629,6 +1727,38 @@ declare namespace ChimeSDKMessaging {
|
|
1629
1727
|
*/
|
1630
1728
|
NextToken?: NextToken;
|
1631
1729
|
}
|
1730
|
+
export interface ListSubChannelsRequest {
|
1731
|
+
/**
|
1732
|
+
* The ARN of elastic channel.
|
1733
|
+
*/
|
1734
|
+
ChannelArn: ChimeArn;
|
1735
|
+
/**
|
1736
|
+
* The AppInstanceUserArn of the user making the API call.
|
1737
|
+
*/
|
1738
|
+
ChimeBearer: ChimeArn;
|
1739
|
+
/**
|
1740
|
+
* The maximum number of sub-channels that you want to return.
|
1741
|
+
*/
|
1742
|
+
MaxResults?: MaxResults;
|
1743
|
+
/**
|
1744
|
+
* The token passed by previous API calls until all requested sub-channels are returned.
|
1745
|
+
*/
|
1746
|
+
NextToken?: NextToken;
|
1747
|
+
}
|
1748
|
+
export interface ListSubChannelsResponse {
|
1749
|
+
/**
|
1750
|
+
* The ARN of elastic channel.
|
1751
|
+
*/
|
1752
|
+
ChannelArn?: ChimeArn;
|
1753
|
+
/**
|
1754
|
+
* The information about each sub-channel.
|
1755
|
+
*/
|
1756
|
+
SubChannels?: SubChannelSummaryList;
|
1757
|
+
/**
|
1758
|
+
* The token passed by previous API calls until all requested sub-channels are returned.
|
1759
|
+
*/
|
1760
|
+
NextToken?: NextToken;
|
1761
|
+
}
|
1632
1762
|
export interface ListTagsForResourceRequest {
|
1633
1763
|
/**
|
1634
1764
|
* The ARN of the resource.
|
@@ -1642,8 +1772,10 @@ declare namespace ChimeSDKMessaging {
|
|
1642
1772
|
Tags?: TagList;
|
1643
1773
|
}
|
1644
1774
|
export type MaxResults = number;
|
1775
|
+
export type MaximumSubChannels = number;
|
1645
1776
|
export type MemberArns = ChimeArn[];
|
1646
1777
|
export type Members = Identity[];
|
1778
|
+
export type MembershipCount = number;
|
1647
1779
|
export type MessageAttributeMap = {[key: string]: MessageAttributeValue};
|
1648
1780
|
export type MessageAttributeName = string;
|
1649
1781
|
export type MessageAttributeStringValue = string;
|
@@ -1662,6 +1794,7 @@ declare namespace ChimeSDKMessaging {
|
|
1662
1794
|
Url?: UrlType;
|
1663
1795
|
}
|
1664
1796
|
export type Metadata = string;
|
1797
|
+
export type MinimumMembershipPercentage = number;
|
1665
1798
|
export type NextToken = string;
|
1666
1799
|
export type NonEmptyContent = string;
|
1667
1800
|
export type NonEmptyResourceName = string;
|
@@ -1763,6 +1896,10 @@ declare namespace ChimeSDKMessaging {
|
|
1763
1896
|
* The AppInstanceUserArn of the user that makes the API call.
|
1764
1897
|
*/
|
1765
1898
|
ChimeBearer: ChimeArn;
|
1899
|
+
/**
|
1900
|
+
* The ID of the SubChannel in the request.
|
1901
|
+
*/
|
1902
|
+
SubChannelId?: SubChannelId;
|
1766
1903
|
}
|
1767
1904
|
export interface RedactChannelMessageResponse {
|
1768
1905
|
/**
|
@@ -1773,6 +1910,10 @@ declare namespace ChimeSDKMessaging {
|
|
1773
1910
|
* The ID of the message being redacted.
|
1774
1911
|
*/
|
1775
1912
|
MessageId?: MessageId;
|
1913
|
+
/**
|
1914
|
+
* The ID of the SubChannel in the response. Only required when redacting messages in a SubChannel that the user belongs to.
|
1915
|
+
*/
|
1916
|
+
SubChannelId?: SubChannelId;
|
1776
1917
|
}
|
1777
1918
|
export type ResourceName = string;
|
1778
1919
|
export interface SearchChannelsRequest {
|
@@ -1859,6 +2000,10 @@ declare namespace ChimeSDKMessaging {
|
|
1859
2000
|
* The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
|
1860
2001
|
*/
|
1861
2002
|
MessageAttributes?: MessageAttributeMap;
|
2003
|
+
/**
|
2004
|
+
* The ID of the SubChannel in the request.
|
2005
|
+
*/
|
2006
|
+
SubChannelId?: SubChannelId;
|
1862
2007
|
}
|
1863
2008
|
export interface SendChannelMessageResponse {
|
1864
2009
|
/**
|
@@ -1873,10 +2018,26 @@ declare namespace ChimeSDKMessaging {
|
|
1873
2018
|
* The status of the channel message.
|
1874
2019
|
*/
|
1875
2020
|
Status?: ChannelMessageStatusStructure;
|
2021
|
+
/**
|
2022
|
+
* The ID of the SubChannel in the response.
|
2023
|
+
*/
|
2024
|
+
SubChannelId?: SubChannelId;
|
1876
2025
|
}
|
1877
2026
|
export type SortOrder = "ASCENDING"|"DESCENDING"|string;
|
1878
2027
|
export type StatusDetail = string;
|
1879
2028
|
export type String = string;
|
2029
|
+
export type SubChannelId = string;
|
2030
|
+
export interface SubChannelSummary {
|
2031
|
+
/**
|
2032
|
+
* The unique ID of a SubChannel.
|
2033
|
+
*/
|
2034
|
+
SubChannelId?: SubChannelId;
|
2035
|
+
/**
|
2036
|
+
* The number of members in a SubChannel.
|
2037
|
+
*/
|
2038
|
+
MembershipCount?: MembershipCount;
|
2039
|
+
}
|
2040
|
+
export type SubChannelSummaryList = SubChannelSummary[];
|
1880
2041
|
export interface Tag {
|
1881
2042
|
/**
|
1882
2043
|
* The key in a tag.
|
@@ -1901,6 +2062,7 @@ declare namespace ChimeSDKMessaging {
|
|
1901
2062
|
Tags: TagList;
|
1902
2063
|
}
|
1903
2064
|
export type TagValue = string;
|
2065
|
+
export type TargetMembershipsPerSubChannel = number;
|
1904
2066
|
export type Timestamp = Date;
|
1905
2067
|
export interface UntagResourceRequest {
|
1906
2068
|
/**
|
@@ -1953,6 +2115,10 @@ declare namespace ChimeSDKMessaging {
|
|
1953
2115
|
* The AppInstanceUserArn of the user that makes the API call.
|
1954
2116
|
*/
|
1955
2117
|
ChimeBearer: ChimeArn;
|
2118
|
+
/**
|
2119
|
+
* The ID of the SubChannel in the request. Only required when updating messages in a SubChannel that the user belongs to.
|
2120
|
+
*/
|
2121
|
+
SubChannelId?: SubChannelId;
|
1956
2122
|
}
|
1957
2123
|
export interface UpdateChannelMessageResponse {
|
1958
2124
|
/**
|
@@ -1967,6 +2133,10 @@ declare namespace ChimeSDKMessaging {
|
|
1967
2133
|
* The status of the message update.
|
1968
2134
|
*/
|
1969
2135
|
Status?: ChannelMessageStatusStructure;
|
2136
|
+
/**
|
2137
|
+
* The ID of the SubChannel in the response.
|
2138
|
+
*/
|
2139
|
+
SubChannelId?: SubChannelId;
|
1970
2140
|
}
|
1971
2141
|
export interface UpdateChannelReadMarkerRequest {
|
1972
2142
|
/**
|
@@ -1977,12 +2147,20 @@ declare namespace ChimeSDKMessaging {
|
|
1977
2147
|
* The AppInstanceUserArn of the user that makes the API call.
|
1978
2148
|
*/
|
1979
2149
|
ChimeBearer: ChimeArn;
|
2150
|
+
/**
|
2151
|
+
* The ID of the SubChannel in the request.
|
2152
|
+
*/
|
2153
|
+
SubChannelId?: SubChannelId;
|
1980
2154
|
}
|
1981
2155
|
export interface UpdateChannelReadMarkerResponse {
|
1982
2156
|
/**
|
1983
2157
|
* The ARN of the channel.
|
1984
2158
|
*/
|
1985
2159
|
ChannelArn?: ChimeArn;
|
2160
|
+
/**
|
2161
|
+
* The ID of the SubChannel in the response.
|
2162
|
+
*/
|
2163
|
+
SubChannelId?: SubChannelId;
|
1986
2164
|
}
|
1987
2165
|
export interface UpdateChannelRequest {
|
1988
2166
|
/**
|
@@ -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:
|
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
|
-
*
|
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
|
-
*
|
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:
|
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:
|
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:
|
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:
|
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
|
-
*
|
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
|
-
*
|
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
|
-
*
|
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
|
-
*
|
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
|
-
*
|
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
|
}
|