aws-sdk 2.1402.0 → 2.1404.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.
@@ -389,11 +389,11 @@ declare namespace ChimeSDKIdentity {
389
389
  /**
390
390
  * The ARN of the AppInstanceUser.
391
391
  */
392
- AppInstanceUserArn?: SensitiveChimeArn;
392
+ AppInstanceUserArn?: ChimeArn;
393
393
  /**
394
394
  * The unique identifier of the AppInstanceUserEndpoint.
395
395
  */
396
- EndpointId?: SensitiveString64;
396
+ EndpointId?: String64;
397
397
  /**
398
398
  * The name of the AppInstanceUserEndpoint.
399
399
  */
@@ -431,11 +431,11 @@ declare namespace ChimeSDKIdentity {
431
431
  /**
432
432
  * The ARN of the AppInstanceUser.
433
433
  */
434
- AppInstanceUserArn?: SensitiveChimeArn;
434
+ AppInstanceUserArn?: ChimeArn;
435
435
  /**
436
436
  * The unique identifier of the AppInstanceUserEndpoint.
437
437
  */
438
- EndpointId?: SensitiveString64;
438
+ EndpointId?: String64;
439
439
  /**
440
440
  * The name of the AppInstanceUserEndpoint.
441
441
  */
@@ -628,11 +628,11 @@ declare namespace ChimeSDKIdentity {
628
628
  /**
629
629
  * The ARN of the AppInstanceUser.
630
630
  */
631
- AppInstanceUserArn: SensitiveChimeArn;
631
+ AppInstanceUserArn: ChimeArn;
632
632
  /**
633
633
  * The unique identifier of the AppInstanceUserEndpoint.
634
634
  */
635
- EndpointId: SensitiveString64;
635
+ EndpointId: String64;
636
636
  }
637
637
  export interface DescribeAppInstanceAdminRequest {
638
638
  /**
@@ -678,11 +678,11 @@ declare namespace ChimeSDKIdentity {
678
678
  /**
679
679
  * The ARN of the AppInstanceUser.
680
680
  */
681
- AppInstanceUserArn: SensitiveString1600;
681
+ AppInstanceUserArn: String1600;
682
682
  /**
683
683
  * The unique identifier of the AppInstanceUserEndpoint.
684
684
  */
685
- EndpointId: SensitiveString64;
685
+ EndpointId: String64;
686
686
  }
687
687
  export interface DescribeAppInstanceUserEndpointResponse {
688
688
  /**
@@ -762,12 +762,26 @@ declare namespace ChimeSDKIdentity {
762
762
  */
763
763
  Name?: ResourceName;
764
764
  }
765
+ export interface InvokedBy {
766
+ /**
767
+ * Sets standard messages as the bot trigger. For standard messages: ALL: The bot processes all standard messages. AUTO: The bot responds to ALL messages when the channel has one other non-hidden member, and responds to MENTIONS when the channel has more than one other non-hidden member. MENTIONS: The bot processes all standard messages that have a message attribute with CHIME.mentions and a value of the bot ARN. NONE: The bot processes no standard messages.
768
+ */
769
+ StandardMessages: StandardMessages;
770
+ /**
771
+ * Sets targeted messages as the bot trigger. For targeted messages: ALL: The bot processes all TargetedMessages sent to it. The bot then responds with a targeted message back to the sender. NONE: The bot processes no targeted messages.
772
+ */
773
+ TargetedMessages: TargetedMessages;
774
+ }
765
775
  export type LexBotAliasArn = string;
766
776
  export interface LexConfiguration {
767
777
  /**
768
- * Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.
778
+ * Deprecated. Use InvokedBy instead. Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.
769
779
  */
770
- RespondsTo: RespondsTo;
780
+ RespondsTo?: RespondsTo;
781
+ /**
782
+ * Specifies the type of message that triggers a bot.
783
+ */
784
+ InvokedBy?: InvokedBy;
771
785
  /**
772
786
  * The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format: arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS
773
787
  */
@@ -1001,19 +1015,21 @@ declare namespace ChimeSDKIdentity {
1001
1015
  /**
1002
1016
  * The ARN of the AppInstanceUser.
1003
1017
  */
1004
- AppInstanceUserArn?: SensitiveChimeArn;
1018
+ AppInstanceUserArn?: ChimeArn;
1005
1019
  /**
1006
1020
  * The unique identifier of the AppInstanceUserEndpoint.
1007
1021
  */
1008
- EndpointId?: SensitiveString64;
1022
+ EndpointId?: String64;
1009
1023
  }
1010
1024
  export type ResourceName = string;
1011
1025
  export type RespondsTo = "STANDARD_MESSAGES"|string;
1012
1026
  export type RetentionDays = number;
1013
1027
  export type SensitiveChimeArn = string;
1014
1028
  export type SensitiveString1600 = string;
1015
- export type SensitiveString64 = string;
1029
+ export type StandardMessages = "AUTO"|"ALL"|"MENTIONS"|"NONE"|string;
1016
1030
  export type String = string;
1031
+ export type String1600 = string;
1032
+ export type String64 = string;
1017
1033
  export interface Tag {
1018
1034
  /**
1019
1035
  * The key in a tag.
@@ -1038,6 +1054,7 @@ declare namespace ChimeSDKIdentity {
1038
1054
  Tags: TagList;
1039
1055
  }
1040
1056
  export type TagValue = string;
1057
+ export type TargetedMessages = "ALL"|"NONE"|string;
1041
1058
  export type Timestamp = Date;
1042
1059
  export interface UntagResourceRequest {
1043
1060
  /**
@@ -1062,6 +1079,10 @@ declare namespace ChimeSDKIdentity {
1062
1079
  * The metadata of the AppInstanceBot.
1063
1080
  */
1064
1081
  Metadata: Metadata;
1082
+ /**
1083
+ * The configuration for the bot update.
1084
+ */
1085
+ Configuration?: Configuration;
1065
1086
  }
1066
1087
  export interface UpdateAppInstanceBotResponse {
1067
1088
  /**
@@ -1093,11 +1114,11 @@ declare namespace ChimeSDKIdentity {
1093
1114
  /**
1094
1115
  * The ARN of the AppInstanceUser.
1095
1116
  */
1096
- AppInstanceUserArn: SensitiveChimeArn;
1117
+ AppInstanceUserArn: ChimeArn;
1097
1118
  /**
1098
1119
  * The unique identifier of the AppInstanceUserEndpoint.
1099
1120
  */
1100
- EndpointId: SensitiveString64;
1121
+ EndpointId: String64;
1101
1122
  /**
1102
1123
  * The name of the AppInstanceUserEndpoint.
1103
1124
  */
@@ -1111,11 +1132,11 @@ declare namespace ChimeSDKIdentity {
1111
1132
  /**
1112
1133
  * The ARN of the AppInstanceUser.
1113
1134
  */
1114
- AppInstanceUserArn?: SensitiveChimeArn;
1135
+ AppInstanceUserArn?: ChimeArn;
1115
1136
  /**
1116
1137
  * The unique identifier of the AppInstanceUserEndpoint.
1117
1138
  */
1118
- EndpointId?: SensitiveString64;
1139
+ EndpointId?: String64;
1119
1140
  }
1120
1141
  export interface UpdateAppInstanceUserRequest {
1121
1142
  /**
@@ -28,11 +28,11 @@ declare class ChimeSDKMessaging extends Service {
28
28
  */
29
29
  batchCreateChannelMembership(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.BatchCreateChannelMembershipResponse) => void): Request<ChimeSDKMessaging.Types.BatchCreateChannelMembershipResponse, AWSError>;
30
30
  /**
31
- * Calls back Chime SDK Messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API. You can return one of the following processing responses: Update message content or metadata Deny a message Make no changes to the message
31
+ * Calls back Amazon Chime SDK messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API. You can return one of the following processing responses: Update message content or metadata Deny a message Make no changes to the message
32
32
  */
33
33
  channelFlowCallback(params: ChimeSDKMessaging.Types.ChannelFlowCallbackRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ChannelFlowCallbackResponse) => void): Request<ChimeSDKMessaging.Types.ChannelFlowCallbackResponse, AWSError>;
34
34
  /**
35
- * Calls back Chime SDK Messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API. You can return one of the following processing responses: Update message content or metadata Deny a message Make no changes to the message
35
+ * Calls back Amazon Chime SDK messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API. You can return one of the following processing responses: Update message content or metadata Deny a message Make no changes to the message
36
36
  */
37
37
  channelFlowCallback(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ChannelFlowCallbackResponse) => void): Request<ChimeSDKMessaging.Types.ChannelFlowCallbackResponse, AWSError>;
38
38
  /**
@@ -52,11 +52,11 @@ declare class ChimeSDKMessaging extends Service {
52
52
  */
53
53
  createChannelBan(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelBanResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelBanResponse, AWSError>;
54
54
  /**
55
- * Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API. Channel flows process the following items: New and updated messages Persistent and non-persistent messages The Standard message type Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK Messaging, refer to Message types in the Amazon Chime developer guide.
55
+ * Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API. Channel flows process the following items: New and updated messages Persistent and non-persistent messages The Standard message type Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK messaging, refer to Message types in the Amazon Chime developer guide.
56
56
  */
57
57
  createChannelFlow(params: ChimeSDKMessaging.Types.CreateChannelFlowRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelFlowResponse, AWSError>;
58
58
  /**
59
- * Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API. Channel flows process the following items: New and updated messages Persistent and non-persistent messages The Standard message type Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK Messaging, refer to Message types in the Amazon Chime developer guide.
59
+ * Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API. Channel flows process the following items: New and updated messages Persistent and non-persistent messages The Standard message type Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK messaging, refer to Message types in the Amazon Chime developer guide.
60
60
  */
61
61
  createChannelFlow(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelFlowResponse, AWSError>;
62
62
  /**
@@ -196,11 +196,11 @@ declare class ChimeSDKMessaging extends Service {
196
196
  */
197
197
  disassociateChannelFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
198
198
  /**
199
- * Gets the membership preferences of an AppInstanceUser or AppInstanceBot for the specified channel. A user or a bot must be a member of the channel and own the membership to be able to retrieve membership preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users or bots. Banned users or bots can't retrieve membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
199
+ * Gets the membership preferences of an AppInstanceUser or AppInstanceBot for the specified channel. A user or a bot must be a member of the channel and own the membership in order to retrieve membership preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users or bots. Banned users or bots can't retrieve membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
200
200
  */
201
201
  getChannelMembershipPreferences(params: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse, AWSError>;
202
202
  /**
203
- * Gets the membership preferences of an AppInstanceUser or AppInstanceBot for the specified channel. A user or a bot must be a member of the channel and own the membership to be able to retrieve membership preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users or bots. Banned users or bots can't retrieve membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
203
+ * Gets the membership preferences of an AppInstanceUser or AppInstanceBot for the specified channel. A user or a bot must be a member of the channel and own the membership in order to retrieve membership preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users or bots. Banned users or bots can't retrieve membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
204
204
  */
205
205
  getChannelMembershipPreferences(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse, AWSError>;
206
206
  /**
@@ -212,11 +212,11 @@ declare class ChimeSDKMessaging extends Service {
212
212
  */
213
213
  getChannelMessage(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMessageResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMessageResponse, AWSError>;
214
214
  /**
215
- * Gets message status for a specified messageId. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to retrieving message status if the event was not received because a client wasn't connected to a websocket. Messages can have any one of these statuses. SENT Message processed successfully PENDING Ongoing processing FAILED Processing failed DENIED Messasge denied by the processor This API does not return statuses for denied messages, because we don't store them once the processor denies them. Only the message sender can invoke this API. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
215
+ * Gets message status for a specified messageId. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to retrieving message status if the event was not received because a client wasn't connected to a websocket. Messages can have any one of these statuses. SENT Message processed successfully PENDING Ongoing processing FAILED Processing failed DENIED Message denied by the processor This API does not return statuses for denied messages, because we don't store them once the processor denies them. Only the message sender can invoke this API. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
216
216
  */
217
217
  getChannelMessageStatus(params: ChimeSDKMessaging.Types.GetChannelMessageStatusRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMessageStatusResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMessageStatusResponse, AWSError>;
218
218
  /**
219
- * Gets message status for a specified messageId. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to retrieving message status if the event was not received because a client wasn't connected to a websocket. Messages can have any one of these statuses. SENT Message processed successfully PENDING Ongoing processing FAILED Processing failed DENIED Messasge denied by the processor This API does not return statuses for denied messages, because we don't store them once the processor denies them. Only the message sender can invoke this API. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
219
+ * Gets message status for a specified messageId. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to retrieving message status if the event was not received because a client wasn't connected to a websocket. Messages can have any one of these statuses. SENT Message processed successfully PENDING Ongoing processing FAILED Processing failed DENIED Message denied by the processor This API does not return statuses for denied messages, because we don't store them once the processor denies them. Only the message sender can invoke this API. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
220
220
  */
221
221
  getChannelMessageStatus(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMessageStatusResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMessageStatusResponse, AWSError>;
222
222
  /**
@@ -260,11 +260,11 @@ declare class ChimeSDKMessaging extends Service {
260
260
  */
261
261
  listChannelMemberships(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelMembershipsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelMembershipsResponse, AWSError>;
262
262
  /**
263
- * Lists all channels that anr AppInstanceUser or AppInstanceBot is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
263
+ * Lists all channels that an AppInstanceUser or AppInstanceBot is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
264
264
  */
265
265
  listChannelMembershipsForAppInstanceUser(params: ChimeSDKMessaging.Types.ListChannelMembershipsForAppInstanceUserRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelMembershipsForAppInstanceUserResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelMembershipsForAppInstanceUserResponse, AWSError>;
266
266
  /**
267
- * Lists all channels that anr AppInstanceUser or AppInstanceBot is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
267
+ * Lists all channels that an AppInstanceUser or AppInstanceBot is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
268
268
  */
269
269
  listChannelMembershipsForAppInstanceUser(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelMembershipsForAppInstanceUserResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelMembershipsForAppInstanceUserResponse, AWSError>;
270
270
  /**
@@ -332,11 +332,11 @@ declare class ChimeSDKMessaging extends Service {
332
332
  */
333
333
  putChannelExpirationSettings(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelExpirationSettingsResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelExpirationSettingsResponse, AWSError>;
334
334
  /**
335
- * Sets the membership preferences of an AppInstanceUser or AppIntanceBot for the specified channel. The user or bot must be a member of the channel. Only the user or bot who owns the membership can set preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't set preferences for other users or users. Banned users or bots can't set membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of an AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
335
+ * Sets the membership preferences of an AppInstanceUser or AppInstanceBot for the specified channel. The user or bot must be a member of the channel. Only the user or bot who owns the membership can set preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't set preferences for other users. Banned users or bots can't set membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of an AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
336
336
  */
337
337
  putChannelMembershipPreferences(params: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse, AWSError>;
338
338
  /**
339
- * Sets the membership preferences of an AppInstanceUser or AppIntanceBot for the specified channel. The user or bot must be a member of the channel. Only the user or bot who owns the membership can set preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't set preferences for other users or users. Banned users or bots can't set membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of an AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
339
+ * Sets the membership preferences of an AppInstanceUser or AppInstanceBot for the specified channel. The user or bot must be a member of the channel. Only the user or bot who owns the membership can set preferences. Users or bots in the AppInstanceAdmin and channel moderator roles can't set preferences for other users. Banned users or bots can't set membership preferences for the channel from which they are banned. The x-amz-chime-bearer request header is mandatory. Use the ARN of an AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
340
340
  */
341
341
  putChannelMembershipPreferences(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse, AWSError>;
342
342
  /**
@@ -364,11 +364,11 @@ declare class ChimeSDKMessaging extends Service {
364
364
  */
365
365
  searchChannels(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.SearchChannelsResponse) => void): Request<ChimeSDKMessaging.Types.SearchChannelsResponse, AWSError>;
366
366
  /**
367
- * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata.
367
+ * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header. Also, STANDARD messages can be up to 4KB in size and contain metadata. Metadata is arbitrary, and you can use it in a variety of ways, such as containing a link to an attachment. CONTROL messages are limited to 30 bytes and do not contain metadata.
368
368
  */
369
369
  sendChannelMessage(params: ChimeSDKMessaging.Types.SendChannelMessageRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.SendChannelMessageResponse) => void): Request<ChimeSDKMessaging.Types.SendChannelMessageResponse, AWSError>;
370
370
  /**
371
- * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata.
371
+ * Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header. Also, STANDARD messages can be up to 4KB in size and contain metadata. Metadata is arbitrary, and you can use it in a variety of ways, such as containing a link to an attachment. CONTROL messages are limited to 30 bytes and do not contain metadata.
372
372
  */
373
373
  sendChannelMessage(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.SendChannelMessageResponse) => void): Request<ChimeSDKMessaging.Types.SendChannelMessageResponse, AWSError>;
374
374
  /**
@@ -751,7 +751,7 @@ declare namespace ChimeSDKMessaging {
751
751
  */
752
752
  MessageId?: MessageId;
753
753
  /**
754
- * The message content.
754
+ * The content of the channel message. For Amazon Lex V2 bot responses, this field holds a list of messages originating from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
755
755
  */
756
756
  Content?: Content;
757
757
  /**
@@ -791,7 +791,7 @@ declare namespace ChimeSDKMessaging {
791
791
  */
792
792
  Status?: ChannelMessageStatusStructure;
793
793
  /**
794
- * The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
794
+ * The attributes for the channel message. For Amazon Lex V2 bot responses, the attributes are mapped to specific fields from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
795
795
  */
796
796
  MessageAttributes?: MessageAttributeMap;
797
797
  /**
@@ -799,9 +799,13 @@ declare namespace ChimeSDKMessaging {
799
799
  */
800
800
  SubChannelId?: SubChannelId;
801
801
  /**
802
- * The content type of the channel message.
802
+ * The content type of the channel message. For Amazon Lex V2 bot responses, the content type is application/amz-chime-lex-msgs for success responses and application/amz-chime-lex-error for failure responses. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
803
803
  */
804
804
  ContentType?: ContentType;
805
+ /**
806
+ * The target of a message, a sender, a user, or a bot. Only the target and the sender can view targeted messages. Only users who can see targeted messages can take actions on them. However, administrators can delete targeted messages that they can’t see.
807
+ */
808
+ Target?: TargetList;
805
809
  }
806
810
  export interface ChannelMessageCallback {
807
811
  /**
@@ -809,7 +813,7 @@ declare namespace ChimeSDKMessaging {
809
813
  */
810
814
  MessageId: MessageId;
811
815
  /**
812
- * The message content.
816
+ * The message content. For Amazon Lex V2 bot responses, this field holds a list of messages originating from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
813
817
  */
814
818
  Content?: NonEmptyContent;
815
819
  /**
@@ -821,7 +825,7 @@ declare namespace ChimeSDKMessaging {
821
825
  */
822
826
  PushNotification?: PushNotificationConfiguration;
823
827
  /**
824
- * The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
828
+ * The attributes for the channel message. For Amazon Lex V2 bot responses, the attributes are mapped to specific fields from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
825
829
  */
826
830
  MessageAttributes?: MessageAttributeMap;
827
831
  /**
@@ -829,7 +833,7 @@ declare namespace ChimeSDKMessaging {
829
833
  */
830
834
  SubChannelId?: SubChannelId;
831
835
  /**
832
- * The content type of the call-back message.
836
+ * The content type of the call-back message. For Amazon Lex V2 bot responses, the content type is application/amz-chime-lex-msgs for success responses and application/amz-chime-lex-error for failure responses. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
833
837
  */
834
838
  ContentType?: ContentType;
835
839
  }
@@ -841,7 +845,7 @@ declare namespace ChimeSDKMessaging {
841
845
  */
842
846
  Value?: ChannelMessageStatus;
843
847
  /**
844
- * Contains more details about the messasge status.
848
+ * Contains more details about the message status.
845
849
  */
846
850
  Detail?: StatusDetail;
847
851
  }
@@ -851,7 +855,7 @@ declare namespace ChimeSDKMessaging {
851
855
  */
852
856
  MessageId?: MessageId;
853
857
  /**
854
- * The content of the message.
858
+ * The content of the channel message. For Amazon Lex V2 bot responses, this field holds a list of messages originating from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
855
859
  */
856
860
  Content?: Content;
857
861
  /**
@@ -887,13 +891,17 @@ declare namespace ChimeSDKMessaging {
887
891
  */
888
892
  Status?: ChannelMessageStatusStructure;
889
893
  /**
890
- * The message attribues listed in a the summary of a channel message.
894
+ * The attributes for the channel message. For Amazon Lex V2 bot responses, the attributes are mapped to specific fields from the bot. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
891
895
  */
892
896
  MessageAttributes?: MessageAttributeMap;
893
897
  /**
894
- * The content type of the channel messsage listed in the summary.
898
+ * The content type of the channel message listed in the summary. For Amazon Lex V2 bot responses, the content type is application/amz-chime-lex-msgs for success responses and application/amz-chime-lex-error for failure responses. For more information, refer to Processing responses from an AppInstanceBot in the Amazon Chime SDK Messaging Developer Guide.
895
899
  */
896
900
  ContentType?: ContentType;
901
+ /**
902
+ * The target of a message, a sender, a user, or a bot. Only the target and the sender can view targeted messages. Only users who can see targeted messages can take actions on them. However, administrators can delete targeted messages that they can’t see.
903
+ */
904
+ Target?: TargetList;
897
905
  }
898
906
  export type ChannelMessageSummaryList = ChannelMessageSummary[];
899
907
  export type ChannelMessageType = "STANDARD"|"CONTROL"|string;
@@ -954,7 +962,7 @@ declare namespace ChimeSDKMessaging {
954
962
  */
955
963
  Metadata?: Metadata;
956
964
  /**
957
- * The time at which the last persistent message in a channel was sent.
965
+ * The time at which the last persistent message visible to the caller in a channel was sent.
958
966
  */
959
967
  LastMessageTimestamp?: Timestamp;
960
968
  }
@@ -2089,11 +2097,11 @@ declare namespace ChimeSDKMessaging {
2089
2097
  */
2090
2098
  ChannelArn: ChimeArn;
2091
2099
  /**
2092
- * The content of the message.
2100
+ * The content of the channel message.
2093
2101
  */
2094
2102
  Content: NonEmptyContent;
2095
2103
  /**
2096
- * The type of message, STANDARD or CONTROL.
2104
+ * The type of message, STANDARD or CONTROL. STANDARD messages can be up to 4KB in size and contain metadata. Metadata is arbitrary, and you can use it in a variety of ways, such as containing a link to an attachment. CONTROL messages are limited to 30 bytes and do not contain metadata.
2097
2105
  */
2098
2106
  Type: ChannelMessageType;
2099
2107
  /**
@@ -2128,6 +2136,10 @@ declare namespace ChimeSDKMessaging {
2128
2136
  * The content type of the channel message.
2129
2137
  */
2130
2138
  ContentType?: ContentType;
2139
+ /**
2140
+ * The target of a message. Must be a member of the channel, such as another user, a bot, or the sender. Only the target and the sender can view targeted messages. Only users who can see targeted messages can take actions on them. However, administrators can delete targeted messages that they can’t see.
2141
+ */
2142
+ Target?: TargetList;
2131
2143
  }
2132
2144
  export interface SendChannelMessageResponse {
2133
2145
  /**
@@ -2197,6 +2209,13 @@ declare namespace ChimeSDKMessaging {
2197
2209
  Tags: TagList;
2198
2210
  }
2199
2211
  export type TagValue = string;
2212
+ export interface Target {
2213
+ /**
2214
+ * The ARN of the target channel member.
2215
+ */
2216
+ MemberArn?: ChimeArn;
2217
+ }
2218
+ export type TargetList = Target[];
2200
2219
  export type TargetMembershipsPerSubChannel = number;
2201
2220
  export type Timestamp = Date;
2202
2221
  export interface UntagResourceRequest {
@@ -2239,7 +2258,7 @@ declare namespace ChimeSDKMessaging {
2239
2258
  */
2240
2259
  MessageId: MessageId;
2241
2260
  /**
2242
- * The content of the message being updated.
2261
+ * The content of the channel message.
2243
2262
  */
2244
2263
  Content: NonEmptyContent;
2245
2264
  /**
@@ -12,11 +12,11 @@ declare class DevOpsGuru extends Service {
12
12
  constructor(options?: DevOpsGuru.Types.ClientConfiguration)
13
13
  config: Config & DevOpsGuru.Types.ClientConfiguration;
14
14
  /**
15
- * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
15
+ * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
16
16
  */
17
17
  addNotificationChannel(params: DevOpsGuru.Types.AddNotificationChannelRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
18
18
  /**
19
- * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
19
+ * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
20
20
  */
21
21
  addNotificationChannel(callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
22
22
  /**
@@ -936,6 +936,35 @@ declare namespace DevOpsGuru {
936
936
  EndTime?: Timestamp;
937
937
  }
938
938
  export type InsightType = "REACTIVE"|"PROACTIVE"|string;
939
+ export type KMSKeyId = string;
940
+ export interface KMSServerSideEncryptionIntegration {
941
+ /**
942
+ * Describes the specified KMS key. To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with "alias/". If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), Amazon Web Services KMS associates the alias with an Amazon Web Services managed key and returns its KeyId and Arn in the response. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
943
+ */
944
+ KMSKeyId?: KMSKeyId;
945
+ /**
946
+ * Specifies if DevOps Guru is enabled for customer managed keys.
947
+ */
948
+ OptInStatus?: OptInStatus;
949
+ /**
950
+ * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
951
+ */
952
+ Type?: ServerSideEncryptionType;
953
+ }
954
+ export interface KMSServerSideEncryptionIntegrationConfig {
955
+ /**
956
+ * Describes the specified KMS key. To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with "alias/". If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), Amazon Web Services KMS associates the alias with an Amazon Web Services managed key and returns its KeyId and Arn in the response. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
957
+ */
958
+ KMSKeyId?: KMSKeyId;
959
+ /**
960
+ * Specifies if DevOps Guru is enabled for KMS integration.
961
+ */
962
+ OptInStatus?: OptInStatus;
963
+ /**
964
+ * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
965
+ */
966
+ Type?: ServerSideEncryptionType;
967
+ }
939
968
  export interface ListAnomaliesForInsightFilters {
940
969
  ServiceCollection?: ServiceCollection;
941
970
  }
@@ -1335,7 +1364,7 @@ declare namespace DevOpsGuru {
1335
1364
  }
1336
1365
  export interface NotificationChannelConfig {
1337
1366
  /**
1338
- * Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
1367
+ * Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
1339
1368
  */
1340
1369
  Sns: SnsChannelConfig;
1341
1370
  /**
@@ -2131,6 +2160,7 @@ declare namespace DevOpsGuru {
2131
2160
  */
2132
2161
  NextToken?: UuidNextToken;
2133
2162
  }
2163
+ export type ServerSideEncryptionType = "CUSTOMER_MANAGED_KEY"|"AWS_OWNED_KMS_KEY"|string;
2134
2164
  export interface ServiceCollection {
2135
2165
  /**
2136
2166
  * An array of strings that each specifies the name of an Amazon Web Services service.
@@ -2171,6 +2201,10 @@ declare namespace DevOpsGuru {
2171
2201
  * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
2172
2202
  */
2173
2203
  LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
2204
+ /**
2205
+ * Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
2206
+ */
2207
+ KMSServerSideEncryption?: KMSServerSideEncryptionIntegration;
2174
2208
  }
2175
2209
  export type ServiceName = "API_GATEWAY"|"APPLICATION_ELB"|"AUTO_SCALING_GROUP"|"CLOUD_FRONT"|"DYNAMO_DB"|"EC2"|"ECS"|"EKS"|"ELASTIC_BEANSTALK"|"ELASTI_CACHE"|"ELB"|"ES"|"KINESIS"|"LAMBDA"|"NAT_GATEWAY"|"NETWORK_ELB"|"RDS"|"REDSHIFT"|"ROUTE_53"|"S3"|"SAGE_MAKER"|"SNS"|"SQS"|"STEP_FUNCTIONS"|"SWF"|string;
2176
2210
  export type ServiceNames = ServiceName[];
@@ -2335,6 +2369,10 @@ declare namespace DevOpsGuru {
2335
2369
  * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
2336
2370
  */
2337
2371
  LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
2372
+ /**
2373
+ * Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
2374
+ */
2375
+ KMSServerSideEncryption?: KMSServerSideEncryptionIntegrationConfig;
2338
2376
  }
2339
2377
  export interface UpdateServiceIntegrationRequest {
2340
2378
  /**
package/clients/fsx.d.ts CHANGED
@@ -776,6 +776,9 @@ declare namespace FSx {
776
776
  */
777
777
  PerUnitStorageThroughput?: PerUnitStorageThroughput;
778
778
  DailyAutomaticBackupStartTime?: DailyTime;
779
+ /**
780
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0.
781
+ */
779
782
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
780
783
  /**
781
784
  * (Optional) Not available for use with file systems that are linked to a data repository. A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false. If CopyTagsToBackups is set to true, all file system tags are copied to all automatic and user-initiated backups when the user doesn't specify any backup-specific tags. If CopyTagsToBackups is set to true and you specify one or more backup tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false) For more information, see Working with backups in the Amazon FSx for Lustre User Guide.
@@ -843,7 +846,7 @@ declare namespace FSx {
843
846
  CopyTagsToVolumes?: Flag;
844
847
  DailyAutomaticBackupStartTime?: DailyTime;
845
848
  /**
846
- * Specifies the file system deployment type. Single AZ deployment types are configured for redundancy within a single Availability Zone in an Amazon Web Services Region . Valid values are the following: SINGLE_AZ_1- (Default) Creates file systems with throughput capacities of 64 - 4,096 MBps. Single_AZ_1 is available in all Amazon Web Services Regions where Amazon FSx for OpenZFS is available, except US West (Oregon). SINGLE_AZ_2- Creates file systems with throughput capacities of 160 - 10,240 MBps using an NVMe L2ARC cache. Single_AZ_2 is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon), and Europe (Ireland) Amazon Web Services Regions. For more information, see: Deployment type availability and File system performance in the Amazon FSx for OpenZFS User Guide.
849
+ * Specifies the file system deployment type. Single AZ deployment types are configured for redundancy within a single Availability Zone in an Amazon Web Services Region . Valid values are the following: SINGLE_AZ_1- (Default) Creates file systems with throughput capacities of 64 - 4,096 MBps. Single_AZ_1 is available in all Amazon Web Services Regions where Amazon FSx for OpenZFS is available. SINGLE_AZ_2- Creates file systems with throughput capacities of 160 - 10,240 MB/s using an NVMe L2ARC cache. Single_AZ_2 is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon), and Europe (Ireland) Amazon Web Services Regions. For more information, see: Deployment type availability and File system performance in the Amazon FSx for OpenZFS User Guide.
847
850
  */
848
851
  DeploymentType: OpenZFSDeploymentType;
849
852
  /**
@@ -935,7 +938,7 @@ declare namespace FSx {
935
938
  */
936
939
  DailyAutomaticBackupStartTime?: DailyTime;
937
940
  /**
938
- * The number of days to retain automatic backups. The default is to retain backups for 7 days. Setting this value to 0 disables the creation of automatic backups. The maximum retention period for backups is 90 days.
941
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30.
939
942
  */
940
943
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
941
944
  /**
@@ -2841,6 +2844,9 @@ declare namespace FSx {
2841
2844
  */
2842
2845
  WeeklyMaintenanceStartTime?: WeeklyTime;
2843
2846
  DailyAutomaticBackupStartTime?: DailyTime;
2847
+ /**
2848
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0.
2849
+ */
2844
2850
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
2845
2851
  /**
2846
2852
  * (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values: NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option. NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system. NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option. NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket. This parameter is not supported for file systems with a data repository association.
@@ -2942,7 +2948,7 @@ declare namespace FSx {
2942
2948
  */
2943
2949
  DailyAutomaticBackupStartTime?: DailyTime;
2944
2950
  /**
2945
- * The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.
2951
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30. For more information, see Working with Automatic Daily Backups.
2946
2952
  */
2947
2953
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
2948
2954
  /**