aws-sdk-connect 1.230.0 → 1.231.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +4 -1
- data/lib/aws-sdk-connect/client_api.rb +23 -0
- data/lib/aws-sdk-connect/errors.rb +16 -0
- data/lib/aws-sdk-connect/types.rb +52 -1
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +13 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f3ded14e9d4f390247ea36d893bb1a03dcff176ce91674485ed9f836ac8c48e
|
|
4
|
+
data.tar.gz: '04509c30b1435cad57e8fa7f50e5b58e6c5d904218d4b09e3cc1370a2c19bd28'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ff30d20b269b6772df5a44e70acbb89ebfa592bdcef5df8a7996dba465ad291b915c8af99528689a97857bfcd04bb7c6a49d7616cfe425dc98cb375b0d7ab7d
|
|
7
|
+
data.tar.gz: ecd8f1506e211629c0b2e31cf1e985c42bbf4fe8ad8d3e9fe7f53a834a973f8e4d0cf57572672f618cb52bfd07a5ee0f9c8459de8f446aad0c3ddb48f6e797ae
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.231.0
|
|
@@ -7162,6 +7162,9 @@ module Aws::Connect
|
|
|
7162
7162
|
# resp.contact.next_contacts[0].next_contact_metadata.quick_connect_contact_data.quick_connect_id #=> String
|
|
7163
7163
|
# resp.contact.next_contacts[0].next_contact_metadata.quick_connect_contact_data.quick_connect_name #=> String
|
|
7164
7164
|
# resp.contact.next_contacts[0].next_contact_metadata.quick_connect_contact_data.quick_connect_type #=> String, one of "USER", "QUEUE", "PHONE_NUMBER", "FLOW"
|
|
7165
|
+
# resp.contact.global_resiliency_metadata.active_region #=> String
|
|
7166
|
+
# resp.contact.global_resiliency_metadata.origin_region #=> String
|
|
7167
|
+
# resp.contact.global_resiliency_metadata.traffic_distribution_group_id #=> String
|
|
7165
7168
|
#
|
|
7166
7169
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
|
|
7167
7170
|
#
|
|
@@ -26848,7 +26851,7 @@ module Aws::Connect
|
|
|
26848
26851
|
tracer: tracer
|
|
26849
26852
|
)
|
|
26850
26853
|
context[:gem_name] = 'aws-sdk-connect'
|
|
26851
|
-
context[:gem_version] = '1.
|
|
26854
|
+
context[:gem_version] = '1.231.0'
|
|
26852
26855
|
Seahorse::Client::Request.new(handlers, context)
|
|
26853
26856
|
end
|
|
26854
26857
|
|
|
@@ -24,6 +24,7 @@ module Aws::Connect
|
|
|
24
24
|
ActionType = Shapes::StringShape.new(name: 'ActionType')
|
|
25
25
|
ActivateEvaluationFormRequest = Shapes::StructureShape.new(name: 'ActivateEvaluationFormRequest')
|
|
26
26
|
ActivateEvaluationFormResponse = Shapes::StructureShape.new(name: 'ActivateEvaluationFormResponse')
|
|
27
|
+
ActiveRegion = Shapes::StringShape.new(name: 'ActiveRegion')
|
|
27
28
|
AdditionalEmailRecipients = Shapes::StructureShape.new(name: 'AdditionalEmailRecipients')
|
|
28
29
|
AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
|
|
29
30
|
AgentAvailabilityTimer = Shapes::StringShape.new(name: 'AgentAvailabilityTimer')
|
|
@@ -860,6 +861,7 @@ module Aws::Connect
|
|
|
860
861
|
GetTaskTemplateResponse = Shapes::StructureShape.new(name: 'GetTaskTemplateResponse')
|
|
861
862
|
GetTrafficDistributionRequest = Shapes::StructureShape.new(name: 'GetTrafficDistributionRequest')
|
|
862
863
|
GetTrafficDistributionResponse = Shapes::StructureShape.new(name: 'GetTrafficDistributionResponse')
|
|
864
|
+
GlobalResiliencyMetadata = Shapes::StructureShape.new(name: 'GlobalResiliencyMetadata')
|
|
863
865
|
GlobalSignInEndpoint = Shapes::StringShape.new(name: 'GlobalSignInEndpoint')
|
|
864
866
|
GranularAccessControlConfiguration = Shapes::StructureShape.new(name: 'GranularAccessControlConfiguration')
|
|
865
867
|
Grouping = Shapes::StringShape.new(name: 'Grouping')
|
|
@@ -961,6 +963,7 @@ module Aws::Connect
|
|
|
961
963
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
|
962
964
|
IntervalDetails = Shapes::StructureShape.new(name: 'IntervalDetails')
|
|
963
965
|
IntervalPeriod = Shapes::StringShape.new(name: 'IntervalPeriod')
|
|
966
|
+
InvalidActiveRegionException = Shapes::StructureShape.new(name: 'InvalidActiveRegionException')
|
|
964
967
|
InvalidContactFlowException = Shapes::StructureShape.new(name: 'InvalidContactFlowException')
|
|
965
968
|
InvalidContactFlowModuleException = Shapes::StructureShape.new(name: 'InvalidContactFlowModuleException')
|
|
966
969
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
|
@@ -1190,6 +1193,7 @@ module Aws::Connect
|
|
|
1190
1193
|
OperationalHour = Shapes::StructureShape.new(name: 'OperationalHour')
|
|
1191
1194
|
OperationalHours = Shapes::ListShape.new(name: 'OperationalHours')
|
|
1192
1195
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
|
1196
|
+
OriginRegion = Shapes::StringShape.new(name: 'OriginRegion')
|
|
1193
1197
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
|
1194
1198
|
OutboundAdditionalRecipients = Shapes::StructureShape.new(name: 'OutboundAdditionalRecipients')
|
|
1195
1199
|
OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
|
|
@@ -2700,6 +2704,7 @@ module Aws::Connect
|
|
|
2700
2704
|
Contact.add_member(:outbound_strategy, Shapes::ShapeRef.new(shape: OutboundStrategy, location_name: "OutboundStrategy"))
|
|
2701
2705
|
Contact.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
|
2702
2706
|
Contact.add_member(:next_contacts, Shapes::ShapeRef.new(shape: NextContacts, location_name: "NextContacts"))
|
|
2707
|
+
Contact.add_member(:global_resiliency_metadata, Shapes::ShapeRef.new(shape: GlobalResiliencyMetadata, location_name: "GlobalResiliencyMetadata"))
|
|
2703
2708
|
Contact.struct_class = Types::Contact
|
|
2704
2709
|
|
|
2705
2710
|
ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
|
|
@@ -4958,6 +4963,11 @@ module Aws::Connect
|
|
|
4958
4963
|
GetTrafficDistributionResponse.add_member(:agent_config, Shapes::ShapeRef.new(shape: AgentConfig, location_name: "AgentConfig"))
|
|
4959
4964
|
GetTrafficDistributionResponse.struct_class = Types::GetTrafficDistributionResponse
|
|
4960
4965
|
|
|
4966
|
+
GlobalResiliencyMetadata.add_member(:active_region, Shapes::ShapeRef.new(shape: ActiveRegion, location_name: "ActiveRegion"))
|
|
4967
|
+
GlobalResiliencyMetadata.add_member(:origin_region, Shapes::ShapeRef.new(shape: OriginRegion, location_name: "OriginRegion"))
|
|
4968
|
+
GlobalResiliencyMetadata.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupId, location_name: "TrafficDistributionGroupId"))
|
|
4969
|
+
GlobalResiliencyMetadata.struct_class = Types::GlobalResiliencyMetadata
|
|
4970
|
+
|
|
4961
4971
|
GranularAccessControlConfiguration.add_member(:data_table_access_control_configuration, Shapes::ShapeRef.new(shape: DataTableAccessControlConfiguration, location_name: "DataTableAccessControlConfiguration"))
|
|
4962
4972
|
GranularAccessControlConfiguration.struct_class = Types::GranularAccessControlConfiguration
|
|
4963
4973
|
|
|
@@ -5236,6 +5246,9 @@ module Aws::Connect
|
|
|
5236
5246
|
IntervalDetails.add_member(:interval_period, Shapes::ShapeRef.new(shape: IntervalPeriod, location_name: "IntervalPeriod"))
|
|
5237
5247
|
IntervalDetails.struct_class = Types::IntervalDetails
|
|
5238
5248
|
|
|
5249
|
+
InvalidActiveRegionException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
5250
|
+
InvalidActiveRegionException.struct_class = Types::InvalidActiveRegionException
|
|
5251
|
+
|
|
5239
5252
|
InvalidContactFlowException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "problems"))
|
|
5240
5253
|
InvalidContactFlowException.struct_class = Types::InvalidContactFlowException
|
|
5241
5254
|
|
|
@@ -12182,6 +12195,7 @@ module Aws::Connect
|
|
|
12182
12195
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12183
12196
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12184
12197
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12198
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
12185
12199
|
end)
|
|
12186
12200
|
|
|
12187
12201
|
api.add_operation(:search_agent_statuses, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -12719,6 +12733,7 @@ module Aws::Connect
|
|
|
12719
12733
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12720
12734
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12721
12735
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12736
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
12722
12737
|
end)
|
|
12723
12738
|
|
|
12724
12739
|
api.add_operation(:start_contact_streaming, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -12846,6 +12861,7 @@ module Aws::Connect
|
|
|
12846
12861
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12847
12862
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12848
12863
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12864
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
12849
12865
|
end)
|
|
12850
12866
|
|
|
12851
12867
|
api.add_operation(:stop_contact_media_processing, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -12871,6 +12887,7 @@ module Aws::Connect
|
|
|
12871
12887
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12872
12888
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12873
12889
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12890
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
12874
12891
|
end)
|
|
12875
12892
|
|
|
12876
12893
|
api.add_operation(:stop_contact_streaming, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -12907,6 +12924,7 @@ module Aws::Connect
|
|
|
12907
12924
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12908
12925
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12909
12926
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12927
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
12910
12928
|
end)
|
|
12911
12929
|
|
|
12912
12930
|
api.add_operation(:tag_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -12920,6 +12938,7 @@ module Aws::Connect
|
|
|
12920
12938
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12921
12939
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12922
12940
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12941
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
12923
12942
|
end)
|
|
12924
12943
|
|
|
12925
12944
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -12961,6 +12980,7 @@ module Aws::Connect
|
|
|
12961
12980
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12962
12981
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12963
12982
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12983
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
12964
12984
|
end)
|
|
12965
12985
|
|
|
12966
12986
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -13017,6 +13037,7 @@ module Aws::Connect
|
|
|
13017
13037
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13018
13038
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13019
13039
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13040
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
13020
13041
|
end)
|
|
13021
13042
|
|
|
13022
13043
|
api.add_operation(:update_contact_attributes, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -13029,6 +13050,7 @@ module Aws::Connect
|
|
|
13029
13050
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13030
13051
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13031
13052
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13053
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
13032
13054
|
end)
|
|
13033
13055
|
|
|
13034
13056
|
api.add_operation(:update_contact_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -13143,6 +13165,7 @@ module Aws::Connect
|
|
|
13143
13165
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13144
13166
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13145
13167
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13168
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidActiveRegionException)
|
|
13146
13169
|
end)
|
|
13147
13170
|
|
|
13148
13171
|
api.add_operation(:update_contact_schedule, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -36,6 +36,7 @@ module Aws::Connect
|
|
|
36
36
|
# * {DuplicateResourceException}
|
|
37
37
|
# * {IdempotencyException}
|
|
38
38
|
# * {InternalServiceException}
|
|
39
|
+
# * {InvalidActiveRegionException}
|
|
39
40
|
# * {InvalidContactFlowException}
|
|
40
41
|
# * {InvalidContactFlowModuleException}
|
|
41
42
|
# * {InvalidParameterException}
|
|
@@ -195,6 +196,21 @@ module Aws::Connect
|
|
|
195
196
|
end
|
|
196
197
|
end
|
|
197
198
|
|
|
199
|
+
class InvalidActiveRegionException < ServiceError
|
|
200
|
+
|
|
201
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
202
|
+
# @param [String] message
|
|
203
|
+
# @param [Aws::Connect::Types::InvalidActiveRegionException] data
|
|
204
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
205
|
+
super(context, message, data)
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
# @return [String]
|
|
209
|
+
def message
|
|
210
|
+
@message || @data[:message]
|
|
211
|
+
end
|
|
212
|
+
end
|
|
213
|
+
|
|
198
214
|
class InvalidContactFlowException < ServiceError
|
|
199
215
|
|
|
200
216
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -3543,6 +3543,11 @@ module Aws::Connect
|
|
|
3543
3543
|
# List of next contact entries for the contact.
|
|
3544
3544
|
# @return [Array<Types::NextContactEntry>]
|
|
3545
3545
|
#
|
|
3546
|
+
# @!attribute [rw] global_resiliency_metadata
|
|
3547
|
+
# Information about the global resiliency configuration for the
|
|
3548
|
+
# contact, including traffic distribution details.
|
|
3549
|
+
# @return [Types::GlobalResiliencyMetadata]
|
|
3550
|
+
#
|
|
3546
3551
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Contact AWS API Documentation
|
|
3547
3552
|
#
|
|
3548
3553
|
class Contact < Struct.new(
|
|
@@ -3592,7 +3597,8 @@ module Aws::Connect
|
|
|
3592
3597
|
:contact_details,
|
|
3593
3598
|
:outbound_strategy,
|
|
3594
3599
|
:attributes,
|
|
3595
|
-
:next_contacts
|
|
3600
|
+
:next_contacts,
|
|
3601
|
+
:global_resiliency_metadata)
|
|
3596
3602
|
SENSITIVE = [:name, :description]
|
|
3597
3603
|
include Aws::Structure
|
|
3598
3604
|
end
|
|
@@ -17121,6 +17127,34 @@ module Aws::Connect
|
|
|
17121
17127
|
include Aws::Structure
|
|
17122
17128
|
end
|
|
17123
17129
|
|
|
17130
|
+
# Information about the global resiliency configuration for the contact,
|
|
17131
|
+
# including traffic distribution details.
|
|
17132
|
+
#
|
|
17133
|
+
# @!attribute [rw] active_region
|
|
17134
|
+
# The current AWS region in which the contact is active. This
|
|
17135
|
+
# indicates where the contact is being processed in real-time.
|
|
17136
|
+
# @return [String]
|
|
17137
|
+
#
|
|
17138
|
+
# @!attribute [rw] origin_region
|
|
17139
|
+
# The AWS region where the contact was originally created and
|
|
17140
|
+
# initiated. This may differ from the ActiveRegion if the contact has
|
|
17141
|
+
# been transferred across regions.
|
|
17142
|
+
# @return [String]
|
|
17143
|
+
#
|
|
17144
|
+
# @!attribute [rw] traffic_distribution_group_id
|
|
17145
|
+
# The identifier of the traffic distribution group.
|
|
17146
|
+
# @return [String]
|
|
17147
|
+
#
|
|
17148
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GlobalResiliencyMetadata AWS API Documentation
|
|
17149
|
+
#
|
|
17150
|
+
class GlobalResiliencyMetadata < Struct.new(
|
|
17151
|
+
:active_region,
|
|
17152
|
+
:origin_region,
|
|
17153
|
+
:traffic_distribution_group_id)
|
|
17154
|
+
SENSITIVE = []
|
|
17155
|
+
include Aws::Structure
|
|
17156
|
+
end
|
|
17157
|
+
|
|
17124
17158
|
# Contains granular access control configuration for security profiles,
|
|
17125
17159
|
# including data table access permissions.
|
|
17126
17160
|
#
|
|
@@ -18637,6 +18671,23 @@ module Aws::Connect
|
|
|
18637
18671
|
include Aws::Structure
|
|
18638
18672
|
end
|
|
18639
18673
|
|
|
18674
|
+
# This exception occurs when an API request is made to a non-active
|
|
18675
|
+
# region in an Amazon Connect instance configured with Amazon Connect
|
|
18676
|
+
# Global Resiliency. For example, if the active region is US West
|
|
18677
|
+
# (Oregon) and a request is made to US East (N. Virginia), the exception
|
|
18678
|
+
# will be returned.
|
|
18679
|
+
#
|
|
18680
|
+
# @!attribute [rw] message
|
|
18681
|
+
# @return [String]
|
|
18682
|
+
#
|
|
18683
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/InvalidActiveRegionException AWS API Documentation
|
|
18684
|
+
#
|
|
18685
|
+
class InvalidActiveRegionException < Struct.new(
|
|
18686
|
+
:message)
|
|
18687
|
+
SENSITIVE = []
|
|
18688
|
+
include Aws::Structure
|
|
18689
|
+
end
|
|
18690
|
+
|
|
18640
18691
|
# The flow is not valid.
|
|
18641
18692
|
#
|
|
18642
18693
|
# @!attribute [rw] problems
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/errors.rbs
CHANGED
|
@@ -38,6 +38,9 @@ module Aws
|
|
|
38
38
|
class InternalServiceException < ::Aws::Errors::ServiceError
|
|
39
39
|
def message: () -> ::String
|
|
40
40
|
end
|
|
41
|
+
class InvalidActiveRegionException < ::Aws::Errors::ServiceError
|
|
42
|
+
def message: () -> ::String
|
|
43
|
+
end
|
|
41
44
|
class InvalidContactFlowException < ::Aws::Errors::ServiceError
|
|
42
45
|
def problems: () -> ::String
|
|
43
46
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -863,6 +863,7 @@ module Aws::Connect
|
|
|
863
863
|
attr_accessor outbound_strategy: Types::OutboundStrategy
|
|
864
864
|
attr_accessor attributes: ::Hash[::String, ::String]
|
|
865
865
|
attr_accessor next_contacts: ::Array[Types::NextContactEntry]
|
|
866
|
+
attr_accessor global_resiliency_metadata: Types::GlobalResiliencyMetadata
|
|
866
867
|
SENSITIVE: [:name, :description]
|
|
867
868
|
end
|
|
868
869
|
|
|
@@ -3764,6 +3765,13 @@ module Aws::Connect
|
|
|
3764
3765
|
SENSITIVE: []
|
|
3765
3766
|
end
|
|
3766
3767
|
|
|
3768
|
+
class GlobalResiliencyMetadata
|
|
3769
|
+
attr_accessor active_region: ::String
|
|
3770
|
+
attr_accessor origin_region: ::String
|
|
3771
|
+
attr_accessor traffic_distribution_group_id: ::String
|
|
3772
|
+
SENSITIVE: []
|
|
3773
|
+
end
|
|
3774
|
+
|
|
3767
3775
|
class GranularAccessControlConfiguration
|
|
3768
3776
|
attr_accessor data_table_access_control_configuration: Types::DataTableAccessControlConfiguration
|
|
3769
3777
|
SENSITIVE: []
|
|
@@ -4085,6 +4093,11 @@ module Aws::Connect
|
|
|
4085
4093
|
SENSITIVE: []
|
|
4086
4094
|
end
|
|
4087
4095
|
|
|
4096
|
+
class InvalidActiveRegionException
|
|
4097
|
+
attr_accessor message: ::String
|
|
4098
|
+
SENSITIVE: []
|
|
4099
|
+
end
|
|
4100
|
+
|
|
4088
4101
|
class InvalidContactFlowException
|
|
4089
4102
|
attr_accessor problems: ::Array[Types::ProblemDetail]
|
|
4090
4103
|
SENSITIVE: []
|