aws-sdk-connect 1.81.0 → 1.82.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: 385ee5a133fdcc4ff94bab7578342abbf01f5527bd5064f1bdc0b497253a1f56
4
- data.tar.gz: 58937e314b13c603efe1fdfc0ec662568b8e119ac95cc807e5f43e5a2e85ea14
3
+ metadata.gz: 102baabcb950abd37b9ed1ff5e45b00e01e92c789a89ccc9d00f048ba9f74b36
4
+ data.tar.gz: d98b9225fd7609ceb49ef95ce6debc5e09a62042b89fcb51246df1f149636c52
5
5
  SHA512:
6
- metadata.gz: '07765204649f5288d1c79c1112c7937e91b2f85493e2d9f71eee4d9c413fc72731ef603e400a48de51817cd8ccc441d218d7cb8bcbaa739dae5c2ecc938620a4'
7
- data.tar.gz: b2ef9a7ac28db6a54cd3ba4a757a08fb4871f37a132cc19303e401b38c580f6df8ff8ee87167cc6f22acd9919477f3b52764bdb0bf4b5ed2965dd3be6e71d5cb
6
+ metadata.gz: 773e080faf6b50e7ebea8f532cc0bb8bb2adf1932dcd0e851edc0e108ef19050a6053aadd8360b7273c5858a4e717ac9f4c7d2cdf4f59834a659e4af0d06b63e
7
+ data.tar.gz: 7fbf65434f95d55fd8c81388583a6c840fc1fe2e757163c55f6f85576dc8cd861564e835ce3d04185dca2f551ff64d95bb2544cb2625c022734b50e0d93b1f0e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2022-11-09)
5
+ ------------------
6
+
7
+ * Feature - This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload.
8
+
4
9
  1.81.0 (2022-10-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -805,6 +805,9 @@ module Aws::Connect
805
805
  # SDK populates this field. For more information about idempotency, see
806
806
  # [Making retries safe with idempotent APIs][1].
807
807
  #
808
+ # Pattern:
809
+ # `^[a-f0-9]\{8\}-[a-f0-9]\{4\}-[a-f0-9]\{4\}-[a-f0-9]\{4\}-[a-f0-9]\{12\}$`
810
+ #
808
811
  # **A suitable default value is auto-generated.** You should normally
809
812
  # not need to pass this option.**
810
813
  #
@@ -3917,6 +3920,9 @@ module Aws::Connect
3917
3920
  # @return [Types::GetFederationTokenResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3918
3921
  #
3919
3922
  # * {Types::GetFederationTokenResponse#credentials #credentials} => Types::Credentials
3923
+ # * {Types::GetFederationTokenResponse#sign_in_url #sign_in_url} => String
3924
+ # * {Types::GetFederationTokenResponse#user_arn #user_arn} => String
3925
+ # * {Types::GetFederationTokenResponse#user_id #user_id} => String
3920
3926
  #
3921
3927
  # @example Request syntax with placeholder values
3922
3928
  #
@@ -3930,6 +3936,9 @@ module Aws::Connect
3930
3936
  # resp.credentials.access_token_expiration #=> Time
3931
3937
  # resp.credentials.refresh_token #=> String
3932
3938
  # resp.credentials.refresh_token_expiration #=> Time
3939
+ # resp.sign_in_url #=> String
3940
+ # resp.user_arn #=> String
3941
+ # resp.user_id #=> String
3933
3942
  #
3934
3943
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetFederationToken AWS API Documentation
3935
3944
  #
@@ -6161,7 +6170,8 @@ module Aws::Connect
6161
6170
  #
6162
6171
  # @option params [required, String] :instance_id
6163
6172
  # The identifier of the Amazon Connect instance. You can find the
6164
- # instanceId in the ARN of the instance.
6173
+ # instanceId in the ARN of the instance. You can provide the
6174
+ # `InstanceId`, or the entire ARN.
6165
6175
  #
6166
6176
  # @option params [required, String] :replica_region
6167
6177
  # The Amazon Web Services Region where to replicate the Amazon Connect
@@ -9143,7 +9153,7 @@ module Aws::Connect
9143
9153
  params: params,
9144
9154
  config: config)
