aws-sdk-connect 1.141.0 → 1.143.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: 231b71c68a1c8256efd1ae6fa1813e896d525831fbd514de7790e36af732ddb4
4
- data.tar.gz: 596cd7878e0da8323aaaa11052822dcba1150cbf84acc6066a210256b9c24bba
3
+ metadata.gz: 59110863875ff0c0aa30621d37c18f97080e42c4f5dd4b5f42ceb2f2e5e4f08a
4
+ data.tar.gz: 871bdeee17d58342449c5c9d7a7ae7bdc2f151f0273a710aef8f2db252d07645
5
5
  SHA512:
6
- metadata.gz: b15fbac4a8179e0a7fe2cfd12efdb708474715b8a1d341eb38a8845341559f297577518683f5c749fb2dd851ccbe9c52fe080b4ab935377d6e9d1e18d11ea796
7
- data.tar.gz: a545b7e62934f91a7c081a4c86985e90e3f6193ce0c084551bf5e0748ad031c823b79127fe00d009a20e31d174e694cb068259fd1162029bcd9f50363c4ac389
6
+ metadata.gz: d226beb58505b355c4cd2b30f6d3d4cebb05433d42582d83789ad242943bdc3ee859ba752c48694130bc0b61c974caa7ba8b2a565b8064c30caae0ec84ecf375
7
+ data.tar.gz: 860fb8f6c3525bf65b329ac917b85d464fac3f4cbc05b528100ba7d4b8fcdf7edf063e0f00ae2e66ce482ba1098a93546713faad80a7dd578c4157133adaf291
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.143.0 (2023-12-14)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for more granular billing using tags (key:value pairs)
8
+
9
+ 1.142.0 (2023-12-06)
10
+ ------------------
11
+
12
+ * Feature - Releasing Tagging Support for Instance Management APIS
13
+
4
14
  1.141.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.141.0
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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:
@@ -1827,6 +1827,10 @@ module Aws::Connect
1827
1827
  # @option params [required, Boolean] :outbound_calls_enabled
1828
1828
  # Your contact center allows outbound calls.
1829
1829
  #
1830
+ # @option params [Hash<String,String>] :tags
1831
+ # The tags used to organize, track, or control access for this resource.
1832
+ # For example, `\{ "tags": \{"key1":"value1", "key2":"value2"\} \}`.
1833
+ #
1830
1834
  # @return [Types::CreateInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1831
1835
  #
1832
1836
  # * {Types::CreateInstanceResponse#id #id} => String
@@ -1841,6 +1845,9 @@ module Aws::Connect
1841
1845
  # directory_id: "DirectoryId",
1842
1846
  # inbound_calls_enabled: false, # required
1843
1847
  # outbound_calls_enabled: false, # required
1848
+ # tags: {
1849
+ # "TagKey" => "TagValue",
1850
+ # },
1844
1851
  # })
1845
1852
  #
1846
1853
  # @example Response structure
@@ -1893,7 +1900,7 @@ module Aws::Connect
1893
1900
  #
1894
1901
  # @option params [Hash<String,String>] :tags
1895
1902
  # The tags used to organize, track, or control access for this resource.
1896
- # For example, \\\{ "tags": \\\{"key1":"value1",
1903
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
1897
1904
  # "key2":"value2"\\} \\}.
1898
1905
  #
1899
1906
  # @return [Types::CreateIntegrationAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2159,7 +2166,7 @@ module Aws::Connect
2159
2166
  #
2160
2167
  # @option params [Hash<String,String>] :tags
2161
2168
  # The tags used to organize, track, or control access for this resource.
2162
- # For example, \\\{ "tags": \\\{"key1":"value1",
2169
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2163
2170
  # "key2":"value2"\\} \\}.
2164
2171
  #
2165
2172
  # @return [Types::CreatePromptResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2254,7 +2261,7 @@ module Aws::Connect
2254
2261
  #
2255
2262
  # @option params [Hash<String,String>] :tags
2256
2263
  # The tags used to organize, track, or control access for this resource.
2257
- # For example, \\\{ "tags": \\\{"key1":"value1",
2264
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2258
2265
  # "key2":"value2"\\} \\}.
2259
2266
  #
2260
2267
  # @return [Types::CreateQueueResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2316,7 +2323,7 @@ module Aws::Connect
2316
2323
  #
2317
2324
  # @option params [Hash<String,String>] :tags
