cdk-docker-image-deployment 0.0.112 → 0.0.114

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.
@@ -526,7 +526,7 @@
526
526
  "VolumeType": {},
527
527
  "Name": {},
528
528
  "OntapConfiguration": {
529
- "shape": "S6c"
529
+ "shape": "S6d"
530
530
  },
531
531
  "Tags": {
532
532
  "shape": "Sj"
@@ -598,7 +598,7 @@
598
598
  },
599
599
  "Name": {},
600
600
  "OntapConfiguration": {
601
- "shape": "S6c"
601
+ "shape": "S6d"
602
602
  },
603
603
  "Tags": {
604
604
  "shape": "Sj"
@@ -874,7 +874,7 @@
874
874
  "member": {}
875
875
  },
876
876
  "Filters": {
877
- "shape": "S7e"
877
+ "shape": "S7f"
878
878
  },
879
879
  "MaxResults": {
880
880
  "type": "integer"
@@ -903,7 +903,7 @@
903
903
  "shape": "S5j"
904
904
  },
905
905
  "Filters": {
906
- "shape": "S7e"
906
+ "shape": "S7f"
907
907
  },
908
908
  "MaxResults": {
909
909
  "type": "integer"
@@ -985,7 +985,7 @@
985
985
  "FileCaches": {
986
986
  "type": "list",
987
987
  "member": {
988
- "shape": "S84"
988
+ "shape": "S85"
989
989
  }
990
990
  },
991
991
  "NextToken": {}
@@ -1364,7 +1364,7 @@
1364
1364
  "type": "structure",
1365
1365
  "members": {
1366
1366
  "FileCache": {
1367
- "shape": "S84"
1367
+ "shape": "S85"
1368
1368
  }
1369
1369
  }
1370
1370
  },
@@ -1396,7 +1396,7 @@
1396
1396
  "type": "integer"
1397
1397
  },
1398
1398
  "SelfManagedActiveDirectoryConfiguration": {
1399
- "shape": "S9o"
1399
+ "shape": "S9p"
1400
1400
  },
1401
1401
  "AuditLogConfiguration": {
1402
1402
  "shape": "S5o"
@@ -1515,7 +1515,7 @@
1515
1515
  "type": "structure",
1516
1516
  "members": {
1517
1517
  "SelfManagedActiveDirectoryConfiguration": {
1518
- "shape": "S9o"
1518
+ "shape": "S9p"
1519
1519
  }
1520
1520
  }
1521
1521
  },
@@ -2556,6 +2556,7 @@
2556
2556
  "Name": {},
2557
2557
  "ResourceARN": {},
2558
2558
  "StorageVirtualMachineId": {},
2559
+ "Subtype": {},
2559
2560
  "UUID": {},
2560
2561
  "Tags": {
2561
2562
  "shape": "Sj"
@@ -2575,7 +2576,7 @@
2575
2576
  }
2576
2577
  }
2577
2578
  },
2578
- "S6c": {
2579
+ "S6d": {
2579
2580
  "type": "structure",
2580
2581
  "required": [
2581
2582
  "SizeInMegabytes",
@@ -2601,7 +2602,7 @@
2601
2602
  }
2602
2603
  }
2603
2604
  },
2604
- "S7e": {
2605
+ "S7f": {
2605
2606
  "type": "list",
2606
2607
  "member": {
2607
2608
  "type": "structure",
@@ -2614,7 +2615,7 @@
2614
2615
  }
2615
2616
  }
2616
2617
  },
2617
- "S84": {
2618
+ "S85": {
2618
2619
  "type": "structure",
2619
2620
  "members": {
2620
2621
  "OwnerId": {},
@@ -2649,7 +2650,7 @@
2649
2650
  }
2650
2651
  }
2651
2652
  },
