aws-sdk-chime 1.39.0 → 1.40.0

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.
@@ -899,6 +899,7 @@ module Aws::Chime
899
899
  CreateAppInstanceRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, required: true, location_name: "Name"))
900
900
  CreateAppInstanceRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
901
901
  CreateAppInstanceRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
902
+ CreateAppInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
902
903
  CreateAppInstanceRequest.struct_class = Types::CreateAppInstanceRequest
903
904
 
904
905
  CreateAppInstanceResponse.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "AppInstanceArn"))
@@ -909,6 +910,7 @@ module Aws::Chime
909
910
  CreateAppInstanceUserRequest.add_member(:name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "Name"))
910
911
  CreateAppInstanceUserRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
911
912
  CreateAppInstanceUserRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
913
+ CreateAppInstanceUserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
912
914
  CreateAppInstanceUserRequest.struct_class = Types::CreateAppInstanceUserRequest
913
915
 
914
916
  CreateAppInstanceUserResponse.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "AppInstanceUserArn"))
@@ -943,6 +945,7 @@ module Aws::Chime
943
945
 
944
946
  CreateChannelBanRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
945
947
  CreateChannelBanRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "MemberArn"))
948
+ CreateChannelBanRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
946
949
  CreateChannelBanRequest.struct_class = Types::CreateChannelBanRequest
947
950
 
948
951
  CreateChannelBanResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -952,6 +955,7 @@ module Aws::Chime
952
955
  CreateChannelMembershipRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
953
956
  CreateChannelMembershipRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "MemberArn"))
954
957
  CreateChannelMembershipRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelMembershipType, required: true, location_name: "Type"))
958
+ CreateChannelMembershipRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
955
959
  CreateChannelMembershipRequest.struct_class = Types::CreateChannelMembershipRequest
956
960
 
957
961
  CreateChannelMembershipResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -960,6 +964,7 @@ module Aws::Chime
960
964
 
961
965
  CreateChannelModeratorRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
962
966
  CreateChannelModeratorRequest.add_member(:channel_moderator_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "ChannelModeratorArn"))
967
+ CreateChannelModeratorRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
963
968
  CreateChannelModeratorRequest.struct_class = Types::CreateChannelModeratorRequest
964
969
 
965
970
  CreateChannelModeratorResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -973,6 +978,7 @@ module Aws::Chime
973
978
  CreateChannelRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
974
979
  CreateChannelRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
975
980
  CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
981
+ CreateChannelRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
976
982
  CreateChannelRequest.struct_class = Types::CreateChannelRequest
977
983
 
978
984
  CreateChannelResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -1051,8 +1057,8 @@ module Aws::Chime
1051
1057
  CreateRoomResponse.add_member(:room, Shapes::ShapeRef.new(shape: Room, location_name: "Room"))
1052
1058
  CreateRoomResponse.struct_class = Types::CreateRoomResponse
1053
1059
 
1054
- CreateSipMediaApplicationCallRequest.add_member(:from_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "FromPhoneNumber"))
1055
- CreateSipMediaApplicationCallRequest.add_member(:to_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "ToPhoneNumber"))
1060
+ CreateSipMediaApplicationCallRequest.add_member(:from_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "FromPhoneNumber"))
1061
+ CreateSipMediaApplicationCallRequest.add_member(:to_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "ToPhoneNumber"))
1056
1062
  CreateSipMediaApplicationCallRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
1057
1063
  CreateSipMediaApplicationCallRequest.struct_class = Types::CreateSipMediaApplicationCallRequest
1058
1064
 
@@ -1060,7 +1066,7 @@ module Aws::Chime
1060
1066
  CreateSipMediaApplicationCallResponse.struct_class = Types::CreateSipMediaApplicationCallResponse
1061
1067
 
1062
1068
  CreateSipMediaApplicationRequest.add_member(:aws_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AwsRegion"))
1063
- CreateSipMediaApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
1069
+ CreateSipMediaApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, required: true, location_name: "Name"))
1064
1070
  CreateSipMediaApplicationRequest.add_member(:endpoints, Shapes::ShapeRef.new(shape: SipMediaApplicationEndpointList, required: true, location_name: "Endpoints"))
1065
1071
  CreateSipMediaApplicationRequest.struct_class = Types::CreateSipMediaApplicationRequest
1066
1072
 
@@ -1138,21 +1144,26 @@ module Aws::Chime
1138
1144
 
1139
1145
  DeleteChannelBanRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1140
1146
  DeleteChannelBanRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "memberArn"))
1147
+ DeleteChannelBanRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1141
1148
  DeleteChannelBanRequest.struct_class = Types::DeleteChannelBanRequest
1142
1149
 
1143
1150
  DeleteChannelMembershipRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1144
1151
  DeleteChannelMembershipRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "memberArn"))
1152
+ DeleteChannelMembershipRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1145
1153
  DeleteChannelMembershipRequest.struct_class = Types::DeleteChannelMembershipRequest
1146
1154
 
1147
1155
  DeleteChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1148
1156
  DeleteChannelMessageRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
1157
+ DeleteChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1149
1158
  DeleteChannelMessageRequest.struct_class = Types::DeleteChannelMessageRequest
1150
1159
 
1151
1160
  DeleteChannelModeratorRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1152
1161
  DeleteChannelModeratorRequest.add_member(:channel_moderator_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelModeratorArn"))
1162
+ DeleteChannelModeratorRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1153
1163
  DeleteChannelModeratorRequest.struct_class = Types::DeleteChannelModeratorRequest
1154
1164
 
1155
1165
  DeleteChannelRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1166
+ DeleteChannelRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1156
1167
  DeleteChannelRequest.struct_class = Types::DeleteChannelRequest
1157
1168
 
1158
1169
  DeleteEventsConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
@@ -1230,6 +1241,7 @@ module Aws::Chime
1230
1241
 
1231
1242
  DescribeChannelBanRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1232
1243
  DescribeChannelBanRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "memberArn"))
1244
+ DescribeChannelBanRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1233
1245
  DescribeChannelBanRequest.struct_class = Types::DescribeChannelBanRequest
1234
1246
 
1235
1247
  DescribeChannelBanResponse.add_member(:channel_ban, Shapes::ShapeRef.new(shape: ChannelBan, location_name: "ChannelBan"))
@@ -1237,6 +1249,7 @@ module Aws::Chime
1237
1249
 
1238
1250
  DescribeChannelMembershipForAppInstanceUserRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1239
1251
  DescribeChannelMembershipForAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "app-instance-user-arn"))
1252
+ DescribeChannelMembershipForAppInstanceUserRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1240
1253
  DescribeChannelMembershipForAppInstanceUserRequest.struct_class = Types::DescribeChannelMembershipForAppInstanceUserRequest
1241
1254
 
1242
1255
  DescribeChannelMembershipForAppInstanceUserResponse.add_member(:channel_membership, Shapes::ShapeRef.new(shape: ChannelMembershipForAppInstanceUserSummary, location_name: "ChannelMembership"))
@@ -1244,6 +1257,7 @@ module Aws::Chime
1244
1257
 
1245
1258
  DescribeChannelMembershipRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1246
1259
  DescribeChannelMembershipRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "memberArn"))
1260
+ DescribeChannelMembershipRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1247
1261
  DescribeChannelMembershipRequest.struct_class = Types::DescribeChannelMembershipRequest
1248
1262
 
1249
1263
  DescribeChannelMembershipResponse.add_member(:channel_membership, Shapes::ShapeRef.new(shape: ChannelMembership, location_name: "ChannelMembership"))
@@ -1251,6 +1265,7 @@ module Aws::Chime
1251
1265
 
1252
1266
  DescribeChannelModeratedByAppInstanceUserRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1253
1267
  DescribeChannelModeratedByAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "app-instance-user-arn"))
1268
+ DescribeChannelModeratedByAppInstanceUserRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1254
1269
  DescribeChannelModeratedByAppInstanceUserRequest.struct_class = Types::DescribeChannelModeratedByAppInstanceUserRequest
1255
1270
 
1256
1271
  DescribeChannelModeratedByAppInstanceUserResponse.add_member(:channel, Shapes::ShapeRef.new(shape: ChannelModeratedByAppInstanceUserSummary, location_name: "Channel"))
@@ -1258,12 +1273,14 @@ module Aws::Chime
1258
1273
 
1259
1274
  DescribeChannelModeratorRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1260
1275
  DescribeChannelModeratorRequest.add_member(:channel_moderator_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelModeratorArn"))
1276
+ DescribeChannelModeratorRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1261
1277
  DescribeChannelModeratorRequest.struct_class = Types::DescribeChannelModeratorRequest
1262
1278
 
1263
1279
  DescribeChannelModeratorResponse.add_member(:channel_moderator, Shapes::ShapeRef.new(shape: ChannelModerator, location_name: "ChannelModerator"))
1264
1280
  DescribeChannelModeratorResponse.struct_class = Types::DescribeChannelModeratorResponse
1265
1281
 
1266
1282
  DescribeChannelRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1283
+ DescribeChannelRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1267
1284
  DescribeChannelRequest.struct_class = Types::DescribeChannelRequest
1268
1285
 
1269
1286
  DescribeChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
@@ -1354,6 +1371,7 @@ module Aws::Chime
1354
1371
 
1355
1372
  GetChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1356
1373
  GetChannelMessageRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
1374
+ GetChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1357
1375
  GetChannelMessageRequest.struct_class = Types::GetChannelMessageRequest
1358
1376
 
1359
1377
  GetChannelMessageResponse.add_member(:channel_message, Shapes::ShapeRef.new(shape: ChannelMessage, location_name: "ChannelMessage"))
@@ -1592,6 +1610,7 @@ module Aws::Chime
1592
1610
  ListChannelBansRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1593
1611
  ListChannelBansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
1594
1612
  ListChannelBansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
1613
+ ListChannelBansRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1595
1614
  ListChannelBansRequest.struct_class = Types::ListChannelBansRequest
1596
1615
 
1597
1616
  ListChannelBansResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -1602,6 +1621,7 @@ module Aws::Chime
1602
1621
  ListChannelMembershipsForAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, location: "querystring", location_name: "app-instance-user-arn"))
1603
1622
  ListChannelMembershipsForAppInstanceUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
1604
1623
  ListChannelMembershipsForAppInstanceUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
1624
+ ListChannelMembershipsForAppInstanceUserRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1605
1625
  ListChannelMembershipsForAppInstanceUserRequest.struct_class = Types::ListChannelMembershipsForAppInstanceUserRequest
1606
1626
 
1607
1627
  ListChannelMembershipsForAppInstanceUserResponse.add_member(:channel_memberships, Shapes::ShapeRef.new(shape: ChannelMembershipForAppInstanceUserSummaryList, location_name: "ChannelMemberships"))
@@ -1612,6 +1632,7 @@ module Aws::Chime
1612
1632
  ListChannelMembershipsRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelMembershipType, location: "querystring", location_name: "type"))
1613
1633
  ListChannelMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
1614
1634
  ListChannelMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
1635
+ ListChannelMembershipsRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1615
1636
  ListChannelMembershipsRequest.struct_class = Types::ListChannelMembershipsRequest
1616
1637
 
1617
1638
  ListChannelMembershipsResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -1625,6 +1646,7 @@ module Aws::Chime
1625
1646
  ListChannelMessagesRequest.add_member(:not_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "not-after"))
1626
1647
  ListChannelMessagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
1627
1648
  ListChannelMessagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
1649
+ ListChannelMessagesRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1628
1650
  ListChannelMessagesRequest.struct_class = Types::ListChannelMessagesRequest
1629
1651
 
1630
1652
  ListChannelMessagesResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -1635,6 +1657,7 @@ module Aws::Chime
1635
1657
  ListChannelModeratorsRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
1636
1658
  ListChannelModeratorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
1637
1659
  ListChannelModeratorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
1660
+ ListChannelModeratorsRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1638
1661
  ListChannelModeratorsRequest.struct_class = Types::ListChannelModeratorsRequest
1639
1662
 
1640
1663
  ListChannelModeratorsResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -1645,6 +1668,7 @@ module Aws::Chime
1645
1668
  ListChannelsModeratedByAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, location: "querystring", location_name: "app-instance-user-arn"))
1646
1669
  ListChannelsModeratedByAppInstanceUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
1647
1670
  ListChannelsModeratedByAppInstanceUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
1671
+ ListChannelsModeratedByAppInstanceUserRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1648
1672
  ListChannelsModeratedByAppInstanceUserRequest.struct_class = Types::ListChannelsModeratedByAppInstanceUserRequest
1649
1673
 
1650
1674
  ListChannelsModeratedByAppInstanceUserResponse.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelModeratedByAppInstanceUserSummaryList, location_name: "Channels"))
@@ -1655,6 +1679,7 @@ module Aws::Chime
1655
1679
  ListChannelsRequest.add_member(:privacy, Shapes::ShapeRef.new(shape: ChannelPrivacy, location: "querystring", location_name: "privacy"))
1656
1680
  ListChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
1657
1681
  ListChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
1682
+ ListChannelsRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
1658
1683
  ListChannelsRequest.struct_class = Types::ListChannelsRequest
1659
1684
 
1660
1685
  ListChannelsResponse.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelSummaryList, location_name: "Channels"))
@@ -2032,6 +2057,7 @@ module Aws::Chime
2032
2057
 
2033
2058
  RedactChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
2034
2059
  RedactChannelMessageRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
2060
+ RedactChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
2035
2061
  RedactChannelMessageRequest.struct_class = Types::RedactChannelMessageRequest
2036
2062
 
2037
2063
  RedactChannelMessageResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -2120,6 +2146,7 @@ module Aws::Chime
2120
2146
  SendChannelMessageRequest.add_member(:persistence, Shapes::ShapeRef.new(shape: ChannelMessagePersistenceType, required: true, location_name: "Persistence"))
2121
2147
  SendChannelMessageRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
2122
2148
  SendChannelMessageRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
2149
+ SendChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
2123
2150
  SendChannelMessageRequest.struct_class = Types::SendChannelMessageRequest
2124
2151
 
2125
2152
  SendChannelMessageResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -2296,6 +2323,7 @@ module Aws::Chime
2296
2323
  UpdateChannelMessageRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
2297
2324
  UpdateChannelMessageRequest.add_member(:content, Shapes::ShapeRef.new(shape: Content, location_name: "Content"))
