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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1 -21
- data/lib/aws-sdk-connect/client_api.rb +0 -2
- data/lib/aws-sdk-connect/types.rb +2 -14
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +4 -24
- data/sig/types.rbs +0 -2
- 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: 01ff206bd5a272cdf792786ca04e2d137e0945cd6c92734a4728495387cca4d7
|
4
|
+
data.tar.gz: 3bad2c13f5e0e9259938939eddab351842d6e68f76ffa5c2ca019973b3389183
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f87989286f54faf4aa633e91f0a1b413f75661384489797fb6a417cc8dc061c995a764499114758aed28fa434d23187bdbf7f81302b8f96c3a205e38a9d6c910
|
7
|
+
data.tar.gz: a9cd71ab634d0fe5aea20490b52f1b0927e71c2a9266021c0377e829b5079de27c18f2403c2c4501a60654cbd241c6a505c3712951e1d7d396f31e49d89ba9b2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
data/lib/aws-sdk-connect.rb
CHANGED
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
|
|