aws-sdk-connect 1.210.0 → 1.211.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: 9719191201e1d3723ed9e00cb6fa882b203a0a51bbedeb2c7a8792968310bf9c
4
- data.tar.gz: 6f34c54ea6160a898f55f933675bfc55055e5b65aa8e090c3c9203f15ffa3bc7
3
+ metadata.gz: 01ff206bd5a272cdf792786ca04e2d137e0945cd6c92734a4728495387cca4d7
4
+ data.tar.gz: 3bad2c13f5e0e9259938939eddab351842d6e68f76ffa5c2ca019973b3389183
5
5
  SHA512:
6
- metadata.gz: 4492b900f381be27aabbcc6cf42f0589a4584d74ba691f9d364ae8b2537b01e3342bd3fc5c2e78bbea5cc0586a4616b5be797288b1b58a81118896be81853005
7
- data.tar.gz: 5413ac0edad0540311422ef6b948184748e833f9617c89e752ab7948f4c6837217bf1d51b7c0e9410f39fa0310a46a1efdd74bae4fcb85590c41c31d626ac097
6
+ metadata.gz: f87989286f54faf4aa633e91f0a1b413f75661384489797fb6a417cc8dc061c995a764499114758aed28fa434d23187bdbf7f81302b8f96c3a205e38a9d6c910
7
+ data.tar.gz: a9cd71ab634d0fe5aea20490b52f1b0927e71c2a9266021c0377e829b5079de27c18f2403c2c4501a60654cbd241c6a505c3712951e1d7d396f31e49d89ba9b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.211.0 (2025-08-11)
5
+ ------------------
6
+
7
+ * Feature - Updating SearchUserHierarchyGroups API
8
+
4
9
  1.210.0 (2025-08-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.210.0
1
+ 1.211.0
@@ -14246,10 +14246,6 @@ module Aws::Connect
14246
14246
  # tag_value: "String",
14247
14247
  # },
14248
14248
  # ],
14249
- # hierarchy_group_condition: {
14250
- # value: "String",
14251
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
14252
- # },
14253
14249
  # },
14254
14250
  # ],
14255
14251
  # and_condition: {
@@ -14259,10 +14255,6 @@ module Aws::Connect
14259
14255
  # tag_value: "String",
14260
14256
  # },
14261
14257
  # ],
14262
- # hierarchy_group_condition: {
14263
- # value: "String",
14264
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
14265
- # },
14266
14258
  # },
14267
14259
  # tag_condition: {
14268
14260
  # tag_key: "String",
@@ -15848,10 +15840,6 @@ module Aws::Connect
15848
15840
  # tag_value: "String",
15849
15841
  # },
15850
15842
  # ],
15851
- # hierarchy_group_condition: {
15852
- # value: "String",
15853
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
15854
- # },
15855
15843
  # },
15856
15844
  # ],
15857
15845
  # and_condition: {
@@ -15861,10 +15849,6 @@ module Aws::Connect
15861
15849
  # tag_value: "String",
15862
15850
  # },
15863
15851
  # ],
15864
- # hierarchy_group_condition: {
15865
- # value: "String",
15866
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
15867
- # },
15868
15852
  # },
15869
15853
  # tag_condition: {
15870
15854
  # tag_key: "String",
@@ -15888,10 +15872,6 @@ module Aws::Connect
15888
15872
  # value: "String",
15889
15873
  # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
15890
15874
  # },
15891
- # hierarchy_group_condition: {
15892
- # value: "String",
15893
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
15894
- # },
15895
15875
  # },
15896
15876
  # })
15897
15877
  #
@@ -21555,7 +21535,7 @@ module Aws::Connect
21555
21535
  tracer: tracer
21556
21536
  )
21557
21537
  context[:gem_name] = 'aws-sdk-connect'
21558
- context[:gem_version] = '1.210.0'
21538
+ context[:gem_version] = '1.211.0'
21559
21539
  Seahorse::Client::Request.new(handlers, context)
21560
21540
  end
21561
21541
 
@@ -2037,7 +2037,6 @@ module Aws::Connect
2037
2037
  ClaimedPhoneNumberSummary.struct_class = Types::ClaimedPhoneNumberSummary
2038
2038
 
2039
2039
  CommonAttributeAndCondition.add_member(:tag_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "TagConditions"))
2040
- CommonAttributeAndCondition.add_member(:hierarchy_group_condition, Shapes::ShapeRef.new(shape: HierarchyGroupCondition, location_name: "HierarchyGroupCondition"))
2041
2040
  CommonAttributeAndCondition.struct_class = Types::CommonAttributeAndCondition
2042
2041
 
2043
2042
  CommonAttributeOrConditionList.member = Shapes::ShapeRef.new(shape: CommonAttributeAndCondition)
@@ -6543,7 +6542,6 @@ module Aws::Connect
6543
6542
  UserHierarchyGroupSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: UserHierarchyGroupSearchConditionList, location_name: "OrConditions"))
6544
6543
  UserHierarchyGroupSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: UserHierarchyGroupSearchConditionList, location_name: "AndConditions"))
6545
6544
  UserHierarchyGroupSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
6546
- UserHierarchyGroupSearchCriteria.add_member(:hierarchy_group_condition, Shapes::ShapeRef.new(shape: HierarchyGroupCondition, location_name: "HierarchyGroupCondition"))
6547
6545
  UserHierarchyGroupSearchCriteria.struct_class = Types::UserHierarchyGroupSearchCriteria
