aws-sdk-connect 1.222.0 → 1.224.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 +266 -232
- data/lib/aws-sdk-connect/client_api.rb +10 -2
- data/lib/aws-sdk-connect/types.rb +272 -227
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +5 -2
- data/sig/types.rbs +6 -0
- metadata +1 -1
|
@@ -772,6 +772,7 @@ module Aws::Connect
|
|
|
772
772
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
|
773
773
|
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
|
774
774
|
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
|
775
|
+
InactivityDuration = Shapes::IntegerShape.new(name: 'InactivityDuration')
|
|
775
776
|
InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
|
|
776
777
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
|
777
778
|
InboundEmailContent = Shapes::StructureShape.new(name: 'InboundEmailContent')
|
|
@@ -1230,6 +1231,7 @@ module Aws::Connect
|
|
|
1230
1231
|
ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
|
|
1231
1232
|
ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
|
|
1232
1233
|
ResumeContactResponse = Shapes::StructureShape.new(name: 'ResumeContactResponse')
|
|
1234
|
+
RingTimeoutInSeconds = Shapes::IntegerShape.new(name: 'RingTimeoutInSeconds')
|
|
1233
1235
|
RoutingCriteria = Shapes::StructureShape.new(name: 'RoutingCriteria')
|
|
1234
1236
|
RoutingCriteriaInput = Shapes::StructureShape.new(name: 'RoutingCriteriaInput')
|
|
1235
1237
|
RoutingCriteriaInputStep = Shapes::StructureShape.new(name: 'RoutingCriteriaInputStep')
|
|
@@ -2046,8 +2048,10 @@ module Aws::Connect
|
|
|
2046
2048
|
AuthenticationProfile.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
|
2047
2049
|
AuthenticationProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2048
2050
|
AuthenticationProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
2049
|
-
AuthenticationProfile.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, location_name: "PeriodicSessionDuration"))
|
|
2051
|
+
AuthenticationProfile.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, deprecated: true, location_name: "PeriodicSessionDuration", metadata: {"deprecatedMessage" => "PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.", "deprecatedSince" => "10/31/2025"}))
|
|
2050
2052
|
AuthenticationProfile.add_member(:max_session_duration, Shapes::ShapeRef.new(shape: RefreshTokenDuration, location_name: "MaxSessionDuration"))
|
|
2053
|
+
AuthenticationProfile.add_member(:session_inactivity_duration, Shapes::ShapeRef.new(shape: InactivityDuration, location_name: "SessionInactivityDuration", metadata: {"box" => true}))
|
|
2054
|
+
AuthenticationProfile.add_member(:session_inactivity_handling_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SessionInactivityHandlingEnabled", metadata: {"box" => true}))
|
|
2051
2055
|
AuthenticationProfile.struct_class = Types::AuthenticationProfile
|
|
2052
2056
|
|
|
2053
2057
|
AuthenticationProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: AuthenticationProfileId, location_name: "Id"))
|
|
@@ -2241,6 +2245,7 @@ module Aws::Connect
|
|
|
2241
2245
|
Contact.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdateTimestamp"))
|
|
2242
2246
|
Contact.add_member(:last_paused_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastPausedTimestamp"))
|
|
2243
2247
|
Contact.add_member(:last_resumed_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastResumedTimestamp"))
|
|
2248
|
+
Contact.add_member(:ring_start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "RingStartTimestamp"))
|
|
2244
2249
|
Contact.add_member(:total_pause_count, Shapes::ShapeRef.new(shape: TotalPauseCount, location_name: "TotalPauseCount"))
|
|
2245
2250
|
Contact.add_member(:total_pause_duration_in_seconds, Shapes::ShapeRef.new(shape: TotalPauseDurationInSeconds, location_name: "TotalPauseDurationInSeconds"))
|
|
2246
2251
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
|
@@ -6308,6 +6313,7 @@ module Aws::Connect
|
|
|
6308
6313
|
StartOutboundVoiceContactRequest.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
|
|
6309
6314
|
StartOutboundVoiceContactRequest.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, location_name: "TrafficType"))
|
|
6310
6315
|
StartOutboundVoiceContactRequest.add_member(:outbound_strategy, Shapes::ShapeRef.new(shape: OutboundStrategy, location_name: "OutboundStrategy"))
|
|
6316
|
+
StartOutboundVoiceContactRequest.add_member(:ring_timeout_in_seconds, Shapes::ShapeRef.new(shape: RingTimeoutInSeconds, location_name: "RingTimeoutInSeconds"))
|
|
6311
6317
|
StartOutboundVoiceContactRequest.struct_class = Types::StartOutboundVoiceContactRequest
|
|
6312
6318
|
|
|
6313
6319
|
StartOutboundVoiceContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
@@ -6616,7 +6622,9 @@ module Aws::Connect
|
|
|
6616
6622
|
UpdateAuthenticationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuthenticationProfileDescription, location_name: "Description"))
|
|
6617
6623
|
UpdateAuthenticationProfileRequest.add_member(:allowed_ips, Shapes::ShapeRef.new(shape: IpCidrList, location_name: "AllowedIps"))
|
|
6618
6624
|
UpdateAuthenticationProfileRequest.add_member(:blocked_ips, Shapes::ShapeRef.new(shape: IpCidrList, location_name: "BlockedIps"))
|
|
6619
|
-
UpdateAuthenticationProfileRequest.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, location_name: "PeriodicSessionDuration", metadata: {"box" => true}))
|
|
6625
|
+
UpdateAuthenticationProfileRequest.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, deprecated: true, location_name: "PeriodicSessionDuration", metadata: {"box" => true, "deprecatedMessage" => "PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.", "deprecatedSince" => "10/31/2025"}))
|
|
6626
|
+
UpdateAuthenticationProfileRequest.add_member(:session_inactivity_duration, Shapes::ShapeRef.new(shape: InactivityDuration, location_name: "SessionInactivityDuration", metadata: {"box" => true}))
|
|
6627
|
+
UpdateAuthenticationProfileRequest.add_member(:session_inactivity_handling_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SessionInactivityHandlingEnabled", metadata: {"box" => true}))
|
|
6620
6628
|
UpdateAuthenticationProfileRequest.struct_class = Types::UpdateAuthenticationProfileRequest
|
|
6621
6629
|
|
|
6622
6630
|
UpdateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
|