aws-sdk-connect 1.275.0 → 1.276.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: 8ea2ddefb29fc73631631d6d83e3424560b51714c1f7ad3e24ab1c8034fdf053
4
- data.tar.gz: f1676bf67985b35ff0b806e6de69021e489a37e374c7d0cbcbe1746c2507b791
3
+ metadata.gz: 82ce05c8edbf3dbef74dd90f9696c7ee496ed64293bb69a17652c71059fc92ae
4
+ data.tar.gz: c4e6d8076dc44c980ac2d22117daaa375f543288b690d87c19abee6fc96cecf0
5
5
  SHA512:
6
- metadata.gz: eb9ec276d78d1671689a0b926052120a8e6564a49fd732ce9096133afc8cbb157d3e263a3df758a211ad8d00ae116682b99b973251e63094423ff7f364b96991
7
- data.tar.gz: 9c031025cc901ad0b46e495d034c96935466eb215b20f9c8e8de7891f2807f731f39bcff1aa52f1f38b882ad74f7a77ec090d17922f19660d4582a94f9c39fa1
6
+ metadata.gz: d018a1d92f33af6c1817a366f85b2e1c2083c4be76fd59170e77312d36e8c4bf66bf9cee2f5a0d6e63df14a160888715a0ab7277f4f89d3caf2be3713c5cd2ae
7
+ data.tar.gz: ee9aaa1e4f2ecff118bfff8475028464cfeb82bfaba3d65e89f230c74588d1020bd8f7469e167c7d76b3dbcd5b5b569a764cbe8145d08d531558b5475158b7d5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.276.0 (2026-09-08)
5
+ ------------------
6
+
7
+ * Feature - Releasing workload types feature. A proper launch announcement or details will follow up.
8
+
4
9
  1.275.0 (2026-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.275.0
1
+ 1.276.0
@@ -5053,10 +5053,19 @@ module Aws::Connect
5053
5053
  # media_concurrencies: [ # required
5054
5054
  # {
5055
5055
  # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
5056
- # concurrency: 1, # required
5056
+ # concurrency: 1,
5057
5057
  # cross_channel_behavior: {
5058
5058
  # behavior_type: "ROUTE_CURRENT_CHANNEL_ONLY", # required, accepts ROUTE_CURRENT_CHANNEL_ONLY, ROUTE_ANY_CHANNEL
5059
5059
  # },
5060
+ # workload_type_concurrencies: [
5061
+ # {
5062
+ # workload_type: "WorkloadType", # required
5063
+ # concurrency: 1, # required
5064
+ # cross_channel_workload_behavior: {
5065
+ # channel_workload_behavior_type: "ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY", # accepts ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY, ROUTE_CURRENT_CHANNEL_ANY_WORKLOADTYPE_ONLY, ROUTE_ANY_CHANNEL_ANY_WORKLOAD_TYPE
5066
+ # },
5067
+ # },
5068
+ # ],
5060
5069
  # },
5061
5070
  # ],
5062
5071
  # tags: {
@@ -9816,6 +9825,10 @@ module Aws::Connect
9816
9825
  # resp.routing_profile.media_concurrencies[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
9817
9826
  # resp.routing_profile.media_concurrencies[0].concurrency #=> Integer
9818
9827
  # resp.routing_profile.media_concurrencies[0].cross_channel_behavior.behavior_type #=> String, one of "ROUTE_CURRENT_CHANNEL_ONLY", "ROUTE_ANY_CHANNEL"
9828
+ # resp.routing_profile.media_concurrencies[0].workload_type_concurrencies #=> Array
9829
+ # resp.routing_profile.media_concurrencies[0].workload_type_concurrencies[0].workload_type #=> String
9830
+ # resp.routing_profile.media_concurrencies[0].workload_type_concurrencies[0].concurrency #=> Integer
9831
+ # resp.routing_profile.media_concurrencies[0].workload_type_concurrencies[0].cross_channel_workload_behavior.channel_workload_behavior_type #=> String, one of "ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY", "ROUTE_CURRENT_CHANNEL_ANY_WORKLOADTYPE_ONLY", "ROUTE_ANY_CHANNEL_ANY_WORKLOAD_TYPE"
9819
9832
  # resp.routing_profile.default_outbound_queue_id #=> String
9820
9833
  # resp.routing_profile.tags #=> Hash
9821
9834
  # resp.routing_profile.tags["TagKey"] #=> String
@@ -22724,6 +22737,10 @@ module Aws::Connect
22724
22737
  # resp.routing_profiles[0].media_concurrencies[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
22725
22738
  # resp.routing_profiles[0].media_concurrencies[0].concurrency #=> Integer
22726
22739
  # resp.routing_profiles[0].media_concurrencies[0].cross_channel_behavior.behavior_type #=> String, one of "ROUTE_CURRENT_CHANNEL_ONLY", "ROUTE_ANY_CHANNEL"
22740
+ # resp.routing_profiles[0].media_concurrencies[0].workload_type_concurrencies #=> Array
22741
+ # resp.routing_profiles[0].media_concurrencies[0].workload_type_concurrencies[0].workload_type #=> String
22742
+ # resp.routing_profiles[0].media_concurrencies[0].workload_type_concurrencies[0].concurrency #=> Integer
22743
+ # resp.routing_profiles[0].media_concurrencies[0].workload_type_concurrencies[0].cross_channel_workload_behavior.channel_workload_behavior_type #=> String, one of "ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY", "ROUTE_CURRENT_CHANNEL_ANY_WORKLOADTYPE_ONLY", "ROUTE_ANY_CHANNEL_ANY_WORKLOAD_TYPE"
22727
22744
  # resp.routing_profiles[0].default_outbound_queue_id #=> String
22728
22745
  # resp.routing_profiles[0].tags #=> Hash
22729
22746
  # resp.routing_profiles[0].tags["TagKey"] #=> String
@@ -29813,10 +29830,19 @@ module Aws::Connect
29813
29830
  # media_concurrencies: [ # required
29814
29831
  # {
29815
29832
  # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
29816
- # concurrency: 1, # required
29833
+ # concurrency: 1,
29817
29834
  # cross_channel_behavior: {
29818
29835
  # behavior_type: "ROUTE_CURRENT_CHANNEL_ONLY", # required, accepts ROUTE_CURRENT_CHANNEL_ONLY, ROUTE_ANY_CHANNEL
29819
29836
  # },
29837
+ # workload_type_concurrencies: [
29838
+ # {
29839
+ # workload_type: "WorkloadType", # required
29840
+ # concurrency: 1, # required
29841
+ # cross_channel_workload_behavior: {
29842
+ # channel_workload_behavior_type: "ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY", # accepts ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY, ROUTE_CURRENT_CHANNEL_ANY_WORKLOADTYPE_ONLY, ROUTE_ANY_CHANNEL_ANY_WORKLOAD_TYPE
29843
+ # },
29844
+ # },
29845
+ # ],
29820
29846
  # },
29821
29847
  # ],
29822
29848
  # })
@@ -31436,7 +31462,7 @@ module Aws::Connect
31436
31462
  tracer: tracer
31437
31463
  )