2298
2325
  UpdateChannelMessageRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
2326
+ UpdateChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
2299
2327
  UpdateChannelMessageRequest.struct_class = Types::UpdateChannelMessageRequest
2300
2328
 
2301
2329
  UpdateChannelMessageResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -2303,6 +2331,7 @@ module Aws::Chime
2303
2331
  UpdateChannelMessageResponse.struct_class = Types::UpdateChannelMessageResponse
2304
2332
 
2305
2333
  UpdateChannelReadMarkerRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
2334
+ UpdateChannelReadMarkerRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
2306
2335
  UpdateChannelReadMarkerRequest.struct_class = Types::UpdateChannelReadMarkerRequest
2307
2336
 
2308
2337
  UpdateChannelReadMarkerResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -2312,6 +2341,7 @@ module Aws::Chime
2312
2341
  UpdateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, required: true, location_name: "Name"))
2313
2342
  UpdateChannelRequest.add_member(:mode, Shapes::ShapeRef.new(shape: ChannelMode, required: true, location_name: "Mode"))
2314
2343
  UpdateChannelRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
2344
+ UpdateChannelRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
2315
2345
  UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
2316
2346
 
2317
2347
  UpdateChannelResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
@@ -3097,7 +3127,6 @@ module Aws::Chime
3097
3127
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3098
3128
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3099
3129
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3100
- o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
3101
3130
  o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3102
3131
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3103
3132
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
@@ -4212,7 +4241,6 @@ module Aws::Chime
4212
4241
  o.output = Shapes::ShapeRef.new(shape: ListAppInstanceAdminsResponse)
4213
4242
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4214
4243
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4215
- o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
4216
4244
  o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
4217
4245
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
4218
4246
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
@@ -4553,6 +4581,7 @@ module Aws::Chime
4553
4581
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
4554
4582
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4555
4583
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4584
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4556
4585
  o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
4557
4586
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4558
4587
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
@@ -153,27 +153,28 @@ module Aws::Chime
153
153
  include Aws::Structure
154
154
  end
155
155
 
156
- # An instance of a Chime messaging application.
156
+ # The details of an `AppInstance`, an instance of an Amazon Chime SDK
157
+ # messaging application.
157
158
  #
158
159
  # @!attribute [rw] app_instance_arn
159
160
  # The ARN of the messaging instance.
160
161
  # @return [String]
161
162
  #
162
163
  # @!attribute [rw] name
163
- # The name of an app instance.
164
+ # The name of an `AppInstance`.
164
165
  # @return [String]
165
166
  #
166
167
  # @!attribute [rw] metadata
167
- # The metadata of an app instance.
168
+ # The metadata of an `AppInstance`.
168
169
  # @return [String]
169
170
  #
170
171
  # @!attribute [rw] created_timestamp
171
- # The time at which an app instance was created. In epoch
172
+ # The time at which an `AppInstance` was created. In epoch
172
173
  # milliseconds.
173
174
  # @return [Time]
174
175
  #
175
176
  # @!attribute [rw] last_updated_timestamp
176
- # The time an app instance was last updated. In epoch milliseconds.
177
+ # The time an `AppInstance` was last updated. In epoch milliseconds.
177
178
  # @return [Time]
178
179
  #
179
180
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AppInstance AWS API Documentation
@@ -188,15 +189,14 @@ module Aws::Chime
188
189
  include Aws::Structure
189
190
  end
190
191
 
191
- # Promotes a user to the administrator role for the duration of an app
192
- # instance.
192
+ # The details of an `AppInstanceAdmin`.
193
193
  #
194
194
  # @!attribute [rw] admin
195
- # The name and metadata of the app instance administrator.
195
+ # The `AppInstanceAdmin` data.
196
196
  # @return [Types::Identity]
197
197
  #
198
198
  # @!attribute [rw] app_instance_arn
199
- # The ARN of the app instance administrator.
199
+ # The ARN of the `AppInstance` for which the user is an administrator.
200
200
  # @return [String]
201
201
  #
202
202
  # @!attribute [rw] created_timestamp
@@ -213,10 +213,10 @@ module Aws::Chime
213
213
  include Aws::Structure
214
214
  end
215
215
 
216
- # The identity and metadata of an administrator.
216
+ # Summary of the details of an `AppInstanceAdmin`.
217
217
  #
218
218
  # @!attribute [rw] admin
219
- # The name and metadata of the app instance administrator.
219
+ # The details of the `AppInstanceAdmin`.
220
220
  # @return [Types::Identity]
221
221
  #
222
222
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AppInstanceAdminSummary AWS API Documentation
@@ -227,7 +227,7 @@ module Aws::Chime
227
227
  include Aws::Structure
228
228
  end
229
229
 
230
- # The length of time in days to retain messages.
230
+ # The details of the data-retention settings for an `AppInstance`.
231
231
  #
232
232
  # @note When making an API call, you may pass AppInstanceRetentionSettings
233
233
  # data as a hash:
@@ -239,7 +239,7 @@ module Aws::Chime
239
239
  # }
240
240
  #
241
241
  # @!attribute [rw] channel_retention_settings
242
- # The length of time in days to retain a channel.
242
+ # The length of time in days to retain the messages in a channel.
243
243
  # @return [Types::ChannelRetentionSettings]
244
244
  #
245
245
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AppInstanceRetentionSettings AWS API Documentation
@@ -250,7 +250,7 @@ module Aws::Chime
250
250
  include Aws::Structure
251
251
  end
252
252
 
253
- # The streaming configuration of an app instance.
253
+ # The details of the streaming configuration of an `AppInstance`.
254
254
  #
255
255
  # @note When making an API call, you may pass AppInstanceStreamingConfiguration
256
256
  # data as a hash:
@@ -261,7 +261,7 @@ module Aws::Chime
261
261
  # }
262
262
  #
263
263
  # @!attribute [rw] app_instance_data_type
264
- # The data type of the app instance.
264
+ # The type of data to be streamed.
265
265
  # @return [String]
266
266
  #
267
267
  # @!attribute [rw] resource_arn
@@ -277,18 +277,18 @@ module Aws::Chime
277
277
  include Aws::Structure
278
278
  end
279
279
 
280
- # The summary data for an app instance.
280
+ # Summary of the data for an `AppInstance`.
281
281
  #
282
282
  # @!attribute [rw] app_instance_arn
283
- # The app instance ARN.
283
+ # The `AppInstance` ARN.
284
284
  # @return [String]
285
285
  #
286
286
  # @!attribute [rw] name
287
- # The name of the app instance summary.
287
+ # The name of the `AppInstance`.
288
288
  # @return [String]
289
289
  #
290
290
  # @!attribute [rw] metadata
291
- # The metadata of the app instance summary.
291
+ # The metadata of the `AppInstance`.
292
292
  # @return [String]
293
293
  #
294
294
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AppInstanceSummary AWS API Documentation
@@ -301,26 +301,26 @@ module Aws::Chime
301
301
  include Aws::Structure
302
302
  end
303
303
 
304
- # The app instance user.
304
+ # The details of an `AppInstanceUser`.
305
305
  #
306
306
  # @!attribute [rw] app_instance_user_arn
307
- # The ARN of the app instance user.
307
+ # The ARN of the `AppInstanceUser`.
308
308
  # @return [String]
309
309
  #
310
310
  # @!attribute [rw] name
311
- # The name of the app instance user.
311
+ # The name of the `AppInstanceUser`.
312
312
  # @return [String]
313
313
  #
314
314
  # @!attribute [rw] created_timestamp
315
- # The time at which the app instance user was created.
315
+ # The time at which the `AppInstanceUser` was created.
316
316
  # @return [Time]
317
317
  #
318
318
  # @!attribute [rw] metadata
319
- # The metadata of the app instance user.
319
+ # The metadata of the `AppInstanceUser`.
320
320
  # @return [String]
321
321
  #
322
322
  # @!attribute [rw] last_updated_timestamp
323
- # The time at which the app instance user was last updated.
323
+ # The time at which the `AppInstanceUser` was last updated.
324
324
  # @return [Time]
325
325
  #
326
326
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AppInstanceUser AWS API Documentation
@@ -335,14 +335,14 @@ module Aws::Chime
335
335
  include Aws::Structure
336
336
  end
337
337
 
338
- # Lists the channels to which app instance users belong.
338
+ # Summary of the membership details of an `AppInstanceUser`.
339
339
  #
340
340
  # @!attribute [rw] type
341
- # The type of channel summary,
341
+ # The type of `ChannelMembership`.
342
342
  # @return [String]
343
343
  #
344
344
  # @!attribute [rw] read_marker_timestamp
345
- # The time at which a summary was last read.
345
+ # The time at which a message was last read.
346
346
  # @return [Time]
347
347
  #
348
348
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AppInstanceUserMembershipSummary AWS API Documentation
@@ -354,18 +354,18 @@ module Aws::Chime
354
354
  include Aws::Structure
355
355
  end
356
356
 
357
- # The app instance user summary data .
357
+ # Summary of the details of an `AppInstanceUser`.
358
358
  #
359
359
  # @!attribute [rw] app_instance_user_arn
360
- # The ARN of the app instance user.
360
+ # The ARN of the `AppInstanceUser`.
361
361
  # @return [String]
362
362
  #
363
363
  # @!attribute [rw] name
364
- # The name in an app instance user summary.
364
+ # The name of an `AppInstanceUser`.
365
365
  # @return [String]
366
366
  #
367
367
  # @!attribute [rw] metadata
368
- # The metadata in an app instance user summary.
368
+ # The metadata of the `AppInstanceUser`.
369
369
  # @return [String]
370
370
  #
371
371
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AppInstanceUserSummary AWS API Documentation
@@ -543,7 +543,7 @@ module Aws::Chime
543
543
  class AssociateSigninDelegateGroupsWithAccountResponse < Aws::EmptyStructure; end
544
544
 
545
545
  # An Amazon Chime SDK meeting attendee. Includes a unique `AttendeeId`
546
- # and `JoinToken`. The `JoinToken` allows a client to authenticate and
546
+ # and `JoinToken` . The `JoinToken` allows a client to authenticate and
547
547
  # join as the specified attendee. The `JoinToken` expires when the
548
548
  # meeting ends or when DeleteAttendee is called. After that, the
549
549
  # attendee is unable to join the meeting.
@@ -554,9 +554,7 @@ module Aws::Chime
554
554
  #
555
555
  # @!attribute [rw] external_user_id
556
556
  # The Amazon Chime SDK external user ID. An idempotency token. Links
557
- # the attendee to an identity managed by a builder application. If you
558
- # create an attendee with the same external user id, the service
559
- # returns the existing record.
557
+ # the attendee to an identity managed by a builder application.
560
558
  # @return [String]
561
559
  #
562
560
  # @!attribute [rw] attendee_id
@@ -977,7 +975,7 @@ module Aws::Chime
977
975
  include Aws::Structure
978
976
  end
979
977
 
980
- # Creates a channel.
978
+ # The details of a channel.
981
979
  #
982
980
  # @!attribute [rw] name
983
981
  # The name of the channel.
@@ -992,23 +990,23 @@ module Aws::Chime
992
990
  # @return [String]
993
991
  #
994
992
  # @!attribute [rw] privacy
995
- # The channel's privacy setting, `PUBLIC` or `HIDDEN`.
993
+ # The channel's privacy setting.
996
994
  # @return [String]
997
995
  #
998
996
  # @!attribute [rw] metadata
999
- # The metadata of the channel.
997
+ # The channel's metadata.
1000
998
  # @return [String]
1001
999
  #
1002
1000
  # @!attribute [rw] created_by
1003
- # The administrator who created the channel.
1001
+ # The `AppInstanceUser` who created the channel.
1004
1002
  # @return [Types::Identity]
1005
1003
  #
1006
1004
  # @!attribute [rw] created_timestamp
1007
- # The time at which the administrator created the channel.
1005
+ # The time at which the `AppInstanceUser` created the channel.
1008
1006
  # @return [Time]
1009
1007
  #
1010
1008
  # @!attribute [rw] last_message_timestamp
1011
- # The time at which a member sent the last message in a session.
1009
+ # The time at which a member sent the last message in the channel.
1012
1010
  # @return [Time]
1013
1011
  #
1014
1012
  # @!attribute [rw] last_updated_timestamp
@@ -1031,7 +1029,7 @@ module Aws::Chime
1031
1029
  include Aws::Structure
1032
1030
  end
1033
1031
 
1034
- # Bans a user from a channel.
1032
+ # The details of a channel ban.
1035
1033
  #
1036
1034
  # @!attribute [rw] member
1037
1035
  # The member being banned from the channel.
@@ -1046,7 +1044,7 @@ module Aws::Chime
1046
1044
  # @return [Time]
1047
1045
  #
1048
1046
  # @!attribute [rw] created_by
1049
- # The parameter of the action.
1047
+ # The `AppInstanceUser` who created the ban.
1050
1048
  # @return [Types::Identity]
1051
1049
  #
1052
1050
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelBan AWS API Documentation
@@ -1060,7 +1058,7 @@ module Aws::Chime
1060
1058
  include Aws::Structure
1061
1059
  end
1062
1060
 
1063
- # The summary data for the channel ban.
1061
+ # Summary of the details of a `ChannelBan`.
1064
1062
  #
1065
1063
  # @!attribute [rw] member
1066
1064
  # The member being banned from a channel.
@@ -1074,11 +1072,10 @@ module Aws::Chime
1074
1072
  include Aws::Structure
1075
1073
  end
1076
1074
 
1077
- # Creates a channel member.
1075
+ # The details of a channel member.
1078
1076
  #
1079
1077
  # @!attribute [rw] invited_by
1080
- # The identifier of the member who invited another member. Taken from
1081
- # the message header.
1078
+ # The identifier of the member who invited another member.
1082
1079
  # @return [Types::Identity]
1083
1080
  #
1084
1081
  # @!attribute [rw] type
@@ -1114,14 +1111,14 @@ module Aws::Chime
1114
1111
  include Aws::Structure
1115
1112
  end
1116
1113
 
1117
- # Returns the channel membership summary data for an app instance.
1114
+ # Summary of the channel membership details of an `AppInstanceUser`.
1118
1115
  #
1119
1116
  # @!attribute [rw] channel_summary
