aws-sdk-connect 1.233.0 → 1.235.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +272 -1
- data/lib/aws-sdk-connect/client_api.rb +152 -0
- data/lib/aws-sdk-connect/types.rb +386 -3
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +64 -2
- data/sig/types.rbs +79 -0
- metadata +3 -3
|
@@ -104,6 +104,7 @@ module Aws::Connect
|
|
|
104
104
|
AssociateEmailAddressAliasResponse = Shapes::StructureShape.new(name: 'AssociateEmailAddressAliasResponse')
|
|
105
105
|
AssociateFlowRequest = Shapes::StructureShape.new(name: 'AssociateFlowRequest')
|
|
106
106
|
AssociateFlowResponse = Shapes::StructureShape.new(name: 'AssociateFlowResponse')
|
|
107
|
+
AssociateHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'AssociateHoursOfOperationsRequest')
|
|
107
108
|
AssociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigRequest')
|
|
108
109
|
AssociateInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigResponse')
|
|
109
110
|
AssociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'AssociateLambdaFunctionRequest')
|
|
@@ -224,6 +225,7 @@ module Aws::Connect
|
|
|
224
225
|
ChatParticipantRoleConfig = Shapes::StructureShape.new(name: 'ChatParticipantRoleConfig')
|
|
225
226
|
ChatStreamingConfiguration = Shapes::StructureShape.new(name: 'ChatStreamingConfiguration')
|
|
226
227
|
ChatStreamingEndpointARN = Shapes::StringShape.new(name: 'ChatStreamingEndpointARN')
|
|
228
|
+
ChildHoursOfOperationsList = Shapes::ListShape.new(name: 'ChildHoursOfOperationsList')
|
|
227
229
|
ClaimPhoneNumberRequest = Shapes::StructureShape.new(name: 'ClaimPhoneNumberRequest')
|
|
228
230
|
ClaimPhoneNumberResponse = Shapes::StructureShape.new(name: 'ClaimPhoneNumberResponse')
|
|
229
231
|
ClaimedPhoneNumberSummary = Shapes::StructureShape.new(name: 'ClaimedPhoneNumberSummary')
|
|
@@ -598,6 +600,7 @@ module Aws::Connect
|
|
|
598
600
|
DisassociateEmailAddressAliasResponse = Shapes::StructureShape.new(name: 'DisassociateEmailAddressAliasResponse')
|
|
599
601
|
DisassociateFlowRequest = Shapes::StructureShape.new(name: 'DisassociateFlowRequest')
|
|
600
602
|
DisassociateFlowResponse = Shapes::StructureShape.new(name: 'DisassociateFlowResponse')
|
|
603
|
+
DisassociateHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'DisassociateHoursOfOperationsRequest')
|
|
601
604
|
DisassociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceStorageConfigRequest')
|
|
602
605
|
DisassociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'DisassociateLambdaFunctionRequest')
|
|
603
606
|
DisassociateLexBotRequest = Shapes::StructureShape.new(name: 'DisassociateLexBotRequest')
|
|
@@ -629,6 +632,8 @@ module Aws::Connect
|
|
|
629
632
|
DurationMillis = Shapes::IntegerShape.new(name: 'DurationMillis')
|
|
630
633
|
EffectiveHoursOfOperationList = Shapes::ListShape.new(name: 'EffectiveHoursOfOperationList')
|
|
631
634
|
EffectiveHoursOfOperations = Shapes::StructureShape.new(name: 'EffectiveHoursOfOperations')
|
|
635
|
+
EffectiveOverrideHours = Shapes::StructureShape.new(name: 'EffectiveOverrideHours')
|
|
636
|
+
EffectiveOverrideHoursList = Shapes::ListShape.new(name: 'EffectiveOverrideHoursList')
|
|
632
637
|
Email = Shapes::StringShape.new(name: 'Email')
|
|
633
638
|
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
|
634
639
|
EmailAddressArn = Shapes::StringShape.new(name: 'EmailAddressArn')
|
|
@@ -920,6 +925,7 @@ module Aws::Connect
|
|
|
920
925
|
HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
|
|
921
926
|
HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
|
|
922
927
|
HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
|
|
928
|
+
HoursOfOperationsIdentifier = Shapes::StructureShape.new(name: 'HoursOfOperationsIdentifier')
|
|
923
929
|
IAMRestrictedPrimaryValue = Shapes::StringShape.new(name: 'IAMRestrictedPrimaryValue')
|
|
924
930
|
ISO8601Datetime = Shapes::StringShape.new(name: 'ISO8601Datetime')
|
|
925
931
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
|
@@ -964,6 +970,7 @@ module Aws::Connect
|
|
|
964
970
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
|
965
971
|
IntervalDetails = Shapes::StructureShape.new(name: 'IntervalDetails')
|
|
966
972
|
IntervalPeriod = Shapes::StringShape.new(name: 'IntervalPeriod')
|
|
973
|
+
IntervalPositiveInteger = Shapes::IntegerShape.new(name: 'IntervalPositiveInteger')
|
|
967
974
|
InvalidActiveRegionException = Shapes::StructureShape.new(name: 'InvalidActiveRegionException')
|
|
968
975
|
InvalidContactFlowException = Shapes::StructureShape.new(name: 'InvalidContactFlowException')
|
|
969
976
|
InvalidContactFlowModuleException = Shapes::StructureShape.new(name: 'InvalidContactFlowModuleException')
|
|
@@ -1006,6 +1013,8 @@ module Aws::Connect
|
|
|
1006
1013
|
ListAuthenticationProfilesResponse = Shapes::StructureShape.new(name: 'ListAuthenticationProfilesResponse')
|
|
1007
1014
|
ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
|
|
1008
1015
|
ListBotsResponse = Shapes::StructureShape.new(name: 'ListBotsResponse')
|
|
1016
|
+
ListChildHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListChildHoursOfOperationsRequest')
|
|
1017
|
+
ListChildHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'ListChildHoursOfOperationsResponse')
|
|
1009
1018
|
ListCondition = Shapes::StructureShape.new(name: 'ListCondition')
|
|
1010
1019
|
ListContactEvaluationsRequest = Shapes::StructureShape.new(name: 'ListContactEvaluationsRequest')
|
|
1011
1020
|
ListContactEvaluationsResponse = Shapes::StructureShape.new(name: 'ListContactEvaluationsResponse')
|
|
@@ -1163,6 +1172,10 @@ module Aws::Connect
|
|
|
1163
1172
|
MonitorCapability = Shapes::StringShape.new(name: 'MonitorCapability')
|
|
1164
1173
|
MonitorContactRequest = Shapes::StructureShape.new(name: 'MonitorContactRequest')
|
|
1165
1174
|
MonitorContactResponse = Shapes::StructureShape.new(name: 'MonitorContactResponse')
|
|
1175
|
+
Month = Shapes::IntegerShape.new(name: 'Month')
|
|
1176
|
+
MonthDay = Shapes::IntegerShape.new(name: 'MonthDay')
|
|
1177
|
+
MonthDayList = Shapes::ListShape.new(name: 'MonthDayList')
|
|
1178
|
+
MonthList = Shapes::ListShape.new(name: 'MonthList')
|
|
1166
1179
|
MultiSelectQuestionRuleCategoryAutomation = Shapes::StructureShape.new(name: 'MultiSelectQuestionRuleCategoryAutomation')
|
|
1167
1180
|
MultiSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationCondition')
|
|
1168
1181
|
MultiSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationLabel')
|
|
@@ -1193,6 +1206,7 @@ module Aws::Connect
|
|
|
1193
1206
|
OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
|
|
1194
1207
|
OperationalHour = Shapes::StructureShape.new(name: 'OperationalHour')
|
|
1195
1208
|
OperationalHours = Shapes::ListShape.new(name: 'OperationalHours')
|
|
1209
|
+
OperationalStatus = Shapes::StringShape.new(name: 'OperationalStatus')
|
|
1196
1210
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
|
1197
1211
|
OriginRegion = Shapes::StringShape.new(name: 'OriginRegion')
|
|
1198
1212
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
|
@@ -1212,13 +1226,20 @@ module Aws::Connect
|
|
|
1212
1226
|
OutboundSubject = Shapes::StringShape.new(name: 'OutboundSubject')
|
|
1213
1227
|
OutputTypeNotFoundException = Shapes::StructureShape.new(name: 'OutputTypeNotFoundException')
|
|
1214
1228
|
OverrideDays = Shapes::StringShape.new(name: 'OverrideDays')
|
|
1229
|
+
OverrideHour = Shapes::StructureShape.new(name: 'OverrideHour')
|
|
1230
|
+
OverrideHours = Shapes::ListShape.new(name: 'OverrideHours')
|
|
1215
1231
|
OverrideTimeSlice = Shapes::StructureShape.new(name: 'OverrideTimeSlice')
|
|
1232
|
+
OverrideType = Shapes::StringShape.new(name: 'OverrideType')
|
|
1216
1233
|
PEM = Shapes::StringShape.new(name: 'PEM')
|
|
1217
1234
|
Page = Shapes::StringShape.new(name: 'Page')
|
|
1218
1235
|
PaletteCanvas = Shapes::StructureShape.new(name: 'PaletteCanvas')
|
|
1219
1236
|
PaletteHeader = Shapes::StructureShape.new(name: 'PaletteHeader')
|
|
1220
1237
|
PaletteNavigation = Shapes::StructureShape.new(name: 'PaletteNavigation')
|
|
1221
1238
|
PalettePrimary = Shapes::StructureShape.new(name: 'PalettePrimary')
|
|
1239
|
+
ParentHoursOfOperationConfig = Shapes::StructureShape.new(name: 'ParentHoursOfOperationConfig')
|
|
1240
|
+
ParentHoursOfOperationConfigList = Shapes::ListShape.new(name: 'ParentHoursOfOperationConfigList')
|
|
1241
|
+
ParentHoursOfOperationIdList = Shapes::ListShape.new(name: 'ParentHoursOfOperationIdList')
|
|
1242
|
+
ParentHoursOfOperationsList = Shapes::ListShape.new(name: 'ParentHoursOfOperationsList')
|
|
1222
1243
|
ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
|
|
1223
1244
|
ParticipantConfiguration = Shapes::StructureShape.new(name: 'ParticipantConfiguration')
|
|
1224
1245
|
ParticipantDetails = Shapes::StructureShape.new(name: 'ParticipantDetails')
|
|
@@ -1409,6 +1430,9 @@ module Aws::Connect
|
|
|
1409
1430
|
RecordingLocation = Shapes::StringShape.new(name: 'RecordingLocation')
|
|
1410
1431
|
RecordingStatus = Shapes::StringShape.new(name: 'RecordingStatus')
|
|
1411
1432
|
Recordings = Shapes::ListShape.new(name: 'Recordings')
|
|
1433
|
+
RecurrenceConfig = Shapes::StructureShape.new(name: 'RecurrenceConfig')
|
|
1434
|
+
RecurrenceFrequency = Shapes::StringShape.new(name: 'RecurrenceFrequency')
|
|
1435
|
+
RecurrencePattern = Shapes::StructureShape.new(name: 'RecurrencePattern')
|
|
1412
1436
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
|
1413
1437
|
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
|
1414
1438
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
|
@@ -1948,6 +1972,8 @@ module Aws::Connect
|
|
|
1948
1972
|
VocabularySummaryList = Shapes::ListShape.new(name: 'VocabularySummaryList')
|
|
1949
1973
|
VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
|
|
1950
1974
|
VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
|
|
1975
|
+
WeekdayOccurrenceInteger = Shapes::IntegerShape.new(name: 'WeekdayOccurrenceInteger')
|
|
1976
|
+
WeekdayOccurrenceList = Shapes::ListShape.new(name: 'WeekdayOccurrenceList')
|
|
1951
1977
|
WisdomInfo = Shapes::StructureShape.new(name: 'WisdomInfo')
|
|
1952
1978
|
Workspace = Shapes::StructureShape.new(name: 'Workspace')
|
|
1953
1979
|
WorkspaceAssociatedResourceId = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceId')
|
|
@@ -2219,6 +2245,11 @@ module Aws::Connect
|
|
|
2219
2245
|
|
|
2220
2246
|
AssociateFlowResponse.struct_class = Types::AssociateFlowResponse
|
|
2221
2247
|
|
|
2248
|
+
AssociateHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2249
|
+
AssociateHoursOfOperationsRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
|
|
2250
|
+
AssociateHoursOfOperationsRequest.add_member(:parent_hours_of_operation_configs, Shapes::ShapeRef.new(shape: ParentHoursOfOperationConfigList, required: true, location_name: "ParentHoursOfOperationConfigs"))
|
|
2251
|
+
AssociateHoursOfOperationsRequest.struct_class = Types::AssociateHoursOfOperationsRequest
|
|
2252
|
+
|
|
2222
2253
|
AssociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2223
2254
|
AssociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location_name: "ResourceType"))
|
|
2224
2255
|
AssociateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
|
@@ -2607,6 +2638,8 @@ module Aws::Connect
|
|
|
2607
2638
|
ChatStreamingConfiguration.add_member(:streaming_endpoint_arn, Shapes::ShapeRef.new(shape: ChatStreamingEndpointARN, required: true, location_name: "StreamingEndpointArn"))
|
|
2608
2639
|
ChatStreamingConfiguration.struct_class = Types::ChatStreamingConfiguration
|
|
2609
2640
|
|
|
2641
|
+
ChildHoursOfOperationsList.member = Shapes::ShapeRef.new(shape: HoursOfOperationsIdentifier)
|
|
2642
|
+
|
|
2610
2643
|
ClaimPhoneNumberRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetArn"))
|
|
2611
2644
|
ClaimPhoneNumberRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
2612
2645
|
ClaimPhoneNumberRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
|
|
@@ -3123,6 +3156,8 @@ module Aws::Connect
|
|
|
3123
3156
|
CreateHoursOfOperationOverrideRequest.add_member(:config, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideConfigList, required: true, location_name: "Config"))
|
|
3124
3157
|
CreateHoursOfOperationOverrideRequest.add_member(:effective_from, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideYearMonthDayDateFormat, required: true, location_name: "EffectiveFrom"))
|
|
3125
3158
|
CreateHoursOfOperationOverrideRequest.add_member(:effective_till, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideYearMonthDayDateFormat, required: true, location_name: "EffectiveTill"))
|
|
3159
|
+
CreateHoursOfOperationOverrideRequest.add_member(:recurrence_config, Shapes::ShapeRef.new(shape: RecurrenceConfig, location_name: "RecurrenceConfig"))
|
|
3160
|
+
CreateHoursOfOperationOverrideRequest.add_member(:override_type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "OverrideType"))
|
|
3126
3161
|
CreateHoursOfOperationOverrideRequest.struct_class = Types::CreateHoursOfOperationOverrideRequest
|
|
3127
3162
|
|
|
3128
3163
|
CreateHoursOfOperationOverrideResponse.add_member(:hours_of_operation_override_id, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideId, location_name: "HoursOfOperationOverrideId"))
|
|
@@ -3133,6 +3168,7 @@ module Aws::Connect
|
|
|
3133
3168
|
CreateHoursOfOperationRequest.add_member(:description, Shapes::ShapeRef.new(shape: HoursOfOperationDescription, location_name: "Description"))
|
|
3134
3169
|
CreateHoursOfOperationRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
|
|
3135
3170
|
CreateHoursOfOperationRequest.add_member(:config, Shapes::ShapeRef.new(shape: HoursOfOperationConfigList, required: true, location_name: "Config"))
|
|
3171
|
+
CreateHoursOfOperationRequest.add_member(:parent_hours_of_operation_configs, Shapes::ShapeRef.new(shape: ParentHoursOfOperationConfigList, location_name: "ParentHoursOfOperationConfigs"))
|
|
3136
3172
|
CreateHoursOfOperationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3137
3173
|
CreateHoursOfOperationRequest.struct_class = Types::CreateHoursOfOperationRequest
|
|
3138
3174
|
|
|
@@ -4079,6 +4115,11 @@ module Aws::Connect
|
|
|
4079
4115
|
|
|
4080
4116
|
DisassociateFlowResponse.struct_class = Types::DisassociateFlowResponse
|
|
4081
4117
|
|
|
4118
|
+
DisassociateHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4119
|
+
DisassociateHoursOfOperationsRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
|
|
4120
|
+
DisassociateHoursOfOperationsRequest.add_member(:parent_hours_of_operation_ids, Shapes::ShapeRef.new(shape: ParentHoursOfOperationIdList, required: true, location_name: "ParentHoursOfOperationIds"))
|
|
4121
|
+
DisassociateHoursOfOperationsRequest.struct_class = Types::DisassociateHoursOfOperationsRequest
|
|
4122
|
+
|
|
4082
4123
|
DisassociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4083
4124
|
DisassociateInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
|
|
4084
4125
|
DisassociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
|
|
@@ -4177,6 +4218,12 @@ module Aws::Connect
|
|
|
4177
4218
|
EffectiveHoursOfOperations.add_member(:operational_hours, Shapes::ShapeRef.new(shape: OperationalHours, location_name: "OperationalHours"))
|
|
4178
4219
|
EffectiveHoursOfOperations.struct_class = Types::EffectiveHoursOfOperations
|
|
4179
4220
|
|
|
4221
|
+
EffectiveOverrideHours.add_member(:date, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideYearMonthDayDateFormat, location_name: "Date"))
|
|
4222
|
+
EffectiveOverrideHours.add_member(:override_hours, Shapes::ShapeRef.new(shape: OverrideHours, location_name: "OverrideHours"))
|
|
4223
|
+
EffectiveOverrideHours.struct_class = Types::EffectiveOverrideHours
|
|
4224
|
+
|
|
4225
|
+
EffectiveOverrideHoursList.member = Shapes::ShapeRef.new(shape: EffectiveOverrideHours)
|
|
4226
|
+
|
|
4180
4227
|
EmailAddressInfo.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
|
|
4181
4228
|
EmailAddressInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
|
|
4182
4229
|
EmailAddressInfo.struct_class = Types::EmailAddressInfo
|
|
@@ -4876,6 +4923,7 @@ module Aws::Connect
|
|
|
4876
4923
|
GetEffectiveHoursOfOperationsRequest.struct_class = Types::GetEffectiveHoursOfOperationsRequest
|
|
4877
4924
|
|
|
4878
4925
|
GetEffectiveHoursOfOperationsResponse.add_member(:effective_hours_of_operation_list, Shapes::ShapeRef.new(shape: EffectiveHoursOfOperationList, location_name: "EffectiveHoursOfOperationList"))
|
|
4926
|
+
GetEffectiveHoursOfOperationsResponse.add_member(:effective_override_hours_list, Shapes::ShapeRef.new(shape: EffectiveOverrideHoursList, location_name: "EffectiveOverrideHoursList"))
|
|
4879
4927
|
GetEffectiveHoursOfOperationsResponse.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
|
|
4880
4928
|
GetEffectiveHoursOfOperationsResponse.struct_class = Types::GetEffectiveHoursOfOperationsResponse
|
|
4881
4929
|
|
|
@@ -5081,6 +5129,7 @@ module Aws::Connect
|
|
|
5081
5129
|
HoursOfOperation.add_member(:description, Shapes::ShapeRef.new(shape: HoursOfOperationDescription, location_name: "Description"))
|
|
5082
5130
|
HoursOfOperation.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
|
|
5083
5131
|
HoursOfOperation.add_member(:config, Shapes::ShapeRef.new(shape: HoursOfOperationConfigList, location_name: "Config"))
|
|
5132
|
+
HoursOfOperation.add_member(:parent_hours_of_operations, Shapes::ShapeRef.new(shape: ParentHoursOfOperationsList, location_name: "ParentHoursOfOperations"))
|
|
5084
5133
|
HoursOfOperation.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
5085
5134
|
HoursOfOperation.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
5086
5135
|
HoursOfOperation.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
@@ -5103,6 +5152,8 @@ module Aws::Connect
|
|
|
5103
5152
|
HoursOfOperationOverride.add_member(:config, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideConfigList, location_name: "Config"))
|
|
5104
5153
|
HoursOfOperationOverride.add_member(:effective_from, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideYearMonthDayDateFormat, location_name: "EffectiveFrom"))
|
|
5105
5154
|
HoursOfOperationOverride.add_member(:effective_till, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideYearMonthDayDateFormat, location_name: "EffectiveTill"))
|
|
5155
|
+
HoursOfOperationOverride.add_member(:recurrence_config, Shapes::ShapeRef.new(shape: RecurrenceConfig, location_name: "RecurrenceConfig"))
|
|
5156
|
+
HoursOfOperationOverride.add_member(:override_type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "OverrideType"))
|
|
5106
5157
|
HoursOfOperationOverride.struct_class = Types::HoursOfOperationOverride
|
|
5107
5158
|
|
|
5108
5159
|
HoursOfOperationOverrideConfig.add_member(:day, Shapes::ShapeRef.new(shape: OverrideDays, location_name: "Day"))
|
|
@@ -5145,6 +5196,11 @@ module Aws::Connect
|
|
|
5145
5196
|
HoursOfOperationTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box" => true}))
|
|
5146
5197
|
HoursOfOperationTimeSlice.struct_class = Types::HoursOfOperationTimeSlice
|
|
5147
5198
|
|
|
5199
|
+
HoursOfOperationsIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
|
|
5200
|
+
HoursOfOperationsIdentifier.add_member(:id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location_name: "Id"))
|
|
5201
|
+
HoursOfOperationsIdentifier.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
5202
|
+
HoursOfOperationsIdentifier.struct_class = Types::HoursOfOperationsIdentifier
|
|
5203
|
+
|
|
5148
5204
|
IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
5149
5205
|
IdempotencyException.struct_class = Types::IdempotencyException
|
|
5150
5206
|
|
|
@@ -5375,6 +5431,18 @@ module Aws::Connect
|
|
|
5375
5431
|
ListBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5376
5432
|
ListBotsResponse.struct_class = Types::ListBotsResponse
|
|
5377
5433
|
|
|
5434
|
+
ListChildHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5435
|
+
ListChildHoursOfOperationsRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
|
|
5436
|
+
ListChildHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5437
|
+
ListChildHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5438
|
+
ListChildHoursOfOperationsRequest.struct_class = Types::ListChildHoursOfOperationsRequest
|
|
5439
|
+
|
|
5440
|
+
ListChildHoursOfOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5441
|
+
ListChildHoursOfOperationsResponse.add_member(:child_hours_of_operations_summary_list, Shapes::ShapeRef.new(shape: ChildHoursOfOperationsList, location_name: "ChildHoursOfOperationsSummaryList"))
|
|
5442
|
+
ListChildHoursOfOperationsResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
5443
|
+
ListChildHoursOfOperationsResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
5444
|
+
ListChildHoursOfOperationsResponse.struct_class = Types::ListChildHoursOfOperationsResponse
|
|
5445
|
+
|
|
5378
5446
|
ListCondition.add_member(:target_list_type, Shapes::ShapeRef.new(shape: TargetListType, location_name: "TargetListType"))
|
|
5379
5447
|
ListCondition.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
|
5380
5448
|
ListCondition.struct_class = Types::ListCondition
|
|
@@ -6020,6 +6088,10 @@ module Aws::Connect
|
|
|
6020
6088
|
MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
|
6021
6089
|
MonitorContactResponse.struct_class = Types::MonitorContactResponse
|
|
6022
6090
|
|
|
6091
|
+
MonthDayList.member = Shapes::ShapeRef.new(shape: MonthDay)
|
|
6092
|
+
|
|
6093
|
+
MonthList.member = Shapes::ShapeRef.new(shape: Month)
|
|
6094
|
+
|
|
6023
6095
|
MultiSelectQuestionRuleCategoryAutomation.add_member(:category, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationLabel, required: true, location_name: "Category"))
|
|
6024
6096
|
MultiSelectQuestionRuleCategoryAutomation.add_member(:condition, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationCondition, required: true, location_name: "Condition"))
|
|
6025
6097
|
MultiSelectQuestionRuleCategoryAutomation.add_member(:option_ref_ids, Shapes::ShapeRef.new(shape: ReferenceIdList, required: true, location_name: "OptionRefIds"))
|
|
@@ -6106,6 +6178,14 @@ module Aws::Connect
|
|
|
6106
6178
|
OutputTypeNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
6107
6179
|
OutputTypeNotFoundException.struct_class = Types::OutputTypeNotFoundException
|
|
6108
6180
|
|
|
6181
|
+
OverrideHour.add_member(:start, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "Start"))
|
|
6182
|
+
OverrideHour.add_member(:end, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "End"))
|
|
6183
|
+
OverrideHour.add_member(:override_name, Shapes::ShapeRef.new(shape: CommonHumanReadableName, location_name: "OverrideName"))
|
|
6184
|
+
OverrideHour.add_member(:operational_status, Shapes::ShapeRef.new(shape: OperationalStatus, location_name: "OperationalStatus"))
|
|
6185
|
+
OverrideHour.struct_class = Types::OverrideHour
|
|
6186
|
+
|
|
6187
|
+
OverrideHours.member = Shapes::ShapeRef.new(shape: OverrideHour)
|
|
6188
|
+
|
|
6109
6189
|
OverrideTimeSlice.add_member(:hours, Shapes::ShapeRef.new(shape: Hours24Format, required: true, location_name: "Hours", metadata: {"box" => true}))
|
|
6110
6190
|
OverrideTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box" => true}))
|
|
6111
6191
|
OverrideTimeSlice.struct_class = Types::OverrideTimeSlice
|
|
@@ -6135,6 +6215,15 @@ module Aws::Connect
|
|
|
6135
6215
|
PalettePrimary.add_member(:contrast_text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ContrastText"))
|
|
6136
6216
|
PalettePrimary.struct_class = Types::PalettePrimary
|
|
6137
6217
|
|
|
6218
|
+
ParentHoursOfOperationConfig.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "HoursOfOperationId"))
|
|
6219
|
+
ParentHoursOfOperationConfig.struct_class = Types::ParentHoursOfOperationConfig
|
|
6220
|
+
|
|
6221
|
+
ParentHoursOfOperationConfigList.member = Shapes::ShapeRef.new(shape: ParentHoursOfOperationConfig)
|
|
6222
|
+
|
|
6223
|
+
ParentHoursOfOperationIdList.member = Shapes::ShapeRef.new(shape: HoursOfOperationId)
|
|
6224
|
+
|
|
6225
|
+
ParentHoursOfOperationsList.member = Shapes::ShapeRef.new(shape: HoursOfOperationsIdentifier)
|
|
6226
|
+
|
|
6138
6227
|
ParticipantCapabilities.add_member(:video, Shapes::ShapeRef.new(shape: VideoCapability, location_name: "Video"))
|
|
6139
6228
|
ParticipantCapabilities.add_member(:screen_share, Shapes::ShapeRef.new(shape: ScreenShareCapability, location_name: "ScreenShare"))
|
|
6140
6229
|
ParticipantCapabilities.struct_class = Types::ParticipantCapabilities
|
|
@@ -6600,6 +6689,16 @@ module Aws::Connect
|
|
|
6600
6689
|
|
|
6601
6690
|
Recordings.member = Shapes::ShapeRef.new(shape: RecordingInfo)
|
|
6602
6691
|
|
|
6692
|
+
RecurrenceConfig.add_member(:recurrence_pattern, Shapes::ShapeRef.new(shape: RecurrencePattern, required: true, location_name: "RecurrencePattern"))
|
|
6693
|
+
RecurrenceConfig.struct_class = Types::RecurrenceConfig
|
|
6694
|
+
|
|
6695
|
+
RecurrencePattern.add_member(:frequency, Shapes::ShapeRef.new(shape: RecurrenceFrequency, required: true, location_name: "Frequency"))
|
|
6696
|
+
RecurrencePattern.add_member(:interval, Shapes::ShapeRef.new(shape: IntervalPositiveInteger, required: true, location_name: "Interval"))
|
|
6697
|
+
RecurrencePattern.add_member(:by_month, Shapes::ShapeRef.new(shape: MonthList, location_name: "ByMonth", metadata: {"box" => true}))
|
|
6698
|
+
RecurrencePattern.add_member(:by_month_day, Shapes::ShapeRef.new(shape: MonthDayList, location_name: "ByMonthDay", metadata: {"box" => true}))
|
|
6699
|
+
RecurrencePattern.add_member(:by_weekday_occurrence, Shapes::ShapeRef.new(shape: WeekdayOccurrenceList, location_name: "ByWeekdayOccurrence", metadata: {"box" => true}))
|
|
6700
|
+
RecurrencePattern.struct_class = Types::RecurrencePattern
|
|
6701
|
+
|
|
6603
6702
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
|
6604
6703
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
|
6605
6704
|
Reference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
|
@@ -7993,6 +8092,8 @@ module Aws::Connect
|
|
|
7993
8092
|
UpdateHoursOfOperationOverrideRequest.add_member(:config, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideConfigList, location_name: "Config"))
|
|
7994
8093
|
UpdateHoursOfOperationOverrideRequest.add_member(:effective_from, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideYearMonthDayDateFormat, location_name: "EffectiveFrom"))
|
|
7995
8094
|
UpdateHoursOfOperationOverrideRequest.add_member(:effective_till, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideYearMonthDayDateFormat, location_name: "EffectiveTill"))
|
|
8095
|
+
UpdateHoursOfOperationOverrideRequest.add_member(:recurrence_config, Shapes::ShapeRef.new(shape: RecurrenceConfig, location_name: "RecurrenceConfig"))
|
|
8096
|
+
UpdateHoursOfOperationOverrideRequest.add_member(:override_type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "OverrideType"))
|
|
7996
8097
|
UpdateHoursOfOperationOverrideRequest.struct_class = Types::UpdateHoursOfOperationOverrideRequest
|
|
7997
8098
|
|
|
7998
8099
|
UpdateHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
@@ -8548,6 +8649,8 @@ module Aws::Connect
|
|
|
8548
8649
|
VoiceRecordingConfiguration.add_member(:ivr_recording_track, Shapes::ShapeRef.new(shape: IvrRecordingTrack, location_name: "IvrRecordingTrack"))
|
|
8549
8650
|
VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
|
|
8550
8651
|
|
|
8652
|
+
WeekdayOccurrenceList.member = Shapes::ShapeRef.new(shape: WeekdayOccurrenceInteger)
|
|
8653
|
+
|
|
8551
8654
|
WisdomInfo.add_member(:session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SessionArn"))
|
|
8552
8655
|
WisdomInfo.add_member(:ai_agents, Shapes::ShapeRef.new(shape: AiAgents, location_name: "AiAgents"))
|
|
8553
8656
|
WisdomInfo.struct_class = Types::WisdomInfo
|
|
@@ -8782,6 +8885,21 @@ module Aws::Connect
|
|
|
8782
8885
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8783
8886
|
end)
|
|
8784
8887
|
|
|
8888
|
+
api.add_operation(:associate_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
|
8889
|
+
o.name = "AssociateHoursOfOperations"
|
|
8890
|
+
o.http_method = "POST"
|
|
8891
|
+
o.http_request_uri = "/hours-of-operations/{InstanceId}/{HoursOfOperationId}/associate-hours"
|
|
8892
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateHoursOfOperationsRequest)
|
|
8893
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
8894
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8896
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8897
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8898
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8899
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
|
|
8900
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
8901
|
+
end)
|
|
8902
|
+
|
|
8785
8903
|
api.add_operation(:associate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
|
|
8786
8904
|
o.name = "AssociateInstanceStorageConfig"
|
|
8787
8905
|
o.http_method = "PUT"
|
|
@@ -9284,6 +9402,7 @@ module Aws::Connect
|
|
|
9284
9402
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
9285
9403
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9286
9404
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9405
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9287
9406
|
end)
|
|
9288
9407
|
|
|
9289
9408
|
api.add_operation(:create_hours_of_operation_override, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -10579,6 +10698,20 @@ module Aws::Connect
|
|
|
10579
10698
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10580
10699
|
end)
|
|
10581
10700
|
|
|
10701
|
+
api.add_operation(:disassociate_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
|
10702
|
+
o.name = "DisassociateHoursOfOperations"
|
|
10703
|
+
o.http_method = "POST"
|
|
10704
|
+
o.http_request_uri = "/hours-of-operations/{InstanceId}/{HoursOfOperationId}/disassociate-hours"
|
|
10705
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateHoursOfOperationsRequest)
|
|
10706
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
10707
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10708
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10709
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10710
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10711
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10712
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
|
|
10713
|
+
end)
|
|
10714
|
+
|
|
10582
10715
|
api.add_operation(:disassociate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
|
|
10583
10716
|
o.name = "DisassociateInstanceStorageConfig"
|
|
10584
10717
|
o.http_method = "DELETE"
|
|
@@ -11095,6 +11228,25 @@ module Aws::Connect
|
|
|
11095
11228
|
)
|
|
11096
11229
|
end)
|
|
11097
11230
|
|
|
11231
|
+
api.add_operation(:list_child_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
|
11232
|
+
o.name = "ListChildHoursOfOperations"
|
|
11233
|
+
o.http_method = "GET"
|
|
11234
|
+
o.http_request_uri = "/hours-of-operations/{InstanceId}/{HoursOfOperationId}/hours"
|
|
11235
|
+
o.input = Shapes::ShapeRef.new(shape: ListChildHoursOfOperationsRequest)
|
|
11236
|
+
o.output = Shapes::ShapeRef.new(shape: ListChildHoursOfOperationsResponse)
|
|
11237
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11238
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11239
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11240
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11241
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11242
|
+
o[:pager] = Aws::Pager.new(
|
|
11243
|
+
limit_key: "max_results",
|
|
11244
|
+
tokens: {
|
|
11245
|
+
"next_token" => "next_token"
|
|
11246
|
+
}
|
|
11247
|
+
)
|
|
11248
|
+
end)
|
|
11249
|
+
|
|
11098
11250
|
api.add_operation(:list_contact_evaluations, Seahorse::Model::Operation.new.tap do |o|
|
|
11099
11251
|
o.name = "ListContactEvaluations"
|
|
11100
11252
|
o.http_method = "GET"
|