aws-sdk-connect 1.52.0 → 1.53.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: 7525800275879afdb7574a273a72b38846da9948d557da74da333c4189bb53bf
4
- data.tar.gz: f39f133f72c14369fe391302294878be108ac7504078cdc756bad1f0a5356fbc
3
+ metadata.gz: a0cb1dae2d17495495e02ead07f081f31709f221f26059cc6cb4610a7788c52a
4
+ data.tar.gz: 004f35d4929193573117d4acdf6420b8d9e7e807cbbc8a0747ac105e4694d511
5
5
  SHA512:
6
- metadata.gz: 74e0ad9eb4b81dd741acea7b1746c106fe7c15f0fea2ebfa93fcc91d3fa54d28dee4ead816b2633a39d115e1ed2973d3fbe6a198f1dc6a7c6c304ad6fe790003
7
- data.tar.gz: 6b0d154fe8fe0cda59e48b73e0b7ed4165612e853a50c35eb4b56c8faa41554855ae39090d4d1bfed35efd7dd313b7408086a3f204ae55eb938a2ab053f7ba01
6
+ metadata.gz: cd210966512831800e07487b3e6c0594d76fe0313b384802e22dd74d35fcf035b94f30c171a3cf1571df019cd120072bea376d9e9049494514554a2efe2ae6b2
7
+ data.tar.gz: fde5953228aa57abf691f47823708afef278f32c1273d2bc0ce51bb1654431ebac010d1831116a8b3b07658fb96073cb4a2d1f3135a70c72b5753ed3dab4b0ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-10-21)
5
+ ------------------
6
+
7
+ * Feature - Released Amazon Connect hours of operation API for general availability (GA). This API also supports AWS CloudFormation. For more information, see Amazon Connect Resource Type Reference in the AWS CloudFormation User Guide.
8
+
4
9
  1.52.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -767,9 +767,6 @@ module Aws::Connect
767
767
  req.send_request(options)
768
768
  end
769
769
 
770
- # This API is in preview release for Amazon Connect and is subject to
771
- # change.
772
- #
773
770
  # Creates hours of operation.
774
771
  #
775
772
  # @option params [required, String] :instance_id
@@ -1352,9 +1349,6 @@ module Aws::Connect
1352
1349
  req.send_request(options)
1353
1350
  end
1354
1351
 
1355
- # This API is in preview release for Amazon Connect and is subject to
1356
- # change.
1357
- #
1358
1352
  # Deletes an hours of operation.
1359
1353
  #
1360
1354
  # @option params [required, String] :instance_id
@@ -1654,9 +1648,6 @@ module Aws::Connect
1654
1648
  req.send_request(options)
1655
1649
  end
1656
1650
 
1657
- # This API is in preview release for Amazon Connect and is subject to
1658
- # change.
1659
- #
1660
1651
  # Describes the hours of operation.
1661
1652
  #
1662
1653
  # @option params [required, String] :instance_id
@@ -3519,7 +3510,8 @@ module Aws::Connect
3519
3510
  # results.
3520
3511
  #
3521
3512
  # @option params [Integer] :max_results
3522
- # The maximum number of results to return per page.
3513
+ # The maximum number of results to return per page. If no value is
3514
+ # specified, the default is 10.
3523
3515
  #
3524
3516
  # @return [Types::ListLexBotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3525
3517
  #
@@ -5010,9 +5002,6 @@ module Aws::Connect
5010
5002
  req.send_request(options)
5011
5003
  end
5012
5004
 
5013
- # This API is in preview release for Amazon Connect and is subject to
5014
- # change.
5015
- #
5016
5005
  # Updates the hours of operation.
5017
5006
  #
5018
5007
  # @option params [required, String] :instance_id
@@ -5849,7 +5838,7 @@ module Aws::Connect
5849
5838
  params: params,
5850
5839
  config: config)
5851
5840
  context[:gem_name] = 'aws-sdk-connect'
5852
- context[:gem_version] = '1.52.0'
5841
+ context[:gem_version] = '1.53.0'
5853
5842
  Seahorse::Client::Request.new(handlers, context)
5854
5843
  end
5855
5844
 
@@ -3478,11 +3478,11 @@ module Aws::Connect
3478
3478
  # @return [String]
3479
3479
  #
3480
3480
  # @!attribute [rw] start_time
3481
- # The start time that your contact center is open.
3481
+ # The start time that your contact center opens.
3482
3482
  # @return [Types::HoursOfOperationTimeSlice]
3483
3483
  #
3484
3484
  # @!attribute [rw] end_time
3485
- # The end time that your contact center is closes.
3485
+ # The end time that your contact center closes.
3486
3486
  # @return [Types::HoursOfOperationTimeSlice]
3487
3487
  #
3488
3488
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperationConfig AWS API Documentation
@@ -4580,7 +4580,8 @@ module Aws::Connect
4580
4580
  # @return [String]
4581
4581
  #
4582
4582
  # @!attribute [rw] max_results
4583
- # The maximum number of results to return per page.
4583
+ # The maximum number of results to return per page. If no value is
4584
+ # specified, the default is 10.
4584
4585
  # @return [Integer]
4585
4586
  #
4586
4587
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListLexBotsRequest AWS API Documentation
@@ -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.52.0'
51
+ GEM_VERSION = '1.53.0'
52
52
 
53
53
  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.52.0
4
+ version: 1.53.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-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core