@aws-sdk/client-connect 3.40.0 → 3.45.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.
- package/CHANGELOG.md +44 -0
- package/README.md +2 -4
- package/dist-cjs/Connect.js +180 -0
- package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
- package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +193 -178
- package/dist-cjs/models/models_1.js +223 -1
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1829 -169
- package/dist-es/Connect.js +180 -0
- package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DescribeContactCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
- package/dist-es/commands/ListContactReferencesCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
- package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
- package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
- package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityProfileCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/index.js +12 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +143 -116
- package/dist-es/models/models_1.js +148 -0
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
- package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2179 -332
- package/dist-types/Connect.d.ts +112 -14
- package/dist-types/ConnectClient.d.ts +17 -7
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/AssociateBotCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/CreateInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -3
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +592 -643
- package/dist-types/models/models_1.d.ts +771 -1
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/Connect.d.ts +60 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +347 -359
- package/dist-types/ts3.4/models/models_1.d.ts +455 -1
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +6 -6
|
@@ -1,6 +1,228 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateUserSecurityProfilesRequest = exports.UpdateUserRoutingProfileRequest = exports.UpdateUserPhoneConfigRequest = void 0;
|
|
3
|
+
exports.UpdateUserSecurityProfilesRequest = exports.UpdateUserRoutingProfileRequest = exports.UpdateUserPhoneConfigRequest = exports.UpdateUserIdentityInfoRequest = exports.UpdateUserHierarchyStructureRequest = exports.HierarchyStructureUpdate = exports.HierarchyLevelUpdate = exports.UpdateUserHierarchyGroupNameRequest = exports.UpdateUserHierarchyRequest = exports.UpdateSecurityProfileRequest = exports.UpdateRoutingProfileQueuesRequest = exports.UpdateRoutingProfileNameRequest = exports.UpdateRoutingProfileDefaultOutboundQueueRequest = exports.UpdateRoutingProfileConcurrencyRequest = exports.UpdateQuickConnectNameRequest = exports.UpdateQuickConnectConfigRequest = exports.UpdateQueueStatusRequest = exports.UpdateQueueOutboundCallerConfigRequest = exports.UpdateQueueNameRequest = exports.UpdateQueueMaxContactsRequest = exports.UpdateQueueHoursOfOperationRequest = exports.UpdateInstanceStorageConfigRequest = exports.UpdateInstanceAttributeRequest = exports.UpdateHoursOfOperationRequest = exports.UpdateContactScheduleResponse = exports.UpdateContactScheduleRequest = exports.UpdateContactFlowNameRequest = exports.UpdateContactFlowModuleMetadataResponse = exports.UpdateContactFlowModuleMetadataRequest = exports.UpdateContactFlowModuleContentResponse = exports.UpdateContactFlowModuleContentRequest = exports.UpdateContactFlowMetadataRequest = exports.UpdateContactFlowContentRequest = exports.UpdateContactAttributesResponse = exports.UpdateContactAttributesRequest = exports.UpdateContactResponse = exports.UpdateContactRequest = exports.UpdateAgentStatusRequest = exports.UntagResourceRequest = exports.TagResourceRequest = void 0;
|
|
4
|
+
var TagResourceRequest;
|
|
5
|
+
(function (TagResourceRequest) {
|
|
6
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
7
|
+
...obj,
|
|
8
|
+
});
|
|
9
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
10
|
+
var UntagResourceRequest;
|
|
11
|
+
(function (UntagResourceRequest) {
|
|
12
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
13
|
+
...obj,
|
|
14
|
+
});
|
|
15
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
16
|
+
var UpdateAgentStatusRequest;
|
|
17
|
+
(function (UpdateAgentStatusRequest) {
|
|
18
|
+
UpdateAgentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
19
|
+
...obj,
|
|
20
|
+
});
|
|
21
|
+
})(UpdateAgentStatusRequest = exports.UpdateAgentStatusRequest || (exports.UpdateAgentStatusRequest = {}));
|
|
22
|
+
var UpdateContactRequest;
|
|
23
|
+
(function (UpdateContactRequest) {
|
|
24
|
+
UpdateContactRequest.filterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
});
|
|
27
|
+
})(UpdateContactRequest = exports.UpdateContactRequest || (exports.UpdateContactRequest = {}));
|
|
28
|
+
var UpdateContactResponse;
|
|
29
|
+
(function (UpdateContactResponse) {
|
|
30
|
+
UpdateContactResponse.filterSensitiveLog = (obj) => ({
|
|
31
|
+
...obj,
|
|
32
|
+
});
|
|
33
|
+
})(UpdateContactResponse = exports.UpdateContactResponse || (exports.UpdateContactResponse = {}));
|
|
34
|
+
var UpdateContactAttributesRequest;
|
|
35
|
+
(function (UpdateContactAttributesRequest) {
|
|
36
|
+
UpdateContactAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
37
|
+
...obj,
|
|
38
|
+
});
|
|
39
|
+
})(UpdateContactAttributesRequest = exports.UpdateContactAttributesRequest || (exports.UpdateContactAttributesRequest = {}));
|
|
40
|
+
var UpdateContactAttributesResponse;
|
|
41
|
+
(function (UpdateContactAttributesResponse) {
|
|
42
|
+
UpdateContactAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
43
|
+
...obj,
|
|
44
|
+
});
|
|
45
|
+
})(UpdateContactAttributesResponse = exports.UpdateContactAttributesResponse || (exports.UpdateContactAttributesResponse = {}));
|
|
46
|
+
var UpdateContactFlowContentRequest;
|
|
47
|
+
(function (UpdateContactFlowContentRequest) {
|
|
48
|
+
UpdateContactFlowContentRequest.filterSensitiveLog = (obj) => ({
|
|
49
|
+
...obj,
|
|
50
|
+
});
|
|
51
|
+
})(UpdateContactFlowContentRequest = exports.UpdateContactFlowContentRequest || (exports.UpdateContactFlowContentRequest = {}));
|
|
52
|
+
var UpdateContactFlowMetadataRequest;
|
|
53
|
+
(function (UpdateContactFlowMetadataRequest) {
|
|
54
|
+
UpdateContactFlowMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
55
|
+
...obj,
|
|
56
|
+
});
|
|
57
|
+
})(UpdateContactFlowMetadataRequest = exports.UpdateContactFlowMetadataRequest || (exports.UpdateContactFlowMetadataRequest = {}));
|
|
58
|
+
var UpdateContactFlowModuleContentRequest;
|
|
59
|
+
(function (UpdateContactFlowModuleContentRequest) {
|
|
60
|
+
UpdateContactFlowModuleContentRequest.filterSensitiveLog = (obj) => ({
|
|
61
|
+
...obj,
|
|
62
|
+
});
|
|
63
|
+
})(UpdateContactFlowModuleContentRequest = exports.UpdateContactFlowModuleContentRequest || (exports.UpdateContactFlowModuleContentRequest = {}));
|
|
64
|
+
var UpdateContactFlowModuleContentResponse;
|
|
65
|
+
(function (UpdateContactFlowModuleContentResponse) {
|
|
66
|
+
UpdateContactFlowModuleContentResponse.filterSensitiveLog = (obj) => ({
|
|
67
|
+
...obj,
|
|
68
|
+
});
|
|
69
|
+
})(UpdateContactFlowModuleContentResponse = exports.UpdateContactFlowModuleContentResponse || (exports.UpdateContactFlowModuleContentResponse = {}));
|
|
70
|
+
var UpdateContactFlowModuleMetadataRequest;
|
|
71
|
+
(function (UpdateContactFlowModuleMetadataRequest) {
|
|
72
|
+
UpdateContactFlowModuleMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
73
|
+
...obj,
|
|
74
|
+
});
|
|
75
|
+
})(UpdateContactFlowModuleMetadataRequest = exports.UpdateContactFlowModuleMetadataRequest || (exports.UpdateContactFlowModuleMetadataRequest = {}));
|
|
76
|
+
var UpdateContactFlowModuleMetadataResponse;
|
|
77
|
+
(function (UpdateContactFlowModuleMetadataResponse) {
|
|
78
|
+
UpdateContactFlowModuleMetadataResponse.filterSensitiveLog = (obj) => ({
|
|
79
|
+
...obj,
|
|
80
|
+
});
|
|
81
|
+
})(UpdateContactFlowModuleMetadataResponse = exports.UpdateContactFlowModuleMetadataResponse || (exports.UpdateContactFlowModuleMetadataResponse = {}));
|
|
82
|
+
var UpdateContactFlowNameRequest;
|
|
83
|
+
(function (UpdateContactFlowNameRequest) {
|
|
84
|
+
UpdateContactFlowNameRequest.filterSensitiveLog = (obj) => ({
|
|
85
|
+
...obj,
|
|
86
|
+
});
|
|
87
|
+
})(UpdateContactFlowNameRequest = exports.UpdateContactFlowNameRequest || (exports.UpdateContactFlowNameRequest = {}));
|
|
88
|
+
var UpdateContactScheduleRequest;
|
|
89
|
+
(function (UpdateContactScheduleRequest) {
|
|
90
|
+
UpdateContactScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
91
|
+
...obj,
|
|
92
|
+
});
|
|
93
|
+
})(UpdateContactScheduleRequest = exports.UpdateContactScheduleRequest || (exports.UpdateContactScheduleRequest = {}));
|
|
94
|
+
var UpdateContactScheduleResponse;
|
|
95
|
+
(function (UpdateContactScheduleResponse) {
|
|
96
|
+
UpdateContactScheduleResponse.filterSensitiveLog = (obj) => ({
|
|
97
|
+
...obj,
|
|
98
|
+
});
|
|
99
|
+
})(UpdateContactScheduleResponse = exports.UpdateContactScheduleResponse || (exports.UpdateContactScheduleResponse = {}));
|
|
100
|
+
var UpdateHoursOfOperationRequest;
|
|
101
|
+
(function (UpdateHoursOfOperationRequest) {
|
|
102
|
+
UpdateHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
103
|
+
...obj,
|
|
104
|
+
});
|
|
105
|
+
})(UpdateHoursOfOperationRequest = exports.UpdateHoursOfOperationRequest || (exports.UpdateHoursOfOperationRequest = {}));
|
|
106
|
+
var UpdateInstanceAttributeRequest;
|
|
107
|
+
(function (UpdateInstanceAttributeRequest) {
|
|
108
|
+
UpdateInstanceAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
109
|
+
...obj,
|
|
110
|
+
});
|
|
111
|
+
})(UpdateInstanceAttributeRequest = exports.UpdateInstanceAttributeRequest || (exports.UpdateInstanceAttributeRequest = {}));
|
|
112
|
+
var UpdateInstanceStorageConfigRequest;
|
|
113
|
+
(function (UpdateInstanceStorageConfigRequest) {
|
|
114
|
+
UpdateInstanceStorageConfigRequest.filterSensitiveLog = (obj) => ({
|
|
115
|
+
...obj,
|
|
116
|
+
});
|
|
117
|
+
})(UpdateInstanceStorageConfigRequest = exports.UpdateInstanceStorageConfigRequest || (exports.UpdateInstanceStorageConfigRequest = {}));
|
|
118
|
+
var UpdateQueueHoursOfOperationRequest;
|
|
119
|
+
(function (UpdateQueueHoursOfOperationRequest) {
|
|
120
|
+
UpdateQueueHoursOfOperationRequest.filterSensitiveLog = (obj) => ({
|
|
121
|
+
...obj,
|
|
122
|
+
});
|
|
123
|
+
})(UpdateQueueHoursOfOperationRequest = exports.UpdateQueueHoursOfOperationRequest || (exports.UpdateQueueHoursOfOperationRequest = {}));
|
|
124
|
+
var UpdateQueueMaxContactsRequest;
|
|
125
|
+
(function (UpdateQueueMaxContactsRequest) {
|
|
126
|
+
UpdateQueueMaxContactsRequest.filterSensitiveLog = (obj) => ({
|
|
127
|
+
...obj,
|
|
128
|
+
});
|
|
129
|
+
})(UpdateQueueMaxContactsRequest = exports.UpdateQueueMaxContactsRequest || (exports.UpdateQueueMaxContactsRequest = {}));
|
|
130
|
+
var UpdateQueueNameRequest;
|
|
131
|
+
(function (UpdateQueueNameRequest) {
|
|
132
|
+
UpdateQueueNameRequest.filterSensitiveLog = (obj) => ({
|
|
133
|
+
...obj,
|
|
134
|
+
});
|
|
135
|
+
})(UpdateQueueNameRequest = exports.UpdateQueueNameRequest || (exports.UpdateQueueNameRequest = {}));
|
|
136
|
+
var UpdateQueueOutboundCallerConfigRequest;
|
|
137
|
+
(function (UpdateQueueOutboundCallerConfigRequest) {
|
|
138
|
+
UpdateQueueOutboundCallerConfigRequest.filterSensitiveLog = (obj) => ({
|
|
139
|
+
...obj,
|
|
140
|
+
});
|
|
141
|
+
})(UpdateQueueOutboundCallerConfigRequest = exports.UpdateQueueOutboundCallerConfigRequest || (exports.UpdateQueueOutboundCallerConfigRequest = {}));
|
|
142
|
+
var UpdateQueueStatusRequest;
|
|
143
|
+
(function (UpdateQueueStatusRequest) {
|
|
144
|
+
UpdateQueueStatusRequest.filterSensitiveLog = (obj) => ({
|
|
145
|
+
...obj,
|
|
146
|
+
});
|
|
147
|
+
})(UpdateQueueStatusRequest = exports.UpdateQueueStatusRequest || (exports.UpdateQueueStatusRequest = {}));
|
|
148
|
+
var UpdateQuickConnectConfigRequest;
|
|
149
|
+
(function (UpdateQuickConnectConfigRequest) {
|
|
150
|
+
UpdateQuickConnectConfigRequest.filterSensitiveLog = (obj) => ({
|
|
151
|
+
...obj,
|
|
152
|
+
});
|
|
153
|
+
})(UpdateQuickConnectConfigRequest = exports.UpdateQuickConnectConfigRequest || (exports.UpdateQuickConnectConfigRequest = {}));
|
|
154
|
+
var UpdateQuickConnectNameRequest;
|
|
155
|
+
(function (UpdateQuickConnectNameRequest) {
|
|
156
|
+
UpdateQuickConnectNameRequest.filterSensitiveLog = (obj) => ({
|
|
157
|
+
...obj,
|
|
158
|
+
});
|
|
159
|
+
})(UpdateQuickConnectNameRequest = exports.UpdateQuickConnectNameRequest || (exports.UpdateQuickConnectNameRequest = {}));
|
|
160
|
+
var UpdateRoutingProfileConcurrencyRequest;
|
|
161
|
+
(function (UpdateRoutingProfileConcurrencyRequest) {
|
|
162
|
+
UpdateRoutingProfileConcurrencyRequest.filterSensitiveLog = (obj) => ({
|
|
163
|
+
...obj,
|
|
164
|
+
});
|
|
165
|
+
})(UpdateRoutingProfileConcurrencyRequest = exports.UpdateRoutingProfileConcurrencyRequest || (exports.UpdateRoutingProfileConcurrencyRequest = {}));
|
|
166
|
+
var UpdateRoutingProfileDefaultOutboundQueueRequest;
|
|
167
|
+
(function (UpdateRoutingProfileDefaultOutboundQueueRequest) {
|
|
168
|
+
UpdateRoutingProfileDefaultOutboundQueueRequest.filterSensitiveLog = (obj) => ({
|
|
169
|
+
...obj,
|
|
170
|
+
});
|
|
171
|
+
})(UpdateRoutingProfileDefaultOutboundQueueRequest = exports.UpdateRoutingProfileDefaultOutboundQueueRequest || (exports.UpdateRoutingProfileDefaultOutboundQueueRequest = {}));
|
|
172
|
+
var UpdateRoutingProfileNameRequest;
|
|
173
|
+
(function (UpdateRoutingProfileNameRequest) {
|
|
174
|
+
UpdateRoutingProfileNameRequest.filterSensitiveLog = (obj) => ({
|
|
175
|
+
...obj,
|
|
176
|
+
});
|
|
177
|
+
})(UpdateRoutingProfileNameRequest = exports.UpdateRoutingProfileNameRequest || (exports.UpdateRoutingProfileNameRequest = {}));
|
|
178
|
+
var UpdateRoutingProfileQueuesRequest;
|
|
179
|
+
(function (UpdateRoutingProfileQueuesRequest) {
|
|
180
|
+
UpdateRoutingProfileQueuesRequest.filterSensitiveLog = (obj) => ({
|
|
181
|
+
...obj,
|
|
182
|
+
});
|
|
183
|
+
})(UpdateRoutingProfileQueuesRequest = exports.UpdateRoutingProfileQueuesRequest || (exports.UpdateRoutingProfileQueuesRequest = {}));
|
|
184
|
+
var UpdateSecurityProfileRequest;
|
|
185
|
+
(function (UpdateSecurityProfileRequest) {
|
|
186
|
+
UpdateSecurityProfileRequest.filterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
})(UpdateSecurityProfileRequest = exports.UpdateSecurityProfileRequest || (exports.UpdateSecurityProfileRequest = {}));
|
|
190
|
+
var UpdateUserHierarchyRequest;
|
|
191
|
+
(function (UpdateUserHierarchyRequest) {
|
|
192
|
+
UpdateUserHierarchyRequest.filterSensitiveLog = (obj) => ({
|
|
193
|
+
...obj,
|
|
194
|
+
});
|
|
195
|
+
})(UpdateUserHierarchyRequest = exports.UpdateUserHierarchyRequest || (exports.UpdateUserHierarchyRequest = {}));
|
|
196
|
+
var UpdateUserHierarchyGroupNameRequest;
|
|
197
|
+
(function (UpdateUserHierarchyGroupNameRequest) {
|
|
198
|
+
UpdateUserHierarchyGroupNameRequest.filterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
});
|
|
201
|
+
})(UpdateUserHierarchyGroupNameRequest = exports.UpdateUserHierarchyGroupNameRequest || (exports.UpdateUserHierarchyGroupNameRequest = {}));
|
|
202
|
+
var HierarchyLevelUpdate;
|
|
203
|
+
(function (HierarchyLevelUpdate) {
|
|
204
|
+
HierarchyLevelUpdate.filterSensitiveLog = (obj) => ({
|
|
205
|
+
...obj,
|
|
206
|
+
});
|
|
207
|
+
})(HierarchyLevelUpdate = exports.HierarchyLevelUpdate || (exports.HierarchyLevelUpdate = {}));
|
|
208
|
+
var HierarchyStructureUpdate;
|
|
209
|
+
(function (HierarchyStructureUpdate) {
|
|
210
|
+
HierarchyStructureUpdate.filterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
});
|
|
213
|
+
})(HierarchyStructureUpdate = exports.HierarchyStructureUpdate || (exports.HierarchyStructureUpdate = {}));
|
|
214
|
+
var UpdateUserHierarchyStructureRequest;
|
|
215
|
+
(function (UpdateUserHierarchyStructureRequest) {
|
|
216
|
+
UpdateUserHierarchyStructureRequest.filterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
});
|
|
219
|
+
})(UpdateUserHierarchyStructureRequest = exports.UpdateUserHierarchyStructureRequest || (exports.UpdateUserHierarchyStructureRequest = {}));
|
|
220
|
+
var UpdateUserIdentityInfoRequest;
|
|
221
|
+
(function (UpdateUserIdentityInfoRequest) {
|
|
222
|
+
UpdateUserIdentityInfoRequest.filterSensitiveLog = (obj) => ({
|
|
223
|
+
...obj,
|
|
224
|
+
});
|
|
225
|
+
})(UpdateUserIdentityInfoRequest = exports.UpdateUserIdentityInfoRequest || (exports.UpdateUserIdentityInfoRequest = {}));
|
|
4
226
|
var UpdateUserPhoneConfigRequest;
|
|
5
227
|
(function (UpdateUserPhoneConfigRequest) {
|
|
6
228
|
UpdateUserPhoneConfigRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListContactFlowModules = void 0;
|
|
4
|
+
const ListContactFlowModulesCommand_1 = require("../commands/ListContactFlowModulesCommand");
|
|
5
|
+
const Connect_1 = require("../Connect");
|
|
6
|
+
const ConnectClient_1 = require("../ConnectClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListContactFlowModulesCommand_1.ListContactFlowModulesCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listContactFlowModules(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListContactFlowModules(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof Connect_1.Connect) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof ConnectClient_1.ConnectClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
token = page.NextToken;
|
|
31
|
+
hasNext = !!token;
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
exports.paginateListContactFlowModules = paginateListContactFlowModules;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListContactReferences = void 0;
|
|
4
|
+
const ListContactReferencesCommand_1 = require("../commands/ListContactReferencesCommand");
|
|
5
|
+
const Connect_1 = require("../Connect");
|
|
6
|
+
const ConnectClient_1 = require("../ConnectClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListContactReferencesCommand_1.ListContactReferencesCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listContactReferences(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListContactReferences(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
if (config.client instanceof Connect_1.Connect) {
|
|
20
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
21
|
+
}
|
|
22
|
+
else if (config.client instanceof ConnectClient_1.ConnectClient) {
|
|
23
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
27
|
+
}
|
|
28
|
+
yield page;
|
|
29
|
+
token = page.NextToken;
|
|
30
|
+
hasNext = !!token;
|
|
31
|
+
}
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
exports.paginateListContactReferences = paginateListContactReferences;
|
|
@@ -7,7 +7,9 @@ tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
|
7
7
|
tslib_1.__exportStar(require("./ListAgentStatusesPaginator"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./ListApprovedOriginsPaginator"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./ListBotsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListContactFlowModulesPaginator"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./ListContactFlowsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListContactReferencesPaginator"), exports);
|
|
11
13
|
tslib_1.__exportStar(require("./ListHoursOfOperationsPaginator"), exports);
|
|
12
14
|
tslib_1.__exportStar(require("./ListInstanceAttributesPaginator"), exports);
|
|
13
15
|
tslib_1.__exportStar(require("./ListInstanceStorageConfigsPaginator"), exports);
|