2318
2325
  # The tags used to organize, track, or control access for this resource.
2319
- # For example, \\\{ "tags": \\\{"key1":"value1",
2326
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2320
2327
  # "key2":"value2"\\} \\}.
2321
2328
  #
2322
2329
  # @return [Types::CreateQuickConnectResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2403,7 +2410,7 @@ module Aws::Connect
2403
2410
  #
2404
2411
  # @option params [Hash<String,String>] :tags
2405
2412
  # The tags used to organize, track, or control access for this resource.
2406
- # For example, \\\{ "tags": \\\{"key1":"value1",
2413
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2407
2414
  # "key2":"value2"\\} \\}.
2408
2415
  #
2409
2416
  # @option params [String] :agent_availability_timer
@@ -2598,7 +2605,7 @@ module Aws::Connect
2598
2605
  #
2599
2606
  # @option params [Hash<String,String>] :tags
2600
2607
  # The tags used to organize, track, or control access for this resource.
2601
- # For example, \\\{ "tags": \\\{"key1":"value1",
2608
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2602
2609
  # "key2":"value2"\\} \\}.
2603
2610
  #
2604
2611
  # @option params [Hash<String,String>] :allowed_access_control_tags
@@ -2826,7 +2833,7 @@ module Aws::Connect
2826
2833
  #
2827
2834
  # @option params [Hash<String,String>] :tags
2828
2835
  # The tags used to organize, track, or control access for this resource.
2829
- # For example, \\\{ "tags": \\\{"key1":"value1",
2836
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2830
2837
  # "key2":"value2"\\} \\}.
2831
2838
  #
2832
2839
  # @return [Types::CreateTrafficDistributionGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2879,7 +2886,7 @@ module Aws::Connect
2879
2886
  #
2880
2887
  # @option params [Hash<String,String>] :tags
2881
2888
  # The tags used to organize, track, or control access for this resource.
2882
- # For example, \\\{ "tags": \\\{"key1":"value1",
2889
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2883
2890
  # "key2":"value2"\\} \\}.
2884
2891
  #
2885
2892
  # @return [Types::CreateUseCaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2977,7 +2984,7 @@ module Aws::Connect
2977
2984
  #
2978
2985
  # @option params [Hash<String,String>] :tags
2979
2986
  # The tags used to organize, track, or control access for this resource.
2980
- # For example, \\\{ "tags": \\\{"key1":"value1",
2987
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
2981
2988
  # "key2":"value2"\\} \\}.
2982
2989
  #
2983
2990
  # @return [Types::CreateUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -3047,7 +3054,7 @@ module Aws::Connect
3047
3054
  #
3048
3055
  # @option params [Hash<String,String>] :tags
3049
3056
  # The tags used to organize, track, or control access for this resource.
3050
- # For example, \\\{ "tags": \\\{"key1":"value1",
3057
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
3051
3058
  # "key2":"value2"\\} \\}.
3052
3059
  #
3053
3060
  # @return [Types::CreateUserHierarchyGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -3289,7 +3296,7 @@ module Aws::Connect
3289
3296
  #
3290
3297
  # @option params [Hash<String,String>] :tags
3291
3298
  # The tags used to organize, track, or control access for this resource.
3292
- # For example, \\\{ "tags": \\\{"key1":"value1",
3299
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
3293
3300
  # "key2":"value2"\\} \\}.
3294
3301
  #
3295
3302
  # @return [Types::CreateVocabularyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4171,6 +4178,8 @@ module Aws::Connect
4171
4178
  # resp.contact.scheduled_timestamp #=> Time
4172
4179
  # resp.contact.related_contact_id #=> String
4173
4180
  # resp.contact.wisdom_info.session_arn #=> String
4181
+ # resp.contact.tags #=> Hash
4182
+ # resp.contact.tags["ContactTagKey"] #=> String
4174
4183
  #
4175
4184
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
4176
4185
  #
@@ -4560,6 +4569,8 @@ module Aws::Connect
4560
4569
  # resp.instance.inbound_calls_enabled #=> Boolean
4561
4570
  # resp.instance.outbound_calls_enabled #=> Boolean
4562
4571
  # resp.instance.instance_access_url #=> String
4572
+ # resp.instance.tags #=> Hash
4573
+ # resp.instance.tags["TagKey"] #=> String
4563
4574
  #
4564
4575
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeInstance AWS API Documentation
4565
4576
  #
