aws-sdk-connect 1.45.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 189cbd7348a77b9954141bac70a97da521eeab8eb2885e897e091ef2631c368f
4
- data.tar.gz: 93053d9dea09f28d2b14996004fc01611217a18b307ba795f739290cf177372f
3
+ metadata.gz: 3599037ecc310bda2e1b3d0821575f7e493f1b7cec131b4e40787d7af1a2a3e7
4
+ data.tar.gz: df5c2ce77f9478bc5894277c6ee155643db0105cf1721150ff8306fc83d9e145
5
5
  SHA512:
6
- metadata.gz: 62c5767bd9f4ca66aa43de9e29e338f0382fe0e3948bde25911f8478731856955ff324815ece63ef79a53c4ca02f93cc878b9406a37a05cc97323c6d42e224a3
7
- data.tar.gz: 8307c3f1e4e336e0a2b980d1ec2d74d44a0d97e253cb24ac71f42610674cb96f5c8152565a1908e7ef9a33c94ce0f583d7a512b8874f49adfb57ea907664414d
6
+ metadata.gz: 7213349daa6be5fe5cdadd4b90e580936eb3996742c4d0ac0dd7d232ad769e7dd9f58a2caa424710c8f4ae67a2d71a3ca434e1d76af7740e85b0eaa4293501bc
7
+ data.tar.gz: cfb1089177b5854908a6bc6f8ce9b143436c5966e5c4f910fc133b2761647de88f7c3bd87d49d62289ab8a0e09808008e924511ab406263c8507db0b8aa9186f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2021-06-24)
5
+ ------------------
6
+
7
+ * Feature - Released Amazon Connect quick connects management API for general availability (GA). For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html
8
+
4
9
  1.45.0 (2021-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connect/customizations'
48
48
  # @!group service
49
49
  module Aws::Connect
50
50
 
51
- GEM_VERSION = '1.45.0'
51
+ GEM_VERSION = '1.46.0'
52
52
 
53
53
  end
@@ -900,9 +900,6 @@ module Aws::Connect
900
900
  req.send_request(options)
901
901
  end
902
902
 
903
- # This API is in preview release for Amazon Connect and is subject to
904
- # change.
905
- #
906
903
  # Creates a quick connect for the specified Amazon Connect instance.
907
904
  #
908
905
  # @option params [required, String] :instance_id
@@ -1289,9 +1286,6 @@ module Aws::Connect
1289
1286
  req.send_request(options)
1290
1287
  end
1291
1288
 
1292
- # This API is in preview release for Amazon Connect and is subject to
1293
- # change.
1294
- #
1295
1289
  # Deletes a quick connect.
1296
1290
  #
1297
1291
  # @option params [required, String] :instance_id
@@ -1692,9 +1686,6 @@ module Aws::Connect
1692
1686
  req.send_request(options)
1693
1687
  end
1694
1688
 
1695
- # This API is in preview release for Amazon Connect and is subject to
1696
- # change.
1697
- #
1698
1689
  # Describes the quick connect.
1699
1690
  #
1700
1691
  # @option params [required, String] :instance_id
@@ -3528,9 +3519,6 @@ module Aws::Connect
3528
3519
  req.send_request(options)
3529
3520
  end
3530
3521
 
3531
- # This API is in preview release for Amazon Connect and is subject to
3532
- # change.
3533
- #
3534
3522
  # Provides information about the quick connects for the specified Amazon
3535
3523
  # Connect instance.
3536
3524
  #
@@ -4965,9 +4953,6 @@ module Aws::Connect
4965
4953
  req.send_request(options)
4966
4954
  end
4967
4955
 
4968
- # This API is in preview release for Amazon Connect and is subject to
4969
- # change.
4970
- #
4971
4956
  # Updates the configuration settings for the specified quick connect.
4972
4957
  #
4973
4958
  # @option params [required, String] :instance_id
@@ -5012,9 +4997,6 @@ module Aws::Connect
5012
4997
  req.send_request(options)
5013
4998
  end
5014
4999
 
5015
- # This API is in preview release for Amazon Connect and is subject to
5016
- # change.
5017
- #
5018
5000
  # Updates the name and description of a quick connect. The request
5019
5001
  # accepts the following data in JSON format. At least `Name` or
5020
5002
  # `Description` must be provided.
@@ -5040,7 +5022,7 @@ module Aws::Connect
5040
5022
  # instance_id: "InstanceId", # required
5041
5023
  # quick_connect_id: "QuickConnectId", # required
5042
5024
  # name: "QuickConnectName",
5043
- # description: "QuickConnectDescription",
5025
+ # description: "UpdateQuickConnectDescription",
5044
5026
  # })
5045
5027
  #
5046
5028
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateQuickConnectName AWS API Documentation
@@ -5466,7 +5448,7 @@ module Aws::Connect
5466
5448
  params: params,
5467
5449
  config: config)
5468
5450
  context[:gem_name] = 'aws-sdk-connect'
5469
- context[:gem_version] = '1.45.0'
5451
+ context[:gem_version] = '1.46.0'
5470
5452
  Seahorse::Client::Request.new(handlers, context)
5471
5453
  end
5472
5454
 
@@ -398,6 +398,7 @@ module Aws::Connect
398
398
  UpdateQueueOutboundCallerConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundCallerConfigRequest')
399
399
  UpdateQueueStatusRequest = Shapes::StructureShape.new(name: 'UpdateQueueStatusRequest')
400
400
  UpdateQuickConnectConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectConfigRequest')
401
+ UpdateQuickConnectDescription = Shapes::StringShape.new(name: 'UpdateQuickConnectDescription')
401
402
  UpdateQuickConnectNameRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectNameRequest')
402
403
  UpdateRoutingProfileConcurrencyRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileConcurrencyRequest')
403
404
  UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
@@ -1578,7 +1579,7 @@ module Aws::Connect
1578
1579
  UpdateQuickConnectNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1579
1580
  UpdateQuickConnectNameRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
1580
1581
  UpdateQuickConnectNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
1581
- UpdateQuickConnectNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
1582
+ UpdateQuickConnectNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: UpdateQuickConnectDescription, location_name: "Description"))
1582
1583
  UpdateQuickConnectNameRequest.struct_class = Types::UpdateQuickConnectNameRequest
1583
1584
 
1584
1585
  UpdateRoutingProfileConcurrencyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -4917,7 +4917,7 @@ module Aws::Connect
4917
4917
  #
4918
4918
  # Valid Range for `VOICE`\: Minimum value of 1. Maximum value of 1.
4919
4919
  #
4920
- # Valid Range for `CHAT`\: Minimum value of 1. Maximum value of 5.
4920
+ # Valid Range for `CHAT`\: Minimum value of 1. Maximum value of 10.
4921
4921
  #
4922
4922
  # Valid Range for `TASK`\: Minimum value of 1. Maximum value of 10.
4923
4923
  # @return [Integer]
@@ -6746,7 +6746,7 @@ module Aws::Connect
6746
6746
  # instance_id: "InstanceId", # required
6747
6747
  # quick_connect_id: "QuickConnectId", # required
6748
6748
  # name: "QuickConnectName",
6749
- # description: "QuickConnectDescription",
6749
+ # description: "UpdateQuickConnectDescription",
6750
6750
  # }
6751
6751
  #
6752
6752
  # @!attribute [rw] instance_id
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.45.0
4
+ version: 1.46.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: 2021-06-15 00:00:00.000000000 Z
11
+ date: 2021-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core