aws-sdk-connect 1.86.0 → 1.87.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: 04b6cc995db3a0d31b3b107365aee72f54db97b8cf30a933ca3c838635d5a356
4
- data.tar.gz: 325bbf49b4fb4e3dad13d345b2e8b9b84e3c22abd8509f5dafb2a5d75f455254
3
+ metadata.gz: 010f96c9d7298f5deb15f13d0444cee084444c6872dc0ae76516b67592682c0f
4
+ data.tar.gz: 3554400d2e5960cae425809b72d703f6a804464d469838aef13b4b73f760241e
5
5
  SHA512:
6
- metadata.gz: dbc5383f3b3e0b0fedb2f0af7802144008281b3f1fd47c237eee067da32863adc5a403cea62515d80eeed8c40e036279e51d106a1c611b68b19ded87b9df876e
7
- data.tar.gz: 9305445468360205e8bffec4e3168fe756283f11f802631d4aff495195a79e5de59856e985945048291d2f38c42a24feba36d23ac2f672b97fc082e778af309c
6
+ metadata.gz: ab0fc8469ae0331966463e6c8e201b667b0aeb51cd2bfa8a4c011aa1f07aa14357638efa002174585990c9bb8c5620564f223f108d4336d86988eefac541c705
7
+ data.tar.gz: 3e8d92d006d037abb079295152c27b2c0101298a6dbb95068caa00c241f204e4560925079422ae84f0f3c3200ad19fae9f5bbd9526f1f88dc915bc651643a287
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2022-12-15)
5
+ ------------------
6
+
7
+ * Feature - Added support for "English - New Zealand" and "English - South African" to be used with Amazon Connect Custom Vocabulary APIs.
8
+
4
9
  1.86.0 (2022-12-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -465,7 +465,7 @@ module Aws::Connect
465
465
  #
466
466
  # resp = client.associate_default_vocabulary({
467
467
  # instance_id: "InstanceId", # required
468
- # language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
468
+ # language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN, en-NZ, en-ZA
469
469
  # vocabulary_id: "VocabularyId",
470
470
  # })
471
471
  #
@@ -920,7 +920,7 @@ module Aws::Connect
920
920
  #
921
921
  #
922
922
  #
923
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
923
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html
924
924
  #
925
925
  # @option params [required, String] :instance_id
926
926
  # The identifier of the Amazon Connect instance.
@@ -1475,6 +1475,12 @@ module Aws::Connect
1475
1475
 
1476
1476
  # Creates a rule for the specified Amazon Connect instance.
1477
1477
  #
1478
+ # Use the [Rules Function language][1] to code conditions for the rule.
1479
+ #
1480
+ #
1481
+ #
1482
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/connect-rules-language.html
1483
+ #
1478
1484
  # @option params [required, String] :instance_id
1479
1485
  # The identifier of the Amazon Connect instance. You can find the
1480
1486
  # instanceId in the ARN of the instance.
@@ -1607,7 +1613,8 @@ module Aws::Connect
1607
1613
  #
1608
1614
  # @option params [Array<String>] :tag_restricted_resources
1609
1615
  # The list of resources that a security profile applies tag restrictions
1610
- # to in Amazon Connect.
1616
+ # to in Amazon Connect. Following are acceptable ResourceNames: `User`
1617
+ # \| `SecurityProfile` \| `Queue` \| `RoutingProfile`
1611
1618
  #
1612
1619
  # @return [Types::CreateSecurityProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1613
1620
  #
@@ -2099,7 +2106,7 @@ module Aws::Connect
2099
2106
  # client_token: "ClientToken",
2100
2107
  # instance_id: "InstanceId", # required
2101
2108
  # vocabulary_name: "VocabularyName", # required
2102
- # language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
2109
+ # language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN, en-NZ, en-ZA
2103
2110
  # content: "VocabularyContent", # required
2104
2111
  # tags: {
2105
2112
  # "TagKey" => "TagValue",
@@ -2650,7 +2657,7 @@ module Aws::Connect
2650
2657
  #
2651
2658
  #
2652
2659
  #
2653
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
2660
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html
2654
2661
  #
2655
2662
  # @option params [required, String] :instance_id
2656
2663
  # The identifier of the Amazon Connect instance.
@@ -3423,7 +3430,7 @@ module Aws::Connect
3423
3430
  # resp.vocabulary.name #=> String
3424
3431
  # resp.vocabulary.id #=> String
3425
3432
  # resp.vocabulary.arn #=> String
3426
- # resp.vocabulary.language_code #=> String, one of "ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN"
3433
+ # resp.vocabulary.language_code #=> String, one of "ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN", "en-NZ", "en-ZA"
3427
3434
  # resp.vocabulary.state #=> String, one of "CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED", "DELETE_IN_PROGRESS"
3428
3435
  # resp.vocabulary.last_modified_time #=> Time
3429
3436
  # resp.vocabulary.failure_reason #=> String
@@ -4786,7 +4793,7 @@ module Aws::Connect
4786
4793
  #
4787
4794
  #
4788
4795
  #
4789
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
4796
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html
4790
4797
  # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html
4791
4798
  #
4792
4799
  # @option params [required, String] :instance_id
@@ -4942,7 +4949,7 @@ module Aws::Connect
4942
4949
  #
4943
4950
  # resp = client.list_default_vocabularies({
4944
4951
  # instance_id: "InstanceId", # required
4945
- # language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
4952
+ # language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN, en-NZ, en-ZA
4946
4953
  # max_results: 1,
4947
4954
  # next_token: "VocabularyNextToken",
4948
4955
  # })
@@ -4951,7 +4958,7 @@ module Aws::Connect
4951
4958
  #
4952
4959
  # resp.default_vocabulary_list #=> Array
4953
4960
  # resp.default_vocabulary_list[0].instance_id #=> String
4954
- # resp.default_vocabulary_list[0].language_code #=> String, one of "ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN"
4961
+ # resp.default_vocabulary_list[0].language_code #=> String, one of "ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN", "en-NZ", "en-ZA"
4955
4962
  # resp.default_vocabulary_list[0].vocabulary_id #=> String
4956
4963
  # resp.default_vocabulary_list[0].vocabulary_name #=> String
4957
4964
  # resp.next_token #=> String
@@ -7163,7 +7170,7 @@ module Aws::Connect
7163
7170
  # next_token: "VocabularyNextToken",
7164
7171
  # state: "CREATION_IN_PROGRESS", # accepts CREATION_IN_PROGRESS, ACTIVE, CREATION_FAILED, DELETE_IN_PROGRESS
7165
7172
  # name_starts_with: "VocabularyName",
7166
- # language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
7173
+ # language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN, en-NZ, en-ZA
7167
7174
  # })
7168
7175
  #
7169
7176
  # @example Response structure
@@ -7172,7 +7179,7 @@ module Aws::Connect
7172
7179
  # resp.vocabulary_summary_list[0].name #=> String
7173
7180
  # resp.vocabulary_summary_list[0].id #=> String
7174
7181
  # resp.vocabulary_summary_list[0].arn #=> String
7175
- # resp.vocabulary_summary_list[0].language_code #=> String, one of "ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN"
7182
+ # resp.vocabulary_summary_list[0].language_code #=> String, one of "ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN", "en-NZ", "en-ZA"
7176
7183
  # resp.vocabulary_summary_list[0].state #=> String, one of "CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED", "DELETE_IN_PROGRESS"
7177
7184
  # resp.vocabulary_summary_list[0].last_modified_time #=> Time
7178
7185
  # resp.vocabulary_summary_list[0].failure_reason #=> String
@@ -8142,7 +8149,7 @@ module Aws::Connect
8142
8149
  #
8143
8150
  #
8144
8151
  #
8145
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
8152
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html
8146
8153
  #
8147
8154
  # @option params [required, String] :instance_id
8148
8155
  # The identifier of the Amazon Connect instance.
@@ -8152,12 +8159,11 @@ module Aws::Connect
8152
8159
  #
8153
8160
  # @option params [required, String] :content
8154
8161
  # The JSON string that represents flow's content. For an example, see
8155
- # [Example contact flow in Amazon Connect Flow language][1] in the
8156
- # *Amazon Connect Administrator Guide*.
8162
+ # [Example contact flow in Amazon Connect Flow language][1].
8157
8163
  #
8158
8164
  #
8159
8165
  #
8160
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html
8166
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html
8161
8167
  #
8162
8168
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
8163
8169
  #
@@ -8295,7 +8301,7 @@ module Aws::Connect
8295
8301
  #
8296
8302
  #
8297
8303
  #
8298
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
8304
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html
8299
8305
  #
8300
8306
  # @option params [required, String] :instance_id
8301
8307
  # The identifier of the Amazon Connect instance.
@@ -9017,6 +9023,12 @@ module Aws::Connect
9017
9023
 
9018
9024
  # Updates a rule for the specified Amazon Connect instance.
9019
9025
  #
9026
+ # Use the [Rules Function language][1] to code conditions for the rule.
9027
+ #
9028
+ #
9029
+ #
9030
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/connect-rules-language.html
9031
+ #
9020
9032
  # @option params [required, String] :rule_id
9021
9033
  # A unique identifier for the rule.
9022
9034
  #
@@ -9601,7 +9613,7 @@ module Aws::Connect
9601
9613
  params: params,
9602
9614
  config: config)
