aws-sdk-connect 1.142.0 → 1.143.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +111 -19
- data/lib/aws-sdk-connect/client_api.rb +54 -0
- data/lib/aws-sdk-connect/endpoints.rb +28 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-connect/types.rb +113 -39
- 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: 59110863875ff0c0aa30621d37c18f97080e42c4f5dd4b5f42ceb2f2e5e4f08a
|
|
4
|
+
data.tar.gz: 871bdeee17d58342449c5c9d7a7ae7bdc2f151f0273a710aef8f2db252d07645
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d226beb58505b355c4cd2b30f6d3d4cebb05433d42582d83789ad242943bdc3ee859ba752c48694130bc0b61c974caa7ba8b2a565b8064c30caae0ec84ecf375
|
|
7
|
+
data.tar.gz: 860fb8f6c3525bf65b329ac917b85d464fac3f4cbc05b528100ba7d4b8fcdf7edf063e0f00ae2e66ce482ba1098a93546713faad80a7dd578c4157133adaf291
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.143.0
|
|
@@ -1324,7 +1324,7 @@ module Aws::Connect
|
|
|
1324
1324
|
#
|
|
1325
1325
|
# @option params [Hash<String,String>] :tags
|
|
1326
1326
|
# The tags used to organize, track, or control access for this resource.
|
|
1327
|
-
# For example, \\\{ "
|
|
1327
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1328
1328
|
# "key2":"value2"\\} \\}.
|
|
1329
1329
|
#
|
|
1330
1330
|
# @option params [String] :client_token
|
|
@@ -1402,7 +1402,7 @@ module Aws::Connect
|
|
|
1402
1402
|
#
|
|
1403
1403
|
# @option params [Hash<String,String>] :tags
|
|
1404
1404
|
# The tags used to organize, track, or control access for this resource.
|
|
1405
|
-
# For example, \\\{ "
|
|
1405
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1406
1406
|
# "key2":"value2"\\} \\}.
|
|
1407
1407
|
#
|
|
1408
1408
|
# @return [Types::CreateAgentStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -1475,7 +1475,7 @@ module Aws::Connect
|
|
|
1475
1475
|
#
|
|
1476
1476
|
# @option params [Hash<String,String>] :tags
|
|
1477
1477
|
# The tags used to organize, track, or control access for this resource.
|
|
1478
|
-
# For example, \\\{ "
|
|
1478
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1479
1479
|
# "key2":"value2"\\} \\}.
|
|
1480
1480
|
#
|
|
1481
1481
|
# @return [Types::CreateContactFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -1536,7 +1536,7 @@ module Aws::Connect
|
|
|
1536
1536
|
#
|
|
1537
1537
|
# @option params [Hash<String,String>] :tags
|
|
1538
1538
|
# The tags used to organize, track, or control access for this resource.
|
|
1539
|
-
# For example, \\\{ "
|
|
1539
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1540
1540
|
# "key2":"value2"\\} \\}.
|
|
1541
1541
|
#
|
|
1542
1542
|
# @option params [String] :client_token
|
|
@@ -1747,7 +1747,7 @@ module Aws::Connect
|
|
|
1747
1747
|
#
|
|
1748
1748
|
# @option params [Hash<String,String>] :tags
|
|
1749
1749
|
# The tags used to organize, track, or control access for this resource.
|
|
1750
|
-
# For example, \\\{ "
|
|
1750
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1751
1751
|
# "key2":"value2"\\} \\}.
|
|
1752
1752
|
#
|
|
1753
1753
|
# @return [Types::CreateHoursOfOperationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -1900,7 +1900,7 @@ module Aws::Connect
|
|
|
1900
1900
|
#
|
|
1901
1901
|
# @option params [Hash<String,String>] :tags
|
|
1902
1902
|
# The tags used to organize, track, or control access for this resource.
|
|
1903
|
-
# For example, \\\{ "
|
|
1903
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1904
1904
|
# "key2":"value2"\\} \\}.
|
|
1905
1905
|
#
|
|
1906
1906
|
# @return [Types::CreateIntegrationAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2166,7 +2166,7 @@ module Aws::Connect
|
|
|
2166
2166
|
#
|
|
2167
2167
|
# @option params [Hash<String,String>] :tags
|
|
2168
2168
|
# The tags used to organize, track, or control access for this resource.
|
|
2169
|
-
# For example, \\\{ "
|
|
2169
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2170
2170
|
# "key2":"value2"\\} \\}.
|
|
2171
2171
|
#
|
|
2172
2172
|
# @return [Types::CreatePromptResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2261,7 +2261,7 @@ module Aws::Connect
|
|
|
2261
2261
|
#
|
|
2262
2262
|
# @option params [Hash<String,String>] :tags
|
|
2263
2263
|
# The tags used to organize, track, or control access for this resource.
|
|
2264
|
-
# For example, \\\{ "
|
|
2264
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2265
2265
|
# "key2":"value2"\\} \\}.
|
|
2266
2266
|
#
|
|
2267
2267
|
# @return [Types::CreateQueueResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2323,7 +2323,7 @@ module Aws::Connect
|
|
|
2323
2323
|
#
|
|
2324
2324
|
# @option params [Hash<String,String>] :tags
|
|
2325
2325
|
# The tags used to organize, track, or control access for this resource.
|
|
2326
|
-
# For example, \\\{ "
|
|
2326
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2327
2327
|
# "key2":"value2"\\} \\}.
|
|
2328
2328
|
#
|
|
2329
2329
|
# @return [Types::CreateQuickConnectResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2410,7 +2410,7 @@ module Aws::Connect
|
|
|
2410
2410
|
#
|
|
2411
2411
|
# @option params [Hash<String,String>] :tags
|
|
2412
2412
|
# The tags used to organize, track, or control access for this resource.
|
|
2413
|
-
# For example, \\\{ "
|
|
2413
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2414
2414
|
# "key2":"value2"\\} \\}.
|
|
2415
2415
|
#
|
|
2416
2416
|
# @option params [String] :agent_availability_timer
|
|
@@ -2605,7 +2605,7 @@ module Aws::Connect
|
|
|
2605
2605
|
#
|
|
2606
2606
|
# @option params [Hash<String,String>] :tags
|
|
2607
2607
|
# The tags used to organize, track, or control access for this resource.
|
|
2608
|
-
# For example, \\\{ "
|
|
2608
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2609
2609
|
# "key2":"value2"\\} \\}.
|
|
2610
2610
|
#
|
|
2611
2611
|
# @option params [Hash<String,String>] :allowed_access_control_tags
|
|
@@ -2833,7 +2833,7 @@ module Aws::Connect
|
|
|
2833
2833
|
#
|
|
2834
2834
|
# @option params [Hash<String,String>] :tags
|
|
2835
2835
|
# The tags used to organize, track, or control access for this resource.
|
|
2836
|
-
# For example, \\\{ "
|
|
2836
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2837
2837
|
# "key2":"value2"\\} \\}.
|
|
2838
2838
|
#
|
|
2839
2839
|
# @return [Types::CreateTrafficDistributionGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2886,7 +2886,7 @@ module Aws::Connect
|
|
|
2886
2886
|
#
|
|
2887
2887
|
# @option params [Hash<String,String>] :tags
|
|
2888
2888
|
# The tags used to organize, track, or control access for this resource.
|
|
2889
|
-
# For example, \\\{ "
|
|
2889
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2890
2890
|
# "key2":"value2"\\} \\}.
|
|
2891
2891
|
#
|
|
2892
2892
|
# @return [Types::CreateUseCaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2984,7 +2984,7 @@ module Aws::Connect
|
|
|
2984
2984
|
#
|
|
2985
2985
|
# @option params [Hash<String,String>] :tags
|
|
2986
2986
|
# The tags used to organize, track, or control access for this resource.
|
|
2987
|
-
# For example, \\\{ "
|
|
2987
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2988
2988
|
# "key2":"value2"\\} \\}.
|
|
2989
2989
|
#
|
|
2990
2990
|
# @return [Types::CreateUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -3054,7 +3054,7 @@ module Aws::Connect
|
|
|
3054
3054
|
#
|
|
3055
3055
|
# @option params [Hash<String,String>] :tags
|
|
3056
3056
|
# The tags used to organize, track, or control access for this resource.
|
|
3057
|
-
# For example, \\\{ "
|
|
3057
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
3058
3058
|
# "key2":"value2"\\} \\}.
|
|
3059
3059
|
#
|
|
3060
3060
|
# @return [Types::CreateUserHierarchyGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -3296,7 +3296,7 @@ module Aws::Connect
|
|
|
3296
3296
|
#
|
|
3297
3297
|
# @option params [Hash<String,String>] :tags
|
|
3298
3298
|
# The tags used to organize, track, or control access for this resource.
|
|
3299
|
-
# For example, \\\{ "
|
|
3299
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
3300
3300
|
# "key2":"value2"\\} \\}.
|
|
3301
3301
|
#
|
|
3302
3302
|
# @return [Types::CreateVocabularyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -4178,6 +4178,8 @@ module Aws::Connect
|
|
|
4178
4178
|
# resp.contact.scheduled_timestamp #=> Time
|
|
4179
4179
|
# resp.contact.related_contact_id #=> String
|
|
4180
4180
|
# resp.contact.wisdom_info.session_arn #=> String
|
|
4181
|
+
# resp.contact.tags #=> Hash
|
|
4182
|
+
# resp.contact.tags["ContactTagKey"] #=> String
|
|
4181
4183
|
#
|
|
4182
4184
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
|
|
4183
4185
|
#
|
|
@@ -7692,7 +7694,7 @@ module Aws::Connect
|
|
|
7692
7694
|
#
|
|
7693
7695
|
# @option params [Hash<String,String>] :tags
|
|
7694
7696
|
# The tags used to organize, track, or control access for this resource.
|
|
7695
|
-
# For example, \\\{ "
|
|
7697
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
7696
7698
|
# "key2":"value2"\\} \\}.
|
|
7697
7699
|
#
|
|
7698
7700
|
# @option params [String] :client_token
|
|
@@ -12800,6 +12802,54 @@ module Aws::Connect
|
|
|
12800
12802
|
req.send_request(options)
|
|
12801
12803
|
end
|
|
12802
12804
|
|
|
12805
|
+
# Adds the specified tags to the contact resource. For more information
|
|
12806
|
+
# about this API is used, see [Set up granular billing for a detailed
|
|
12807
|
+
# view of your Amazon Connect usage][1].
|
|
12808
|
+
#
|
|
12809
|
+
#
|
|
12810
|
+
#
|
|
12811
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/granular-billing.html
|
|
12812
|
+
#
|
|
12813
|
+
# @option params [required, String] :contact_id
|
|
12814
|
+
# The identifier of the contact in this instance of Amazon Connect.
|
|
12815
|
+
#
|
|
12816
|
+
# @option params [required, String] :instance_id
|
|
12817
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
|
12818
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
12819
|
+
#
|
|
12820
|
+
#
|
|
12821
|
+
#
|
|
12822
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
12823
|
+
#
|
|
12824
|
+
# @option params [required, Hash<String,String>] :tags
|
|
12825
|
+
# The tags to be assigned to the contact resource. For example, \\\{
|
|
12826
|
+
# "Tags": \\\{"key1":"value1", "key2":"value2"\\} \\}.
|
|
12827
|
+
#
|
|
12828
|
+
# <note markdown="1"> Authorization is not supported by this tag.
|
|
12829
|
+
#
|
|
12830
|
+
# </note>
|
|
12831
|
+
#
|
|
12832
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
12833
|
+
#
|
|
12834
|
+
# @example Request syntax with placeholder values
|
|
12835
|
+
#
|
|
12836
|
+
# resp = client.tag_contact({
|
|
12837
|
+
# contact_id: "ContactId", # required
|
|
12838
|
+
# instance_id: "InstanceId", # required
|
|
12839
|
+
# tags: { # required
|
|
12840
|
+
# "ContactTagKey" => "ContactTagValue",
|
|
12841
|
+
# },
|
|
12842
|
+
# })
|
|
12843
|
+
#
|
|
12844
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TagContact AWS API Documentation
|
|
12845
|
+
#
|
|
12846
|
+
# @overload tag_contact(params = {})
|
|
12847
|
+
# @param [Hash] params ({})
|
|
12848
|
+
def tag_contact(params = {}, options = {})
|
|
12849
|
+
req = build_request(:tag_contact, params)
|
|
12850
|
+
req.send_request(options)
|
|
12851
|
+
end
|
|
12852
|
+
|
|
12803
12853
|
# Adds the specified tags to the specified resource.
|
|
12804
12854
|
#
|
|
12805
12855
|
# Some of the supported resource types are agents, routing profiles,
|
|
@@ -12820,7 +12870,7 @@ module Aws::Connect
|
|
|
12820
12870
|
#
|
|
12821
12871
|
# @option params [required, Hash<String,String>] :tags
|
|
12822
12872
|
# The tags used to organize, track, or control access for this resource.
|
|
12823
|
-
# For example, \\\{ "
|
|
12873
|
+
# For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
12824
12874
|
# "key2":"value2"\\} \\}.
|
|
12825
12875
|
#
|
|
12826
12876
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
@@ -12927,6 +12977,48 @@ module Aws::Connect
|
|
|
12927
12977
|
req.send_request(options)
|
|
12928
12978
|
end
|
|
12929
12979
|
|
|
12980
|
+
# Removes the specified tags from the contact resource. For more
|
|
12981
|
+
# information about this API is used, see [Set up granular billing for a
|
|
12982
|
+
# detailed view of your Amazon Connect usage][1].
|
|
12983
|
+
#
|
|
12984
|
+
#
|
|
12985
|
+
#
|
|
12986
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/granular-billing.html
|
|
12987
|
+
#
|
|
12988
|
+
# @option params [required, String] :contact_id
|
|
12989
|
+
# The identifier of the contact in this instance of Amazon Connect.
|
|
12990
|
+
#
|
|
12991
|
+
# @option params [required, String] :instance_id
|
|
12992
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
|
12993
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
12994
|
+
#
|
|
12995
|
+
#
|
|
12996
|
+
#
|
|
12997
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
12998
|
+
#
|
|
12999
|
+
# @option params [required, Array<String>] :tag_keys
|
|
13000
|
+
# A list of tag keys. Existing tags on the contact whose keys are
|
|
13001
|
+
# members of this list will be removed.
|
|
13002
|
+
#
|
|
13003
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
13004
|
+
#
|
|
13005
|
+
# @example Request syntax with placeholder values
|
|
13006
|
+
#
|
|
13007
|
+
# resp = client.untag_contact({
|
|
13008
|
+
# contact_id: "ContactId", # required
|
|
13009
|
+
# instance_id: "InstanceId", # required
|
|
13010
|
+
# tag_keys: ["ContactTagKey"], # required
|
|
13011
|
+
# })
|
|
13012
|
+
#
|
|
13013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UntagContact AWS API Documentation
|
|
13014
|
+
#
|
|
13015
|
+
# @overload untag_contact(params = {})
|
|
13016
|
+
# @param [Hash] params ({})
|
|
13017
|
+
def untag_contact(params = {}, options = {})
|
|
13018
|
+
req = build_request(:untag_contact, params)
|
|
13019
|
+
req.send_request(options)
|
|
13020
|
+
end
|
|
13021
|
+
|
|
12930
13022
|
# Removes the specified tags from the specified resource.
|
|
12931
13023
|
#
|
|
12932
13024
|
# @option params [required, String] :resource_arn
|
|
@@ -15323,7 +15415,7 @@ module Aws::Connect
|
|
|
15323
15415
|
params: params,
|
|
15324
15416
|
config: config)
|
|
15325
15417
|
context[:gem_name] = 'aws-sdk-connect'
|
|
15326
|
-
context[:gem_version] = '1.
|
|
15418
|
+
context[:gem_version] = '1.143.0'
|
|
15327
15419
|
Seahorse::Client::Request.new(handlers, context)
|
|
15328
15420
|
end
|
|
15329
15421
|
|
|
@@ -156,6 +156,10 @@ module Aws::Connect
|
|
|
156
156
|
ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
|
|
157
157
|
ContactState = Shapes::StringShape.new(name: 'ContactState')
|
|
158
158
|
ContactStates = Shapes::ListShape.new(name: 'ContactStates')
|
|
159
|
+
ContactTagKey = Shapes::StringShape.new(name: 'ContactTagKey')
|
|
160
|
+
ContactTagKeys = Shapes::ListShape.new(name: 'ContactTagKeys')
|
|
161
|
+
ContactTagMap = Shapes::MapShape.new(name: 'ContactTagMap')
|
|
162
|
+
ContactTagValue = Shapes::StringShape.new(name: 'ContactTagValue')
|
|
159
163
|
Content = Shapes::StringShape.new(name: 'Content')
|
|
160
164
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
|
161
165
|
ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
|
|
@@ -944,6 +948,8 @@ module Aws::Connect
|
|
|
944
948
|
SuspendContactRecordingResponse = Shapes::StructureShape.new(name: 'SuspendContactRecordingResponse')
|
|
945
949
|
TagAndConditionList = Shapes::ListShape.new(name: 'TagAndConditionList')
|
|
946
950
|
TagCondition = Shapes::StructureShape.new(name: 'TagCondition')
|
|
951
|
+
TagContactRequest = Shapes::StructureShape.new(name: 'TagContactRequest')
|
|
952
|
+
TagContactResponse = Shapes::StructureShape.new(name: 'TagContactResponse')
|
|
947
953
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
948
954
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
949
955
|
TagKeyString = Shapes::StringShape.new(name: 'TagKeyString')
|
|
@@ -1003,6 +1009,8 @@ module Aws::Connect
|
|
|
1003
1009
|
TransferContactResponse = Shapes::StructureShape.new(name: 'TransferContactResponse')
|
|
1004
1010
|
URI = Shapes::StringShape.new(name: 'URI')
|
|
1005
1011
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
|
1012
|
+
UntagContactRequest = Shapes::StructureShape.new(name: 'UntagContactRequest')
|
|
1013
|
+
UntagContactResponse = Shapes::StructureShape.new(name: 'UntagContactResponse')
|
|
1006
1014
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
1007
1015
|
UpdateAgentStatusDescription = Shapes::StringShape.new(name: 'UpdateAgentStatusDescription')
|
|
1008
1016
|
UpdateAgentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAgentStatusRequest')
|
|
@@ -1445,6 +1453,7 @@ module Aws::Connect
|
|
|
1445
1453
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
|
1446
1454
|
Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
|
1447
1455
|
Contact.add_member(:wisdom_info, Shapes::ShapeRef.new(shape: WisdomInfo, location_name: "WisdomInfo"))
|
|
1456
|
+
Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
|
|
1448
1457
|
Contact.struct_class = Types::Contact
|
|
1449
1458
|
|
|
1450
1459
|
ContactDataRequest.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "SystemEndpoint"))
|
|
@@ -1510,6 +1519,11 @@ module Aws::Connect
|
|
|
1510
1519
|
|
|
1511
1520
|
ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
|
|
1512
1521
|
|
|
1522
|
+
ContactTagKeys.member = Shapes::ShapeRef.new(shape: ContactTagKey)
|
|
1523
|
+
|
|
1524
|
+
ContactTagMap.key = Shapes::ShapeRef.new(shape: ContactTagKey)
|
|
1525
|
+
ContactTagMap.value = Shapes::ShapeRef.new(shape: ContactTagValue)
|
|
1526
|
+
|
|
1513
1527
|
ControlPlaneTagFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: TagOrConditionList, location_name: "OrConditions"))
|
|
1514
1528
|
ControlPlaneTagFilter.add_member(:and_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "AndConditions"))
|
|
1515
1529
|
ControlPlaneTagFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
|
|
@@ -4218,6 +4232,13 @@ module Aws::Connect
|
|
|
4218
4232
|
TagCondition.add_member(:tag_value, Shapes::ShapeRef.new(shape: String, location_name: "TagValue"))
|
|
4219
4233
|
TagCondition.struct_class = Types::TagCondition
|
|
4220
4234
|
|
|
4235
|
+
TagContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
4236
|
+
TagContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
4237
|
+
TagContactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, required: true, location_name: "Tags"))
|
|
4238
|
+
TagContactRequest.struct_class = Types::TagContactRequest
|
|
4239
|
+
|
|
4240
|
+
TagContactResponse.struct_class = Types::TagContactResponse
|
|
4241
|
+
|
|
4221
4242
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
4222
4243
|
|
|
4223
4244
|
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -4341,6 +4362,13 @@ module Aws::Connect
|
|
|
4341
4362
|
TransferContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
|
4342
4363
|
TransferContactResponse.struct_class = Types::TransferContactResponse
|
|
4343
4364
|
|
|
4365
|
+
UntagContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
|
4366
|
+
UntagContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4367
|
+
UntagContactRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: ContactTagKeys, required: true, location: "querystring", location_name: "TagKeys"))
|
|
4368
|
+
UntagContactRequest.struct_class = Types::UntagContactRequest
|
|
4369
|
+
|
|
4370
|
+
UntagContactResponse.struct_class = Types::UntagContactResponse
|
|
4371
|
+
|
|
4344
4372
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
|
4345
4373
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
4346
4374
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
@@ -7616,6 +7644,19 @@ module Aws::Connect
|
|
|
7616
7644
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7617
7645
|
end)
|
|
7618
7646
|
|
|
7647
|
+
api.add_operation(:tag_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
7648
|
+
o.name = "TagContact"
|
|
7649
|
+
o.http_method = "POST"
|
|
7650
|
+
o.http_request_uri = "/contact/tags"
|
|
7651
|
+
o.input = Shapes::ShapeRef.new(shape: TagContactRequest)
|
|
7652
|
+
o.output = Shapes::ShapeRef.new(shape: TagContactResponse)
|
|
7653
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
7654
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7655
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7656
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
7657
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7658
|
+
end)
|
|
7659
|
+
|
|
7619
7660
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
7620
7661
|
o.name = "TagResource"
|
|
7621
7662
|
o.http_method = "POST"
|
|
@@ -7644,6 +7685,19 @@ module Aws::Connect
|
|
|
7644
7685
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7645
7686
|
end)
|
|
7646
7687
|
|
|
7688
|
+
api.add_operation(:untag_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
7689
|
+
o.name = "UntagContact"
|
|
7690
|
+
o.http_method = "DELETE"
|
|
7691
|
+
o.http_request_uri = "/contact/tags/{InstanceId}/{ContactId}"
|
|
7692
|
+
o.input = Shapes::ShapeRef.new(shape: UntagContactRequest)
|
|
7693
|
+
o.output = Shapes::ShapeRef.new(shape: UntagContactResponse)
|
|
7694
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
7695
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7696
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7697
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
7698
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7699
|
+
end)
|
|
7700
|
+
|
|
7647
7701
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
7648
7702
|
o.name = "UntagResource"
|
|
7649
7703
|
o.http_method = "DELETE"
|
|
@@ -2546,6 +2546,20 @@ module Aws::Connect
|
|
|
2546
2546
|
end
|
|
2547
2547
|
end
|
|
2548
2548
|
|
|
2549
|
+
class TagContact
|
|
2550
|
+
def self.build(context)
|
|
2551
|
+
unless context.config.regional_endpoint
|
|
2552
|
+
endpoint = context.config.endpoint.to_s
|
|
2553
|
+
end
|
|
2554
|
+
Aws::Connect::EndpointParameters.new(
|
|
2555
|
+
region: context.config.region,
|
|
2556
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
|
2557
|
+
use_fips: context.config.use_fips_endpoint,
|
|
2558
|
+
endpoint: endpoint,
|
|
2559
|
+
)
|
|
2560
|
+
end
|
|
2561
|
+
end
|
|
2562
|
+
|
|
2549
2563
|
class TagResource
|
|
2550
2564
|
def self.build(context)
|
|
2551
2565
|
unless context.config.regional_endpoint
|
|
@@ -2574,6 +2588,20 @@ module Aws::Connect
|
|
|
2574
2588
|
end
|
|
2575
2589
|
end
|
|
2576
2590
|
|
|
2591
|
+
class UntagContact
|
|
2592
|
+
def self.build(context)
|
|
2593
|
+
unless context.config.regional_endpoint
|
|
2594
|
+
endpoint = context.config.endpoint.to_s
|
|
2595
|
+
end
|
|
2596
|
+
Aws::Connect::EndpointParameters.new(
|
|
2597
|
+
region: context.config.region,
|
|
2598
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
|
2599
|
+
use_fips: context.config.use_fips_endpoint,
|
|
2600
|
+
endpoint: endpoint,
|
|
2601
|
+
)
|
|
2602
|
+
end
|
|
2603
|
+
end
|
|
2604
|
+
|
|
2577
2605
|
class UntagResource
|
|
2578
2606
|
def self.build(context)
|
|
2579
2607
|
unless context.config.regional_endpoint
|
|
@@ -419,10 +419,14 @@ module Aws::Connect
|
|
|
419
419
|
Aws::Connect::Endpoints::SubmitContactEvaluation.build(context)
|
|
420
420
|
when :suspend_contact_recording
|
|
421
421
|
Aws::Connect::Endpoints::SuspendContactRecording.build(context)
|
|
422
|
+
when :tag_contact
|
|
423
|
+
Aws::Connect::Endpoints::TagContact.build(context)
|
|
422
424
|
when :tag_resource
|
|
423
425
|
Aws::Connect::Endpoints::TagResource.build(context)
|
|
424
426
|
when :transfer_contact
|
|
425
427
|
Aws::Connect::Endpoints::TransferContact.build(context)
|
|
428
|
+
when :untag_contact
|
|
429
|
+
Aws::Connect::Endpoints::UntagContact.build(context)
|
|
426
430
|
when :untag_resource
|
|
427
431
|
Aws::Connect::Endpoints::UntagResource.build(context)
|
|
428
432
|
when :update_agent_status
|
|
@@ -206,7 +206,7 @@ module Aws::Connect
|
|
|
206
206
|
#
|
|
207
207
|
# @!attribute [rw] tags
|
|
208
208
|
# The tags used to organize, track, or control access for this
|
|
209
|
-
# resource. For example, \\\{ "
|
|
209
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
210
210
|
# "key2":"value2"\\} \\}.
|
|
211
211
|
# @return [Hash<String,String>]
|
|
212
212
|
#
|
|
@@ -1286,7 +1286,7 @@ module Aws::Connect
|
|
|
1286
1286
|
#
|
|
1287
1287
|
# @!attribute [rw] tags
|
|
1288
1288
|
# The tags used to organize, track, or control access for this
|
|
1289
|
-
# resource. For example, \\\{ "
|
|
1289
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1290
1290
|
# "key2":"value2"\\} \\}.
|
|
1291
1291
|
# @return [Hash<String,String>]
|
|
1292
1292
|
#
|
|
@@ -1383,7 +1383,7 @@ module Aws::Connect
|
|
|
1383
1383
|
#
|
|
1384
1384
|
# @!attribute [rw] tags
|
|
1385
1385
|
# The tags used to organize, track, or control access for this
|
|
1386
|
-
# resource. For example, \\\{ "
|
|
1386
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1387
1387
|
# "key2":"value2"\\} \\}.
|
|
1388
1388
|
# @return [Hash<String,String>]
|
|
1389
1389
|
#
|
|
@@ -1548,6 +1548,11 @@ module Aws::Connect
|
|
|
1548
1548
|
# Information about Amazon Connect Wisdom.
|
|
1549
1549
|
# @return [Types::WisdomInfo]
|
|
1550
1550
|
#
|
|
1551
|
+
# @!attribute [rw] tags
|
|
1552
|
+
# Tags associated with the contact. This contains both Amazon Web
|
|
1553
|
+
# Services generated and user-defined tags.
|
|
1554
|
+
# @return [Hash<String,String>]
|
|
1555
|
+
#
|
|
1551
1556
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Contact AWS API Documentation
|
|
1552
1557
|
#
|
|
1553
1558
|
class Contact < Struct.new(
|
|
@@ -1566,7 +1571,8 @@ module Aws::Connect
|
|
|
1566
1571
|
:last_update_timestamp,
|
|
1567
1572
|
:scheduled_timestamp,
|
|
1568
1573
|
:related_contact_id,
|
|
1569
|
-
:wisdom_info
|
|
1574
|
+
:wisdom_info,
|
|
1575
|
+
:tags)
|
|
1570
1576
|
SENSITIVE = []
|
|
1571
1577
|
include Aws::Structure
|
|
1572
1578
|
end
|
|
@@ -1679,7 +1685,7 @@ module Aws::Connect
|
|
|
1679
1685
|
#
|
|
1680
1686
|
# @!attribute [rw] tags
|
|
1681
1687
|
# The tags used to organize, track, or control access for this
|
|
1682
|
-
# resource. For example, \\\{ "
|
|
1688
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1683
1689
|
# "key2":"value2"\\} \\}.
|
|
1684
1690
|
# @return [Hash<String,String>]
|
|
1685
1691
|
#
|
|
@@ -1735,7 +1741,7 @@ module Aws::Connect
|
|
|
1735
1741
|
#
|
|
1736
1742
|
# @!attribute [rw] tags
|
|
1737
1743
|
# The tags used to organize, track, or control access for this
|
|
1738
|
-
# resource. For example, \\\{ "
|
|
1744
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1739
1745
|
# "key2":"value2"\\} \\}.
|
|
1740
1746
|
# @return [Hash<String,String>]
|
|
1741
1747
|
#
|
|
@@ -1913,7 +1919,7 @@ module Aws::Connect
|
|
|
1913
1919
|
#
|
|
1914
1920
|
# @!attribute [rw] tags
|
|
1915
1921
|
# The tags used to organize, track, or control access for this
|
|
1916
|
-
# resource. For example, \\\{ "
|
|
1922
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1917
1923
|
# "key2":"value2"\\} \\}.
|
|
1918
1924
|
# @return [Hash<String,String>]
|
|
1919
1925
|
#
|
|
@@ -1975,7 +1981,7 @@ module Aws::Connect
|
|
|
1975
1981
|
#
|
|
1976
1982
|
# @!attribute [rw] tags
|
|
1977
1983
|
# The tags used to organize, track, or control access for this
|
|
1978
|
-
# resource. For example, \\\{ "
|
|
1984
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
1979
1985
|
# "key2":"value2"\\} \\}.
|
|
1980
1986
|
# @return [Hash<String,String>]
|
|
1981
1987
|
#
|
|
@@ -2057,7 +2063,7 @@ module Aws::Connect
|
|
|
2057
2063
|
#
|
|
2058
2064
|
# @!attribute [rw] tags
|
|
2059
2065
|
# The tags used to organize, track, or control access for this
|
|
2060
|
-
# resource. For example, \\\{ "
|
|
2066
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2061
2067
|
# "key2":"value2"\\} \\}.
|
|
2062
2068
|
# @return [Hash<String,String>]
|
|
2063
2069
|
#
|
|
@@ -2190,7 +2196,7 @@ module Aws::Connect
|
|
|
2190
2196
|
#
|
|
2191
2197
|
# @!attribute [rw] tags
|
|
2192
2198
|
# The tags used to organize, track, or control access for this
|
|
2193
|
-
# resource. For example, \\\{ "
|
|
2199
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2194
2200
|
# "key2":"value2"\\} \\}.
|
|
2195
2201
|
# @return [Hash<String,String>]
|
|
2196
2202
|
#
|
|
@@ -2324,7 +2330,7 @@ module Aws::Connect
|
|
|
2324
2330
|
#
|
|
2325
2331
|
# @!attribute [rw] tags
|
|
2326
2332
|
# The tags used to organize, track, or control access for this
|
|
2327
|
-
# resource. For example, \\\{ "
|
|
2333
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2328
2334
|
# "key2":"value2"\\} \\}.
|
|
2329
2335
|
# @return [Hash<String,String>]
|
|
2330
2336
|
#
|
|
@@ -2578,7 +2584,7 @@ module Aws::Connect
|
|
|
2578
2584
|
#
|
|
2579
2585
|
# @!attribute [rw] tags
|
|
2580
2586
|
# The tags used to organize, track, or control access for this
|
|
2581
|
-
# resource. For example, \\\{ "
|
|
2587
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2582
2588
|
# "key2":"value2"\\} \\}.
|
|
2583
2589
|
# @return [Hash<String,String>]
|
|
2584
2590
|
#
|
|
@@ -2647,7 +2653,7 @@ module Aws::Connect
|
|
|
2647
2653
|
#
|
|
2648
2654
|
# @!attribute [rw] tags
|
|
2649
2655
|
# The tags used to organize, track, or control access for this
|
|
2650
|
-
# resource. For example, \\\{ "
|
|
2656
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2651
2657
|
# "key2":"value2"\\} \\}.
|
|
2652
2658
|
# @return [Hash<String,String>]
|
|
2653
2659
|
#
|
|
@@ -2706,7 +2712,7 @@ module Aws::Connect
|
|
|
2706
2712
|
#
|
|
2707
2713
|
# @!attribute [rw] tags
|
|
2708
2714
|
# The tags used to organize, track, or control access for this
|
|
2709
|
-
# resource. For example, \\\{ "
|
|
2715
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2710
2716
|
# "key2":"value2"\\} \\}.
|
|
2711
2717
|
# @return [Hash<String,String>]
|
|
2712
2718
|
#
|
|
@@ -2784,7 +2790,7 @@ module Aws::Connect
|
|
|
2784
2790
|
#
|
|
2785
2791
|
# @!attribute [rw] tags
|
|
2786
2792
|
# The tags used to organize, track, or control access for this
|
|
2787
|
-
# resource. For example, \\\{ "
|
|
2793
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2788
2794
|
# "key2":"value2"\\} \\}.
|
|
2789
2795
|
# @return [Hash<String,String>]
|
|
2790
2796
|
#
|
|
@@ -2928,7 +2934,7 @@ module Aws::Connect
|
|
|
2928
2934
|
#
|
|
2929
2935
|
# @!attribute [rw] tags
|
|
2930
2936
|
# The tags used to organize, track, or control access for this
|
|
2931
|
-
# resource. For example, \\\{ "
|
|
2937
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
2932
2938
|
# "key2":"value2"\\} \\}.
|
|
2933
2939
|
# @return [Hash<String,String>]
|
|
2934
2940
|
#
|
|
@@ -3103,7 +3109,7 @@ module Aws::Connect
|
|
|
3103
3109
|
#
|
|
3104
3110
|
# @!attribute [rw] tags
|
|
3105
3111
|
# The tags used to organize, track, or control access for this
|
|
3106
|
-
# resource. For example, \\\{ "
|
|
3112
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
3107
3113
|
# "key2":"value2"\\} \\}.
|
|
3108
3114
|
# @return [Hash<String,String>]
|
|
3109
3115
|
#
|
|
@@ -3160,7 +3166,7 @@ module Aws::Connect
|
|
|
3160
3166
|
#
|
|
3161
3167
|
# @!attribute [rw] tags
|
|
3162
3168
|
# The tags used to organize, track, or control access for this
|
|
3163
|
-
# resource. For example, \\\{ "
|
|
3169
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
3164
3170
|
# "key2":"value2"\\} \\}.
|
|
3165
3171
|
# @return [Hash<String,String>]
|
|
3166
3172
|
#
|
|
@@ -3213,7 +3219,7 @@ module Aws::Connect
|
|
|
3213
3219
|
#
|
|
3214
3220
|
# @!attribute [rw] tags
|
|
3215
3221
|
# The tags used to organize, track, or control access for this
|
|
3216
|
-
# resource. For example, \\\{ "
|
|
3222
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
3217
3223
|
# "key2":"value2"\\} \\}.
|
|
3218
3224
|
# @return [Hash<String,String>]
|
|
3219
3225
|
#
|
|
@@ -3304,7 +3310,7 @@ module Aws::Connect
|
|
|
3304
3310
|
#
|
|
3305
3311
|
# @!attribute [rw] tags
|
|
3306
3312
|
# The tags used to organize, track, or control access for this
|
|
3307
|
-
# resource. For example, \\\{ "
|
|
3313
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
3308
3314
|
# "key2":"value2"\\} \\}.
|
|
3309
3315
|
# @return [Hash<String,String>]
|
|
3310
3316
|
#
|
|
@@ -3502,7 +3508,7 @@ module Aws::Connect
|
|
|
3502
3508
|
#
|
|
3503
3509
|
# @!attribute [rw] tags
|
|
3504
3510
|
# The tags used to organize, track, or control access for this
|
|
3505
|
-
# resource. For example, \\\{ "
|
|
3511
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
3506
3512
|
# "key2":"value2"\\} \\}.
|
|
3507
3513
|
# @return [Hash<String,String>]
|
|
3508
3514
|
#
|
|
@@ -5623,7 +5629,7 @@ module Aws::Connect
|
|
|
5623
5629
|
#
|
|
5624
5630
|
# @!attribute [rw] tags
|
|
5625
5631
|
# The tags used to organize, track, or control access for this
|
|
5626
|
-
# resource. For example, \\\{ "
|
|
5632
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
5627
5633
|
# "key2":"value2"\\} \\}.
|
|
5628
5634
|
# @return [Hash<String,String>]
|
|
5629
5635
|
#
|
|
@@ -5774,7 +5780,7 @@ module Aws::Connect
|
|
|
5774
5780
|
#
|
|
5775
5781
|
# @!attribute [rw] tags
|
|
5776
5782
|
# The tags used to organize, track, or control access for this
|
|
5777
|
-
# resource. For example, \\\{ "
|
|
5783
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
5778
5784
|
# "key2":"value2"\\} \\}.
|
|
5779
5785
|
# @return [Hash<String,String>]
|
|
5780
5786
|
#
|
|
@@ -8178,7 +8184,7 @@ module Aws::Connect
|
|
|
8178
8184
|
#
|
|
8179
8185
|
# @!attribute [rw] tags
|
|
8180
8186
|
# The tags used to organize, track, or control access for this
|
|
8181
|
-
# resource. For example, \\\{ "
|
|
8187
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
8182
8188
|
# "key2":"value2"\\} \\}.
|
|
8183
8189
|
# @return [Hash<String,String>]
|
|
8184
8190
|
#
|
|
@@ -8275,7 +8281,7 @@ module Aws::Connect
|
|
|
8275
8281
|
#
|
|
8276
8282
|
# @!attribute [rw] tags
|
|
8277
8283
|
# The tags used to organize, track, or control access for this
|
|
8278
|
-
# resource. For example, \\\{ "
|
|
8284
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
8279
8285
|
# "key2":"value2"\\} \\}.
|
|
8280
8286
|
# @return [Hash<String,String>]
|
|
8281
8287
|
#
|
|
@@ -8664,7 +8670,7 @@ module Aws::Connect
|
|
|
8664
8670
|
#
|
|
8665
8671
|
# @!attribute [rw] tags
|
|
8666
8672
|
# The tags used to organize, track, or control access for this
|
|
8667
|
-
# resource. For example, \\\{ "
|
|
8673
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
8668
8674
|
# "key2":"value2"\\} \\}.
|
|
8669
8675
|
# @return [Hash<String,String>]
|
|
8670
8676
|
#
|
|
@@ -8861,7 +8867,7 @@ module Aws::Connect
|
|
|
8861
8867
|
#
|
|
8862
8868
|
# @!attribute [rw] tags
|
|
8863
8869
|
# The tags used to organize, track, or control access for this
|
|
8864
|
-
# resource. For example, \\\{ "
|
|
8870
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
8865
8871
|
# "key2":"value2"\\} \\}.
|
|
8866
8872
|
# @return [Hash<String,String>]
|
|
8867
8873
|
#
|
|
@@ -12110,7 +12116,7 @@ module Aws::Connect
|
|
|
12110
12116
|
#
|
|
12111
12117
|
# @!attribute [rw] user_tags
|
|
12112
12118
|
# The tags used to organize, track, or control access for this
|
|
12113
|
-
# resource. For example, \\\{ "
|
|
12119
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
12114
12120
|
# "key2":"value2"\\} \\}. Amazon Connect users with the specified
|
|
12115
12121
|
# tags will be notified.
|
|
12116
12122
|
# @return [Hash<String,String>]
|
|
@@ -12546,7 +12552,7 @@ module Aws::Connect
|
|
|
12546
12552
|
#
|
|
12547
12553
|
# @!attribute [rw] tags
|
|
12548
12554
|
# The tags used to organize, track, or control access for this
|
|
12549
|
-
# resource. For example, \\\{ "
|
|
12555
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
12550
12556
|
# "key2":"value2"\\} \\}.
|
|
12551
12557
|
# @return [Hash<String,String>]
|
|
12552
12558
|
#
|
|
@@ -12771,7 +12777,7 @@ module Aws::Connect
|
|
|
12771
12777
|
#
|
|
12772
12778
|
# @!attribute [rw] tags
|
|
12773
12779
|
# The tags used to organize, track, or control access for this
|
|
12774
|
-
# resource. For example, \\\{ "
|
|
12780
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
12775
12781
|
# "key2":"value2"\\} \\}.
|
|
12776
12782
|
# @return [Hash<String,String>]
|
|
12777
12783
|
#
|
|
@@ -12991,7 +12997,7 @@ module Aws::Connect
|
|
|
12991
12997
|
#
|
|
12992
12998
|
# @!attribute [rw] tags
|
|
12993
12999
|
# The tags used to organize, track, or control access for this
|
|
12994
|
-
# resource. For example, \\\{ "
|
|
13000
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
12995
13001
|
# "key2":"value2"\\} \\}.
|
|
12996
13002
|
# @return [Hash<String,String>]
|
|
12997
13003
|
#
|
|
@@ -13912,7 +13918,7 @@ module Aws::Connect
|
|
|
13912
13918
|
#
|
|
13913
13919
|
# @!attribute [rw] tags
|
|
13914
13920
|
# The tags used to organize, track, or control access for this
|
|
13915
|
-
# resource. For example, \\\{ "
|
|
13921
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
13916
13922
|
# "key2":"value2"\\} \\}.
|
|
13917
13923
|
# @return [Hash<String,String>]
|
|
13918
13924
|
#
|
|
@@ -14231,7 +14237,7 @@ module Aws::Connect
|
|
|
14231
14237
|
#
|
|
14232
14238
|
# @!attribute [rw] tags
|
|
14233
14239
|
# The tags used to organize, track, or control access for this
|
|
14234
|
-
# resource. For example, \\\{ "
|
|
14240
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
14235
14241
|
# "key2":"value2"\\} \\}.
|
|
14236
14242
|
# @return [Hash<String,String>]
|
|
14237
14243
|
#
|
|
@@ -15123,7 +15129,7 @@ module Aws::Connect
|
|
|
15123
15129
|
#
|
|
15124
15130
|
# @!attribute [rw] tags
|
|
15125
15131
|
# The tags used to organize, track, or control access for this
|
|
15126
|
-
# resource. For example, \\\{ "
|
|
15132
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
15127
15133
|
# "key2":"value2"\\} \\}.
|
|
15128
15134
|
# @return [Hash<String,String>]
|
|
15129
15135
|
#
|
|
@@ -15220,7 +15226,7 @@ module Aws::Connect
|
|
|
15220
15226
|
#
|
|
15221
15227
|
# @!attribute [rw] tags
|
|
15222
15228
|
# The tags used to organize, track, or control access for this
|
|
15223
|
-
# resource. For example, \\\{ "
|
|
15229
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
15224
15230
|
# "key2":"value2"\\} \\}.
|
|
15225
15231
|
# @return [Hash<String,String>]
|
|
15226
15232
|
#
|
|
@@ -16458,13 +16464,49 @@ module Aws::Connect
|
|
|
16458
16464
|
include Aws::Structure
|
|
16459
16465
|
end
|
|
16460
16466
|
|
|
16467
|
+
# @!attribute [rw] contact_id
|
|
16468
|
+
# The identifier of the contact in this instance of Amazon Connect.
|
|
16469
|
+
# @return [String]
|
|
16470
|
+
#
|
|
16471
|
+
# @!attribute [rw] instance_id
|
|
16472
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
|
16473
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
16474
|
+
#
|
|
16475
|
+
#
|
|
16476
|
+
#
|
|
16477
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
16478
|
+
# @return [String]
|
|
16479
|
+
#
|
|
16480
|
+
# @!attribute [rw] tags
|
|
16481
|
+
# The tags to be assigned to the contact resource. For example, \\\{
|
|
16482
|
+
# "Tags": \\\{"key1":"value1", "key2":"value2"\\} \\}.
|
|
16483
|
+
#
|
|
16484
|
+
# <note markdown="1"> Authorization is not supported by this tag.
|
|
16485
|
+
#
|
|
16486
|
+
# </note>
|
|
16487
|
+
# @return [Hash<String,String>]
|
|
16488
|
+
#
|
|
16489
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TagContactRequest AWS API Documentation
|
|
16490
|
+
#
|
|
16491
|
+
class TagContactRequest < Struct.new(
|
|
16492
|
+
:contact_id,
|
|
16493
|
+
:instance_id,
|
|
16494
|
+
:tags)
|
|
16495
|
+
SENSITIVE = []
|
|
16496
|
+
include Aws::Structure
|
|
16497
|
+
end
|
|
16498
|
+
|
|
16499
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TagContactResponse AWS API Documentation
|
|
16500
|
+
#
|
|
16501
|
+
class TagContactResponse < Aws::EmptyStructure; end
|
|
16502
|
+
|
|
16461
16503
|
# @!attribute [rw] resource_arn
|
|
16462
16504
|
# The Amazon Resource Name (ARN) of the resource.
|
|
16463
16505
|
# @return [String]
|
|
16464
16506
|
#
|
|
16465
16507
|
# @!attribute [rw] tags
|
|
16466
16508
|
# The tags used to organize, track, or control access for this
|
|
16467
|
-
# resource. For example, \\\{ "
|
|
16509
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
16468
16510
|
# "key2":"value2"\\} \\}.
|
|
16469
16511
|
# @return [Hash<String,String>]
|
|
16470
16512
|
#
|
|
@@ -16854,7 +16896,7 @@ module Aws::Connect
|
|
|
16854
16896
|
#
|
|
16855
16897
|
# @!attribute [rw] tags
|
|
16856
16898
|
# The tags used to organize, track, or control access for this
|
|
16857
|
-
# resource. For example, \\\{ "
|
|
16899
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
16858
16900
|
# "key2":"value2"\\} \\}.
|
|
16859
16901
|
# @return [Hash<String,String>]
|
|
16860
16902
|
#
|
|
@@ -17052,6 +17094,38 @@ module Aws::Connect
|
|
|
17052
17094
|
include Aws::Structure
|
|
17053
17095
|
end
|
|
17054
17096
|
|
|
17097
|
+
# @!attribute [rw] contact_id
|
|
17098
|
+
# The identifier of the contact in this instance of Amazon Connect.
|
|
17099
|
+
# @return [String]
|
|
17100
|
+
#
|
|
17101
|
+
# @!attribute [rw] instance_id
|
|
17102
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
|
17103
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
17104
|
+
#
|
|
17105
|
+
#
|
|
17106
|
+
#
|
|
17107
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
17108
|
+
# @return [String]
|
|
17109
|
+
#
|
|
17110
|
+
# @!attribute [rw] tag_keys
|
|
17111
|
+
# A list of tag keys. Existing tags on the contact whose keys are
|
|
17112
|
+
# members of this list will be removed.
|
|
17113
|
+
# @return [Array<String>]
|
|
17114
|
+
#
|
|
17115
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UntagContactRequest AWS API Documentation
|
|
17116
|
+
#
|
|
17117
|
+
class UntagContactRequest < Struct.new(
|
|
17118
|
+
:contact_id,
|
|
17119
|
+
:instance_id,
|
|
17120
|
+
:tag_keys)
|
|
17121
|
+
SENSITIVE = []
|
|
17122
|
+
include Aws::Structure
|
|
17123
|
+
end
|
|
17124
|
+
|
|
17125
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UntagContactResponse AWS API Documentation
|
|
17126
|
+
#
|
|
17127
|
+
class UntagContactResponse < Aws::EmptyStructure; end
|
|
17128
|
+
|
|
17055
17129
|
# @!attribute [rw] resource_arn
|
|
17056
17130
|
# The Amazon Resource Name (ARN) of the resource.
|
|
17057
17131
|
# @return [String]
|
|
@@ -19226,7 +19300,7 @@ module Aws::Connect
|
|
|
19226
19300
|
#
|
|
19227
19301
|
# @!attribute [rw] tags
|
|
19228
19302
|
# The tags used to organize, track, or control access for this
|
|
19229
|
-
# resource. For example, \\\{ "
|
|
19303
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
19230
19304
|
# "key2":"value2"\\} \\}.
|
|
19231
19305
|
# @return [Hash<String,String>]
|
|
19232
19306
|
#
|
|
@@ -19546,7 +19620,7 @@ module Aws::Connect
|
|
|
19546
19620
|
#
|
|
19547
19621
|
# @!attribute [rw] tags
|
|
19548
19622
|
# The tags used to organize, track, or control access for this
|
|
19549
|
-
# resource. For example, \\\{ "
|
|
19623
|
+
# resource. For example, \\\{ "Tags": \\\{"key1":"value1",
|
|
19550
19624
|
# "key2":"value2"\\} \\}.
|
|
19551
19625
|
# @return [Hash<String,String>]
|
|
19552
19626
|
#
|
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.143.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-12-
|
|
11
|
+
date: 2023-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|