@@ -7683,7 +7694,7 @@ module Aws::Connect
7683
7694
  #
7684
7695
  # @option params [Hash<String,String>] :tags
7685
7696
  # The tags used to organize, track, or control access for this resource.
7686
- # For example, \\\{ "tags": \\\{"key1":"value1",
7697
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
7687
7698
  # "key2":"value2"\\} \\}.
7688
7699
  #
7689
7700
  # @option params [String] :client_token
@@ -12791,6 +12802,54 @@ module Aws::Connect
12791
12802
  req.send_request(options)
12792
12803
  end
12793
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
+
12794
12853
  # Adds the specified tags to the specified resource.
12795
12854
  #
12796
12855
  # Some of the supported resource types are agents, routing profiles,
@@ -12811,7 +12870,7 @@ module Aws::Connect
12811
12870
  #
12812
12871
  # @option params [required, Hash<String,String>] :tags
12813
12872
  # The tags used to organize, track, or control access for this resource.
12814
- # For example, \\\{ "tags": \\\{"key1":"value1",
12873
+ # For example, \\\{ "Tags": \\\{"key1":"value1",
12815
12874
  # "key2":"value2"\\} \\}.
12816
12875
  #
12817
12876
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -12918,6 +12977,48 @@ module Aws::Connect
12918
12977
  req.send_request(options)
12919
12978
  end
12920
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
+
12921
13022
  # Removes the specified tags from the specified resource.
12922
13023
  #
12923
13024
  # @option params [required, String] :resource_arn
@@ -15314,7 +15415,7 @@ module Aws::Connect
15314
15415
  params: params,
15315
15416
  config: config)
15316
15417
  context[:gem_name] = 'aws-sdk-connect'
15317
- context[:gem_version] = '1.141.0'
15418
+ context[:gem_version] = '1.143.0'
15318
15419
  Seahorse::Client::Request.new(handlers, context)
15319
15420
  end
15320
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"))
@@ -1581,6 +1595,7 @@ module Aws::Connect
1581
1595
  CreateInstanceRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1582
1596
  CreateInstanceRequest.add_member(:inbound_calls_enabled, Shapes::ShapeRef.new(shape: InboundCallsEnabled, required: true, location_name: "InboundCallsEnabled"))
1583
1597
  CreateInstanceRequest.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, required: true, location_name: "OutboundCallsEnabled"))
1598
+ CreateInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1584
1599
  CreateInstanceRequest.struct_class = Types::CreateInstanceRequest
1585
1600
 
1586
1601
  CreateInstanceResponse.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
@@ -2733,6 +2748,7 @@ module Aws::Connect
2733
2748
  Instance.add_member(:inbound_calls_enabled, Shapes::ShapeRef.new(shape: InboundCallsEnabled, location_name: "InboundCallsEnabled"))
2734
2749
  Instance.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, location_name: "OutboundCallsEnabled"))
2735
2750
  Instance.add_member(:instance_access_url, Shapes::ShapeRef.new(shape: Url, location_name: "InstanceAccessUrl"))
2751
+ Instance.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2736
2752
  Instance.struct_class = Types::Instance
2737
2753
 
2738
2754
  InstanceStatusReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -4216,6 +4232,13 @@ module Aws::Connect
4216
4232
  TagCondition.add_member(:tag_value, Shapes::ShapeRef.new(shape: String, location_name: "TagValue"))
4217
4233
  TagCondition.struct_class = Types::TagCondition
4218
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
+
4219
4242
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
4220
4243
 
4221
4244
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -4339,6 +4362,13 @@ module Aws::Connect
4339
4362
  TransferContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
4340
4363
  TransferContactResponse.struct_class = Types::TransferContactResponse
4341
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
+
4342
4372
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
4343
4373
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
4344
4374
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -7614,6 +7644,19 @@ module Aws::Connect
7614
7644
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7615
7645
  end)
7616
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
+
7617
7660
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
7618
7661
  o.name = "TagResource"
7619
7662
  o.http_method = "POST"
@@ -7642,6 +7685,19 @@ module Aws::Connect
7642
7685
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7643
7686
  end)
7644
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
+
7645
7701
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
7646
7702
  o.name = "UntagResource"