31438
31464
  context[:gem_name] = 'aws-sdk-connect'
31439
- context[:gem_version] = '1.275.0'
31465
+ context[:gem_version] = '1.276.0'
31440
31466
  Seahorse::Client::Request.new(handlers, context)
31441
31467
  end
31442
31468
 
@@ -249,6 +249,7 @@ module Aws::Connect
249
249
  Channel = Shapes::StringShape.new(name: 'Channel')
250
250
  ChannelList = Shapes::ListShape.new(name: 'ChannelList')
251
251
  ChannelToCountMap = Shapes::MapShape.new(name: 'ChannelToCountMap')
252
+ ChannelWorkloadBehaviorType = Shapes::StringShape.new(name: 'ChannelWorkloadBehaviorType')
252
253
  Channels = Shapes::ListShape.new(name: 'Channels')
253
254
  ChatContactMetrics = Shapes::StructureShape.new(name: 'ChatContactMetrics')
254
255
  ChatContent = Shapes::StringShape.new(name: 'ChatContent')
@@ -468,6 +469,7 @@ module Aws::Connect
468
469
  CreatedByInfo = Shapes::UnionShape.new(name: 'CreatedByInfo')
469
470
  Credentials = Shapes::StructureShape.new(name: 'Credentials')
470
471
  CrossChannelBehavior = Shapes::StructureShape.new(name: 'CrossChannelBehavior')
472
+ CrossChannelWorkloadBehavior = Shapes::StructureShape.new(name: 'CrossChannelWorkloadBehavior')
471
473
  CurrentMetric = Shapes::StructureShape.new(name: 'CurrentMetric')
472
474
  CurrentMetricData = Shapes::StructureShape.new(name: 'CurrentMetricData')
473
475
  CurrentMetricDataCollections = Shapes::ListShape.new(name: 'CurrentMetricDataCollections')
