aws-sdk-connect 1.160.0 → 1.162.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +5 -1
- data/lib/aws-sdk-connect/client_api.rb +4 -0
- data/lib/aws-sdk-connect/types.rb +8 -3
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/types.rbs +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f9adf16b5766109cbb09134867f2abf4e2884107c3357bfb5385e48540e1e9c
|
4
|
+
data.tar.gz: 5e785647f34d1976e0b4450002c4d3dbd2392d6022ee8c9a78a1b7cacfbfd2c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fed9db31b4ef43ca0fb7a86d11c0755465e2a4f250beca68c99acb6efa75a5d2a55e8210972157aa05c5eb25902ae7b8226364fb7a93f3cc9e117c520f5a28a
|
7
|
+
data.tar.gz: 675b585aa3f5777e662479c337d699f83394a6336b33926c82c64c0e7b8e9c17619b7554d4c75daf10ce8e428cd1046907282e7f752df82110d17f326d9c4bc4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.162.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.161.0 (2024-05-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
|
13
|
+
|
4
14
|
1.160.0 (2024-05-29)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.162.0
|
@@ -5402,6 +5402,8 @@ module Aws::Connect
|
|
5402
5402
|
# resp.routing_profile.last_modified_time #=> Time
|
5403
5403
|
# resp.routing_profile.last_modified_region #=> String
|
5404
5404
|
# resp.routing_profile.is_default #=> Boolean
|
5405
|
+
# resp.routing_profile.associated_queue_ids #=> Array
|
5406
|
+
# resp.routing_profile.associated_queue_ids[0] #=> String
|
5405
5407
|
#
|
5406
5408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeRoutingProfile AWS API Documentation
|
5407
5409
|
#
|
@@ -12983,6 +12985,8 @@ module Aws::Connect
|
|
12983
12985
|
# resp.routing_profiles[0].last_modified_time #=> Time
|
12984
12986
|
# resp.routing_profiles[0].last_modified_region #=> String
|
12985
12987
|
# resp.routing_profiles[0].is_default #=> Boolean
|
12988
|
+
# resp.routing_profiles[0].associated_queue_ids #=> Array
|
12989
|
+
# resp.routing_profiles[0].associated_queue_ids[0] #=> String
|
12986
12990
|
# resp.next_token #=> String
|
12987
12991
|
# resp.approximate_total_count #=> Integer
|
12988
12992
|
#
|
@@ -17486,7 +17490,7 @@ module Aws::Connect
|
|
17486
17490
|
params: params,
|
17487
17491
|
config: config)
|
17488
17492
|
context[:gem_name] = 'aws-sdk-connect'
|
17489
|
-
context[:gem_version] = '1.
|
17493
|
+
context[:gem_version] = '1.162.0'
|
17490
17494
|
Seahorse::Client::Request.new(handlers, context)
|
17491
17495
|
end
|
17492
17496
|
|
@@ -83,6 +83,7 @@ module Aws::Connect
|
|
83
83
|
AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
|
84
84
|
AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
|
85
85
|
AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
|
86
|
+
AssociatedQueueIdList = Shapes::ListShape.new(name: 'AssociatedQueueIdList')
|
86
87
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
87
88
|
AttachedFile = Shapes::StructureShape.new(name: 'AttachedFile')
|
88
89
|
AttachedFileError = Shapes::StructureShape.new(name: 'AttachedFileError')
|
@@ -1514,6 +1515,8 @@ module Aws::Connect
|
|
1514
1515
|
AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
|
1515
1516
|
AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
|
1516
1517
|
|
1518
|
+
AssociatedQueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
|
1519
|
+
|
1517
1520
|
AttachedFile.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, required: true, location_name: "CreationTime"))
|
1518
1521
|
AttachedFile.add_member(:file_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "FileArn"))
|
1519
1522
|
AttachedFile.add_member(:file_id, Shapes::ShapeRef.new(shape: FileId, required: true, location_name: "FileId"))
|
@@ -4310,6 +4313,7 @@ module Aws::Connect
|
|
4310
4313
|
RoutingProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4311
4314
|
RoutingProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
4312
4315
|
RoutingProfile.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
4316
|
+
RoutingProfile.add_member(:associated_queue_ids, Shapes::ShapeRef.new(shape: AssociatedQueueIdList, location_name: "AssociatedQueueIds"))
|
4313
4317
|
RoutingProfile.struct_class = Types::RoutingProfile
|
4314
4318
|
|
4315
4319
|
RoutingProfileList.member = Shapes::ShapeRef.new(shape: RoutingProfile)
|
@@ -16202,6 +16202,10 @@ module Aws::Connect
|
|
16202
16202
|
# Whether this a default routing profile.
|
16203
16203
|
# @return [Boolean]
|
16204
16204
|
#
|
16205
|
+
# @!attribute [rw] associated_queue_ids
|
16206
|
+
# The IDs of the associated queue.
|
16207
|
+
# @return [Array<String>]
|
16208
|
+
#
|
16205
16209
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfile AWS API Documentation
|
16206
16210
|
#
|
16207
16211
|
class RoutingProfile < Struct.new(
|
@@ -16218,7 +16222,8 @@ module Aws::Connect
|
|
16218
16222
|
:agent_availability_timer,
|
16219
16223
|
:last_modified_time,
|
16220
16224
|
:last_modified_region,
|
16221
|
-
:is_default
|
16225
|
+
:is_default,
|
16226
|
+
:associated_queue_ids)
|
16222
16227
|
SENSITIVE = []
|
16223
16228
|
include Aws::Structure
|
16224
16229
|
end
|
@@ -16372,8 +16377,8 @@ module Aws::Connect
|
|
16372
16377
|
# A leaf node condition which can be used to specify a string
|
16373
16378
|
# condition.
|
16374
16379
|
#
|
16375
|
-
# <note markdown="1"> The currently supported values for `FieldName` are
|
16376
|
-
# `description`, and `resourceID`.
|
16380
|
+
# <note markdown="1"> The currently supported values for `FieldName` are
|
16381
|
+
# `associatedQueueIds`, `name`, `description`, and `resourceID`.
|
16377
16382
|
#
|
16378
16383
|
# </note>
|
16379
16384
|
# @return [Types::StringCondition]
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/types.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.162.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.197.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|