aws-sdk-connect 1.141.0 → 1.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 231b71c68a1c8256efd1ae6fa1813e896d525831fbd514de7790e36af732ddb4
4
- data.tar.gz: 596cd7878e0da8323aaaa11052822dcba1150cbf84acc6066a210256b9c24bba
3
+ metadata.gz: aaebd93586dbd93cc40eb890dd4b3c5f1ecde210ea5219c924ed4ec6e8e522c2
4
+ data.tar.gz: b0ed09910b07186b6c6380316fb2835a603678535b4c45529b77049c660a760f
5
5
  SHA512:
6
- metadata.gz: b15fbac4a8179e0a7fe2cfd12efdb708474715b8a1d341eb38a8845341559f297577518683f5c749fb2dd851ccbe9c52fe080b4ab935377d6e9d1e18d11ea796
7
- data.tar.gz: a545b7e62934f91a7c081a4c86985e90e3f6193ce0c084551bf5e0748ad031c823b79127fe00d009a20e31d174e694cb068259fd1162029bcd9f50363c4ac389
6
+ metadata.gz: 06f03623d5863b0f7c00996eeb604e885204affa7f3947307066df6977ce3a2f053e534a85733764d4f39bdcc50251a8f0ca01aa56c64068400411e2f48420b6
7
+ data.tar.gz: 688fe46ec28f9ac0a02b7f4616da15764d7172f137d8ae3f6acb3a785edbc730c1ca14defae11728cfaaf45dd2490eb712fe618fcfc4418c87522684edc5851e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.142.0 (2023-12-06)
5
+ ------------------
6
+
7
+ * Feature - Releasing Tagging Support for Instance Management APIS
8
+
4
9
  1.141.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.141.0
1
+ 1.142.0
@@ -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
@@ -4560,6 +4567,8 @@ module Aws::Connect
4560
4567
  # resp.instance.inbound_calls_enabled #=> Boolean
4561
4568
  # resp.instance.outbound_calls_enabled #=> Boolean
4562
4569
  # resp.instance.instance_access_url #=> String
4570
+ # resp.instance.tags #=> Hash
4571
+ # resp.instance.tags["TagKey"] #=> String
4563
4572
  #
4564
4573
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeInstance AWS API Documentation
4565
4574
  #
@@ -15314,7 +15323,7 @@ module Aws::Connect
15314
15323
  params: params,
15315
15324
  config: config)
15316
15325
  context[:gem_name] = 'aws-sdk-connect'
15317
- context[:gem_version] = '1.141.0'
15326
+ context[:gem_version] = '1.142.0'
15318
15327
  Seahorse::Client::Request.new(handlers, context)
15319
15328
  end
15320
15329
 
@@ -1581,6 +1581,7 @@ module Aws::Connect
1581
1581
  CreateInstanceRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1582
1582
  CreateInstanceRequest.add_member(:inbound_calls_enabled, Shapes::ShapeRef.new(shape: InboundCallsEnabled, required: true, location_name: "InboundCallsEnabled"))
1583
1583
  CreateInstanceRequest.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, required: true, location_name: "OutboundCallsEnabled"))
1584
+ CreateInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1584
1585
  CreateInstanceRequest.struct_class = Types::CreateInstanceRequest
1585
1586
 
1586
1587
  CreateInstanceResponse.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
@@ -2733,6 +2734,7 @@ module Aws::Connect
2733
2734
  Instance.add_member(:inbound_calls_enabled, Shapes::ShapeRef.new(shape: InboundCallsEnabled, location_name: "InboundCallsEnabled"))
2734
2735
  Instance.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, location_name: "OutboundCallsEnabled"))
2735
2736
  Instance.add_member(:instance_access_url, Shapes::ShapeRef.new(shape: Url, location_name: "InstanceAccessUrl"))
2737
+ Instance.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2736
2738
  Instance.struct_class = Types::Instance
2737
2739
 
2738
2740
  InstanceStatusReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -2248,6 +2248,12 @@ module Aws::Connect
2248
2248
  # Your contact center allows outbound calls.
2249
2249
  # @return [Boolean]
2250
2250
  #
2251
+ # @!attribute [rw] tags
2252
+ # The tags used to organize, track, or control access for this
2253
+ # resource. For example, `\{ "tags": \{"key1":"value1",
2254
+ # "key2":"value2"\} \}`.
2255
+ # @return [Hash<String,String>]
2256
+ #
2251
2257
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateInstanceRequest AWS API Documentation
2252
2258
  #
2253
2259
  class CreateInstanceRequest < Struct.new(
@@ -2256,7 +2262,8 @@ module Aws::Connect
2256
2262
  :instance_alias,
2257
2263
  :directory_id,
2258
2264
  :inbound_calls_enabled,
2259
- :outbound_calls_enabled)
2265
+ :outbound_calls_enabled,
2266
+ :tags)
2260
2267
  SENSITIVE = [:instance_alias]
2261
2268
  include Aws::Structure
2262
2269
  end
@@ -8953,6 +8960,10 @@ module Aws::Connect
8953
8960
  # admin website.
8954
8961
  # @return [String]
8955
8962
  #
8963
+ # @!attribute [rw] tags
8964
+ # The tags of an instance.
8965
+ # @return [Hash<String,String>]
8966
+ #
8956
8967
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Instance AWS API Documentation
8957
8968
  #
8958
8969
  class Instance < Struct.new(
@@ -8966,7 +8977,8 @@ module Aws::Connect
8966
8977
  :status_reason,
8967
8978
  :inbound_calls_enabled,
8968
8979
  :outbound_calls_enabled,
8969
- :instance_access_url)
8980
+ :instance_access_url,
8981
+ :tags)
8970
8982
  SENSITIVE = [:instance_alias]
8971
8983
  include Aws::Structure
8972
8984
  end
@@ -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.142.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.142.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core