7647
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
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, \\\{ "tags": \\\{"key1":"value1",
2199
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
2194
2200
  # "key2":"value2"\\} \\}.
2195
2201
  # @return [Hash<String,String>]
2196
2202
  #
@@ -2248,6 +2254,12 @@ module Aws::Connect
2248
2254
  # Your contact center allows outbound calls.
2249
2255
  # @return [Boolean]
2250
2256
  #
2257
+ # @!attribute [rw] tags
2258
+ # The tags used to organize, track, or control access for this
2259
+ # resource. For example, `\{ "tags": \{"key1":"value1",
2260
+ # "key2":"value2"\} \}`.
2261
+ # @return [Hash<String,String>]
2262
+ #
2251
2263
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateInstanceRequest AWS API Documentation
2252
2264
  #
2253
2265
  class CreateInstanceRequest < Struct.new(
@@ -2256,7 +2268,8 @@ module Aws::Connect
2256
2268
  :instance_alias,
2257
2269
  :directory_id,
2258
2270
  :inbound_calls_enabled,
2259
- :outbound_calls_enabled)
2271
+ :outbound_calls_enabled,
2272
+ :tags)
2260
2273
  SENSITIVE = [:instance_alias]
2261
2274
  include Aws::Structure
2262
2275
  end
@@ -2317,7 +2330,7 @@ module Aws::Connect
2317
2330
  #
2318
2331
  # @!attribute [rw] tags
2319
2332
  # The tags used to organize, track, or control access for this
2320
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
2333
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
2321
2334
  # "key2":"value2"\\} \\}.
2322
2335
  # @return [Hash<String,String>]
2323
2336
  #
@@ -2571,7 +2584,7 @@ module Aws::Connect
2571
2584
  #
2572
2585
  # @!attribute [rw] tags
2573
2586
  # The tags used to organize, track, or control access for this
2574
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
2587
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
2575
2588
  # "key2":"value2"\\} \\}.
2576
2589
  # @return [Hash<String,String>]
2577
2590
  #
@@ -2640,7 +2653,7 @@ module Aws::Connect
2640
2653
  #
2641
2654
  # @!attribute [rw] tags
2642
2655
  # The tags used to organize, track, or control access for this
2643
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
2656
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
2644
2657
  # "key2":"value2"\\} \\}.
2645
2658
  # @return [Hash<String,String>]
2646
2659
  #
@@ -2699,7 +2712,7 @@ module Aws::Connect
2699
2712
  #
2700
2713
  # @!attribute [rw] tags
2701
2714
  # The tags used to organize, track, or control access for this
2702
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
2715
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
2703
2716
  # "key2":"value2"\\} \\}.
2704
2717
  # @return [Hash<String,String>]
2705
2718
  #
@@ -2777,7 +2790,7 @@ module Aws::Connect
2777
2790
  #
2778
2791
  # @!attribute [rw] tags
2779
2792
  # The tags used to organize, track, or control access for this
2780
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
2793
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
2781
2794
  # "key2":"value2"\\} \\}.
2782
2795
  # @return [Hash<String,String>]
2783
2796
  #
@@ -2921,7 +2934,7 @@ module Aws::Connect
2921
2934
  #
2922
2935
  # @!attribute [rw] tags
2923
2936
  # The tags used to organize, track, or control access for this
2924
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
2937
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
2925
2938
  # "key2":"value2"\\} \\}.
2926
2939
  # @return [Hash<String,String>]
2927
2940
  #
@@ -3096,7 +3109,7 @@ module Aws::Connect
3096
3109
  #
3097
3110
  # @!attribute [rw] tags
3098
3111
  # The tags used to organize, track, or control access for this
3099
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
3112
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
3100
3113
  # "key2":"value2"\\} \\}.
3101
3114
  # @return [Hash<String,String>]
3102
3115
  #
@@ -3153,7 +3166,7 @@ module Aws::Connect
3153
3166
  #
3154
3167
  # @!attribute [rw] tags
3155
3168
  # The tags used to organize, track, or control access for this
3156
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
3169
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
3157
3170
  # "key2":"value2"\\} \\}.
3158
3171
  # @return [Hash<String,String>]
3159
3172
  #
@@ -3206,7 +3219,7 @@ module Aws::Connect
3206
3219
  #
3207
3220
  # @!attribute [rw] tags
3208
3221
  # The tags used to organize, track, or control access for this
3209
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
3222
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
3210
3223
  # "key2":"value2"\\} \\}.
3211
3224
  # @return [Hash<String,String>]
3212
3225
  #
@@ -3297,7 +3310,7 @@ module Aws::Connect
3297
3310
  #
3298
3311
  # @!attribute [rw] tags
3299
3312
  # The tags used to organize, track, or control access for this
3300
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
3313
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
3301
3314
  # "key2":"value2"\\} \\}.
3302
3315
  # @return [Hash<String,String>]
3303
3316
  #
@@ -3495,7 +3508,7 @@ module Aws::Connect
3495
3508
  #
3496
3509
  # @!attribute [rw] tags
3497
3510
  # The tags used to organize, track, or control access for this
3498
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
3511
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
3499
3512
  # "key2":"value2"\\} \\}.
3500
3513
  # @return [Hash<String,String>]
3501
3514
  #
@@ -5616,7 +5629,7 @@ module Aws::Connect
5616
5629
  #
5617
5630
  # @!attribute [rw] tags
5618
5631
  # The tags used to organize, track, or control access for this
5619
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
5632
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
5620
5633
  # "key2":"value2"\\} \\}.
5621
5634
  # @return [Hash<String,String>]
5622
5635
  #
@@ -5767,7 +5780,7 @@ module Aws::Connect
5767
5780
  #
5768
5781
  # @!attribute [rw] tags
5769
5782
  # The tags used to organize, track, or control access for this
5770
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
5783
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
5771
5784
  # "key2":"value2"\\} \\}.
5772
5785
  # @return [Hash<String,String>]
5773
5786
  #
@@ -8171,7 +8184,7 @@ module Aws::Connect
8171
8184
  #
8172
8185
  # @!attribute [rw] tags
8173
8186
  # The tags used to organize, track, or control access for this
8174
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
8187
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
8175
8188
  # "key2":"value2"\\} \\}.
8176
8189
  # @return [Hash<String,String>]
8177
8190
  #
@@ -8268,7 +8281,7 @@ module Aws::Connect
8268
8281
  #
8269
8282
  # @!attribute [rw] tags
8270
8283
  # The tags used to organize, track, or control access for this
8271
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
8284
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
8272
8285
  # "key2":"value2"\\} \\}.
8273
8286
  # @return [Hash<String,String>]
8274
8287
  #
@@ -8657,7 +8670,7 @@ module Aws::Connect
8657
8670
  #
8658
8671
  # @!attribute [rw] tags
8659
8672
  # The tags used to organize, track, or control access for this
8660
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
8673
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
8661
8674
  # "key2":"value2"\\} \\}.
8662
8675
  # @return [Hash<String,String>]
8663
8676
  #
@@ -8854,7 +8867,7 @@ module Aws::Connect
8854
8867
  #
8855
8868
  # @!attribute [rw] tags
8856
8869
  # The tags used to organize, track, or control access for this
8857
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
8870
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
8858
8871
  # "key2":"value2"\\} \\}.
8859
8872
  # @return [Hash<String,String>]
8860
8873
  #
@@ -8953,6 +8966,10 @@ module Aws::Connect
8953
8966
  # admin website.
8954
8967
  # @return [String]
8955
8968
  #
8969
+ # @!attribute [rw] tags
8970
+ # The tags of an instance.
8971
+ # @return [Hash<String,String>]
8972
+ #
8956
8973
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Instance AWS API Documentation
8957
8974
  #
8958
8975
  class Instance < Struct.new(
@@ -8966,7 +8983,8 @@ module Aws::Connect
8966
8983
  :status_reason,
8967
8984
  :inbound_calls_enabled,
8968
8985
  :outbound_calls_enabled,
8969
- :instance_access_url)
8986
+ :instance_access_url,
8987
+ :tags)
8970
8988
  SENSITIVE = [:instance_alias]