1120
- # The summary data for a channel.
1117
+ # Summary of the details of a `Channel`.
1121
1118
  # @return [Types::ChannelSummary]
1122
1119
  #
1123
1120
  # @!attribute [rw] app_instance_user_membership_summary
1124
- # Returns the channel membership data for an app instance.
1121
+ # Returns the channel membership data for an `AppInstance`.
1125
1122
  # @return [Types::AppInstanceUserMembershipSummary]
1126
1123
  #
1127
1124
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelMembershipForAppInstanceUserSummary AWS API Documentation
@@ -1133,7 +1130,7 @@ module Aws::Chime
1133
1130
  include Aws::Structure
1134
1131
  end
1135
1132
 
1136
- # The summary data of a channel membership.
1133
+ # Summary of the details of a `ChannelMembership`.
1137
1134
  #
1138
1135
  # @!attribute [rw] member
1139
1136
  # A member's summary data.
@@ -1147,7 +1144,7 @@ module Aws::Chime
1147
1144
  include Aws::Structure
1148
1145
  end
1149
1146
 
1150
- # Creates a message in a channel.
1147
+ # The details of a message in a channel.
1151
1148
  #
1152
1149
  # @!attribute [rw] channel_arn
1153
1150
  # The ARN of the channel.
@@ -1186,11 +1183,11 @@ module Aws::Chime
1186
1183
  # @return [Types::Identity]
1187
1184
  #
1188
1185
  # @!attribute [rw] redacted
1189
- # Hides the content of a message. The message still exists on the back
1190
- # end, but this action only returns metadata.
1186
+ # Hides the content of a message.
1191
1187
  # @return [Boolean]
1192
1188
  #
1193
1189
  # @!attribute [rw] persistence
1190
+ # The persistence setting for a channel message.
1194
1191
  # @return [String]
1195
1192
  #
1196
1193
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelMessage AWS API Documentation
@@ -1211,22 +1208,22 @@ module Aws::Chime
1211
1208
  include Aws::Structure
1212
1209
  end
1213
1210
 
1214
- # A summary of the messages in a channel.
1211
+ # Summary of the messages in a `Channel`.
1215
1212
  #
1216
1213
  # @!attribute [rw] message_id
1217
- # The ID of the message summary.
1214
+ # The ID of the message.
1218
1215
  # @return [String]
1219
1216
  #
1220
1217
  # @!attribute [rw] content
1221
- # The content of the message summary.
1218
+ # The content of the message.
1222
1219
  # @return [String]
1223
1220
  #
1224
1221
  # @!attribute [rw] metadata
1225
- # The metadata of the message summary.
1222
+ # The metadata of the message.
1226
1223
  # @return [String]
1227
1224
  #
1228
1225
  # @!attribute [rw] type
1229
- # The type of message summary.
1226
+ # The type of message.
1230
1227
  # @return [String]
1231
1228
  #
1232
1229
  # @!attribute [rw] created_timestamp
@@ -1234,17 +1231,19 @@ module Aws::Chime
1234
1231
  # @return [Time]
1235
1232
  #
1236
1233
  # @!attribute [rw] last_updated_timestamp
1234
+ # The time at which a message was last updated.
1237
1235
  # @return [Time]
1238
1236
  #
1239
1237
  # @!attribute [rw] last_edited_timestamp
1238
+ # The time at which a message was last edited.
1240
1239
  # @return [Time]
1241
1240
  #
1242
1241
  # @!attribute [rw] sender
1243
- # The sender of the message summary.
1242
+ # The message sender.
1244
1243
  # @return [Types::Identity]
1245
1244
  #
1246
1245
  # @!attribute [rw] redacted
1247
- # Redacts the content of a message summary.
1246
+ # Indicates whether a message was redacted.
1248
1247
  # @return [Boolean]
1249
1248
  #
1250
1249
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelMessageSummary AWS API Documentation
@@ -1263,10 +1262,10 @@ module Aws::Chime
1263
1262
  include Aws::Structure
1264
1263
  end
1265
1264
 
1266
- # Returns the summary data for a moderated channel.
1265
+ # Summary of the details of a moderated channel.
1267
1266
  #
1268
1267
  # @!attribute [rw] channel_summary
1269
- # The summary data for a channel.
1268
+ # Summary of the details of a `Channel`.
1270
1269
  # @return [Types::ChannelSummary]
1271
1270
  #
1272
1271
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelModeratedByAppInstanceUserSummary AWS API Documentation
@@ -1277,7 +1276,7 @@ module Aws::Chime
1277
1276
  include Aws::Structure
1278
1277
  end
1279
1278
 
1280
- # Creates a moderator on a channel.
1279
+ # The details of a channel moderator.
1281
1280
  #
1282
1281
  # @!attribute [rw] moderator
1283
1282
  # The moderator's data.
@@ -1292,7 +1291,7 @@ module Aws::Chime
1292
1291
  # @return [Time]
1293
1292
  #
1294
1293
  # @!attribute [rw] created_by
1295
- # The member who created the moderator.
1294
+ # The `AppInstanceUser` who created the moderator.
1296
1295
  # @return [Types::Identity]
1297
1296
  #
1298
1297
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelModerator AWS API Documentation
@@ -1306,7 +1305,7 @@ module Aws::Chime
1306
1305
  include Aws::Structure
1307
1306
  end
1308
1307
 
1309
- # Summary data of the moderators in a channel.
1308
+ # Summary of the details of a `ChannelModerator`.
1310
1309
  #
1311
1310
  # @!attribute [rw] moderator
1312
1311
  # The data for a moderator.
@@ -1320,7 +1319,7 @@ module Aws::Chime
1320
1319
  include Aws::Structure
1321
1320
  end
1322
1321
 
1323
- # The retention settings for a channel.
1322
+ # The details of the retention settings for a channel.
1324
1323
  #
1325
1324
  # @note When making an API call, you may pass ChannelRetentionSettings
1326
1325
  # data as a hash:
@@ -1330,7 +1329,7 @@ module Aws::Chime
1330
1329
  # }
1331
1330
  #
1332
1331
  # @!attribute [rw] retention_days
1333
- # The time in days to retain a channel.
1332
+ # The time in days to retain the messages in a channel.
1334
1333
  # @return [Integer]
1335
1334
  #
1336
1335
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelRetentionSettings AWS API Documentation
@@ -1341,27 +1340,26 @@ module Aws::Chime
1341
1340
  include Aws::Structure
1342
1341
  end
1343
1342
 
1344
- # The summary data for a channel.
1343
+ # Summary of the details of a `Channel`.
1345
1344
  #
1346
1345
  # @!attribute [rw] name
1347
- # The parameter of the action.
1346
+ # The name of the channel.
1348
1347
  # @return [String]
1349
1348
  #
1350
1349
  # @!attribute [rw] channel_arn
1351
- # The ARN of the channel summary.
1350
+ # The ARN of the channel.
1352
1351
  # @return [String]
1353
1352
  #
1354
1353
  # @!attribute [rw] mode
1355
- # The summary mode of the channel.
1354
+ # The mode of the channel.
1356
1355
  # @return [String]
1357
1356
  #
1358
1357
  # @!attribute [rw] privacy
1359
- # The privacy setting of the channel being summarized, `PUBLIC` or
1360
- # `HIDDEN`.
1358
+ # The privacy setting of the channel.
1361
1359
  # @return [String]
1362
1360
  #
1363
1361
  # @!attribute [rw] metadata
1364
- # The metadata of the channel summary.
1362
+ # The metadata of the channel.
1365
1363
  # @return [String]
1366
1364
  #
1367
1365
  # @!attribute [rw] last_message_timestamp
@@ -1399,8 +1397,8 @@ module Aws::Chime
1399
1397
  include Aws::Structure
1400
1398
  end
1401
1399
 
1402
- # The retention settings that determine how long to retain chat
1403
- # conversation messages for an Amazon Chime Enterprise account.
1400
+ # The retention settings that determine how long to retain conversation
1401
+ # messages for an Amazon Chime Enterprise account.
1404
1402
  #
1405
1403
  # @note When making an API call, you may pass ConversationRetentionSettings
1406
1404
  # data as a hash:
@@ -1410,7 +1408,7 @@ module Aws::Chime
1410
1408
  # }
1411
1409
  #
1412
1410
  # @!attribute [rw] retention_days
1413
- # The number of days for which to retain chat conversation messages.
1411
+ # The number of days for which to retain conversation messages.
1414
1412
  # @return [Integer]
1415
1413
  #
1416
1414
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ConversationRetentionSettings AWS API Documentation
@@ -1441,8 +1439,7 @@ module Aws::Chime
1441
1439
  end
1442
1440
 
1443
1441
  # @!attribute [rw] account
1444
- # The Amazon Chime account details. An AWS account can have multiple
1445
- # Amazon Chime accounts.
1442
+ # The Amazon Chime account details.
1446
1443
  # @return [Types::Account]
1447
1444
  #
1448
1445
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAccountResponse AWS API Documentation
@@ -1462,11 +1459,11 @@ module Aws::Chime
1462
1459
  # }
1463
1460
  #
1464
1461
  # @!attribute [rw] app_instance_admin_arn
1465
- # The ARN of the administrator of the current app instance.
1462
+ # The ARN of the administrator of the current `AppInstance`.
1466
1463
  # @return [String]
1467
1464
  #
1468
1465
  # @!attribute [rw] app_instance_arn
1469
- # The ARN of the app instance.
1466
+ # The ARN of the `AppInstance`.
1470
1467
  # @return [String]
1471
1468
  #
1472
1469
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAppInstanceAdminRequest AWS API Documentation
@@ -1479,11 +1476,11 @@ module Aws::Chime
1479
1476
  end
1480
1477
 
1481
1478
  # @!attribute [rw] app_instance_admin
1482
- # The name and ARN of the admin for the app instance.
1479
+ # The name and ARN of the admin for the `AppInstance`.
1483
1480
  # @return [Types::Identity]
1484
1481
  #
1485
1482
  # @!attribute [rw] app_instance_arn
1486
- # The ARN of the of the admin for the app instance.
1483
+ # The ARN of the of the admin for the `AppInstance`.
1487
1484
  # @return [String]
1488
1485
  #
1489
1486
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAppInstanceAdminResponse AWS API Documentation
@@ -1502,35 +1499,46 @@ module Aws::Chime
1502
1499
  # name: "NonEmptyResourceName", # required
1503
1500
  # metadata: "Metadata",
1504
1501
  # client_request_token: "ClientRequestToken", # required
1502
+ # tags: [
1503
+ # {
1504
+ # key: "TagKey", # required
1505
+ # value: "TagValue", # required
1506
+ # },
1507
+ # ],
1505
1508
  # }
1506
1509
  #
1507
1510
  # @!attribute [rw] name
1508
- # The name of the app instance.
1511
+ # The name of the `AppInstance`.
1509
1512
  # @return [String]
1510
1513
  #
1511
1514
  # @!attribute [rw] metadata
1512
- # The metadata of the app instance. Limited to a 1KB string in UTF-8.
1515
+ # The metadata of the `AppInstance`. Limited to a 1KB string in UTF-8.
1513
1516
  # @return [String]
1514
1517
  #
1515
1518
  # @!attribute [rw] client_request_token
1516
- # The `ClientRequestToken` of the app instance.
1519
+ # The `ClientRequestToken` of the `AppInstance`.
1517
1520
  #
1518
1521
  # **A suitable default value is auto-generated.** You should normally
1519
1522
  # not need to pass this option.
1520
1523
  # @return [String]
1521
1524
  #
1525
+ # @!attribute [rw] tags
1526
+ # Tags assigned to the `AppInstanceUser`.
1527
+ # @return [Array<Types::Tag>]
1528
+ #
1522
1529
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAppInstanceRequest AWS API Documentation
1523
1530
  #
1524
1531
  class CreateAppInstanceRequest < Struct.new(
1525
1532
  :name,
1526
1533
  :metadata,
1527
- :client_request_token)
1534
+ :client_request_token,
1535
+ :tags)
1528
1536
  SENSITIVE = [:name, :metadata, :client_request_token]
1529
1537
  include Aws::Structure
1530
1538
  end
1531
1539
 
1532
1540
  # @!attribute [rw] app_instance_arn
1533
- # The Amazon Resource Number (ARN) of the app instance.
1541
+ # The Amazon Resource Number (ARN) of the `AppInstance`.
1534
1542
  # @return [String]
1535
1543
  #
1536
1544
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAppInstanceResponse AWS API Documentation
@@ -1550,14 +1558,20 @@ module Aws::Chime
1550
1558
  # name: "UserName", # required
1551
1559
  # metadata: "Metadata",
1552
1560
  # client_request_token: "ClientRequestToken", # required
1561
+ # tags: [
1562
+ # {
1563
+ # key: "TagKey", # required
1564
+ # value: "TagValue", # required
1565
+ # },
1566
+ # ],
1553
1567
  # }
1554
1568
  #
1555
1569
  # @!attribute [rw] app_instance_arn
1556
- # The ARN of the app instance request.
1570
+ # The ARN of the `AppInstance` request.
1557
1571
  # @return [String]
1558
1572
  #
1559
1573
  # @!attribute [rw] app_instance_user_id
1560
- # The user ID of the app instance.
1574
+ # The user ID of the `AppInstance`.
1561
1575
  # @return [String]
1562
1576
  #
1563
1577
  # @!attribute [rw] name
@@ -1569,12 +1583,16 @@ module Aws::Chime
1569
1583
  # @return [String]
1570
1584
  #
1571
1585
  # @!attribute [rw] client_request_token
1572
- # The token assigned to the user requesting an app instance.
1586
+ # The token assigned to the user requesting an `AppInstance`.
1573
1587
  #
1574
1588
  # **A suitable default value is auto-generated.** You should normally
1575
1589
  # not need to pass this option.
1576
1590
  # @return [String]
1577
1591
  #
1592
+ # @!attribute [rw] tags
1593
+ # Tags assigned to the `AppInstanceUser`.
1594
+ # @return [Array<Types::Tag>]
1595
+ #
1578
1596
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAppInstanceUserRequest AWS API Documentation
1579
1597
  #
1580
1598
  class CreateAppInstanceUserRequest < Struct.new(
@@ -1582,7 +1600,8 @@ module Aws::Chime
1582
1600
  :app_instance_user_id,
1583
1601
  :name,
1584
1602
  :metadata,
1585
- :client_request_token)
1603
+ :client_request_token,
1604
+ :tags)
1586
1605
  SENSITIVE = [:app_instance_user_id, :name, :metadata, :client_request_token]
