aws-sdk-connect 1.231.0 → 1.232.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f3ded14e9d4f390247ea36d893bb1a03dcff176ce91674485ed9f836ac8c48e
4
- data.tar.gz: '04509c30b1435cad57e8fa7f50e5b58e6c5d904218d4b09e3cc1370a2c19bd28'
3
+ metadata.gz: a64e6b78d4270c9b643d8bc759f2828b2a32742175d200a6f382aa1bd6b9921e
4
+ data.tar.gz: 2fa2de760a735d1abb8084a6bd43b3b729d713204f047b90e62b1a27a4bfb6b8
5
5
  SHA512:
6
- metadata.gz: 3ff30d20b269b6772df5a44e70acbb89ebfa592bdcef5df8a7996dba465ad291b915c8af99528689a97857bfcd04bb7c6a49d7616cfe425dc98cb375b0d7ab7d
7
- data.tar.gz: ecd8f1506e211629c0b2e31cf1e985c42bbf4fe8ad8d3e9fe7f53a834a973f8e4d0cf57572672f618cb52bfd07a5ee0f9c8459de8f446aad0c3ddb48f6e797ae
6
+ metadata.gz: 521d0911642c3cb12a2a38771e3310a1baad6d0155bc59e5d5ee33f1094c886f8c905ea747b2974ae0e2807e76a5d33af62596c918913615017b3efeb42c9c3a
7
+ data.tar.gz: 4007965b7cd7a55cd2223d9eb98dedda1fbe78958bcea08be00b288c475857a3dd0ad281a7dc46d7718cc191a4af6e4c41443a3502a14b35e954e47dbd1d6d8c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.232.0 (2025-12-30)
5
+ ------------------
6
+
7
+ * Feature - Adds support for searching global contacts using the ActiveRegions filter, and pagination support for ListSecurityProfileFlowModules and ListEntitySecurityProfiles.
8
+
4
9
  1.231.0 (2025-12-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.231.0
1
+ 1.232.0
@@ -14788,6 +14788,8 @@ module Aws::Connect
14788
14788
  # * {Types::ListEntitySecurityProfilesResponse#security_profiles #security_profiles} => Array<Types::SecurityProfileItem>
14789
14789
  # * {Types::ListEntitySecurityProfilesResponse#next_token #next_token} => String
14790
14790
  #
14791
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
14792
+ #
14791
14793
  # @example Request syntax with placeholder values
14792
14794
  #
14793
14795
  # resp = client.list_entity_security_profiles({
@@ -16502,6 +16504,8 @@ module Aws::Connect
16502
16504
  # * {Types::ListSecurityProfileFlowModulesResponse#last_modified_time #last_modified_time} => Time
16503
16505
  # * {Types::ListSecurityProfileFlowModulesResponse#last_modified_region #last_modified_region} => String
16504
16506
  #
16507
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
16508
+ #
16505
16509
  # @example Request syntax with placeholder values
16506
16510
  #
16507
16511
  # resp = client.list_security_profile_flow_modules({
@@ -18433,6 +18437,7 @@ module Aws::Connect
18433
18437
  # ],
18434
18438
  # match_type: "MATCH_ALL", # accepts MATCH_ALL, MATCH_ANY, MATCH_EXACT, MATCH_NONE
18435
18439
  # },
18440
+ # active_regions: ["RegionName"],
18436
18441
  # },
18437
18442
  # max_results: 1,
18438
18443
  # next_token: "LargeNextToken",
@@ -18494,6 +18499,9 @@ module Aws::Connect
18494
18499
  # resp.contacts[0].routing_criteria.steps[0].status #=> String, one of "ACTIVE", "INACTIVE", "JOINED", "EXPIRED"
18495
18500
  # resp.contacts[0].routing_criteria.activation_timestamp #=> Time
18496
18501
  # resp.contacts[0].routing_criteria.index #=> Integer
18502
+ # resp.contacts[0].global_resiliency_metadata.active_region #=> String
18503
+ # resp.contacts[0].global_resiliency_metadata.origin_region #=> String
18504
+ # resp.contacts[0].global_resiliency_metadata.traffic_distribution_group_id #=> String
18497
18505
  # resp.next_token #=> String
18498
18506
  # resp.total_count #=> Integer
18499
18507
  #
@@ -26851,7 +26859,7 @@ module Aws::Connect
26851
26859
  tracer: tracer
26852
26860
  )
