aws-sdk-connect 1.135.0 → 1.136.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +3 -3
- data/lib/aws-sdk-connect/client_api.rb +1 -1
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec9fe11c1bd800473d36f4c9c13cf18626ae44a232d805366a3ae9ff4157f3fa
|
4
|
+
data.tar.gz: 336b4c3219526f2bf1096fb38dba5fe0b11b64881d273b9aae17ee185a1b398f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba23af8c4c408b11168cdcb6b11a00a0563834e6858c0983a9aa96093b568b0bfe8348f8fbab038a72ecd6565f9f58266c9c825d29056d521e753e5f9102769c
|
7
|
+
data.tar.gz: c818da384bbf75fd3a1a7359ff079e47795643c7688a0f193252df17babb81a1e7dbba49d5fa338aaefb0bed9c3f5b91fe704afc2c272156a78b03cbd108141a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.136.0 (2023-11-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests.
|
8
|
+
|
4
9
|
1.135.0 (2023-11-06)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.136.0
|
@@ -10646,7 +10646,7 @@ module Aws::Connect
|
|
10646
10646
|
#
|
10647
10647
|
# </note>
|
10648
10648
|
#
|
10649
|
-
# @option params [String] :instance_id
|
10649
|
+
# @option params [required, String] :instance_id
|
10650
10650
|
# The identifier of the Amazon Connect instance. You can [find the
|
10651
10651
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10652
10652
|
#
|
@@ -10691,7 +10691,7 @@ module Aws::Connect
|
|
10691
10691
|
# @example Request syntax with placeholder values
|
10692
10692
|
#
|
10693
10693
|
# resp = client.search_users({
|
10694
|
-
# instance_id: "InstanceId",
|
10694
|
+
# instance_id: "InstanceId", # required
|
10695
10695
|
# next_token: "NextToken2500",
|
10696
10696
|
# max_results: 1,
|
10697
10697
|
# search_filter: {
|
@@ -14302,7 +14302,7 @@ module Aws::Connect
|
|
14302
14302
|
params: params,
|
14303
14303
|
config: config)
|
14304
14304
|
context[:gem_name] = 'aws-sdk-connect'
|
14305
|
-
context[:gem_version] = '1.
|
14305
|
+
context[:gem_version] = '1.136.0'
|
14306
14306
|
Seahorse::Client::Request.new(handlers, context)
|
14307
14307
|
end
|
14308
14308
|
|
@@ -3569,7 +3569,7 @@ module Aws::Connect
|
|
3569
3569
|
SearchSecurityProfilesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
3570
3570
|
SearchSecurityProfilesResponse.struct_class = Types::SearchSecurityProfilesResponse
|
3571
3571
|
|
3572
|
-
SearchUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
3572
|
+
SearchUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3573
3573
|
SearchUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3574
3574
|
SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
3575
3575
|
SearchUsersRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: UserSearchFilter, location_name: "SearchFilter"))
|
data/lib/aws-sdk-connect.rb
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.136.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: 2023-11-
|
11
|
+
date: 2023-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|