2652
- "S9o": {
2653
+ "S9p": {
2653
2654
  "type": "structure",
2654
2655
  "members": {
2655
2656
  "UserName": {},
@@ -892,11 +892,11 @@ declare class Connect extends Service {
892
892
  */
893
893
  listUsers(callback?: (err: AWSError, data: Connect.Types.ListUsersResponse) => void): Request<Connect.Types.ListUsersResponse, AWSError>;
894
894
  /**
895
- * Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact. Supports voice and chat contacts.
895
+ * Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.
896
896
  */
897
897
  monitorContact(params: Connect.Types.MonitorContactRequest, callback?: (err: AWSError, data: Connect.Types.MonitorContactResponse) => void): Request<Connect.Types.MonitorContactResponse, AWSError>;
898
898
  /**
899
- * Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact. Supports voice and chat contacts.
899
+ * Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.
900
900
  */
901
901
  monitorContact(callback?: (err: AWSError, data: Connect.Types.MonitorContactResponse) => void): Request<Connect.Types.MonitorContactResponse, AWSError>;
902
902
  /**
@@ -1463,6 +1463,10 @@ declare namespace Connect {
1463
1463
  * The Amazon Resource Name (ARN) of the agent's status.
1464
1464
  */
1465
1465
  StatusArn?: ARN;
1466
+ /**
1467
+ * The name of the agent status.
1468
+ */
1469
+ StatusName?: AgentStatusName;
1466
1470
  }
1467
1471
  export type AgentStatusState = "ENABLED"|"DISABLED"|string;
1468
1472
  export interface AgentStatusSummary {
@@ -1487,6 +1491,7 @@ declare namespace Connect {
1487
1491
  export type AgentStatusType = "ROUTABLE"|"CUSTOM"|"OFFLINE"|string;
1488
1492
  export type AgentStatusTypes = AgentStatusType[];
1489
1493
  export type AgentUsername = string;
1494
+ export type AgentsMinOneMaxHundred = UserId[];
1490
1495
  export type AliasArn = string;
1491
1496
  export type AllowedAccessControlTags = {[key: string]: SecurityProfilePolicyValue};
1492
1497
  export type AllowedMonitorCapabilities = MonitorCapability[];
@@ -2694,6 +2699,14 @@ declare namespace Connect {
2694
2699
  Collections?: CurrentMetricDataCollections;
2695
2700
  }
2696
2701
  export type CurrentMetricResults = CurrentMetricResult[];
2702
+ export interface CurrentMetricSortCriteria {
2703
+ SortByMetric?: CurrentMetricName;
2704
+ /**
2705
+ * The way to sort.
2706
+ */
2707
+ SortOrder?: SortOrder;
2708
+ }
2709
+ export type CurrentMetricSortCriteriaMaxOne = CurrentMetricSortCriteria[];
2697
2710
  export type CurrentMetrics = CurrentMetric[];
2698
2711
  export interface DateReference {
2699
2712
  /**
@@ -3184,6 +3197,7 @@ declare namespace Connect {
3184
3197
  * The channel used for grouping and filters.
3185
3198
  */
3186
3199
  Channel?: Channel;
3200
+ RoutingProfile?: RoutingProfileReference;
3187
3201
  }
3188
3202
  export type DirectoryAlias = string;
3189
3203
  export type DirectoryId = string;
@@ -3363,6 +3377,10 @@ declare namespace Connect {
3363
3377
  * The channel to use to filter the metrics.
3364
3378
  */
3365
3379
  Channels?: Channels;
3380
+ /**
3381
+ * A list of up to 100 routing profile IDs or ARNs.
3382
+ */
3383
+ RoutingProfiles?: RoutingProfiles;
3366
3384
  }
3367
3385
  export type FunctionArn = string;
3368
3386
  export type FunctionArnsList = FunctionArn[];
@@ -3388,11 +3406,11 @@ declare namespace Connect {
3388
3406
  */
3389
3407
  InstanceId: InstanceId;
3390
3408
  /**
3391
- * The queues, up to 100, or channels, to use to filter the metrics returned. Metric data is retrieved only for the resources associated with the queues or channels included in the filter. You can include both queue IDs and queue ARNs in the same request. VOICE, CHAT, and TASK channels are supported.
3409
+ * The filters to apply to returned metrics. You can filter up to the following limits: Queues: 100 Routing profiles: 100 Channels: 3 (VOICE, CHAT, and TASK channels are supported.) Metric data is retrieved only for the resources associated with the queues or routing profiles, and by any channels included in the filter. (You cannot filter by both queue AND routing profile.) You can include both resource IDs and resource ARNs in the same request. Currently tagging is only supported on the resources that are passed in the filter.
3392
3410
  */
3393
3411
  Filters: Filters;
3394
3412
  /**
3395
- * The grouping applied to the metrics returned. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues. If you group by CHANNEL, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported. If you group by ROUTING_PROFILE, you must include either a queue or routing profile filter. If no Grouping is included in the request, a summary of metrics is returned.
3413
+ * The grouping applied to the metrics returned. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues. If you group by CHANNEL, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported. If you group by ROUTING_PROFILE, you must include either a queue or routing profile filter. In addition, a routing profile filter is required for metrics CONTACTS_SCHEDULED, CONTACTS_IN_QUEUE, and OLDEST_CONTACT_AGE. If no Grouping is included in the request, a summary of metrics is returned.
3396
3414
  */
3397
3415
  Groupings?: Groupings;
3398
3416
  /**
@@ -3407,6 +3425,10 @@ declare namespace Connect {
3407
3425
  * The maximum number of results to return per page.
3408
3426
  */
3409
3427
  MaxResults?: MaxResult100;
3428
+ /**
3429
+ * The way to sort the resulting response based on metrics. You can enter one sort criteria. By default resources are sorted based on AGENTS_ONLINE, DESCENDING. The metric collection is sorted based on the input metrics. Note the following: Sorting on SLOTS_ACTIVE and SLOTS_AVAILABLE is not supported.
3430
+ */
3431
+ SortCriteria?: CurrentMetricSortCriteriaMaxOne;
3410
3432
  }
3411
3433
  export interface GetCurrentMetricDataResponse {
3412
3434
  /**
@@ -3421,6 +3443,10 @@ declare namespace Connect {
3421
3443
  * The time at which the metrics were retrieved and cached for pagination.
3422
3444
  */
3423
3445
  DataSnapshotTime?: timestamp;
3446
+ /**
3447
+ * The total count of the result, regardless of the current page size.
3448
+ */
3449
+ ApproximateTotalCount?: ApproximateTotalCount;
3424
3450
  }
3425
3451
  export interface GetCurrentUserDataRequest {
3426
3452
  /**
@@ -3428,7 +3454,7 @@ declare namespace Connect {
3428
3454
  */
3429
3455
  InstanceId: InstanceId;
3430
3456
  /**
3431
- * Filters up to 100 Queues, or up to 9 ContactStates. The user data is retrieved only for those users who are associated with the queues and have contacts that are in the specified ContactState.
3457
+ * The filters to apply to returned user data. You can filter up to the following limits: Queues: 100 Routing profiles: 100 Agents: 100 Contact states: 9 User hierarchy groups: 1 The user data is retrieved for only the specified values/resources in the filter. A maximum of one filter can be passed from queues, routing profiles, agents, and user hierarchy groups. Currently tagging is only supported on the resources that are passed in the filter.
3432
3458
  */
3433
3459
  Filters: UserDataFilters;
3434
3460
  /**
@@ -3449,6 +3475,10 @@ declare namespace Connect {
3449
3475
  * A list of the user data that is returned.
3450
3476
  */
3451
3477
  UserDataList?: UserDataList;
3478
+ /**
3479
+ * The total count of the result, regardless of the current page size.
3480
+ */
3481
+ ApproximateTotalCount?: ApproximateTotalCount;
3452
3482
  }
3453
3483
  export interface GetFederationTokenRequest {
3454
3484
  /**
@@ -3606,7 +3636,7 @@ declare namespace Connect {
3606
3636
  */
3607
3637
  Arn?: TrafficDistributionGroupArn;
3608
3638
  }
3609
- export type Grouping = "QUEUE"|"CHANNEL"|string;
3639
+ export type Grouping = "QUEUE"|"CHANNEL"|"ROUTING_PROFILE"|string;
3610
3640
  export type Groupings = Grouping[];
3611
3641
  export interface HierarchyGroup {
3612
3642
  /**
@@ -5648,6 +5678,7 @@ declare namespace Connect {
5648
5678
  Name?: RoutingProfileName;
5649
5679
  }
5650
5680
  export type RoutingProfileSummaryList = RoutingProfileSummary[];
5681
+ export type RoutingProfiles = RoutingProfileId[];
5651
5682
  export interface Rule {
5652
5683
  /**
5653
5684
  * The name of the rule.
@@ -6132,6 +6163,7 @@ declare namespace Connect {
6132
6163
  }
6133
6164
  export type SingleSelectOptions = TaskTemplateSingleSelectOption[];
6134
6165
  export type SnapshotVersion = string;
6166
+ export type SortOrder = "ASCENDING"|"DESCENDING"|string;
6135
6167
  export type SourceApplicationName = string;
6136
6168
  export type SourceType = "SALESFORCE"|"ZENDESK"|string;
6137
6169
  export interface StartChatContactRequest {
@@ -7488,17 +7520,34 @@ declare namespace Connect {
7488
7520
  * A list of contact reference information.
7489
7521
  */
7490
7522
  Contacts?: AgentContactReferenceList;
7523
+ /**
7524
+ * The Next status of the agent.
7525
+ */
7526
+ NextStatus?: AgentStatusName;
7491
7527
  }
7492
7528
  export interface UserDataFilters {
7493
7529
  /**
7494
- * Contains information about a queue resource for which metrics are returned.
7530
+ * A list of up to 100 queues or ARNs.
7495
7531
  */
7496
7532
  Queues?: Queues;
7497
7533
  /**
7498
7534
  * A filter for the user data based on the contact information that is associated to the user. It contains a list of contact states.
7499
7535
  */
7500
7536
  ContactFilter?: ContactFilter;
7537
+ /**
7538
+ * A list of up to 100 routing profile IDs or ARNs.
7539
+ */
7540
+ RoutingProfiles?: RoutingProfiles;
7541
+ /**
7542
+ * A list of up to 100 agent IDs or ARNs.
7543
+ */
7544
+ Agents?: AgentsMinOneMaxHundred;
7545
+ /**
7546
+ * A UserHierarchyGroup ID or ARN.
7547
+ */
7548
+ UserHierarchyGroups?: UserDataHierarchyGroups;
7501
7549
  }
7550
+ export type UserDataHierarchyGroups = HierarchyGroupId[];
7502
7551
  export type UserDataList = UserData[];
7503
7552
  export type UserId = string;
7504
7553
  export type UserIdList = UserId[];
@@ -12,67 +12,67 @@ declare class ConnectParticipant extends Service {
12
12
  constructor(options?: ConnectParticipant.Types.ClientConfiguration)
13
13
  config: Config & ConnectParticipant.Types.ClientConfiguration;
14
14
  /**
15
- * Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
15
+ * Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
16
16
  */
17
17
  completeAttachmentUpload(params: ConnectParticipant.Types.CompleteAttachmentUploadRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.CompleteAttachmentUploadResponse) => void): Request<ConnectParticipant.Types.CompleteAttachmentUploadResponse, AWSError>;
18
18
  /**
19
- * Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
19
+ * Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
20
20
  */
21
21
  completeAttachmentUpload(callback?: (err: AWSError, data: ConnectParticipant.Types.CompleteAttachmentUploadResponse) => void): Request<ConnectParticipant.Types.CompleteAttachmentUploadResponse, AWSError>;
22
22
  /**
23
- * Creates the participant's connection. Note that ParticipantToken is used for invoking this API instead of ConnectionToken. The participant token is valid for the lifetime of the participant – until they are part of a contact. The response URL for WEBSOCKET Type has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic. For chat, you need to publish the following on the established websocket connection: {"topic":"aws/subscribe","content":{"topics":["aws/chat"]}} Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before. Message streaming support: This API can also be used together with the StartContactStreaming API to create a participant connection for chat contacts that are not using a websocket. For more information about message streaming, Enable real-time chat message streaming in the Amazon Connect Administrator Guide. Feature specifications: For information about feature specifications, such as the allowed number of open websocket connections per participant, see Feature specifications in the Amazon Connect Administrator Guide. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
23
+ * Creates the participant's connection. ParticipantToken is used for invoking this API instead of ConnectionToken. The participant token is valid for the lifetime of the participant – until they are part of a contact. The response URL for WEBSOCKET Type has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic. For chat, you need to publish the following on the established websocket connection: {"topic":"aws/subscribe","content":{"topics":["aws/chat"]}} Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before. Message streaming support: This API can also be used together with the StartContactStreaming API to create a participant connection for chat contacts that are not using a websocket. For more information about message streaming, Enable real-time chat message streaming in the Amazon Connect Administrator Guide. Feature specifications: For information about feature specifications, such as the allowed number of open websocket connections per participant, see Feature specifications in the Amazon Connect Administrator Guide. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
24
24
  */
25
25
  createParticipantConnection(params: ConnectParticipant.Types.CreateParticipantConnectionRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.CreateParticipantConnectionResponse) => void): Request<ConnectParticipant.Types.CreateParticipantConnectionResponse, AWSError>;
26
26
  /**
27
- * Creates the participant's connection. Note that ParticipantToken is used for invoking this API instead of ConnectionToken. The participant token is valid for the lifetime of the participant – until they are part of a contact. The response URL for WEBSOCKET Type has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic. For chat, you need to publish the following on the established websocket connection: {"topic":"aws/subscribe","content":{"topics":["aws/chat"]}} Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before. Message streaming support: This API can also be used together with the StartContactStreaming API to create a participant connection for chat contacts that are not using a websocket. For more information about message streaming, Enable real-time chat message streaming in the Amazon Connect Administrator Guide. Feature specifications: For information about feature specifications, such as the allowed number of open websocket connections per participant, see Feature specifications in the Amazon Connect Administrator Guide. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
27
+ * Creates the participant's connection. ParticipantToken is used for invoking this API instead of ConnectionToken. The participant token is valid for the lifetime of the participant – until they are part of a contact. The response URL for WEBSOCKET Type has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic. For chat, you need to publish the following on the established websocket connection: {"topic":"aws/subscribe","content":{"topics":["aws/chat"]}} Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before. Message streaming support: This API can also be used together with the StartContactStreaming API to create a participant connection for chat contacts that are not using a websocket. For more information about message streaming, Enable real-time chat message streaming in the Amazon Connect Administrator Guide. Feature specifications: For information about feature specifications, such as the allowed number of open websocket connections per participant, see Feature specifications in the Amazon Connect Administrator Guide. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
28
28
  */
29
29
  createParticipantConnection(callback?: (err: AWSError, data: ConnectParticipant.Types.CreateParticipantConnectionResponse) => void): Request<ConnectParticipant.Types.CreateParticipantConnectionResponse, AWSError>;
30
30
  /**
31
- * Disconnects a participant. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
31
+ * Disconnects a participant. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
32
32
  */
33
33
  disconnectParticipant(params: ConnectParticipant.Types.DisconnectParticipantRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.DisconnectParticipantResponse) => void): Request<ConnectParticipant.Types.DisconnectParticipantResponse, AWSError>;
34
34
  /**
35
- * Disconnects a participant. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
35
+ * Disconnects a participant. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
36
36
  */
37
37
  disconnectParticipant(callback?: (err: AWSError, data: ConnectParticipant.Types.DisconnectParticipantResponse) => void): Request<ConnectParticipant.Types.DisconnectParticipantResponse, AWSError>;
38
38
  /**
39
- * Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
39
+ * Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
40
40
  */
41
41
  getAttachment(params: ConnectParticipant.Types.GetAttachmentRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.GetAttachmentResponse) => void): Request<ConnectParticipant.Types.GetAttachmentResponse, AWSError>;
42
42
  /**
43
- * Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
43
+ * Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
44
44
  */
45
45
  getAttachment(callback?: (err: AWSError, data: ConnectParticipant.Types.GetAttachmentResponse) => void): Request<ConnectParticipant.Types.GetAttachmentResponse, AWSError>;
46
46
  /**
47
- * Retrieves a transcript of the session, including details about any attachments. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
47
+ * Retrieves a transcript of the session, including details about any attachments. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
48
48
  */
49
49
  getTranscript(params: ConnectParticipant.Types.GetTranscriptRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.GetTranscriptResponse) => void): Request<ConnectParticipant.Types.GetTranscriptResponse, AWSError>;
50
50
  /**
51
- * Retrieves a transcript of the session, including details about any attachments. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
51
+ * Retrieves a transcript of the session, including details about any attachments. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
52
52
  */
53
53
  getTranscript(callback?: (err: AWSError, data: ConnectParticipant.Types.GetTranscriptResponse) => void): Request<ConnectParticipant.Types.GetTranscriptResponse, AWSError>;
54
54
  /**
55
- * Sends an event. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
55
+ * Sends an event. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
56
56
  */
57
57
  sendEvent(params: ConnectParticipant.Types.SendEventRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.SendEventResponse) => void): Request<ConnectParticipant.Types.SendEventResponse, AWSError>;