9603
9615
  context[:gem_name] = 'aws-sdk-connect'
9604
- context[:gem_version] = '1.86.0'
9616
+ context[:gem_version] = '1.87.0'
9605
9617
  Seahorse::Client::Request.new(handlers, context)
9606
9618
  end
9607
9619
 
@@ -1017,7 +1017,7 @@ module Aws::Connect
1017
1017
  #
1018
1018
  #
1019
1019
  #
1020
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
1020
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html
1021
1021
  #
1022
1022
  # @!attribute [rw] id
1023
1023
  # The identifier of the flow.
@@ -1758,7 +1758,9 @@ module Aws::Connect
1758
1758
  #
1759
1759
  # @!attribute [rw] tag_restricted_resources
1760
1760
  # The list of resources that a security profile applies tag
1761
- # restrictions to in Amazon Connect.
1761
+ # restrictions to in Amazon Connect. Following are acceptable
1762
+ # ResourceNames: `User` \| `SecurityProfile` \| `Queue` \|
1763
+ # `RoutingProfile`
1762
1764
  # @return [Array<String>]
1763
1765
  #
1764
1766
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateSecurityProfileRequest AWS API Documentation
@@ -10019,12 +10021,11 @@ module Aws::Connect
10019
10021
  #
10020
10022
  # @!attribute [rw] content
10021
10023
  # The JSON string that represents flow's content. For an example, see
10022
- # [Example contact flow in Amazon Connect Flow language][1] in the
10023
- # *Amazon Connect Administrator Guide*.
10024
+ # [Example contact flow in Amazon Connect Flow language][1].
10024
10025
  #
10025
10026
  #
10026
10027
  #
10027
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html
10028
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html
10028
10029
  # @return [String]
10029
10030
  #
10030
10031
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowContentRequest AWS API Documentation
@@ -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.86.0'
55
+ GEM_VERSION = '1.87.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.86.0
4
+ version: 1.87.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core