26853
26861
  context[:gem_name] = 'aws-sdk-connect'
26854
- context[:gem_version] = '1.231.0'
26862
+ context[:gem_version] = '1.232.0'
26855
26863
  Seahorse::Client::Request.new(handlers, context)
26856
26864
  end
26857
26865
 
@@ -25,6 +25,7 @@ module Aws::Connect
25
25
  ActivateEvaluationFormRequest = Shapes::StructureShape.new(name: 'ActivateEvaluationFormRequest')
26
26
  ActivateEvaluationFormResponse = Shapes::StructureShape.new(name: 'ActivateEvaluationFormResponse')
27
27
  ActiveRegion = Shapes::StringShape.new(name: 'ActiveRegion')
28
+ ActiveRegionList = Shapes::ListShape.new(name: 'ActiveRegionList')
28
29
  AdditionalEmailRecipients = Shapes::StructureShape.new(name: 'AdditionalEmailRecipients')
29
30
  AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
30
31
  AgentAvailabilityTimer = Shapes::StringShape.new(name: 'AgentAvailabilityTimer')
@@ -2000,6 +2001,8 @@ module Aws::Connect
2000
2001
  ActivateEvaluationFormResponse.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
2001
2002
  ActivateEvaluationFormResponse.struct_class = Types::ActivateEvaluationFormResponse
2002
2003
 
2004
+ ActiveRegionList.member = Shapes::ShapeRef.new(shape: RegionName)
2005
+
2003
2006
  AdditionalEmailRecipients.add_member(:to_list, Shapes::ShapeRef.new(shape: EmailRecipientsList, location_name: "ToList"))
2004
2007
  AdditionalEmailRecipients.add_member(:cc_list, Shapes::ShapeRef.new(shape: EmailRecipientsList, location_name: "CcList"))
2005
2008
  AdditionalEmailRecipients.struct_class = Types::AdditionalEmailRecipients
@@ -2915,6 +2918,7 @@ module Aws::Connect
2915
2918
  ContactSearchSummary.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: ContactSearchSummarySegmentAttributes, location_name: "SegmentAttributes"))
2916
2919
  ContactSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
2917
2920
  ContactSearchSummary.add_member(:routing_criteria, Shapes::ShapeRef.new(shape: RoutingCriteria, location_name: "RoutingCriteria"))
2921
+ ContactSearchSummary.add_member(:global_resiliency_metadata, Shapes::ShapeRef.new(shape: GlobalResiliencyMetadata, location_name: "GlobalResiliencyMetadata"))
2918
2922
  ContactSearchSummary.struct_class = Types::ContactSearchSummary
2919
2923
 
2920
2924
  ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
@@ -6947,6 +6951,7 @@ module Aws::Connect
6947
6951
  SearchCriteria.add_member(:additional_time_range, Shapes::ShapeRef.new(shape: SearchContactsAdditionalTimeRange, location_name: "AdditionalTimeRange"))
6948
6952
  SearchCriteria.add_member(:searchable_contact_attributes, Shapes::ShapeRef.new(shape: SearchableContactAttributes, location_name: "SearchableContactAttributes"))
6949
6953
  SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
6954
+ SearchCriteria.add_member(:active_regions, Shapes::ShapeRef.new(shape: ActiveRegionList, location_name: "ActiveRegions"))
6950
6955
  SearchCriteria.struct_class = Types::SearchCriteria
6951
6956
 
6952
6957
  SearchDataTablesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -11333,6 +11338,12 @@ module Aws::Connect
11333
11338
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11334
11339
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11335
11340
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11341
+ o[:pager] = Aws::Pager.new(
11342
+ limit_key: "max_results",
11343
+ tokens: {
11344
+ "next_token" => "next_token"
11345
+ }
11346
+ )
11336
11347
  end)
11337
11348
 