6548
6546
 
6549
6547
  UserHierarchyGroupSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
@@ -2447,16 +2447,10 @@ module Aws::Connect
2447
2447
  # A leaf node condition which can be used to specify a tag condition.
2448
2448
  # @return [Array<Types::TagCondition>]
2449
2449
  #
2450
- # @!attribute [rw] hierarchy_group_condition
2451
- # A leaf node condition which can be used to specify a hierarchy group
2452
- # condition.
2453
- # @return [Types::HierarchyGroupCondition]
2454
- #
2455
2450
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CommonAttributeAndCondition AWS API Documentation
2456
2451
  #
2457
2452
  class CommonAttributeAndCondition < Struct.new(
2458
- :tag_conditions,
2459
- :hierarchy_group_condition)
2453
+ :tag_conditions)
2460
2454
  SENSITIVE = []
2461
2455
  include Aws::Structure
2462
2456
  end
@@ -27577,18 +27571,12 @@ module Aws::Connect
27577
27571
  # </note>
27578
27572
  # @return [Types::StringCondition]
27579
27573
  #
27580
- # @!attribute [rw] hierarchy_group_condition
27581
- # A leaf node condition which can be used to specify a hierarchy group
27582
- # condition.
27583
- # @return [Types::HierarchyGroupCondition]
27584
- #
27585
27574
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserHierarchyGroupSearchCriteria AWS API Documentation
27586
27575
  #
27587
27576
  class UserHierarchyGroupSearchCriteria < Struct.new(
27588
27577
  :or_conditions,
27589
27578
  :and_conditions,
27590
- :string_condition,
27591
- :hierarchy_group_condition)
27579
+ :string_condition)
27592
27580
  SENSITIVE = []
27593
27581
  include Aws::Structure
27594
27582
  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.210.0'
57
+ GEM_VERSION = '1.211.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -2917,11 +2917,7 @@ module Aws
2917
2917
  tag_key: ::String?,
2918
2918
  tag_value: ::String?
2919
2919
  },
2920
- ]?,
2921
- hierarchy_group_condition: {
2922
- value: ::String?,
2923
- hierarchy_group_match_type: ("EXACT" | "WITH_CHILD_GROUPS")?
2924
- }?
2920
+ ]?
2925
2921
  },
2926
2922
  ]?,
2927
2923
  and_condition: {
@@ -2930,11 +2926,7 @@ module Aws
2930
2926
  tag_key: ::String?,
2931
2927
  tag_value: ::String?
2932
2928
  },
2933
- ]?,
2934
- hierarchy_group_condition: {
2935
- value: ::String?,
2936
- hierarchy_group_match_type: ("EXACT" | "WITH_CHILD_GROUPS")?
2937
- }?
2929
+ ]?
2938
2930
  }?,
2939
2931
  tag_condition: {
2940
2932
  tag_key: ::String?,
@@ -3611,11 +3603,7 @@ module Aws
3611
3603
  tag_key: ::String?,
3612
3604
  tag_value: ::String?
3613
3605
  },
3614
- ]?,
3615
- hierarchy_group_condition: {
3616
- value: ::String?,
3617
- hierarchy_group_match_type: ("EXACT" | "WITH_CHILD_GROUPS")?
3618
- }?
3606
+ ]?
3619
3607
  },
3620
3608
  ]?,
3621
3609
  and_condition: {
@@ -3624,11 +3612,7 @@ module Aws
3624
3612
  tag_key: ::String?,
3625
3613
  tag_value: ::String?
3626
3614
  },
3627
- ]?,
3628
- hierarchy_group_condition: {
3629
- value: ::String?,
3630
- hierarchy_group_match_type: ("EXACT" | "WITH_CHILD_GROUPS")?
3631
- }?
3615
+ ]?
3632
3616
  }?,
3633
3617
  tag_condition: {
3634
3618
  tag_key: ::String?,
@@ -3647,10 +3631,6 @@ module Aws
3647
3631
  field_name: ::String?,
3648
3632
  value: ::String?,
3649
3633
  comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
3650
- }?,
3651
- hierarchy_group_condition: {
3652
- value: ::String?,
3653
- hierarchy_group_match_type: ("EXACT" | "WITH_CHILD_GROUPS")?
3654
3634
  }?
3655
3635
  }
3656
3636
  ) -> _SearchUserHierarchyGroupsResponseSuccess
data/sig/types.rbs CHANGED
@@ -573,7 +573,6 @@ module Aws::Connect
573
573
 
574
574
  class CommonAttributeAndCondition
575
575
  attr_accessor tag_conditions: ::Array[Types::TagCondition]
576
- attr_accessor hierarchy_group_condition: Types::HierarchyGroupCondition
577
576
  SENSITIVE: []
578
577
  end
579
578
 
@@ -6284,7 +6283,6 @@ module Aws::Connect
6284
6283
  attr_accessor or_conditions: ::Array[Types::UserHierarchyGroupSearchCriteria]
6285
6284
  attr_accessor and_conditions: ::Array[Types::UserHierarchyGroupSearchCriteria]
6286
6285
  attr_accessor string_condition: Types::StringCondition
6287
- attr_accessor hierarchy_group_condition: Types::HierarchyGroupCondition
6288
6286
  SENSITIVE: []
6289
6287
  end
6290
6288
 
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.210.0
4
+ version: 1.211.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services