1587
1606
  include Aws::Structure
1588
1607
  end
@@ -1605,9 +1624,7 @@ module Aws::Chime
1605
1624
  #
1606
1625
  # @!attribute [rw] external_user_id
1607
1626
  # The Amazon Chime SDK external user ID. An idempotency token. Links
1608
- # the attendee to an identity managed by a builder application. If you
1609
- # create an attendee with the same external user id, the service
1610
- # returns the existing record.
1627
+ # the attendee to an identity managed by a builder application.
1611
1628
  # @return [String]
1612
1629
  #
1613
1630
  # @!attribute [rw] error_code
@@ -1648,9 +1665,7 @@ module Aws::Chime
1648
1665
  #
1649
1666
  # @!attribute [rw] external_user_id
1650
1667
  # The Amazon Chime SDK external user ID. An idempotency token. Links
1651
- # the attendee to an identity managed by a builder application. If you
1652
- # create an attendee with the same external user id, the service
1653
- # returns the existing record.
1668
+ # the attendee to an identity managed by a builder application.
1654
1669
  # @return [String]
1655
1670
  #
1656
1671
  # @!attribute [rw] tags
@@ -1685,12 +1700,7 @@ module Aws::Chime
1685
1700
  #
1686
1701
  # @!attribute [rw] external_user_id
1687
1702
  # The Amazon Chime SDK external user ID. An idempotency token. Links
1688
- # the attendee to an identity managed by a builder application. If you
1689
- # create an attendee with the same external user id, the service
1690
- # returns the existing record.
1691
- #
1692
- # The Amazon Chime SDK external user ID. Links the attendee to an
1693
- # identity managed by a builder application.
1703
+ # the attendee to an identity managed by a builder application.
1694
1704
  # @return [String]
1695
1705
  #
1696
1706
  # @!attribute [rw] tags
@@ -1767,6 +1777,7 @@ module Aws::Chime
1767
1777
  # {
1768
1778
  # channel_arn: "ChimeArn", # required
1769
1779
  # member_arn: "ChimeArn", # required
1780
+ # chime_bearer: "ChimeArn",
1770
1781
  # }
1771
1782
  #
1772
1783
  # @!attribute [rw] channel_arn
@@ -1777,11 +1788,16 @@ module Aws::Chime
1777
1788
  # The ARN of the member being banned.
1778
1789
  # @return [String]
1779
1790
  #
1791
+ # @!attribute [rw] chime_bearer
1792
+ # The `AppInstanceUserArn` of the user that makes the API call.
1793
+ # @return [String]
1794
+ #
1780
1795
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateChannelBanRequest AWS API Documentation
1781
1796
  #
1782
1797
  class CreateChannelBanRequest < Struct.new(
1783
1798
  :channel_arn,
1784
- :member_arn)
1799
+ :member_arn,
1800
+ :chime_bearer)
1785
1801
  SENSITIVE = []
1786
1802
  include Aws::Structure
1787
1803
  end
@@ -1811,6 +1827,7 @@ module Aws::Chime
1811
1827
  # channel_arn: "ChimeArn", # required
1812
1828
  # member_arn: "ChimeArn", # required
1813
1829
  # type: "DEFAULT", # required, accepts DEFAULT, HIDDEN
1830
+ # chime_bearer: "ChimeArn",
1814
1831
  # }
1815
1832
  #
1816
1833
  # @!attribute [rw] channel_arn
@@ -1829,12 +1846,17 @@ module Aws::Chime
1829
1846
  # are not returned. This is only supported by moderators.
1830
1847
  # @return [String]
1831
1848
  #
1849
+ # @!attribute [rw] chime_bearer
1850
+ # The `AppInstanceUserArn` of the user that makes the API call.
1851
+ # @return [String]
1852
+ #
1832
1853
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateChannelMembershipRequest AWS API Documentation
1833
1854
  #
1834
1855
  class CreateChannelMembershipRequest < Struct.new(
1835
1856
  :channel_arn,
1836
1857
  :member_arn,
1837
- :type)
1858
+ :type,
1859
+ :chime_bearer)
1838
1860
  SENSITIVE = []
1839
1861
  include Aws::Structure
1840
1862
  end
@@ -1862,6 +1884,7 @@ module Aws::Chime
1862
1884
  # {
1863
1885
  # channel_arn: "ChimeArn", # required
1864
1886
  # channel_moderator_arn: "ChimeArn", # required
1887
+ # chime_bearer: "ChimeArn",
1865
1888
  # }
1866
1889
  #
1867
1890
  # @!attribute [rw] channel_arn
@@ -1872,11 +1895,16 @@ module Aws::Chime
1872
1895
  # The ARN of the moderator.
1873
1896
  # @return [String]
1874
1897
  #
1898
+ # @!attribute [rw] chime_bearer
1899
+ # The `AppInstanceUserArn` of the user that makes the API call.
1900
+ # @return [String]
1901
+ #
1875
1902
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateChannelModeratorRequest AWS API Documentation
1876
1903
  #
1877
1904
  class CreateChannelModeratorRequest < Struct.new(
1878
1905
  :channel_arn,
1879
- :channel_moderator_arn)
1906
+ :channel_moderator_arn,
1907
+ :chime_bearer)
1880
1908
  SENSITIVE = []
1881
1909
  include Aws::Structure
1882
1910
  end
@@ -1914,6 +1942,7 @@ module Aws::Chime
1914
1942
  # value: "TagValue", # required
1915
1943
  # },
1916
1944
  # ],
1945
+ # chime_bearer: "ChimeArn",
1917
1946
  # }
1918
1947
  #
1919
1948
  # @!attribute [rw] app_instance_arn
@@ -1934,7 +1963,7 @@ module Aws::Chime
1934
1963
  # @!attribute [rw] privacy
1935
1964
  # The channel's privacy level: `PUBLIC` or `PRIVATE`. Private
1936
1965
  # channels aren't discoverable by users outside the channel. Public
1937
- # channels are discoverable by anyone in the app instance.
1966
+ # channels are discoverable by anyone in the `AppInstance`.
1938
1967
  # @return [String]
1939
1968
  #
1940
1969
  # @!attribute [rw] metadata
@@ -1949,8 +1978,13 @@ module Aws::Chime
1949
1978
  # @return [String]
1950
1979
  #
1951
1980
  # @!attribute [rw] tags
1981
+ # The tags for the creation request.
1952
1982
  # @return [Array<Types::Tag>]
1953
1983
  #
1984
+ # @!attribute [rw] chime_bearer
1985
+ # The `AppInstanceUserArn` of the user that makes the API call.
1986
+ # @return [String]
1987
+ #
1954
1988
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateChannelRequest AWS API Documentation
1955
1989
  #
1956
1990
  class CreateChannelRequest < Struct.new(
@@ -1960,7 +1994,8 @@ module Aws::Chime
1960
1994
  :privacy,
1961
1995
  :metadata,
1962
1996
  :client_request_token,
1963
- :tags)
1997
+ :tags,
1998
+ :chime_bearer)
1964
1999
  SENSITIVE = [:name, :metadata, :client_request_token]
1965
2000
  include Aws::Structure
1966
2001
  end
@@ -1989,13 +2024,6 @@ module Aws::Chime
1989
2024
  #
1990
2025
  # @!attribute [rw] meeting_id
1991
2026
  # The Amazon Chime SDK meeting ID.
1992
- #
1993
- # Type: String
1994
- #
1995
- # Pattern:
1996
- # \[a-fA-F0-9\]\\\{8\\}(?:-\[a-fA-F0-9\]\\\{4\\})\\\{3\\}-\[a-fA-F0-9\]\\\{12\\}
1997
- #
1998
- # Required: No
1999
2027
  # @return [String]
2000
2028
  #
2001
2029
  # @!attribute [rw] from_phone_number
@@ -2008,12 +2036,12 @@ module Aws::Chime
2008
2036
  # @return [String]
2009
2037
  #
2010
2038
  # @!attribute [rw] join_token
2011
- # Token used by the Amazon Chime SDK attendee. Call the [
2012
- # CreateAttendee API][1] to get a join token.
2039
+ # Token used by the Amazon Chime SDK attendee. Call the
2040
+ # [CreateAttendee][1] action to get a join token.
2013
2041
  #
2014
2042
  #
2015
2043
  #
2016
- # [1]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/chime/latest/APIReference/API_Attendee.html
2044
+ # [1]: https://docs.aws.amazon.com/chime/latest/APIReference/API_Attendee.htmlCreateAttendee
2017
2045
  # @return [String]
2018
2046
  #
2019
2047
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeetingDialOutRequest AWS API Documentation
@@ -2078,11 +2106,11 @@ module Aws::Chime
2078
2106
  # @!attribute [rw] media_region
2079
2107
  # The Region in which to create the meeting. Default: `us-east-1`.
2080
2108
  #
2081
- # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
2082
- # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
2083
- # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
2084
- # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
2085
- # `us-west-1`, `us-west-2`.
2109
+ # Available values: `af-south-1` , `ap-northeast-1` , `ap-northeast-2`
2110
+ # , `ap-south-1` , `ap-southeast-1` , `ap-southeast-2` ,
2111
+ # `ca-central-1` , `eu-central-1` , `eu-north-1` , `eu-south-1` ,
2112
+ # `eu-west-1` , `eu-west-2` , `eu-west-3` , `sa-east-1` , `us-east-1`
2113
+ # , `us-east-2` , `us-west-1` , `us-west-2` .
2086
2114
  # @return [String]
2087
2115
  #
2088
2116
  # @!attribute [rw] tags
@@ -2109,7 +2137,7 @@ module Aws::Chime
2109
2137
 
2110
2138
  # @!attribute [rw] meeting
2111
2139
  # The meeting information, including the meeting ID and
2112
- # `MediaPlacement`.
2140
+ # `MediaPlacement` .
2113
2141
  # @return [Types::Meeting]
2114
2142
  #
2115
2143
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeetingResponse AWS API Documentation
@@ -2168,13 +2196,13 @@ module Aws::Chime
2168
2196
  # @return [String]
2169
2197
  #
2170
2198
  # @!attribute [rw] media_region
2171
- # The Region in which to create the meeting. Default: `us-east-1`.
2199
+ # The Region in which to create the meeting. Default: `us-east-1` .
2172
2200
  #
2173
- # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
2174
- # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
2175
- # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
2176
- # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
2177
- # `us-west-1`, `us-west-2`.
2201
+ # Available values: `af-south-1` , `ap-northeast-1` , `ap-northeast-2`
2202
+ # , `ap-south-1` , `ap-southeast-1` , `ap-southeast-2` ,
2203
+ # `ca-central-1` , `eu-central-1` , `eu-north-1` , `eu-south-1` ,
2204
+ # `eu-west-1` , `eu-west-2` , `eu-west-3` , `sa-east-1` , `us-east-1`
2205
+ # , `us-east-2` , `us-west-1` , `us-west-2` .
2178
2206
  # @return [String]
2179
2207
  #
2180
2208
  # @!attribute [rw] tags
@@ -2182,10 +2210,10 @@ module Aws::Chime
2182
2210
  # @return [Array<Types::Tag>]
2183
2211
  #
2184
2212
  # @!attribute [rw] notifications_configuration
2185
- # The configuration for resource targets to receive notifications when
2186
- # Amazon Chime SDK meeting and attendee events occur. The Amazon Chime
2187
- # SDK supports resource targets located in the US East (N. Virginia)
2188
- # AWS Region (`us-east-1`).
2213
+ # The resource target configurations for receiving Amazon Chime SDK
2214
+ # meeting and attendee event notifications. The Amazon Chime SDK
2215
+ # supports resource targets located in the US East (N. Virginia) AWS
2216
+ # Region (`us-east-1`).
2189
2217
  # @return [Types::MeetingNotificationConfiguration]
2190
2218
  #
2191
2219
  # @!attribute [rw] attendees
@@ -2444,8 +2472,8 @@ module Aws::Chime
2444
2472
  # data as a hash:
2445
2473
  #
2446
2474
  # {
2447
- # from_phone_number: "E164PhoneNumber",
2448
- # to_phone_number: "E164PhoneNumber",
2475
+ # from_phone_number: "E164PhoneNumber", # required
2476
+ # to_phone_number: "E164PhoneNumber", # required
2449
2477
  # sip_media_application_id: "NonEmptyString", # required
2450
2478
  # }
2451
2479
  #
@@ -2455,7 +2483,7 @@ module Aws::Chime
2455
2483
  #
2456
2484
  # @!attribute [rw] to_phone_number
2457
2485
  # The phone number that the user dials in order to connect to a
2458
- # meeting
2486
+ # meeting.
2459
2487
  # @return [String]
2460
2488
  #
2461
2489
  # @!attribute [rw] sip_media_application_id
@@ -2489,7 +2517,7 @@ module Aws::Chime
2489
2517
  #
2490
2518
  # {
2491
2519
  # aws_region: "String", # required
2492
- # name: "SipMediaApplicationName",
2520
+ # name: "SipMediaApplicationName", # required
2493
2521
  # endpoints: [ # required
2494
2522
  # {
2495
2523
  # lambda_arn: "FunctionArn",
@@ -2498,7 +2526,7 @@ module Aws::Chime
2498
2526
  # }
2499
2527
  #
2500
2528
  # @!attribute [rw] aws_region
2501
- # AWS Region assigned to the SIP media application.
2529
+ # The AWS Region assigned to the SIP media application.
2502
2530
  # @return [String]
2503
2531
  #
2504
2532
  # @!attribute [rw] name
@@ -2521,7 +2549,7 @@ module Aws::Chime
2521
2549
  end
2522
2550
 
2523
2551
  # @!attribute [rw] sip_media_application
2524
- # The Sip media application details.
2552
+ # The SIP media application details.
2525
2553
  # @return [Types::SipMediaApplication]
2526
2554
  #
2527
2555
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateSipMediaApplicationResponse AWS API Documentation
@@ -2554,23 +2582,18 @@ module Aws::Chime
2554
2582
  # @return [String]
2555
2583
  #
2556
2584
  # @!attribute [rw] trigger_type