8971
8989
  include Aws::Structure
8972
8990
  end
@@ -12098,7 +12116,7 @@ module Aws::Connect
12098
12116
  #
12099
12117
  # @!attribute [rw] user_tags
12100
12118
  # The tags used to organize, track, or control access for this
12101
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
12119
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
12102
12120
  # "key2":"value2"\\} \\}. Amazon Connect users with the specified
12103
12121
  # tags will be notified.
12104
12122
  # @return [Hash<String,String>]
@@ -12534,7 +12552,7 @@ module Aws::Connect
12534
12552
  #
12535
12553
  # @!attribute [rw] tags
12536
12554
  # The tags used to organize, track, or control access for this
12537
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
12555
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
12538
12556
  # "key2":"value2"\\} \\}.
12539
12557
  # @return [Hash<String,String>]
12540
12558
  #
@@ -12759,7 +12777,7 @@ module Aws::Connect
12759
12777
  #
12760
12778
  # @!attribute [rw] tags
12761
12779
  # The tags used to organize, track, or control access for this
12762
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
12780
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
12763
12781
  # "key2":"value2"\\} \\}.
12764
12782
  # @return [Hash<String,String>]
12765
12783
  #
@@ -12979,7 +12997,7 @@ module Aws::Connect
12979
12997
  #