@@ -2322,6 +2324,10 @@ module Aws::Connect
2322
2324
  WidgetDestination = Shapes::StructureShape.new(name: 'WidgetDestination')
2323
2325
  WidgetId = Shapes::StringShape.new(name: 'WidgetId')
2324
2326
  WisdomInfo = Shapes::StructureShape.new(name: 'WisdomInfo')
2327
+ WorkloadType = Shapes::StringShape.new(name: 'WorkloadType')
2328
+ WorkloadTypeConcurrencies = Shapes::ListShape.new(name: 'WorkloadTypeConcurrencies')
2329
+ WorkloadTypeConcurrency = Shapes::StructureShape.new(name: 'WorkloadTypeConcurrency')
2330
+ WorkloadTypeConcurrencyType = Shapes::IntegerShape.new(name: 'WorkloadTypeConcurrencyType')
2325
2331
  Workspace = Shapes::StructureShape.new(name: 'Workspace')
2326
2332
  WorkspaceAssociatedResourceId = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceId')
2327
2333
  WorkspaceAssociatedResourceName = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceName')
@@ -4029,6 +4035,9 @@ module Aws::Connect
4029
4035
  CrossChannelBehavior.add_member(:behavior_type, Shapes::ShapeRef.new(shape: BehaviorType, required: true, location_name: "BehaviorType"))
4030
4036
  CrossChannelBehavior.struct_class = Types::CrossChannelBehavior
4031
4037
 
4038
+ CrossChannelWorkloadBehavior.add_member(:channel_workload_behavior_type, Shapes::ShapeRef.new(shape: ChannelWorkloadBehaviorType, location_name: "ChannelWorkloadBehaviorType"))
4039
+ CrossChannelWorkloadBehavior.struct_class = Types::CrossChannelWorkloadBehavior
4040
+
4032
4041
  CurrentMetric.add_member(:name, Shapes::ShapeRef.new(shape: CurrentMetricName, location_name: "Name"))
4033
4042
  CurrentMetric.add_member(:metric_id, Shapes::ShapeRef.new(shape: CurrentMetricId, location_name: "MetricId"))
4034
4043
  CurrentMetric.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, location_name: "Unit"))
@@ -6936,8 +6945,9 @@ module Aws::Connect
6936
6945
  MediaConcurrencies.member = Shapes::ShapeRef.new(shape: MediaConcurrency)
6937
6946
 
6938
6947
  MediaConcurrency.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
6939
- MediaConcurrency.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, required: true, location_name: "Concurrency"))
6948
+ MediaConcurrency.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, location_name: "Concurrency"))
6940
6949
  MediaConcurrency.add_member(:cross_channel_behavior, Shapes::ShapeRef.new(shape: CrossChannelBehavior, location_name: "CrossChannelBehavior"))
6950
+ MediaConcurrency.add_member(:workload_type_concurrencies, Shapes::ShapeRef.new(shape: WorkloadTypeConcurrencies, location_name: "WorkloadTypeConcurrencies"))
6941
6951
  MediaConcurrency.struct_class = Types::MediaConcurrency
6942
6952
 
6943
6953
  MediaItem.add_member(:type, Shapes::ShapeRef.new(shape: MediaType, location_name: "Type"))
@@ -10152,6 +10162,13 @@ module Aws::Connect
10152
10162
  WisdomInfo.add_member(:ai_agents, Shapes::ShapeRef.new(shape: AiAgents, location_name: "AiAgents"))
10153
10163
  WisdomInfo.struct_class = Types::WisdomInfo
10154
10164
 
10165
+ WorkloadTypeConcurrencies.member = Shapes::ShapeRef.new(shape: WorkloadTypeConcurrency)
10166
+
10167
+ WorkloadTypeConcurrency.add_member(:workload_type, Shapes::ShapeRef.new(shape: WorkloadType, required: true, location_name: "WorkloadType"))
10168
+ WorkloadTypeConcurrency.add_member(:concurrency, Shapes::ShapeRef.new(shape: WorkloadTypeConcurrencyType, required: true, location_name: "Concurrency"))
10169
+ WorkloadTypeConcurrency.add_member(:cross_channel_workload_behavior, Shapes::ShapeRef.new(shape: CrossChannelWorkloadBehavior, location_name: "CrossChannelWorkloadBehavior"))
10170
+ WorkloadTypeConcurrency.struct_class = Types::WorkloadTypeConcurrency
10171
+
10155
10172
  Workspace.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