2557
- # The type of trigger whose value is assigned to the SIP rule in
2558
- # `TriggerValue`. Allowed trigger values are `RequestUriHostname` and
2559
- # `ToPhoneNumber`.
2585
+ # The type of trigger assigned to the SIP rule in `TriggerValue`,
2586
+ # currently `RequestUriHostname` or `ToPhoneNumber`.
2560
2587
  # @return [String]
2561
2588
  #
2562
2589
  # @!attribute [rw] trigger_value
2563
- # If `TriggerType` is `RequestUriHostname` then the value can be the
2590
+ # If `TriggerType` is `RequestUriHostname`, the value can be the
2564
2591
  # outbound host name of an Amazon Chime Voice Connector. If
2565
- # `TriggerType` is `ToPhoneNumber` then the value can be a
2566
- # customer-owned phone number in E164 format. `SipRule` is triggered
2567
- # if the SIP application requests a host name, or a If `TriggerType`
2568
- # is `RequestUriHostname`, then the value can be the outbound hostname
2569
- # of an Amazon Chime Voice Connector. If `TriggerType` is
2570
- # `ToPhoneNumber`, then the value can be a customer-owned phone number
2571
- # in E164 format. `SipRule` is triggered if the SIP application
2572
- # requests a host name, or a `ToPhoneNumber` value matches the
2573
- # incoming SIP request.
2592
+ # `TriggerType` is `ToPhoneNumber`, the value can be a customer-owned
2593
+ # phone number in the E164 format. The `SipMediaApplication` specified
2594
+ # in the `SipRule` is triggered if the request URI in an incoming SIP
2595
+ # request matches the `RequestUriHostname`, or if the `To` header in
2596
+ # the incoming SIP request matches the `ToPhoneNumber` value.
2574
2597
  # @return [String]
2575
2598
  #
2576
2599
  # @!attribute [rw] disabled
@@ -2714,7 +2737,7 @@ module Aws::Chime
2714
2737
  #
2715
2738
  # @!attribute [rw] aws_region
2716
2739
  # The AWS Region in which the Amazon Chime Voice Connector is created.
2717
- # Default value: `us-east-1`.
2740
+ # Default value: `us-east-1` .
2718
2741
  # @return [String]
2719
2742
  #
2720
2743
  # @!attribute [rw] require_encryption
@@ -2843,11 +2866,11 @@ module Aws::Chime
2843
2866
  # }
2844
2867
  #
2845
2868
  # @!attribute [rw] app_instance_admin_arn
2846
- # The ARN of the app instance's administrator.
2869
+ # The ARN of the `AppInstance`'s administrator.
2847
2870
  # @return [String]
2848
2871
  #
2849
2872
  # @!attribute [rw] app_instance_arn
2850
- # The ARN of the app instance.
2873
+ # The ARN of the `AppInstance`.
2851
2874
  # @return [String]
2852
2875
  #
2853
2876
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteAppInstanceAdminRequest AWS API Documentation
@@ -2867,7 +2890,7 @@ module Aws::Chime
2867
2890
  # }
2868
2891
  #
2869
2892
  # @!attribute [rw] app_instance_arn
2870
- # The ARN of the app instance.
2893
+ # The ARN of the `AppInstance`.
2871
2894
  # @return [String]
2872
2895
  #
2873
2896
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteAppInstanceRequest AWS API Documentation
@@ -2947,21 +2970,27 @@ module Aws::Chime
2947
2970
  # {
2948
2971
  # channel_arn: "ChimeArn", # required
2949
2972
  # member_arn: "ChimeArn", # required
2973
+ # chime_bearer: "ChimeArn",
2950
2974
  # }
2951
2975
  #
2952
2976
  # @!attribute [rw] channel_arn
2953
- # The ARN of the channel from which the app instance user was banned.
2977
+ # The ARN of the channel from which the `AppInstanceUser` was banned.
2954
2978
  # @return [String]
2955
2979
  #
2956
2980
  # @!attribute [rw] member_arn
2957
- # The ARN of the app instance user that you want to reinstate.
2981
+ # The ARN of the `AppInstanceUser` that you want to reinstate.
2982
+ # @return [String]
2983
+ #
2984
+ # @!attribute [rw] chime_bearer
2985
+ # The `AppInstanceUserArn` of the user that makes the API call.
2958
2986
  # @return [String]
2959
2987
  #
2960
2988
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteChannelBanRequest AWS API Documentation
2961
2989
  #
2962
2990
  class DeleteChannelBanRequest < Struct.new(
2963
2991
  :channel_arn,
2964
- :member_arn)
2992
+ :member_arn,
2993
+ :chime_bearer)
2965
2994
  SENSITIVE = []
2966
2995
  include Aws::Structure
2967
2996
  end
@@ -2972,6 +3001,7 @@ module Aws::Chime
2972
3001
  # {
2973
3002
  # channel_arn: "ChimeArn", # required
2974
3003
  # member_arn: "ChimeArn", # required
3004
+ # chime_bearer: "ChimeArn",
2975
3005
  # }
2976
3006
  #
2977
3007
  # @!attribute [rw] channel_arn
@@ -2982,11 +3012,16 @@ module Aws::Chime
2982
3012
  # The ARN of the member that you're removing from the channel.
2983
3013
  # @return [String]
2984
3014
  #
3015
+ # @!attribute [rw] chime_bearer
3016
+ # The `AppInstanceUserArn` of the user that makes the API call.
3017
+ # @return [String]
3018
+ #
2985
3019
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteChannelMembershipRequest AWS API Documentation
2986
3020
  #
2987
3021
  class DeleteChannelMembershipRequest < Struct.new(
2988
3022
  :channel_arn,
2989
- :member_arn)
3023
+ :member_arn,
3024
+ :chime_bearer)
2990
3025
  SENSITIVE = []
2991
3026
  include Aws::Structure
2992
3027
  end
@@ -2997,6 +3032,7 @@ module Aws::Chime
2997
3032
  # {
2998
3033
  # channel_arn: "ChimeArn", # required
2999
3034
  # message_id: "MessageId", # required
3035
+ # chime_bearer: "ChimeArn",
3000
3036
  # }
3001
3037
  #
3002
3038
  # @!attribute [rw] channel_arn
@@ -3007,11 +3043,16 @@ module Aws::Chime
3007
3043
  # The ID of the message being deleted.
3008
3044
  # @return [String]
3009
3045
  #
3046
+ # @!attribute [rw] chime_bearer
3047
+ # The `AppInstanceUserArn` of the user that makes the API call.
3048
+ # @return [String]
3049
+ #
3010
3050
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteChannelMessageRequest AWS API Documentation
3011
3051
  #
3012
3052
  class DeleteChannelMessageRequest < Struct.new(
3013
3053
  :channel_arn,
3014
- :message_id)
3054
+ :message_id,
3055
+ :chime_bearer)
3015
3056
  SENSITIVE = []
3016
3057
  include Aws::Structure
3017
3058
  end
@@ -3022,6 +3063,7 @@ module Aws::Chime
3022
3063
  # {
3023
3064
  # channel_arn: "ChimeArn", # required
3024
3065
  # channel_moderator_arn: "ChimeArn", # required
3066
+ # chime_bearer: "ChimeArn",
3025
3067
  # }
3026
3068
  #
3027
3069
  # @!attribute [rw] channel_arn
@@ -3032,11 +3074,16 @@ module Aws::Chime
3032
3074
  # The ARN of the moderator being deleted.
3033
3075
  # @return [String]
3034
3076
  #
3077
+ # @!attribute [rw] chime_bearer
3078
+ # The `AppInstanceUserArn` of the user that makes the API call.
3079
+ # @return [String]
3080
+ #
3035
3081
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteChannelModeratorRequest AWS API Documentation
3036
3082
  #
3037
3083
  class DeleteChannelModeratorRequest < Struct.new(
3038
3084
  :channel_arn,
3039
- :channel_moderator_arn)
3085
+ :channel_moderator_arn,
3086
+ :chime_bearer)
3040
3087
  SENSITIVE = []
3041
3088
  include Aws::Structure
3042
3089
  end
@@ -3046,16 +3093,22 @@ module Aws::Chime
3046
3093
  #
3047
3094
  # {
3048
3095
  # channel_arn: "ChimeArn", # required
3096
+ # chime_bearer: "ChimeArn",
3049
3097
  # }
3050
3098
  #
3051
3099
  # @!attribute [rw] channel_arn
3052
3100
  # The ARN of the channel being deleted.
3053
3101
  # @return [String]
3054
3102
  #
3103
+ # @!attribute [rw] chime_bearer
3104
+ # The `AppInstanceUserArn` of the user that makes the API call.
3105
+ # @return [String]
3106
+ #
3055
3107
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteChannelRequest AWS API Documentation
3056
3108
  #
3057
3109
  class DeleteChannelRequest < Struct.new(
3058
- :channel_arn)
3110
+ :channel_arn,
3111
+ :chime_bearer)
3059
3112
  SENSITIVE = []
3060
3113
  include Aws::Structure
3061
3114
  end
@@ -3410,11 +3463,11 @@ module Aws::Chime
3410
3463
  # }
3411
3464
  #
3412
3465
  # @!attribute [rw] app_instance_admin_arn
3413
- # The ARN of the app instance administrator.
3466
+ # The ARN of the `AppInstanceAdmin`.
3414
3467
  # @return [String]
3415
3468
  #
3416
3469
  # @!attribute [rw] app_instance_arn
3417
- # The ARN of the app instance.
3470
+ # The ARN of the `AppInstance`.
3418
3471
  # @return [String]
3419
3472
  #
3420
3473
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeAppInstanceAdminRequest AWS API Documentation
@@ -3427,8 +3480,8 @@ module Aws::Chime
3427
3480
  end
3428
3481
 
3429
3482
  # @!attribute [rw] app_instance_admin
3430
- # The ARN and name of the app instance user, the ARN of the app
3431
- # instance, and the created and last-updated timestamps. All
3483
+ # The ARN and name of the `AppInstanceUser`, the ARN of the
3484
+ # `AppInstance`, and the created and last-updated timestamps. All
3432
3485
  # timestamps use epoch milliseconds.
3433
3486
  # @return [Types::AppInstanceAdmin]
3434
3487
  #
@@ -3448,7 +3501,7 @@ module Aws::Chime
3448
3501
  # }
3449
3502
  #
3450
3503
  # @!attribute [rw] app_instance_arn
3451
- # The ARN of the app instance.
3504
+ # The ARN of the `AppInstance`.
3452
3505
  # @return [String]
3453
3506
  #
3454
3507
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeAppInstanceRequest AWS API Documentation
@@ -3461,7 +3514,7 @@ module Aws::Chime
3461
3514
 
3462
3515
  # @!attribute [rw] app_instance
3463
3516
  # The ARN, metadata, created and last-updated timestamps, and the name
3464
- # of the app instance. All timestamps use epoch milliseconds.
3517
+ # of the `AppInstance`. All timestamps use epoch milliseconds.
3465
3518
  # @return [Types::AppInstance]
3466
3519
  #
3467
3520
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeAppInstanceResponse AWS API Documentation
@@ -3480,7 +3533,7 @@ module Aws::Chime
3480
3533
  # }
3481
3534
  #
3482
3535
  # @!attribute [rw] app_instance_user_arn
3483
- # The ARN of the app instance user.
3536
+ # The ARN of the `AppInstanceUser`.
3484
3537
  # @return [String]
3485
3538
  #
3486
3539
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeAppInstanceUserRequest AWS API Documentation
@@ -3492,7 +3545,7 @@ module Aws::Chime
3492
3545
  end
3493
3546
 
3494
3547
  # @!attribute [rw] app_instance_user
3495
- # The name of the app instance user.
3548
+ # The name of the `AppInstanceUser`.
3496
3549
  # @return [Types::AppInstanceUser]
3497
3550
  #
3498
3551
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeAppInstanceUserResponse AWS API Documentation
@@ -3509,6 +3562,7 @@ module Aws::Chime
3509
3562
  # {
3510
3563
  # channel_arn: "ChimeArn", # required
3511
3564
  # member_arn: "ChimeArn", # required
3565
+ # chime_bearer: "ChimeArn",
3512
3566
  # }
3513
3567
  #
3514
3568
  # @!attribute [rw] channel_arn
@@ -3519,11 +3573,16 @@ module Aws::Chime
3519
3573
  # The ARN of the member being banned.
3520
3574
  # @return [String]
3521
3575
  #
3576
+ # @!attribute [rw] chime_bearer
3577
+ # The `AppInstanceUserArn` of the user that makes the API call.
3578
+ # @return [String]
3579
+ #
3522
3580
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelBanRequest AWS API Documentation
3523
3581
  #
3524
3582
  class DescribeChannelBanRequest < Struct.new(
3525
3583
  :channel_arn,
3526
- :member_arn)
3584
+ :member_arn,
3585
+ :chime_bearer)
3527
3586
  SENSITIVE = []
3528
3587
  include Aws::Structure
3529
3588
  end
@@ -3546,6 +3605,7 @@ module Aws::Chime
3546
3605
  # {
3547
3606
  # channel_arn: "ChimeArn", # required
3548
3607
  # app_instance_user_arn: "ChimeArn", # required
3608
+ # chime_bearer: "ChimeArn",
3549
3609
  # }
3550
3610
  #
3551
3611
  # @!attribute [rw] channel_arn
@@ -3556,11 +3616,16 @@ module Aws::Chime
3556
3616
  # The ARN of the user in a channel.
3557
3617
  # @return [String]
3558
3618
  #
3619
+ # @!attribute [rw] chime_bearer
3620
+ # The `AppInstanceUserArn` of the user that makes the API call.
3621
+ # @return [String]
3622
+ #
3559
3623
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelMembershipForAppInstanceUserRequest AWS API Documentation
3560
3624
  #
3561
3625
  class DescribeChannelMembershipForAppInstanceUserRequest < Struct.new(
3562
3626
  :channel_arn,
3563
- :app_instance_user_arn)
3627
+ :app_instance_user_arn,
3628
+ :chime_bearer)
3564
3629
  SENSITIVE = []
3565
3630
  include Aws::Structure
3566
3631
  end
@@ -3583,6 +3648,7 @@ module Aws::Chime
3583
3648
  # {
3584
3649
  # channel_arn: "ChimeArn", # required
3585
3650
  # member_arn: "ChimeArn", # required