58
58
  /**
59
- * Sends an event. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
59
+ * Sends an event. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
60
60
  */
61
61
  sendEvent(callback?: (err: AWSError, data: ConnectParticipant.Types.SendEventResponse) => void): Request<ConnectParticipant.Types.SendEventResponse, AWSError>;
62
62
  /**
63
- * Sends a message. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
63
+ * Sends a message. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
64
64
  */
65
65
  sendMessage(params: ConnectParticipant.Types.SendMessageRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.SendMessageResponse) => void): Request<ConnectParticipant.Types.SendMessageResponse, AWSError>;
66
66
  /**
67
- * Sends a message. Note that ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
67
+ * Sends a message. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
68
68
  */
69
69
  sendMessage(callback?: (err: AWSError, data: ConnectParticipant.Types.SendMessageResponse) => void): Request<ConnectParticipant.Types.SendMessageResponse, AWSError>;
70
70
  /**
71
- * Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
71
+ * Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
72
72
  */
73
73
  startAttachmentUpload(params: ConnectParticipant.Types.StartAttachmentUploadRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.StartAttachmentUploadResponse) => void): Request<ConnectParticipant.Types.StartAttachmentUploadResponse, AWSError>;
74
74
  /**
75
- * Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
75
+ * Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
76
76
  */
77
77
  startAttachmentUpload(callback?: (err: AWSError, data: ConnectParticipant.Types.StartAttachmentUploadResponse) => void): Request<ConnectParticipant.Types.StartAttachmentUploadResponse, AWSError>;
