aws-sdk 2.1012.0 → 2.1016.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/auditmanager-2017-07-25.min.json +168 -12
  4. package/apis/auditmanager-2017-07-25.paginators.json +5 -0
  5. package/apis/autoscaling-2011-01-01.min.json +240 -94
  6. package/apis/chime-2018-05-01.min.json +4 -2
  7. package/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
  8. package/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  9. package/apis/chime-sdk-messaging-2021-05-15.min.json +180 -29
  10. package/apis/ec2-2016-11-15.min.json +1331 -800
  11. package/apis/ec2-2016-11-15.paginators.json +12 -0
  12. package/apis/emr-containers-2020-10-01.min.json +18 -6
  13. package/apis/quicksight-2018-04-01.min.json +27 -21
  14. package/apis/rds-2014-10-31.min.json +412 -317
  15. package/apis/route53resolver-2018-04-01.min.json +85 -13
  16. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  17. package/apis/sagemaker-2017-07-24.min.json +924 -792
  18. package/apis/textract-2018-06-27.min.json +107 -43
  19. package/clients/auditmanager.d.ts +486 -305
  20. package/clients/autoscaling.d.ts +217 -15
  21. package/clients/chime.d.ts +8 -0
  22. package/clients/chimesdkidentity.d.ts +314 -2
  23. package/clients/chimesdkmessaging.d.ts +146 -15
  24. package/clients/connect.d.ts +11 -11
  25. package/clients/ec2.d.ts +548 -4
  26. package/clients/eks.d.ts +1 -1
  27. package/clients/emrcontainers.d.ts +18 -3
  28. package/clients/finspace.js +0 -1
  29. package/clients/finspacedata.js +0 -1
  30. package/clients/lexmodelsv2.js +0 -1
  31. package/clients/lookoutmetrics.js +0 -1
  32. package/clients/quicksight.d.ts +12 -2
  33. package/clients/rds.d.ts +361 -200
  34. package/clients/route53resolver.d.ts +94 -0
  35. package/clients/sagemaker.d.ts +152 -8
  36. package/clients/textract.d.ts +98 -6
  37. package/dist/aws-sdk-core-react-native.js +57 -22
  38. package/dist/aws-sdk-react-native.js +299 -340
  39. package/dist/aws-sdk.js +2134 -1234
  40. package/dist/aws-sdk.min.js +87 -87
  41. package/lib/core.js +1 -1
  42. package/lib/protocol/rest_json.js +6 -12
  43. package/lib/region_config.js +44 -1
  44. package/lib/region_config_data.json +81 -0
  45. package/lib/request.js +4 -6
  46. package/lib/service.js +1 -1
  47. package/package.json +2 -2
  48. package/scripts/region-checker/allowlist.js +4 -0
  49. package/lib/services/finspace.js +0 -23
  50. package/lib/services/finspacedata.js +0 -23
  51. package/lib/services/lexmodelsv2.js +0 -23
  52. package/lib/services/lookoutmetrics.js +0 -22