3651
+ # chime_bearer: "ChimeArn",
3586
3652
  # }
3587
3653
  #
3588
3654
  # @!attribute [rw] channel_arn
@@ -3593,11 +3659,16 @@ module Aws::Chime
3593
3659
  # The ARN of the member.
3594
3660
  # @return [String]
3595
3661
  #
3662
+ # @!attribute [rw] chime_bearer
3663
+ # The `AppInstanceUserArn` of the user that makes the API call.
3664
+ # @return [String]
3665
+ #
3596
3666
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelMembershipRequest AWS API Documentation
3597
3667
  #
3598
3668
  class DescribeChannelMembershipRequest < Struct.new(
3599
3669
  :channel_arn,
3600
- :member_arn)
3670
+ :member_arn,
3671
+ :chime_bearer)
3601
3672
  SENSITIVE = []
3602
3673
  include Aws::Structure
3603
3674
  end
@@ -3620,6 +3691,7 @@ module Aws::Chime
3620
3691
  # {
3621
3692
  # channel_arn: "ChimeArn", # required
3622
3693
  # app_instance_user_arn: "ChimeArn", # required
3694
+ # chime_bearer: "ChimeArn",
3623
3695
  # }
3624
3696
  #
3625
3697
  # @!attribute [rw] channel_arn
@@ -3627,14 +3699,19 @@ module Aws::Chime
3627
3699
  # @return [String]
3628
3700
  #
3629
3701
  # @!attribute [rw] app_instance_user_arn
3630
- # The ARN of the app instance user in the moderated channel.
3702
+ # The ARN of the `AppInstanceUser` in the moderated channel.
3703
+ # @return [String]
3704
+ #
3705
+ # @!attribute [rw] chime_bearer
3706
+ # The `AppInstanceUserArn` of the user that makes the API call.
3631
3707
  # @return [String]
3632
3708
  #
3633
3709
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelModeratedByAppInstanceUserRequest AWS API Documentation
3634
3710
  #
3635
3711
  class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new(
3636
3712
  :channel_arn,
3637
- :app_instance_user_arn)
3713
+ :app_instance_user_arn,
3714
+ :chime_bearer)
3638
3715
  SENSITIVE = []
3639
3716
  include Aws::Structure
3640
3717
  end
@@ -3657,6 +3734,7 @@ module Aws::Chime
3657
3734
  # {
3658
3735
  # channel_arn: "ChimeArn", # required
3659
3736
  # channel_moderator_arn: "ChimeArn", # required
3737
+ # chime_bearer: "ChimeArn",
3660
3738
  # }
3661
3739
  #
3662
3740
  # @!attribute [rw] channel_arn
@@ -3667,11 +3745,16 @@ module Aws::Chime
3667
3745
  # The ARN of the channel moderator.
3668
3746
  # @return [String]
3669
3747
  #
3748
+ # @!attribute [rw] chime_bearer
3749
+ # The `AppInstanceUserArn` of the user that makes the API call.
3750
+ # @return [String]
3751
+ #
3670
3752
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelModeratorRequest AWS API Documentation
3671
3753
  #
3672
3754
  class DescribeChannelModeratorRequest < Struct.new(
3673
3755
  :channel_arn,
3674
- :channel_moderator_arn)
3756
+ :channel_moderator_arn,
3757
+ :chime_bearer)
3675
3758
  SENSITIVE = []
3676
3759
  include Aws::Structure
3677
3760
  end
@@ -3693,16 +3776,22 @@ module Aws::Chime
3693
3776
  #
3694
3777
  # {
3695
3778
  # channel_arn: "ChimeArn", # required
3779
+ # chime_bearer: "ChimeArn",
3696
3780
  # }
3697
3781
  #
3698
3782
  # @!attribute [rw] channel_arn
3699
3783
  # The ARN of the channel.
3700
3784
  # @return [String]
3701
3785
  #
3786
+ # @!attribute [rw] chime_bearer
3787
+ # The `AppInstanceUserArn` of the user that makes the API call.
3788
+ # @return [String]
3789
+ #
3702
3790
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelRequest AWS API Documentation
3703
3791
  #
3704
3792
  class DescribeChannelRequest < Struct.new(
3705
- :channel_arn)
3793
+ :channel_arn,
3794
+ :chime_bearer)
3706
3795
  SENSITIVE = []
3707
3796
  include Aws::Structure
3708
3797
  end
@@ -3974,8 +4063,7 @@ module Aws::Chime
3974
4063
  end
3975
4064
 
3976
4065
  # @!attribute [rw] account
3977
- # The Amazon Chime account details. An AWS account can have multiple
3978
- # Amazon Chime accounts.
4066
+ # The Amazon Chime account details.
3979
4067
  # @return [Types::Account]
3980
4068
  #
3981
4069
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAccountResponse AWS API Documentation
@@ -4025,7 +4113,7 @@ module Aws::Chime
4025
4113
  # }
4026
4114
  #
4027
4115
  # @!attribute [rw] app_instance_arn
4028
- # The ARN of the app instance.
4116
+ # The ARN of the `AppInstance`.
4029
4117
  # @return [String]
4030
4118
  #
4031
4119
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAppInstanceRetentionSettingsRequest AWS API Documentation
@@ -4037,7 +4125,7 @@ module Aws::Chime
4037
4125
  end
4038
4126
 
4039
4127
  # @!attribute [rw] app_instance_retention_settings
4040
- # The retention settings for the app instance.
4128
+ # The retention settings for the `AppInstance`.
4041
4129
  # @return [Types::AppInstanceRetentionSettings]
4042
4130
  #
4043
4131
  # @!attribute [rw] initiate_deletion_timestamp
@@ -4062,7 +4150,7 @@ module Aws::Chime
4062
4150
  # }
4063
4151
  #
4064
4152
  # @!attribute [rw] app_instance_arn
4065
- # The ARN of the app instance.
4153
+ # The ARN of the `AppInstance`.
4066
4154
  # @return [String]
4067
4155
  #
4068
4156
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAppInstanceStreamingConfigurationsRequest AWS API Documentation
@@ -4165,6 +4253,7 @@ module Aws::Chime
4165
4253
  # {
4166
4254
  # channel_arn: "ChimeArn", # required
4167
4255
  # message_id: "MessageId", # required
4256
+ # chime_bearer: "ChimeArn",
4168
4257
  # }
4169
4258
  #
4170
4259
  # @!attribute [rw] channel_arn
@@ -4175,11 +4264,16 @@ module Aws::Chime
4175
4264
  # The ID of the message.
4176
4265
  # @return [String]
4177
4266
  #
4267
+ # @!attribute [rw] chime_bearer
4268
+ # The `AppInstanceUserArn` of the user that makes the API call.
4269
+ # @return [String]
4270
+ #
4178
4271
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetChannelMessageRequest AWS API Documentation
4179
4272
  #
4180
4273
  class GetChannelMessageRequest < Struct.new(
4181
4274
  :channel_arn,
4182
- :message_id)
4275
+ :message_id,
4276
+ :chime_bearer)
4183
4277
  SENSITIVE = []
4184
4278
  include Aws::Structure
4185
4279
  end
@@ -4497,7 +4591,7 @@ module Aws::Chime
4497
4591
  # }
4498
4592
  #
4499
4593
  # @!attribute [rw] sip_media_application_id
4500
- # The ID of the SIP media application.
4594
+ # The SIP media application ID.
4501
4595
  # @return [String]
4502
4596
  #
4503
4597
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetSipMediaApplicationLoggingConfigurationRequest AWS API Documentation
@@ -4935,7 +5029,7 @@ module Aws::Chime
4935
5029
  include Aws::Structure
4936
5030
  end
4937
5031
 
4938
- # The ARN and name of a user.
5032
+ # The details of a user.
4939
5033
  #
4940
5034
  # @!attribute [rw] arn
4941
5035
  # The ARN in an Identity.
@@ -5066,11 +5160,11 @@ module Aws::Chime
5066
5160
  end
5067
5161
 
5068
5162
  # @!attribute [rw] accounts
5069
- # The list of accounts.
5163
+ # List of Amazon Chime accounts and account details.
5070
5164
  # @return [Array<Types::Account>]
5071
5165
  #
5072
5166
  # @!attribute [rw] next_token
5073
- # The account's user token.
5167
+ # The token to use to retrieve the next page of results.
5074
5168
  # @return [String]
5075
5169
  #
5076
5170
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListAccountsResponse AWS API Documentation
@@ -5092,7 +5186,7 @@ module Aws::Chime
5092
5186
  # }
5093
5187
  #
5094
5188
  # @!attribute [rw] app_instance_arn
5095
- # The ARN of the app instance.
5189
+ # The ARN of the `AppInstance`.
5096
5190
  # @return [String]
5097
5191
  #
5098
5192
  # @!attribute [rw] max_results
@@ -5115,7 +5209,7 @@ module Aws::Chime
5115
5209
  end
5116
5210
 
5117
5211
  # @!attribute [rw] app_instance_arn
5118
- # The ARN of the app instance.
5212
+ # The ARN of the `AppInstance`.
5119
5213
  # @return [String]
5120
5214
  #
5121
5215
  # @!attribute [rw] app_instance_admins
@@ -5147,7 +5241,7 @@ module Aws::Chime
5147
5241
  # }
5148
5242
  #
5149
5243
  # @!attribute [rw] app_instance_arn
5150
- # The ARN of the app instance.
5244
+ # The ARN of the `AppInstance`.
5151
5245
  # @return [String]
5152
5246
  #
5153
5247
  # @!attribute [rw] max_results
@@ -5170,11 +5264,11 @@ module Aws::Chime
5170
5264
  end
5171
5265
 
5172
5266
  # @!attribute [rw] app_instance_arn
5173
- # The ARN of the app instance.
5267
+ # The ARN of the `AppInstance`.
5174
5268
  # @return [String]
5175
5269
  #
5176
5270
  # @!attribute [rw] app_instance_users
5177
- # The information for each of the requested app instance users.
5271
+ # The information for each requested `AppInstanceUser`.
5178
5272
  # @return [Array<Types::AppInstanceUserSummary>]
5179
5273
  #
5180
5274
  # @!attribute [rw] next_token
@@ -5201,12 +5295,12 @@ module Aws::Chime
5201
5295
  # }
5202
5296
  #
5203
5297
  # @!attribute [rw] max_results
5204
- # The maximum number of app instances that you want to return.
5298
+ # The maximum number of `AppInstance`s that you want to return.
5205
5299
  # @return [Integer]
5206
5300
  #
5207
5301
  # @!attribute [rw] next_token
5208
5302
  # The token passed by previous API requests until you reach the
5209
- # maximum number of app instances.
5303
+ # maximum number of `AppInstance`s.
5210
5304
  # @return [String]
5211
5305
  #
5212
5306
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListAppInstancesRequest AWS API Documentation
@@ -5219,12 +5313,12 @@ module Aws::Chime
5219
5313
  end
5220
5314
 
5221
5315
  # @!attribute [rw] app_instances
5222
- # The information for each app instance.
5316
+ # The information for each `AppInstance`.
5223
5317
  # @return [Array<Types::AppInstanceSummary>]
5224
5318
  #
5225
5319
  # @!attribute [rw] next_token
5226
5320
  # The token passed by previous API requests until the maximum number
5227
- # of app instances is reached.
5321
+ # of `AppInstance`s is reached.
5228
5322
  # @return [String]
5229
5323
  #
5230
5324
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListAppInstancesResponse AWS API Documentation
@@ -5377,6 +5471,7 @@ module Aws::Chime
5377
5471
  # channel_arn: "ChimeArn", # required
5378
5472
  # max_results: 1,
5379
5473
  # next_token: "NextToken",
5474
+ # chime_bearer: "ChimeArn",
5380
5475
  # }
5381
5476
  #
5382
5477
  # @!attribute [rw] channel_arn
@@ -5392,12 +5487,17 @@ module Aws::Chime
5392
5487
  # returned.
5393
5488
  # @return [String]
5394
5489
  #
5490
+ # @!attribute [rw] chime_bearer
5491
+ # The `AppInstanceUserArn` of the user that makes the API call.
5492
+ # @return [String]
5493
+ #
5395
5494
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelBansRequest AWS API Documentation
5396
5495
  #
5397
5496
  class ListChannelBansRequest < Struct.new(
5398
5497
  :channel_arn,
5399
5498
  :max_results,
5400
- :next_token)
5499
+ :next_token,
5500
+ :chime_bearer)
5401
5501
  SENSITIVE = [:next_token]
5402
5502
  include Aws::Structure
5403
5503
  end
@@ -5432,10 +5532,11 @@ module Aws::Chime
5432
5532
  # app_instance_user_arn: "ChimeArn",
5433
5533
  # max_results: 1,
5434
5534
  # next_token: "NextToken",
5535
+ # chime_bearer: "ChimeArn",
5435
5536
  # }
5436
5537
  #
5437
5538
  # @!attribute [rw] app_instance_user_arn
5438
- # The ARN of the app instance users
5539
+ # The ARN of the `AppInstanceUser`s
5439
5540
  # @return [String]
5440
5541
  #
5441
5542
  # @!attribute [rw] max_results
@@ -5447,12 +5548,17 @@ module Aws::Chime
5447
5548
  # channel memberships is reached.
5448
5549
  # @return [String]
5449
5550
  #
5551
+ # @!attribute [rw] chime_bearer
5552
+ # The `AppInstanceUserArn` of the user that makes the API call.
5553
+ # @return [String]
5554
+ #
5450
5555
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelMembershipsForAppInstanceUserRequest AWS API Documentation
5451
5556
  #
5452
5557
  class ListChannelMembershipsForAppInstanceUserRequest < Struct.new(
5453
5558
  :app_instance_user_arn,
5454
5559
  :max_results,
5455
- :next_token)
5560
+ :next_token,
5561
+ :chime_bearer)
5456
5562
  SENSITIVE = [:next_token]
5457
5563
  include Aws::Structure
5458
5564
  end
@@ -5484,6 +5590,7 @@ module Aws::Chime
5484
5590
  # type: "DEFAULT", # accepts DEFAULT, HIDDEN
5485
5591
  # max_results: 1,
5486
5592
  # next_token: "NextToken",
5593
+ # chime_bearer: "ChimeArn",
5487
5594
  # }
5488
5595
  #