12980
12998
  # @!attribute [rw] tags
12981
12999
  # The tags used to organize, track, or control access for this
12982
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
13000
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
12983
13001
  # "key2":"value2"\\} \\}.
12984
13002
  # @return [Hash<String,String>]
12985
13003
  #
@@ -13900,7 +13918,7 @@ module Aws::Connect
13900
13918
  #
13901
13919
  # @!attribute [rw] tags
13902
13920
  # The tags used to organize, track, or control access for this
13903
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
13921
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
13904
13922
  # "key2":"value2"\\} \\}.
13905
13923
  # @return [Hash<String,String>]
13906
13924
  #
@@ -14219,7 +14237,7 @@ module Aws::Connect
14219
14237
  #
14220
14238
  # @!attribute [rw] tags
14221
14239
  # The tags used to organize, track, or control access for this
14222
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
14240
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
14223
14241
  # "key2":"value2"\\} \\}.
14224
14242
  # @return [Hash<String,String>]
14225
14243
  #
@@ -15111,7 +15129,7 @@ module Aws::Connect
15111
15129
  #
15112
15130
  # @!attribute [rw] tags
15113
15131
  # The tags used to organize, track, or control access for this
15114
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
15132
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
15115
15133
  # "key2":"value2"\\} \\}.
15116
15134
  # @return [Hash<String,String>]
15117
15135
  #
@@ -15208,7 +15226,7 @@ module Aws::Connect
15208
15226
  #
15209
15227
  # @!attribute [rw] tags
15210
15228
  # The tags used to organize, track, or control access for this
15211
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
15229
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
15212
15230
  # "key2":"value2"\\} \\}.
15213
15231
  # @return [Hash<String,String>]
15214
15232
  #
@@ -16446,13 +16464,49 @@ module Aws::Connect
16446
16464
  include Aws::Structure
16447
16465
  end
16448
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
+
16449
16503
  # @!attribute [rw] resource_arn
16450
16504
  # The Amazon Resource Name (ARN) of the resource.
16451
16505
  # @return [String]
16452
16506
  #
16453
16507
  # @!attribute [rw] tags
16454
16508
  # The tags used to organize, track, or control access for this
16455
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
16509
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
16456
16510
  # "key2":"value2"\\} \\}.
16457
16511
  # @return [Hash<String,String>]
16458
16512
  #
@@ -16842,7 +16896,7 @@ module Aws::Connect
16842
16896
  #
16843
16897
  # @!attribute [rw] tags
16844
16898
  # The tags used to organize, track, or control access for this
16845
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
16899
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
16846
16900
  # "key2":"value2"\\} \\}.
16847
16901
  # @return [Hash<String,String>]
16848
16902
  #
@@ -17040,6 +17094,38 @@ module Aws::Connect
17040
17094
  include Aws::Structure
17041
17095
  end
17042
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
+
17043
17129
  # @!attribute [rw] resource_arn
17044
17130
  # The Amazon Resource Name (ARN) of the resource.
17045
17131
  # @return [String]
@@ -19214,7 +19300,7 @@ module Aws::Connect
19214
19300
  #
19215
19301
  # @!attribute [rw] tags
19216
19302
  # The tags used to organize, track, or control access for this
19217
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
19303
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
19218
19304
  # "key2":"value2"\\} \\}.
19219
19305
  # @return [Hash<String,String>]
19220
19306
  #
@@ -19534,7 +19620,7 @@ module Aws::Connect
19534
19620
  #
19535
19621
  # @!attribute [rw] tags
19536
19622
  # The tags used to organize, track, or control access for this
19537
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
19623
+ # resource. For example, \\\{ "Tags": \\\{"key1":"value1",
19538
19624
  # "key2":"value2"\\} \\}.
19539
19625
  # @return [Hash<String,String>]
19540
19626
  #
@@ -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.141.0'
55
+ GEM_VERSION = '1.143.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.141.0
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-11-28 00:00:00.000000000 Z
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