10156
10173
  Workspace.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "Id"))
10157
10174
  Workspace.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, required: true, location_name: "Name"))
@@ -8645,6 +8645,23 @@ module Aws::Connect
8645
8645
  include Aws::Structure
8646
8646
  end
8647
8647
 
8648
+ # Defines the cross-channel and workload type routing behavior that
8649
+ # allows an agent working on a contact to be offered a contact from a
8650
+ # different channel or workload type.
8651
+ #
8652
+ # @!attribute [rw] channel_workload_behavior_type
8653
+ # Specifies the routing behavior for an agent handling their current
8654
+ # channel and workload type.
8655
+ # @return [String]
8656
+ #
8657
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CrossChannelWorkloadBehavior AWS API Documentation
8658
+ #
8659
+ class CrossChannelWorkloadBehavior < Struct.new(
8660
+ :channel_workload_behavior_type)
8661
+ SENSITIVE = []
8662
+ include Aws::Structure
8663
+ end
8664
+
8648
8665
  # Contains information about a real-time metric. For a description of
8649
8666
  # each metric, see [Metrics definitions][1] in the *Connect Customer
8650
8667
  # Administrator Guide*.
@@ -25547,12 +25564,19 @@ module Aws::Connect
25547
25564
  # are currently working with a contact from a Voice channel.
25548
25565
  # @return [Types::CrossChannelBehavior]
25549
25566
  #
25567
+ # @!attribute [rw] workload_type_concurrencies
25568
+ # Defines the list of workload type concurrency configurations for a
25569
+ # channel. When provided, enables granular concurrency control based
25570
+ # on workload type values.
25571
+ # @return [Array<Types::WorkloadTypeConcurrency>]
25572
+ #
25550
25573
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/MediaConcurrency AWS API Documentation
25551
25574
  #
25552
25575
  class MediaConcurrency < Struct.new(
25553
25576
  :channel,
25554
25577
  :concurrency,
25555
- :cross_channel_behavior)
25578
+ :cross_channel_behavior,
25579
+ :workload_type_concurrencies)
25556
25580
  SENSITIVE = []
25557
25581
  include Aws::Structure
25558
25582
  end
@@ -41538,6 +41562,40 @@ module Aws::Connect
41538
41562
  include Aws::Structure
41539
41563
  end
41540
41564
 
41565
+ # Defines the maximum number of contacts an agent can handle
41566
+ # simultaneously for a specific channel and workload type combination.
41567
+ #
41568
+ # @!attribute [rw] workload_type
41569
+ # The value of the workload type.
41570
+ # @return [String]
41571
+ #
41572
+ # @!attribute [rw] concurrency
41573
+ # The maximum number of contacts an agent can handle simultaneously
41574
+ # for a specific channel and workload type combination.
41575
+ #
41576
+ # Valid Range for `VOICE`: Minimum value of 1. Maximum value of 1.
41577
+ #
41578
+ # Valid Range for `CHAT`: Minimum value of 1. Maximum value of 10.
41579
+ #
41580
+ # Valid Range for `TASK`: Minimum value of 1. Maximum value of 10.
41581
+ # @return [Integer]
41582
+ #
41583
+ # @!attribute [rw] cross_channel_workload_behavior
41584
+ # Defines the cross-channel and workload type routing behavior for
41585
+ # each channel and workload type combination that is enabled for this
41586
+ # Routing Profile.
41587
+ # @return [Types::CrossChannelWorkloadBehavior]
41588
+ #
41589
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/WorkloadTypeConcurrency AWS API Documentation
41590
+ #
41591
+ class WorkloadTypeConcurrency < Struct.new(
41592
+ :workload_type,
41593
+ :concurrency,
41594
+ :cross_channel_workload_behavior)
41595
+ SENSITIVE = []
41596
+ include Aws::Structure
41597
+ end
41598
+
41541
41599
  # Contains information about a workspace, which defines the user
41542
41600
  # experience by mapping views to pages.
41543
41601
  #
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.275.0'
57
+ GEM_VERSION = '1.276.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1064,13 +1064,7 @@ module Aws
1064
1064
  }
1065
1065
  ],
1066
1066
  media_concurrencies: Array[
1067
- {
1068
- channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
1069
- concurrency: ::Integer,
1070
- cross_channel_behavior: {
1071
- behavior_type: ("ROUTE_CURRENT_CHANNEL_ONLY" | "ROUTE_ANY_CHANNEL")
1072
- }?
1073
- }
1067
+ Params::media_concurrency
1074
1068
  ],