5489
5596
  # @!attribute [rw] channel_arn
@@ -5504,7 +5611,11 @@ module Aws::Chime
5504
5611
  #
5505
5612
  # @!attribute [rw] next_token
5506
5613
  # The token passed by previous API calls until all requested channel
5507
- # memberships are returned..
5614
+ # memberships are returned.
5615
+ # @return [String]
5616
+ #
5617
+ # @!attribute [rw] chime_bearer
5618
+ # The `AppInstanceUserArn` of the user that makes the API call.
5508
5619
  # @return [String]
5509
5620
  #
5510
5621
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelMembershipsRequest AWS API Documentation
@@ -5513,7 +5624,8 @@ module Aws::Chime
5513
5624
  :channel_arn,
5514
5625
  :type,
5515
5626
  :max_results,
5516
- :next_token)
5627
+ :next_token,
5628
+ :chime_bearer)
5517
5629
  SENSITIVE = [:next_token]
5518
5630
  include Aws::Structure
5519
5631
  end
@@ -5551,6 +5663,7 @@ module Aws::Chime
5551
5663
  # not_after: Time.now,
5552
5664
  # max_results: 1,
5553
5665
  # next_token: "NextToken",
5666
+ # chime_bearer: "ChimeArn",
5554
5667
  # }
5555
5668
  #
5556
5669
  # @!attribute [rw] channel_arn
@@ -5579,6 +5692,10 @@ module Aws::Chime
5579
5692
  # are returned.
5580
5693
  # @return [String]
5581
5694
  #
5695
+ # @!attribute [rw] chime_bearer
5696
+ # The `AppInstanceUserArn` of the user that makes the API call.
5697
+ # @return [String]
5698
+ #
5582
5699
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelMessagesRequest AWS API Documentation
5583
5700
  #
5584
5701
  class ListChannelMessagesRequest < Struct.new(
@@ -5587,7 +5704,8 @@ module Aws::Chime
5587
5704
  :not_before,
5588
5705
  :not_after,
5589
5706
  :max_results,
5590
- :next_token)
5707
+ :next_token,
5708
+ :chime_bearer)
5591
5709
  SENSITIVE = [:next_token]
5592
5710
  include Aws::Structure
5593
5711
  end
@@ -5602,7 +5720,7 @@ module Aws::Chime
5602
5720
  # @return [String]
5603
5721
  #
5604
5722
  # @!attribute [rw] channel_messages
5605
- # The information about and content of each requested message.
5723
+ # The information about, and content of, each requested message.
5606
5724
  # @return [Array<Types::ChannelMessageSummary>]
5607
5725
  #
5608
5726
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelMessagesResponse AWS API Documentation
@@ -5622,6 +5740,7 @@ module Aws::Chime
5622
5740
  # channel_arn: "ChimeArn", # required
5623
5741
  # max_results: 1,
5624
5742
  # next_token: "NextToken",
5743
+ # chime_bearer: "ChimeArn",
5625
5744
  # }
5626
5745
  #
5627
5746
  # @!attribute [rw] channel_arn
@@ -5637,12 +5756,17 @@ module Aws::Chime
5637
5756
  # moderators are returned.
5638
5757
  # @return [String]
5639
5758
  #
5759
+ # @!attribute [rw] chime_bearer
5760
+ # The `AppInstanceUserArn` of the user that makes the API call.
5761
+ # @return [String]
5762
+ #
5640
5763
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelModeratorsRequest AWS API Documentation
5641
5764
  #
5642
5765
  class ListChannelModeratorsRequest < Struct.new(
5643
5766
  :channel_arn,
5644
5767
  :max_results,
5645
- :next_token)
5768
+ :next_token,
5769
+ :chime_bearer)
5646
5770
  SENSITIVE = [:next_token]
5647
5771
  include Aws::Structure
5648
5772
  end
@@ -5677,6 +5801,7 @@ module Aws::Chime
5677
5801
  # app_instance_user_arn: "ChimeArn",
5678
5802
  # max_results: 1,
5679
5803
  # next_token: "NextToken",
5804
+ # chime_bearer: "ChimeArn",
5680
5805
  # }
5681
5806
  #
5682
5807
  # @!attribute [rw] app_instance_user_arn
@@ -5692,12 +5817,17 @@ module Aws::Chime
5692
5817
  # channels moderated by the user is reached.
5693
5818
  # @return [String]
5694
5819
  #
5820
+ # @!attribute [rw] chime_bearer
5821
+ # The `AppInstanceUserArn` of the user that makes the API call.
5822
+ # @return [String]
5823
+ #
5695
5824
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelsModeratedByAppInstanceUserRequest AWS API Documentation
5696
5825
  #
5697
5826
  class ListChannelsModeratedByAppInstanceUserRequest < Struct.new(
5698
5827
  :app_instance_user_arn,
5699
5828
  :max_results,
5700
- :next_token)
5829
+ :next_token,
5830
+ :chime_bearer)
5701
5831
  SENSITIVE = [:next_token]
5702
5832
  include Aws::Structure
5703
5833
  end
@@ -5728,16 +5858,17 @@ module Aws::Chime
5728
5858
  # privacy: "PUBLIC", # accepts PUBLIC, PRIVATE
5729
5859
  # max_results: 1,
5730
5860
  # next_token: "NextToken",
5861
+ # chime_bearer: "ChimeArn",
5731
5862
  # }
5732
5863
  #
5733
5864
  # @!attribute [rw] app_instance_arn
5734
- # The ARN of the app instance.
5865
+ # The ARN of the `AppInstance`.
5735
5866
  # @return [String]
5736
5867
  #
5737
5868
  # @!attribute [rw] privacy
5738
5869
  # The privacy setting. `PUBLIC` retrieves all the public channels.
5739
- # `PRIVATE` retrieves private channels. Only an app instance
5740
- # administrator can retrieve private channels.
5870
+ # `PRIVATE` retrieves private channels. Only an `AppInstanceAdmin` can
5871
+ # retrieve private channels.
5741
5872
  # @return [String]
5742
5873
  #
5743
5874
  # @!attribute [rw] max_results
@@ -5749,13 +5880,18 @@ module Aws::Chime
5749
5880
  # are returned.
5750
5881
  # @return [String]
5751
5882
  #
5883
+ # @!attribute [rw] chime_bearer
5884
+ # The `AppInstanceUserArn` of the user that makes the API call.
5885
+ # @return [String]
5886
+ #
5752
5887
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListChannelsRequest AWS API Documentation
5753
5888
  #
5754
5889
  class ListChannelsRequest < Struct.new(
5755
5890
  :app_instance_arn,
5756
5891
  :privacy,
5757
5892
  :max_results,
5758
- :next_token)
5893
+ :next_token,
5894
+ :chime_bearer)
5759
5895
  SENSITIVE = [:next_token]
5760
5896
  include Aws::Structure
5761
5897
  end
@@ -6533,11 +6669,12 @@ module Aws::Chime
6533
6669
  # @return [Types::MediaPlacement]
6534
6670
  #
6535
6671
  # @!attribute [rw] media_region
6536
- # The Region in which to create the meeting. Available values:
6537
- # `af-south-1`, `ap-northeast-1`, `ap-northeast-2`, `ap-south-1`,
6538
- # `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`,
6539
- # `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`,
6540
- # `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.
6672
+ # The Region in which you create the meeting. Available values:
6673
+ # `af-south-1` , `ap-northeast-1` , `ap-northeast-2` , `ap-south-1` ,
6674
+ # `ap-southeast-1` , `ap-southeast-2` , `ca-central-1` ,
6675
+ # `eu-central-1` , `eu-north-1` , `eu-south-1` , `eu-west-1` ,
6676
+ # `eu-west-2` , `eu-west-3` , `sa-east-1` , `us-east-1` , `us-east-2`
6677
+ # , `us-west-1` , `us-west-2` .
6541
6678
  # @return [String]
6542
6679
  #
6543
6680
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Meeting AWS API Documentation
@@ -6551,9 +6688,9 @@ module Aws::Chime
6551
6688
  include Aws::Structure
6552
6689
  end
6553
6690
 
6554
- # The configuration for resource targets to receive notifications when
6555
- # Amazon Chime SDK meeting and attendee events occur. The Amazon Chime
6556
- # SDK supports resource targets located in the US East (N. Virginia) AWS
6691
+ # The resource target configurations for receiving Amazon Chime SDK
6692
+ # meeting and attendee event notifications. The Amazon Chime SDK
6693
+ # supports resource targets located in the US East (N. Virginia) AWS
6557
6694
  # Region (`us-east-1`).
6558
6695
  #
6559
6696
  # @note When making an API call, you may pass MeetingNotificationConfiguration
@@ -6667,10 +6804,10 @@ module Aws::Chime
6667
6804
  include Aws::Structure
6668
6805
  end
6669
6806
 
6670
- # The endpoint of a meeting session.
6807
+ # The websocket endpoint used to connect to Amazon Chime SDK messaging.
6671
6808
  #
6672
6809
  # @!attribute [rw] url
6673
- # The URL of a meeting session endpoint.
6810
+ # The endpoint to which you establish a websocket connection.
6674
6811
  # @return [String]
6675
6812
  #
6676
6813
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MessagingSessionEndpoint AWS API Documentation
@@ -6792,7 +6929,7 @@ module Aws::Chime
6792
6929
  #
6793
6930
  # @!attribute [rw] weight
6794
6931
  # The weight associated with the host. If hosts are equal in priority,
6795
- # calls are distributed among them based on their relative weight.
6932
+ # calls are redistributed among them based on their relative weight.
6796
6933
  # @return [Integer]
6797
6934
  #
6798
6935
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/OriginationRoute AWS API Documentation
@@ -7016,11 +7153,11 @@ module Aws::Chime
7016
7153
  # @return [Array<Types::OrderedPhoneNumber>]
7017
7154
  #
7018
7155
  # @!attribute [rw] created_timestamp
7019
- # The phone number order creation timestamp, in ISO 8601 format.
7156
+ # The phone number order creation time stamp, in ISO 8601 format.
7020
7157
  # @return [Time]
7021
7158
  #
7022
7159
  # @!attribute [rw] updated_timestamp
7023
- # The updated phone number order timestamp, in ISO 8601 format.
7160
+ # The updated phone number order time stamp, in ISO 8601 format.
7024
7161
  # @return [Time]
7025
7162
  #
7026
7163
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PhoneNumberOrder AWS API Documentation
@@ -7093,15 +7230,15 @@ module Aws::Chime
7093
7230
  # @return [Array<String>]
7094
7231
  #
7095
7232
  # @!attribute [rw] created_timestamp
7096
- # The created timestamp, in ISO 8601 format.
7233
+ # The created time stamp, in ISO 8601 format.
7097
7234
  # @return [Time]
7098
7235
  #
7099
7236
  # @!attribute [rw] updated_timestamp
7100
- # The updated timestamp, in ISO 8601 format.
7237
+ # The updated time stamp, in ISO 8601 format.
7101
7238
  # @return [Time]
7102
7239
  #
7103
7240
  # @!attribute [rw] ended_timestamp
7104
- # The ended timestamp, in ISO 8601 format.
7241
+ # The ended time stamp, in ISO 8601 format.
7105
7242
  # @return [Time]
7106
7243
  #
7107
7244
  # @!attribute [rw] participants
@@ -7155,7 +7292,7 @@ module Aws::Chime
7155
7292
  # }
7156
7293
  #
7157
7294
  # @!attribute [rw] app_instance_arn
7158
- # The ARN of the app instance.
7295
+ # The ARN of the `AppInstance`.
7159
7296
  # @return [String]
7160
7297
  #
7161
7298
  # @!attribute [rw] app_instance_retention_settings
@@ -7202,11 +7339,11 @@ module Aws::Chime
7202
7339
  # }
7203
7340
  #
7204
7341
  # @!attribute [rw] app_instance_arn
7205
- # The ARN of the app instance.
7342
+ # The ARN of the `AppInstance`.
7206
7343
  # @return [String]
7207
7344
  #
7208
7345
  # @!attribute [rw] app_instance_streaming_configurations
7209
- # The streaming configurations set for an app instance.
7346
+ # The streaming configurations set for an `AppInstance`.
7210
7347
  # @return [Array<Types::AppInstanceStreamingConfiguration>]
7211
7348
  #
7212
7349
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutAppInstanceStreamingConfigurationsRequest AWS API Documentation
@@ -7219,7 +7356,7 @@ module Aws::Chime
7219
7356
  end
7220
7357
 
7221
7358
  # @!attribute [rw] app_instance_streaming_configurations
7222
- # The streaming configurations of an app instance.
7359
+ # The streaming configurations of an `AppInstance`.
7223
7360
  # @return [Array<Types::AppInstanceStreamingConfiguration>]
7224
7361
  #
7225
7362
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutAppInstanceStreamingConfigurationsResponse AWS API Documentation
@@ -7341,7 +7478,7 @@ module Aws::Chime
7341
7478
  # }
7342
7479
  #
7343
7480
  # @!attribute [rw] sip_media_application_id
7344
- # The ID of the specified SIP media application
7481
+ # The SIP media application ID.
7345
7482
  # @return [String]
7346
7483
  #
7347
7484
  # @!attribute [rw] sip_media_application_logging_configuration
@@ -7358,7 +7495,7 @@ module Aws::Chime
7358
7495
  end
7359
7496
 
7360
7497
  # @!attribute [rw] sip_media_application_logging_configuration
7361
- # The actual logging configuration.
7498
+ # Logging configuration of the SIP media application.
7362
7499
  # @return [Types::SipMediaApplicationLoggingConfiguration]
7363
7500
  #
7364
7501
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutSipMediaApplicationLoggingConfigurationResponse AWS API Documentation
@@ -7681,6 +7818,7 @@ module Aws::Chime
7681
7818
  # {
7682
7819
  # channel_arn: "ChimeArn", # required
7683
7820
  # message_id: "MessageId", # required
7821
+ # chime_bearer: "ChimeArn",
7684
7822
  # }
7685
7823
  #
7686
7824
  # @!attribute [rw] channel_arn
@@ -7692,11 +7830,16 @@ module Aws::Chime
7692
7830
  # The ID of the message being redacted.
7693
7831
  # @return [String]
7694
7832
  #