@@ -60,11 +60,11 @@ declare class ChimeSDKMessaging extends Service {
60
60
  */
61
61
  createChannelFlow(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelFlowResponse, AWSError>;
62
62
  /**
63
- * Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
63
+ * Adds a user to a channel. The InvitedBy field in ChannelMembership is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
64
64
  */
65
65
  createChannelMembership(params: ChimeSDKMessaging.Types.CreateChannelMembershipRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelMembershipResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelMembershipResponse, AWSError>;
66
66
  /**
67
- * Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
67
+ * Adds a user to a channel. The InvitedBy field in ChannelMembership is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
68
68
  */
69
69
  createChannelMembership(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelMembershipResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelMembershipResponse, AWSError>;
70
70
  /**
@@ -187,6 +187,14 @@ declare class ChimeSDKMessaging extends Service {
187
187
  * Disassociates a channel flow from all its channels. Once disassociated, all messages to that channel stop going through the channel flow processor. Only administrators or channel moderators can disassociate a channel flow. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
188
188
  */
189
189
  disassociateChannelFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
190
+ /**
191
+ * Gets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can retrieve preferences. Users in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users. Banned users can't retrieve membership preferences for the channel from which they are banned.
192
+ */
193
+ getChannelMembershipPreferences(params: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse, AWSError>;
194
+ /**
195
+ * Gets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can retrieve preferences. Users in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users. Banned users can't retrieve membership preferences for the channel from which they are banned.
196
+ */
197
+ getChannelMembershipPreferences(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse, AWSError>;
190
198
  /**
191
199
  * Gets the full details of a channel message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
192
200
  */
@@ -228,11 +236,11 @@ declare class ChimeSDKMessaging extends Service {
228
236
  */
229
237
  listChannelFlows(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelFlowsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelFlowsResponse, AWSError>;
230
238
  /**
231
- * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
239
+ * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. If you want to list the channels to which a specific app instance user belongs, see the ListChannelMembershipsForAppInstanceUser API.
232
240
  */
233
241
  listChannelMemberships(params: ChimeSDKMessaging.Types.ListChannelMembershipsRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelMembershipsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelMembershipsResponse, AWSError>;
234
242
  /**
235
- * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
243
+ * Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. If you want to list the channels to which a specific app instance user belongs, see the ListChannelMembershipsForAppInstanceUser API.
236
244
  */
237
245
  listChannelMemberships(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelMembershipsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelMembershipsResponse, AWSError>;
238
246
  /**
@@ -291,6 +299,14 @@ declare class ChimeSDKMessaging extends Service {
291
299
  * Lists the tags applied to an Amazon Chime SDK messaging resource.
292
300
  */
293
301
  listTagsForResource(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMessaging.Types.ListTagsForResourceResponse, AWSError>;
302
+ /**
303
+ * Sets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can set preferences. Users in the AppInstanceAdmin and channel moderator roles can't set preferences for other users. Banned users can't set membership preferences for the channel from which they are banned.
304
+ */
305
+ putChannelMembershipPreferences(params: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse, AWSError>;
306
+ /**
307
+ * Sets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can set preferences. Users in the AppInstanceAdmin and channel moderator roles can't set preferences for other users. Banned users can't set membership preferences for the channel from which they are banned.
308
+ */
309
+ putChannelMembershipPreferences(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse, AWSError>;
294
310
  /**
295
311
  * Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
296
312
  */
@@ -357,6 +373,7 @@ declare class ChimeSDKMessaging extends Service {
357
373
  updateChannelReadMarker(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.UpdateChannelReadMarkerResponse) => void): Request<ChimeSDKMessaging.Types.UpdateChannelReadMarkerResponse, AWSError>;
358
374
  }
359
375
  declare namespace ChimeSDKMessaging {
376
+ export type AllowNotifications = "ALL"|"NONE"|"FILTERED"|string;
360
377
  export interface AppInstanceUserMembershipSummary {
361
378
  /**
362
379
  * The type of ChannelMembership.
@@ -401,7 +418,7 @@ declare namespace ChimeSDKMessaging {
401
418
  }
402
419
  export interface BatchCreateChannelMembershipError {
403
420
  /**
404
- * The ARN of the member that the service couldn't add.
421
+ * The AppInstanceUserArn of the member that the service couldn't add.
405
422
  */
406
423
  MemberArn?: ChimeArn;
407
424
  /**
@@ -424,7 +441,7 @@ declare namespace ChimeSDKMessaging {
424
441
  */
425
442
  Type?: ChannelMembershipType;
426
443
  /**
427
- * The ARNs of the members you want to add to the channel.
444
+ * The AppInstanceUserArns of the members you want to add to the channel.
428
445
  */
429
446
  MemberArns: MemberArns;
430
447
  /**
@@ -636,6 +653,12 @@ declare namespace ChimeSDKMessaging {
636
653
  AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
637
654
  }
638
655
  export type ChannelMembershipForAppInstanceUserSummaryList = ChannelMembershipForAppInstanceUserSummary[];
656
+ export interface ChannelMembershipPreferences {
657
+ /**
658
+ * The push notification configuration of a message.
659
+ */
660
+ PushNotifications?: PushNotificationPreferences;
661
+ }
639
662
  export interface ChannelMembershipSummary {
640
663
  /**
641
664
  * A member's summary data.
@@ -693,6 +716,10 @@ declare namespace ChimeSDKMessaging {
693
716
  * The status of the channel message.
694
717
  */
695
718
  Status?: ChannelMessageStatusStructure;
719
+ /**
720
+ * The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
721
+ */
722
+ MessageAttributes?: MessageAttributeMap;
696
723
  }
697
724
  export interface ChannelMessageCallback {
698
725
  /**
@@ -761,6 +788,10 @@ declare namespace ChimeSDKMessaging {
761
788
  * The message status. The status value is SENT for messages sent to a channel without a channel flow. For channels associated with channel flow, the value determines the processing stage.
762
789
  */
763
790
  Status?: ChannelMessageStatusStructure;
791
+ /**
792
+ * The message attribues listed in a the summary of a channel message.
793
+ */
794
+ MessageAttributes?: MessageAttributeMap;
764
795
  }
765
796
  export type ChannelMessageSummaryList = ChannelMessageSummary[];
766
797
  export type ChannelMessageType = "STANDARD"|"CONTROL"|string;
@@ -834,7 +865,7 @@ declare namespace ChimeSDKMessaging {
834
865
  */
835
866
  ChannelArn: ChimeArn;
836
867
  /**
837
- * The ARN of the member being banned.
868
+ * The AppInstanceUserArn of the member being banned.
838
869
  */
839
870
  MemberArn: ChimeArn;
840
871
  /**
@@ -886,7 +917,7 @@ declare namespace ChimeSDKMessaging {
886
917
  */
887
918
  ChannelArn: ChimeArn;
888
919
  /**
889
- * The ARN of the member you want to add to the channel.
920
+ * The AppInstanceUserArn of the member you want to add to the channel.
890
921
  */
891
922
  MemberArn: ChimeArn;
892
923
  /**
@@ -914,7 +945,7 @@ declare namespace ChimeSDKMessaging {
914
945
  */
915
946
  ChannelArn: ChimeArn;
916
947
  /**
917
- * The ARN of the moderator.
948
+ * The AppInstanceUserArn of the moderator.
918
949
  */
919
950
  ChannelModeratorArn: ChimeArn;
920
951
  /**
@@ -998,7 +1029,7 @@ declare namespace ChimeSDKMessaging {
998
1029
  */
999
1030
  ChannelArn: ChimeArn;
1000
1031
  /**
1001
- * The ARN of the member that you're removing from the channel.
1032
+ * The AppInstanceUserArn of the member that you're removing from the channel.
1002
1033
  */
1003
1034
  MemberArn: ChimeArn;
1004
1035
  /**
@@ -1026,7 +1057,7 @@ declare namespace ChimeSDKMessaging {
1026
1057
  */
1027
1058
  ChannelArn: ChimeArn;
1028
1059
  /**
1029
- * The ARN of the moderator being deleted.
1060
+ * The AppInstanceUserArn of the moderator being deleted.
1030
1061
  */
1031
1062
  ChannelModeratorArn: ChimeArn;
1032
1063
  /**
@@ -1050,7 +1081,7 @@ declare namespace ChimeSDKMessaging {
1050
1081
  */
1051
1082
  ChannelArn: ChimeArn;
1052
1083
  /**
1053
- * The ARN of the member being banned.
1084
+ * The AppInstanceUserArn of the member being banned.
1054
1085
  */
1055
1086
  MemberArn: ChimeArn;
1056
1087
  /**
@@ -1102,7 +1133,7 @@ declare namespace ChimeSDKMessaging {
1102
1133
  */
1103
1134
  ChannelArn: ChimeArn;
1104
1135
  /**
1105
- * The ARN of the member.
1136
+ * The AppInstanceUserArn of the member.
1106
1137
  */
1107
1138
  MemberArn: ChimeArn;
1108
1139
  /**
@@ -1142,7 +1173,7 @@ declare namespace ChimeSDKMessaging {
1142
1173
  */
1143
1174
  ChannelArn: ChimeArn;
1144
1175
  /**
1145
- * The ARN of the channel moderator.
1176
+ * The AppInstanceUserArn of the channel moderator.
1146
1177
  */
1147
1178
  ChannelModeratorArn: ChimeArn;
1148
1179
  /**
@@ -1188,6 +1219,32 @@ declare namespace ChimeSDKMessaging {
1188
1219
  }
1189
1220
  export type ErrorCode = "BadRequest"|"Conflict"|"Forbidden"|"NotFound"|"PreconditionFailed"|"ResourceLimitExceeded"|"ServiceFailure"|"AccessDenied"|"ServiceUnavailable"|"Throttled"|"Throttling"|"Unauthorized"|"Unprocessable"|"VoiceConnectorGroupAssociationsExist"|"PhoneNumberAssociationsExist"|string;
1190
1221
  export type FallbackAction = "CONTINUE"|"ABORT"|string;
1222
+ export type FilterRule = string;
1223
+ export interface GetChannelMembershipPreferencesRequest {
1224
+ /**
1225
+ * The ARN of the channel.
1226
+ */
1227
+ ChannelArn: ChimeArn;
1228
+ /**
1229
+ * The AppInstanceUserArn of the member retrieving the preferences.
1230
+ */
1231
+ MemberArn: ChimeArn;
1232
+ /**
1233
+ * The AppInstanceUserARN of the user making the API call.
1234
+ */
1235
+ ChimeBearer: ChimeArn;
1236
+ }
1237
+ export interface GetChannelMembershipPreferencesResponse {
1238
+ /**
1239
+ * The ARN of the channel.
1240
+ */
1241
+ ChannelArn?: ChimeArn;
1242
+ Member?: Identity;
1243
+ /**
1244
+ * The channel membership preferences for an AppInstanceUser .
1245
+ */
1246
+ Preferences?: ChannelMembershipPreferences;
1247
+ }
1191
1248
  export interface GetChannelMessageRequest {
1192
1249
  /**
1193
1250
  * The ARN of the channel.
@@ -1553,6 +1610,16 @@ declare namespace ChimeSDKMessaging {
1553
1610
  export type MaxResults = number;
1554
1611
  export type MemberArns = ChimeArn[];
1555
1612
  export type Members = Identity[];
1613
+ export type MessageAttributeMap = {[key: string]: MessageAttributeValue};
1614
+ export type MessageAttributeName = string;
1615
+ export type MessageAttributeStringValue = string;
1616
+ export type MessageAttributeStringValues = MessageAttributeStringValue[];
1617
+ export interface MessageAttributeValue {
1618
+ /**
1619
+ * The strings in a message attribute value.
1620
+ */
1621
+ StringValues?: MessageAttributeStringValues;
1622
+ }
1556
1623
  export type MessageId = string;
1557
1624
  export interface MessagingSessionEndpoint {
1558
1625
  /**
@@ -1579,7 +1646,7 @@ declare namespace ChimeSDKMessaging {
1579
1646
  */
1580
1647
  ExecutionOrder: ChannelFlowExecutionOrder;
1581
1648
  /**
1582
- * Determines whether to continue or stop processing if communication with processor fails. If the last processor in a channel flow sequence has a fallback action of CONTINUE, and communication with the processor fails, the message is considered processed and sent to the recipients in the channel.
1649
+ * Determines whether to continue with message processing or stop it in cases where communication with a processor fails. If a processor has a fallback action of ABORT and communication with it fails, the processor sets the message status to FAILED and does not send the message to any recipients. Note that if the last processor in the channel flow sequence has a fallback action of CONTINUE and communication with the processor fails, then the message is considered processed and sent to recipients of the channel.
1583
1650
  */
1584
1651
  FallbackAction: FallbackAction;
1585
1652
  }
@@ -1590,6 +1657,62 @@ declare namespace ChimeSDKMessaging {
1590
1657
  Lambda: LambdaConfiguration;
1591
1658
  }
1592
1659
  export type ProcessorList = Processor[];
1660
+ export type PushNotificationBody = string;
1661
+ export interface PushNotificationConfiguration {
1662
+ /**
1663
+ * The title of the push notification.
1664
+ */
1665
+ Title: PushNotificationTitle;
1666
+ /**
1667
+ * The body of the push notification.
1668
+ */
1669
+ Body: PushNotificationBody;
1670
+ /**
1671
+ * Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.
1672
+ */
1673
+ Type: PushNotificationType;
1674
+ }
1675
+ export interface PushNotificationPreferences {
1676
+ /**
1677
+ * Enum value that indicates which push notifications to send to the requested member of a channel. ALL sends all push notifications, NONE sends no push notifications, FILTERED sends only filtered push notifications.
1678
+ */
1679
+ AllowNotifications: AllowNotifications;
1680
+ /**
1681
+ * The simple JSON object used to send a subset of a push notification to the requsted member.
1682
+ */
1683
+ FilterRule?: FilterRule;
1684
+ }
1685
+ export type PushNotificationTitle = string;
1686
+ export type PushNotificationType = "DEFAULT"|"VOIP"|string;
1687
+ export interface PutChannelMembershipPreferencesRequest {
1688
+ /**
1689
+ * The ARN of the channel.
1690
+ */
1691
+ ChannelArn: ChimeArn;
1692
+ /**
1693
+ * The AppInstanceUserArn of the member setting the preferences.
1694
+ */
1695
+ MemberArn: ChimeArn;
1696
+ /**
1697
+ * The AppInstanceUserARN of the user making the API call.
1698
+ */
1699
+ ChimeBearer: ChimeArn;
1700
+ /**
1701
+ * The channel membership preferences of an AppInstanceUser .
1702
+ */
1703
+ Preferences: ChannelMembershipPreferences;
1704
+ }
1705
+ export interface PutChannelMembershipPreferencesResponse {
1706
+ /**
1707
+ * The ARN of the channel.
1708
+ */
1709
+ ChannelArn?: ChimeArn;
1710
+ Member?: Identity;
1711
+ /**
1712
+ * The ARN and metadata of the member being added.
1713
+ */
1714
+ Preferences?: ChannelMembershipPreferences;
1715
+ }
1593
1716
  export interface RedactChannelMessageRequest {
1594
1717
  /**
1595
1718
  * The ARN of the channel containing the messages that you want to redact.
@@ -1644,6 +1767,14 @@ declare namespace ChimeSDKMessaging {
1644
1767
  * The AppInstanceUserArn of the user that makes the API call.
1645
1768
  */
1646
1769
  ChimeBearer: ChimeArn;
1770
+ /**
1771
+ * The push notification configuration of the message.
1772
+ */
1773
+ PushNotification?: PushNotificationConfiguration;
1774
+ /**
1775
+ * The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
1776
+ */
1777
+ MessageAttributes?: MessageAttributeMap;
1647
1778
  }
1648
1779
  export interface SendChannelMessageResponse {
1649
1780
  /**
@@ -92,11 +92,11 @@ declare class Connect extends Service {
92
92
  */
93
93
  createContactFlow(callback?: (err: AWSError, data: Connect.Types.CreateContactFlowResponse) => void): Request<Connect.Types.CreateContactFlowResponse, AWSError>;
94
94
  /**
95
- * This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation.
95
+ * Creates hours of operation.
96
96
  */
97
97
  createHoursOfOperation(params: Connect.Types.CreateHoursOfOperationRequest, callback?: (err: AWSError, data: Connect.Types.CreateHoursOfOperationResponse) => void): Request<Connect.Types.CreateHoursOfOperationResponse, AWSError>;
98
98
  /**
99
- * This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation.
99
+ * Creates hours of operation.
100
100
  */
101
101
  createHoursOfOperation(callback?: (err: AWSError, data: Connect.Types.CreateHoursOfOperationResponse) => void): Request<Connect.Types.CreateHoursOfOperationResponse, AWSError>;
102
102
  /**
@@ -164,11 +164,11 @@ declare class Connect extends Service {
164
164
  */
165
165
  createUserHierarchyGroup(callback?: (err: AWSError, data: Connect.Types.CreateUserHierarchyGroupResponse) => void): Request<Connect.Types.CreateUserHierarchyGroupResponse, AWSError>;
166
166
  /**
167
- * This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation.
167
+ * Deletes an hours of operation.
168
168
  */
169
169
  deleteHoursOfOperation(params: Connect.Types.DeleteHoursOfOperationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
170
170
  /**
171
- * This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation.
171
+ * Deletes an hours of operation.
172
172
  */
173
173
  deleteHoursOfOperation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
174
174
  /**
@@ -236,11 +236,11 @@ declare class Connect extends Service {
236
236
  */
237
237
  describeContactFlow(callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowResponse) => void): Request<Connect.Types.DescribeContactFlowResponse, AWSError>;
238
238
  /**
239
- * This API is in preview release for Amazon Connect and is subject to change. Describes the hours of operation.
239
+ * Describes the hours of operation.
240
240
  */
241
241
  describeHoursOfOperation(params: Connect.Types.DescribeHoursOfOperationRequest, callback?: (err: AWSError, data: Connect.Types.DescribeHoursOfOperationResponse) => void): Request<Connect.Types.DescribeHoursOfOperationResponse, AWSError>;
242
242
  /**
243
- * This API is in preview release for Amazon Connect and is subject to change. Describes the hours of operation.
243
+ * Describes the hours of operation.
244
244
  */
245
245
  describeHoursOfOperation(callback?: (err: AWSError, data: Connect.Types.DescribeHoursOfOperationResponse) => void): Request<Connect.Types.DescribeHoursOfOperationResponse, AWSError>;
246
246
  /**
@@ -716,11 +716,11 @@ declare class Connect extends Service {
716
716
  */
717
717
  updateContactFlowName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
718
718
  /**
719
- * This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation.
719
+ * Updates the hours of operation.
720
720
  */
721
721
  updateHoursOfOperation(params: Connect.Types.UpdateHoursOfOperationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
722
722
  /**
723
- * This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation.
723
+ * Updates the hours of operation.
724
724
  */
725
725
  updateHoursOfOperation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
726
726
  /**
@@ -2334,11 +2334,11 @@ declare namespace Connect {
2334
2334
  */
2335
2335
  Day: HoursOfOperationDays;
2336
2336
  /**
2337
- * The start time that your contact center is open.
2337
+ * The start time that your contact center opens.
2338
2338
  */
2339
2339
  StartTime: HoursOfOperationTimeSlice;
2340
2340
  /**
2341
- * The end time that your contact center is closes.
2341
+ * The end time that your contact center closes.
2342
2342
  */
2343
2343
  EndTime: HoursOfOperationTimeSlice;
2344
2344
  }
@@ -2849,7 +2849,7 @@ declare namespace Connect {
2849
2849
  */
2850
2850
  NextToken?: NextToken;
2851
2851
  /**
2852
- * The maximum number of results to return per page.
2852
+ * The maximum number of results to return per page. If no value is specified, the default is 10.
2853
2853
  */
2854
2854
  MaxResults?: MaxResult25;
2855
2855
  }