11338
11349
  api.add_operation(:list_evaluation_form_versions, Seahorse::Model::Operation.new.tap do |o|
@@ -11817,6 +11828,12 @@ module Aws::Connect
11817
11828
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11818
11829
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11819
11830
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11831
+ o[:pager] = Aws::Pager.new(
11832
+ limit_key: "max_results",
11833
+ tokens: {
11834
+ "next_token" => "next_token"
11835
+ }
11836
+ )
11820
11837
  end)
11821
11838
 
11822
11839
  api.add_operation(:list_security_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
@@ -4517,6 +4517,11 @@ module Aws::Connect
4517
4517
  # Latest routing criteria on the contact.
4518
4518
  # @return [Types::RoutingCriteria]
4519
4519
  #
4520
+ # @!attribute [rw] global_resiliency_metadata
4521
+ # Additional routing information for contacts created in ACGR
4522
+ # instances.
4523
+ # @return [Types::GlobalResiliencyMetadata]
4524
+ #
4520
4525
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ContactSearchSummary AWS API Documentation
4521
4526
  #
4522
4527
  class ContactSearchSummary < Struct.new(
@@ -4533,7 +4538,8 @@ module Aws::Connect
4533
4538
  :scheduled_timestamp,
4534
4539
  :segment_attributes,
4535
4540
  :name,
4536
- :routing_criteria)
4541
+ :routing_criteria,
4542
+ :global_resiliency_metadata)
4537
4543
  SENSITIVE = [:segment_attributes, :name]
4538
4544
  include Aws::Structure
4539
4545
  end
@@ -26936,6 +26942,10 @@ module Aws::Connect
26936
26942
  # contact.
26937
26943
  # @return [Types::SearchableSegmentAttributes]
26938
26944
  #
26945
+ # @!attribute [rw] active_regions
26946
+ # The list of active regions for contacts in ACGR instances.
26947
+ # @return [Array<String>]
26948
+ #
26939
26949
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchCriteria AWS API Documentation
26940
26950
  #
26941
26951
  class SearchCriteria < Struct.new(
@@ -26949,7 +26959,8 @@ module Aws::Connect
26949
26959
  :routing_criteria,
26950
26960
  :additional_time_range,
26951
26961
  :searchable_contact_attributes,
26952
- :searchable_segment_attributes)
26962
+ :searchable_segment_attributes,
26963
+ :active_regions)
26953
26964
  SENSITIVE = []
26954
26965
  include Aws::Structure
26955
26966
  end
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.231.0'
57
+ GEM_VERSION = '1.232.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -4174,7 +4174,8 @@ module Aws
4174
4174
  },
4175
4175
  ],
4176
4176
  match_type: ("MATCH_ALL" | "MATCH_ANY" | "MATCH_EXACT" | "MATCH_NONE")?
4177
- }?
4177
+ }?,
4178
+ active_regions: Array[::String]?
4178
4179
  },
4179
4180
  ?max_results: ::Integer,
4180
4181
  ?next_token: ::String,
data/sig/types.rbs CHANGED
@@ -1097,6 +1097,7 @@ module Aws::Connect
1097
1097
  attr_accessor segment_attributes: ::Hash[::String, Types::ContactSearchSummarySegmentAttributeValue]
1098
1098
  attr_accessor name: ::String
1099
1099
  attr_accessor routing_criteria: Types::RoutingCriteria
1100
+ attr_accessor global_resiliency_metadata: Types::GlobalResiliencyMetadata
1100
1101
  SENSITIVE: [:segment_attributes, :name]
1101
1102
  end
1102
1103
 
@@ -6260,6 +6261,7 @@ module Aws::Connect
6260
6261
  attr_accessor additional_time_range: Types::SearchContactsAdditionalTimeRange
6261
6262
  attr_accessor searchable_contact_attributes: Types::SearchableContactAttributes
6262
6263
  attr_accessor searchable_segment_attributes: Types::SearchableSegmentAttributes
6264
+ attr_accessor active_regions: ::Array[::String]
6263
6265
  SENSITIVE: []
6264
6266
  end
6265
6267
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.231.0
4
+ version: 1.232.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services