1075
1069
  ?tags: Hash[::String, ::String],
1076
1070
  ?agent_availability_timer: ("TIME_SINCE_LAST_ACTIVITY" | "TIME_SINCE_LAST_INBOUND")
@@ -5790,13 +5784,7 @@ module Aws
5790
5784
  instance_id: ::String,
5791
5785
  routing_profile_id: ::String,
5792
5786
  media_concurrencies: Array[
5793
- {
5794
- channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
5795
- concurrency: ::Integer,
5796
- cross_channel_behavior: {
5797
- behavior_type: ("ROUTE_CURRENT_CHANNEL_ONLY" | "ROUTE_ANY_CHANNEL")
5798
- }?
5799
- }
5787
+ Params::media_concurrency
5800
5788
  ]
5801
5789
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
5802
5790
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
data/sig/params.rbs CHANGED
@@ -438,6 +438,23 @@ module Aws
438
438
  }?
439
439
  }
440
440
 
441
+ type media_concurrency = {
442
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
443
+ concurrency: ::Integer?,
444
+ cross_channel_behavior: {
445
+ behavior_type: ("ROUTE_CURRENT_CHANNEL_ONLY" | "ROUTE_ANY_CHANNEL")
446
+ }?,
447
+ workload_type_concurrencies: Array[
448
+ {
449
+ workload_type: ::String,
450
+ concurrency: ::Integer,
451
+ cross_channel_workload_behavior: {
452
+ channel_workload_behavior_type: ("ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY" | "ROUTE_CURRENT_CHANNEL_ANY_WORKLOADTYPE_ONLY" | "ROUTE_ANY_CHANNEL_ANY_WORKLOAD_TYPE")?
453
+ }?
454
+ }
455
+ ]?
456
+ }
457
+
441
458
  type task_action_definition = {
442
459
  name: ::String,
443
460
  description: ::String?,
data/sig/types.rbs CHANGED
@@ -2029,6 +2029,11 @@ module Aws::Connect
2029
2029
  SENSITIVE: []
2030
2030
  end
2031
2031
 
2032
+ class CrossChannelWorkloadBehavior
2033
+ attr_accessor channel_workload_behavior_type: ("ROUTE_CURRENT_CHANNEL_CURRENT_WORKLOADTYPE_ONLY" | "ROUTE_CURRENT_CHANNEL_ANY_WORKLOADTYPE_ONLY" | "ROUTE_ANY_CHANNEL_ANY_WORKLOAD_TYPE")
2034
+ SENSITIVE: []
2035
+ end
2036
+
2032
2037
  class CurrentMetric
2033
2038
  attr_accessor name: ("AGENTS_ONLINE" | "AGENTS_AVAILABLE" | "AGENTS_ON_CALL" | "AGENTS_NON_PRODUCTIVE" | "AGENTS_AFTER_CONTACT_WORK" | "AGENTS_ERROR" | "AGENTS_STAFFED" | "CONTACTS_IN_QUEUE" | "OLDEST_CONTACT_AGE" | "CONTACTS_SCHEDULED" | "AGENTS_ON_CONTACT" | "SLOTS_ACTIVE" | "SLOTS_AVAILABLE" | "ESTIMATED_WAIT_TIME")
2034
2039
  attr_accessor metric_id: ::String
@@ -5839,6 +5844,7 @@ module Aws::Connect
5839
5844
  attr_accessor channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
5840
5845
  attr_accessor concurrency: ::Integer
5841
5846
  attr_accessor cross_channel_behavior: Types::CrossChannelBehavior
5847
+ attr_accessor workload_type_concurrencies: ::Array[Types::WorkloadTypeConcurrency]
5842
5848
  SENSITIVE: []
5843
5849
  end
5844
5850
 
@@ -9717,6 +9723,13 @@ module Aws::Connect
9717
9723
  SENSITIVE: []
9718
9724
  end
9719
9725
 
9726
+ class WorkloadTypeConcurrency
9727
+ attr_accessor workload_type: ::String
9728
+ attr_accessor concurrency: ::Integer
9729
+ attr_accessor cross_channel_workload_behavior: Types::CrossChannelWorkloadBehavior
9730
+ SENSITIVE: []
9731
+ end
9732
+
9720
9733
  class Workspace
9721
9734
  attr_accessor visibility: ("ALL" | "ASSIGNED" | "NONE")
9722
9735
  attr_accessor id: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.275.0
4
+ version: 1.276.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services