7833
+ # @!attribute [rw] chime_bearer
7834
+ # The `AppInstanceUserArn` of the user that makes the API call.
7835
+ # @return [String]
7836
+ #
7695
7837
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RedactChannelMessageRequest AWS API Documentation
7696
7838
  #
7697
7839
  class RedactChannelMessageRequest < Struct.new(
7698
7840
  :channel_arn,
7699
- :message_id)
7841
+ :message_id,
7842
+ :chime_bearer)
7700
7843
  SENSITIVE = []
7701
7844
  include Aws::Structure
7702
7845
  end
@@ -7913,8 +8056,8 @@ module Aws::Chime
7913
8056
  end
7914
8057
 
7915
8058
  # The retention settings for an Amazon Chime Enterprise account that
7916
- # determine how long to retain items such as chat room messages and chat
7917
- # conversation messages.
8059
+ # determine how long to retain items such as chat-room messages and
8060
+ # chat-conversation messages.
7918
8061
  #
7919
8062
  # @note When making an API call, you may pass RetentionSettings
7920
8063
  # data as a hash:
@@ -8019,7 +8162,7 @@ module Aws::Chime
8019
8162
  include Aws::Structure
8020
8163
  end
8021
8164
 
8022
- # The retention settings that determine how long to retain chat room
8165
+ # The retention settings that determine how long to retain chat-room
8023
8166
  # messages for an Amazon Chime Enterprise account.
8024
8167
  #
8025
8168
  # @note When making an API call, you may pass RoomRetentionSettings
@@ -8030,7 +8173,7 @@ module Aws::Chime
8030
8173
  # }
8031
8174
  #
8032
8175
  # @!attribute [rw] retention_days
8033
- # The number of days for which to retain chat room messages.
8176
+ # The number of days for which to retain chat-room messages.
8034
8177
  # @return [Integer]
8035
8178
  #
8036
8179
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RoomRetentionSettings AWS API Documentation
@@ -8118,6 +8261,7 @@ module Aws::Chime
8118
8261
  # persistence: "PERSISTENT", # required, accepts PERSISTENT, NON_PERSISTENT
8119
8262
  # metadata: "Metadata",
8120
8263
  # client_request_token: "ClientRequestToken", # required
8264
+ # chime_bearer: "ChimeArn",
8121
8265
  # }
8122
8266
  #
8123
8267
  # @!attribute [rw] channel_arn
@@ -8148,6 +8292,10 @@ module Aws::Chime
8148
8292
  # not need to pass this option.
8149
8293
  # @return [String]
8150
8294
  #
8295
+ # @!attribute [rw] chime_bearer
8296
+ # The `AppInstanceUserArn` of the user that makes the API call.
8297
+ # @return [String]
8298
+ #
8151
8299
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SendChannelMessageRequest AWS API Documentation
8152
8300
  #
8153
8301
  class SendChannelMessageRequest < Struct.new(
@@ -8156,7 +8304,8 @@ module Aws::Chime
8156
8304
  :type,
8157
8305
  :persistence,
8158
8306
  :metadata,
8159
- :client_request_token)
8307
+ :client_request_token,
8308
+ :chime_bearer)
8160
8309
  SENSITIVE = [:content, :metadata, :client_request_token]
8161
8310
  include Aws::Structure
8162
8311
  end
@@ -8234,8 +8383,8 @@ module Aws::Chime
8234
8383
  include Aws::Structure
8235
8384
  end
8236
8385
 
8237
- # The SIP media application details, including name and endpoints. An
8238
- # AWS account can have multiple SIP media applications.
8386
+ # The details of the SIP media application, including name and
8387
+ # endpoints. An AWS account can have multiple SIP media applications.
8239
8388
  #
8240
8389
  # @!attribute [rw] sip_media_application_id
8241
8390
  # The SIP media application ID.
@@ -8289,7 +8438,7 @@ module Aws::Chime
8289
8438
  include Aws::Structure
8290
8439
  end
8291
8440
 
8292
- # Endpoints to specify as part of a SIP media application.
8441
+ # The endpoint assigned to the SIP media application.
8293
8442
  #
8294
8443
  # @note When making an API call, you may pass SipMediaApplicationEndpoint
8295
8444
  # data as a hash:
@@ -8299,8 +8448,9 @@ module Aws::Chime
8299
8448
  # }
8300
8449
  #
8301
8450
  # @!attribute [rw] lambda_arn
8302
- # Valid Amazon Resource Name (ARN) of the Lambda function of the same
8303
- # AWS Region where the SIP media application is created.
8451
+ # Valid Amazon Resource Name (ARN) of the Lambda function. The
8452
+ # function must be created in the same AWS Region as the SIP media
8453
+ # application.
8304
8454
  # @return [String]
8305
8455
  #
8306
8456
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SipMediaApplicationEndpoint AWS API Documentation
@@ -8344,13 +8494,13 @@ module Aws::Chime
8344
8494
  # @return [String]
8345
8495
  #
8346
8496
  # @!attribute [rw] disabled
8347
- # Indicates if the SIP rule is enabled or disabled. You must disable a
8348
- # rule before you can delete it.
8497
+ # Indicates whether the SIP rule is enabled or disabled. You must
8498
+ # disable a rule before you can delete it.
8349
8499
  # @return [Boolean]
8350
8500
  #
8351
8501
  # @!attribute [rw] trigger_type
8352
- # The type of trigger whose value is assigned to the SIP rule in
8353
- # `TriggerValue`.
8502
+ # The type of trigger assigned to the SIP rule in `TriggerValue`,
8503
+ # currently `RequestUriHostname` or `ToPhoneNumber`.
8354
8504
  # @return [String]
8355
8505
  #
8356
8506
  # @!attribute [rw] trigger_value
@@ -8363,17 +8513,17 @@ module Aws::Chime
8363
8513
  # @return [String]
8364
8514
  #
8365
8515
  # @!attribute [rw] target_applications
8366
- # List of SIP media applications with priority and AWS Region. You can
8367
- # only use one SIP application per AWS Region and priority
8368
- # combination.
8516
+ # Target SIP media application and other details, such as priority and
8517
+ # AWS Region, to be specified in the SIP rule. Only one SIP rule per
8518
+ # AWS Region can be provided.
8369
8519
  # @return [Array<Types::SipRuleTargetApplication>]
8370
8520
  #
8371
8521
  # @!attribute [rw] created_timestamp
8372
- # The SIP rule created timestamp, in ISO 8601 format.
8522
+ # The time at which the SIP rule was created, in ISO 8601 format.
8373
8523
  # @return [Time]
8374
8524
  #
8375
8525
  # @!attribute [rw] updated_timestamp
8376
- # The SIP rule updated timestamp, in ISO 8601 format.
8526
+ # The time at which the SIP rule was last updated, in ISO 8601 format.
8377
8527
  # @return [Time]
8378
8528
  #
8379
8529
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SipRule AWS API Documentation
@@ -8391,9 +8541,9 @@ module Aws::Chime
8391
8541
  include Aws::Structure
8392
8542
  end
8393
8543
 
8394
- # Target SIP media application along with other details like priority
8395
- # and AWS Region to be specified in the SIP rule. Only one SIP rule per
8396
- # AWS Region can be provided.
8544
+ # Target SIP media application and other details, such as priority and
8545
+ # AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS
8546
+ # Region can be provided.
8397
8547
  #
8398
8548
  # @note When making an API call, you may pass SipRuleTargetApplication
8399
8549
  # data as a hash:
@@ -8413,7 +8563,7 @@ module Aws::Chime
8413
8563
  # @return [Integer]
8414
8564
  #
8415
8565
  # @!attribute [rw] aws_region
8416
- # AWS Region of target application.
8566
+ # The AWS Region of the target application.
8417
8567
  # @return [String]
8418
8568
  #
8419
8569
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SipRuleTargetApplication AWS API Documentation
@@ -8873,8 +9023,7 @@ module Aws::Chime
8873
9023
  end
8874
9024
 
8875
9025
  # @!attribute [rw] account
8876
- # The Amazon Chime account details. An AWS account can have multiple
8877
- # Amazon Chime accounts.
9026
+ # The updated Amazon Chime account details.
8878
9027
  # @return [Types::Account]
8879
9028
  #
8880
9029
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountResponse AWS API Documentation
@@ -8927,7 +9076,7 @@ module Aws::Chime
8927
9076
  # }
8928
9077
  #
8929
9078
  # @!attribute [rw] app_instance_arn
8930
- # The ARN of the app instance.
9079
+ # The ARN of the `AppInstance`.
8931
9080
  # @return [String]
8932
9081
  #
8933
9082
  # @!attribute [rw] name
@@ -8949,7 +9098,7 @@ module Aws::Chime
8949
9098
  end
8950
9099
 
8951
9100
  # @!attribute [rw] app_instance_arn
8952
- # The ARN of the app instance.
9101
+ # The ARN of the `AppInstance`.
8953
9102
  # @return [String]
8954
9103
  #
8955
9104
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAppInstanceResponse AWS API Documentation
@@ -8970,15 +9119,15 @@ module Aws::Chime
8970
9119
  # }
8971
9120
  #
8972
9121
  # @!attribute [rw] app_instance_user_arn
8973
- # The ARN of the app instance user.
9122
+ # The ARN of the `AppInstanceUser`.
8974
9123
  # @return [String]
8975
9124
  #
8976
9125
  # @!attribute [rw] name
8977
- # The name of the app instance user.
9126
+ # The name of the `AppInstanceUser`.
8978
9127
  # @return [String]
8979
9128
  #
8980
9129
  # @!attribute [rw] metadata
8981
- # The metadata of the app instance user.
9130
+ # The metadata of the `AppInstanceUser`.
8982
9131
  # @return [String]
8983
9132
  #
8984
9133
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAppInstanceUserRequest AWS API Documentation
@@ -8992,7 +9141,7 @@ module Aws::Chime
8992
9141
  end
8993
9142
 
8994
9143
  # @!attribute [rw] app_instance_user_arn
8995
- # The ARN of the app instance user.
9144
+ # The ARN of the `AppInstanceUser`.
8996
9145
  # @return [String]
8997
9146
  #
8998
9147
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAppInstanceUserResponse AWS API Documentation
@@ -9054,6 +9203,7 @@ module Aws::Chime
9054
9203
  # message_id: "MessageId", # required
9055
9204
  # content: "Content",
9056
9205
  # metadata: "Metadata",
9206
+ # chime_bearer: "ChimeArn",
9057
9207
  # }
9058
9208
  #
9059
9209
  # @!attribute [rw] channel_arn
@@ -9072,13 +9222,18 @@ module Aws::Chime
9072
9222
  # The metadata of the message being updated.
9073
9223
  # @return [String]
9074
9224
  #
9225
+ # @!attribute [rw] chime_bearer
9226
+ # The `AppInstanceUserArn` of the user that makes the API call.
9227
+ # @return [String]
9228
+ #
9075
9229
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateChannelMessageRequest AWS API Documentation
9076
9230
  #
9077
9231
  class UpdateChannelMessageRequest < Struct.new(
9078
9232
  :channel_arn,
9079
9233
  :message_id,
9080
9234
  :content,
9081
- :metadata)
9235
+ :metadata,
9236
+ :chime_bearer)
9082
9237
  SENSITIVE = [:content, :metadata]
9083
9238
  include Aws::Structure
9084
9239
  end
@@ -9105,16 +9260,22 @@ module Aws::Chime
9105
9260
  #
9106
9261
  # {
9107
9262
  # channel_arn: "ChimeArn", # required
9263
+ # chime_bearer: "ChimeArn",
9108
9264
  # }
9109
9265
  #
9110
9266
  # @!attribute [rw] channel_arn
9111
9267
  # The ARN of the channel.
9112
9268
  # @return [String]
9113
9269
  #
9270
+ # @!attribute [rw] chime_bearer
9271
+ # The `AppInstanceUserArn` of the user that makes the API call.
9272
+ # @return [String]
9273
+ #
9114
9274
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateChannelReadMarkerRequest AWS API Documentation
9115
9275
  #
9116
9276
  class UpdateChannelReadMarkerRequest < Struct.new(
9117
- :channel_arn)
9277
+ :channel_arn,
9278
+ :chime_bearer)
9118
9279
  SENSITIVE = []
9119
9280
  include Aws::Structure
9120
9281
  end
@@ -9139,6 +9300,7 @@ module Aws::Chime
9139
9300
  # name: "NonEmptyResourceName", # required
9140
9301
  # mode: "UNRESTRICTED", # required, accepts UNRESTRICTED, RESTRICTED
9141
9302
  # metadata: "Metadata",
9303
+ # chime_bearer: "ChimeArn",
9142
9304
  # }
9143
9305
  #
9144
9306
  # @!attribute [rw] channel_arn
@@ -9154,7 +9316,11 @@ module Aws::Chime
9154
9316
  # @return [String]
9155
9317
  #
9156
9318
  # @!attribute [rw] metadata
9157
- # The metadata of the channel.
9319
+ # The metadata for the update request.
9320
+ # @return [String]
9321
+ #
9322
+ # @!attribute [rw] chime_bearer
9323
+ # The `AppInstanceUserArn` of the user that makes the API call.
9158
9324
  # @return [String]
9159
9325
  #
9160
9326
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateChannelRequest AWS API Documentation
@@ -9163,7 +9329,8 @@ module Aws::Chime
9163
9329
  :channel_arn,
9164
9330
  :name,
9165
9331
  :mode,
9166
- :metadata)
9332
+ :metadata,
9333
+ :chime_bearer)
9167
9334
  SENSITIVE = [:name, :metadata]
9168
9335
  include Aws::Structure
9169
9336
  end
@@ -9974,12 +10141,12 @@ module Aws::Chime
9974
10141
  # @return [Array<Types::VoiceConnectorItem>]
9975
10142
  #
9976
10143
  # @!attribute [rw] created_timestamp
9977
- # The Amazon Chime Voice Connector group creation timestamp, in ISO
10144
+ # The Amazon Chime Voice Connector group creation time stamp, in ISO
9978
10145
  # 8601 format.
9979
10146
  # @return [Time]
9980
10147
  #
9981
10148
  # @!attribute [rw] updated_timestamp
9982
- # The updated Amazon Chime Voice Connector group timestamp, in ISO
10149
+ # The updated Amazon Chime Voice Connector group time stamp, in ISO
9983
10150
  # 8601 format.
9984
10151
  # @return [Time]
9985
10152
  #