9145
9155
  context[:gem_name] = 'aws-sdk-connect'
9146
- context[:gem_version] = '1.81.0'
9156
+ context[:gem_version] = '1.82.0'
9147
9157
  Seahorse::Client::Request.new(handlers, context)
9148
9158
  end
9149
9159
 
@@ -671,6 +671,7 @@ module Aws::Connect
671
671
  UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
672
672
  UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
673
673
  UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
674
+ Url = Shapes::StringShape.new(name: 'Url')
674
675
  UrlReference = Shapes::StructureShape.new(name: 'UrlReference')
675
676
  UseCase = Shapes::StructureShape.new(name: 'UseCase')
676
677
  UseCaseId = Shapes::StringShape.new(name: 'UseCaseId')
@@ -1469,6 +1470,9 @@ module Aws::Connect
1469
1470
  GetFederationTokenRequest.struct_class = Types::GetFederationTokenRequest
1470
1471
 
1471
1472
  GetFederationTokenResponse.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, location_name: "Credentials"))
1473
+ GetFederationTokenResponse.add_member(:sign_in_url, Shapes::ShapeRef.new(shape: Url, location_name: "SignInUrl"))
1474
+ GetFederationTokenResponse.add_member(:user_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UserArn"))
1475
+ GetFederationTokenResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "UserId"))
1472
1476
  GetFederationTokenResponse.struct_class = Types::GetFederationTokenResponse
1473
1477
 
1474
1478
  GetMetricDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -758,6 +758,9 @@ module Aws::Connect
758
758
  # SDK populates this field. For more information about idempotency,
759
759
  # see [Making retries safe with idempotent APIs][1].
760
760
  #
761
+ # Pattern:
762
+ # `^[a-f0-9]\{8\}-[a-f0-9]\{4\}-[a-f0-9]\{4\}-[a-f0-9]\{4\}-[a-f0-9]\{12\}$`
763
+ #
761
764
  # **A suitable default value is auto-generated.** You should normally
762
765
  # not need to pass this option.
763
766
  #
@@ -4630,10 +4633,25 @@ module Aws::Connect
4630
4633
  # The credentials to use for federation.
4631
4634
  # @return [Types::Credentials]
4632
4635
  #
4636
+ # @!attribute [rw] sign_in_url
4637
+ # The URL to sign into the user's instance.
4638
+ # @return [String]
4639
+ #
4640
+ # @!attribute [rw] user_arn
4641
+ # The Amazon Resource Name (ARN) of the user.
4642
+ # @return [String]
4643
+ #
4644
+ # @!attribute [rw] user_id
4645
+ # The identifier for the user.
4646
+ # @return [String]
4647
+ #
4633
4648
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetFederationTokenResponse AWS API Documentation
4634
4649
  #
4635
4650
  class GetFederationTokenResponse < Struct.new(
4636
- :credentials)
4651
+ :credentials,
4652
+ :sign_in_url,
4653
+ :user_arn,
4654
+ :user_id)
4637
4655
  SENSITIVE = []
4638
4656
  include Aws::Structure
4639
4657
  end
@@ -8857,7 +8875,8 @@ module Aws::Connect
8857
8875
  #
8858
8876
  # @!attribute [rw] instance_id
8859
8877
  # The identifier of the Amazon Connect instance. You can find the
8860
- # instanceId in the ARN of the instance.
8878
+ # instanceId in the ARN of the instance. You can provide the
8879
+ # `InstanceId`, or the entire ARN.
8861
8880
  # @return [String]
8862
8881
  #
8863
8882
  # @!attribute [rw] replica_region
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.81.0'
55
+ GEM_VERSION = '1.82.0'
56
56
 
57
57
  end
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.81.0
4
+ version: 1.82.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core