78
78
  }
@@ -105,7 +105,7 @@ declare namespace ConnectParticipant {
105
105
  export type ChatContent = string;
106
106
  export type ChatContentType = string;
107
107
  export type ChatItemId = string;
108
- export type ChatItemType = "TYPING"|"PARTICIPANT_JOINED"|"PARTICIPANT_LEFT"|"CHAT_ENDED"|"TRANSFER_SUCCEEDED"|"TRANSFER_FAILED"|"MESSAGE"|"EVENT"|"ATTACHMENT"|"CONNECTION_ACK"|string;
108
+ export type ChatItemType = "TYPING"|"PARTICIPANT_JOINED"|"PARTICIPANT_LEFT"|"CHAT_ENDED"|"TRANSFER_SUCCEEDED"|"TRANSFER_FAILED"|"MESSAGE"|"EVENT"|"ATTACHMENT"|"CONNECTION_ACK"|"MESSAGE_DELIVERED"|"MESSAGE_READ"|string;
109
109
  export type ClientToken = string;
110
110
  export interface CompleteAttachmentUploadRequest {
111
111
  /**
@@ -113,7 +113,7 @@ declare namespace ConnectParticipant {
113
113
  */
114
114
  AttachmentIds: AttachmentIdList;
115
115
  /**
116
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
116
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
117
117
  */
118
118
  ClientToken: NonEmptyClientToken;
119
119
  /**
@@ -139,9 +139,9 @@ declare namespace ConnectParticipant {
139
139
  export type ContentType = string;
140
140
  export interface CreateParticipantConnectionRequest {
141
141
  /**
142
- * Type of connection information required.
142
+ * Type of connection information required. This can be omitted if ConnectParticipant is true.
143
143
  */
144
- Type: ConnectionTypeList;
144
+ Type?: ConnectionTypeList;
145
145
  /**
146
146
  * This is a header parameter. The ParticipantToken as obtained from StartChatContact API response.
147
147
  */
@@ -163,7 +163,7 @@ declare namespace ConnectParticipant {
163
163
  }
164
164
  export interface DisconnectParticipantRequest {
165
165
  /**
166
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
166
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
167
167
  */
168
168
  ClientToken?: ClientToken;
169
169
  /**
@@ -277,8 +277,22 @@ declare namespace ConnectParticipant {
277
277
  * Provides information about the attachments.
278
278
  */
279
279
  Attachments?: Attachments;
280
+ /**
281
+ * The metadata related to the message. Currently this supports only information related to message receipts.
282
+ */
283
+ MessageMetadata?: MessageMetadata;
280
284
  }
281
285
  export type MaxResults = number;
286
+ export interface MessageMetadata {
287
+ /**
288
+ * The identifier of the message that contains the metadata information.
289
+ */
290
+ MessageId?: ChatItemId;
291
+ /**
292
+ * The list of receipt information for a message for different recipients.
293
+ */
294
+ Receipts?: Receipts;
295
+ }
282
296
  export type MostRecent = number;
283
297
  export type NextToken = string;
284
298
  export type NonEmptyClientToken = string;
@@ -287,18 +301,33 @@ declare namespace ConnectParticipant {
287
301
  export type ParticipantToken = string;
288
302
  export type PreSignedAttachmentUrl = string;
289
303
  export type PreSignedConnectionUrl = string;
304
+ export interface Receipt {
305
+ /**
306
+ * The time when the message was delivered to the recipient.
307
+ */
308
+ DeliveredTimestamp?: Instant;
309
+ /**
310
+ * The time when the message was read by the recipient.
311
+ */
312
+ ReadTimestamp?: Instant;
313
+ /**
314
+ * The identifier of the recipient of the message.
315
+ */
316
+ RecipientParticipantId?: ParticipantId;
317
+ }
318
+ export type Receipts = Receipt[];
290
319
  export type ScanDirection = "FORWARD"|"BACKWARD"|string;
291
320
  export interface SendEventRequest {
292
321
  /**
293
- * The content type of the request. Supported types are: application/vnd.amazonaws.connect.event.typing application/vnd.amazonaws.connect.event.connection.acknowledged
322
+ * The content type of the request. Supported types are: application/vnd.amazonaws.connect.event.typing application/vnd.amazonaws.connect.event.connection.acknowledged application/vnd.amazonaws.connect.event.message.delivered application/vnd.amazonaws.connect.event.message.read
294
323
  */
295
324
  ContentType: ChatContentType;
296
325
  /**
297
- * The content of the event to be sent (for example, message text). This is not yet supported.
326
+ * The content of the event to be sent (for example, message text). For content related to message receipts, this is supported in the form of a JSON string. Sample Content: "{\"messageId\":\"11111111-aaaa-bbbb-cccc-EXAMPLE01234\"}"
298
327
  */
299
328
  Content?: ChatContent;
300
329
  /**
301
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
330
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
302
331
  */
303
332
  ClientToken?: ClientToken;
304
333
  /**
@@ -318,15 +347,15 @@ declare namespace ConnectParticipant {
318
347
  }
319
348
  export interface SendMessageRequest {
320
349
  /**
321
- * The type of the content. Supported types are text/plain.
350
+ * The type of the content. Supported types are text/plain, text/markdown, and application/json.
322
351
  */
323
352
  ContentType: ChatContentType;
324
353
  /**
325
- * The content of the message.
354
+ * The content of the message. For text/plain and text/markdown, the Length Constraints are Minimum of 1, Maximum of 1024. For application/json, the Length Constraints are Minimum of 1, Maximum of 12000.
326
355
  */
327
356
  Content: ChatContent;
328
357
  /**
329
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
358
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
330
359
  */
331
360
  ClientToken?: ClientToken;
332
361
  /**
@@ -359,7 +388,7 @@ declare namespace ConnectParticipant {
359
388
  */
360
389
  AttachmentName: AttachmentName;
361
390
  /**
362
- * A unique case sensitive identifier to support idempotency of request.
391
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
363
392
  */
364
393
  ClientToken: NonEmptyClientToken;
365
394
  /**
@@ -843,7 +843,7 @@ declare namespace FSx {
843
843
  CopyTagsToVolumes?: Flag;
844
844
  DailyAutomaticBackupStartTime?: DailyTime;
845
845
  /**
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 MB/s. 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 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 performancein theAmazon FSx for OpenZFS User Guide.
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 MB/s. 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 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
847
  */
848
848
  DeploymentType: OpenZFSDeploymentType;
849
849
  /**
@@ -2650,6 +2650,10 @@ declare namespace FSx {
2650
2650
  * The SVM's system generated unique ID.
2651
2651
  */
2652
2652
  StorageVirtualMachineId?: StorageVirtualMachineId;
2653
+ /**
2654
+ * Describes the SVM's subtype.
2655
+ */
2656
+ Subtype?: StorageVirtualMachineSubtype;
2653
2657
  /**
2654
2658
  * The SVM's UUID (universally unique identifier).
2655
2659
  */
@@ -2683,6 +2687,7 @@ declare namespace FSx {
2683
2687
  export type StorageVirtualMachineLifecycle = "CREATED"|"CREATING"|"DELETING"|"FAILED"|"MISCONFIGURED"|"PENDING"|string;
2684
2688
  export type StorageVirtualMachineName = string;
2685
2689
  export type StorageVirtualMachineRootVolumeSecurityStyle = "UNIX"|"NTFS"|"MIXED"|string;
2690
+ export type StorageVirtualMachineSubtype = "DEFAULT"|"DP_DESTINATION"|"SYNC_DESTINATION"|"SYNC_SOURCE"|string;
2686
2691
  export type StorageVirtualMachines = StorageVirtualMachine[];
2687
2692
  export type SubDirectoriesPaths = Namespace[];
2688
2693
  export type SubnetId = string;
@@ -2485,7 +2485,7 @@ declare namespace Inspector2 {
2485
2485
  lambda?: Status;
2486
2486
  }
2487
2487
  export type ResourceType = "AWS_EC2_INSTANCE"|"AWS_ECR_CONTAINER_IMAGE"|"AWS_ECR_REPOSITORY"|"AWS_LAMBDA_FUNCTION"|string;
2488
- export type Runtime = "NODEJS"|"NODEJS_12_X"|"NODEJS_14_X"|"NODEJS_16_X"|"JAVA_8"|"JAVA_8_AL2"|"JAVA_11"|"PYTHON_3_7"|"PYTHON_3_8"|"PYTHON_3_9"|"UNSUPPORTED"|string;
2488
+ export type Runtime = "NODEJS"|"NODEJS_12_X"|"NODEJS_14_X"|"NODEJS_16_X"|"JAVA_8"|"JAVA_8_AL2"|"JAVA_11"|"PYTHON_3_7"|"PYTHON_3_8"|"PYTHON_3_9"|"UNSUPPORTED"|"NODEJS_18_X"|"GO_1_X"|string;
2489
2489
  export interface ScanStatus {
2490
2490
  /**
2491
2491
  * The reason for the scan.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1281.0',
86
+ VERSION: '2.1282.0',
87
87
 
88
88
  /**
89
89
  * @api private