aws-sdk-connect 1.131.0 → 1.133.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +191 -4
- data/lib/aws-sdk-connect/client_api.rb +87 -0
- data/lib/aws-sdk-connect/endpoints.rb +14 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-connect/types.rb +420 -31
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -210,6 +210,15 @@ module Aws::Connect
|
|
210
210
|
# "key2":"value2"\\} \\}.
|
211
211
|
# @return [Hash<String,String>]
|
212
212
|
#
|
213
|
+
# @!attribute [rw] last_modified_time
|
214
|
+
# The timestamp when this resource was last modified.
|
215
|
+
# @return [Time]
|
216
|
+
#
|
217
|
+
# @!attribute [rw] last_modified_region
|
218
|
+
# The Amazon Web Services Region where this resource was last
|
219
|
+
# modified.
|
220
|
+
# @return [String]
|
221
|
+
#
|
213
222
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentStatus AWS API Documentation
|
214
223
|
#
|
215
224
|
class AgentStatus < Struct.new(
|
@@ -220,7 +229,9 @@ module Aws::Connect
|
|
220
229
|
:type,
|
221
230
|
:display_order,
|
222
231
|
:state,
|
223
|
-
:tags
|
232
|
+
:tags,
|
233
|
+
:last_modified_time,
|
234
|
+
:last_modified_region)
|
224
235
|
SENSITIVE = []
|
225
236
|
include Aws::Structure
|
226
237
|
end
|
@@ -267,13 +278,24 @@ module Aws::Connect
|
|
267
278
|
# The type of the agent status.
|
268
279
|
# @return [String]
|
269
280
|
#
|
281
|
+
# @!attribute [rw] last_modified_time
|
282
|
+
# The timestamp when this resource was last modified.
|
283
|
+
# @return [Time]
|
284
|
+
#
|
285
|
+
# @!attribute [rw] last_modified_region
|
286
|
+
# The Amazon Web Services Region where this resource was last
|
287
|
+
# modified.
|
288
|
+
# @return [String]
|
289
|
+
#
|
270
290
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentStatusSummary AWS API Documentation
|
271
291
|
#
|
272
292
|
class AgentStatusSummary < Struct.new(
|
273
293
|
:id,
|
274
294
|
:arn,
|
275
295
|
:name,
|
276
|
-
:type
|
296
|
+
:type,
|
297
|
+
:last_modified_time,
|
298
|
+
:last_modified_region)
|
277
299
|
SENSITIVE = []
|
278
300
|
include Aws::Structure
|
279
301
|
end
|
@@ -727,6 +749,45 @@ module Aws::Connect
|
|
727
749
|
include Aws::Structure
|
728
750
|
end
|
729
751
|
|
752
|
+
# @!attribute [rw] instance_id
|
753
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
754
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
755
|
+
#
|
756
|
+
#
|
757
|
+
#
|
758
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
759
|
+
# @return [String]
|
760
|
+
#
|
761
|
+
# @!attribute [rw] resource_ids
|
762
|
+
# A list of resource identifiers to retrieve flow associations.
|
763
|
+
# @return [Array<String>]
|
764
|
+
#
|
765
|
+
# @!attribute [rw] resource_type
|
766
|
+
# The type of resource association.
|
767
|
+
# @return [String]
|
768
|
+
#
|
769
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/BatchGetFlowAssociationRequest AWS API Documentation
|
770
|
+
#
|
771
|
+
class BatchGetFlowAssociationRequest < Struct.new(
|
772
|
+
:instance_id,
|
773
|
+
:resource_ids,
|
774
|
+
:resource_type)
|
775
|
+
SENSITIVE = []
|
776
|
+
include Aws::Structure
|
777
|
+
end
|
778
|
+
|
779
|
+
# @!attribute [rw] flow_association_summary_list
|
780
|
+
# Information about flow associations.
|
781
|
+
# @return [Array<Types::FlowAssociationSummary>]
|
782
|
+
#
|
783
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/BatchGetFlowAssociationResponse AWS API Documentation
|
784
|
+
#
|
785
|
+
class BatchGetFlowAssociationResponse < Struct.new(
|
786
|
+
:flow_association_summary_list)
|
787
|
+
SENSITIVE = []
|
788
|
+
include Aws::Structure
|
789
|
+
end
|
790
|
+
|
730
791
|
# A chat message.
|
731
792
|
#
|
732
793
|
# @!attribute [rw] content_type
|
@@ -1902,7 +1963,13 @@ module Aws::Connect
|
|
1902
1963
|
# @return [String]
|
1903
1964
|
#
|
1904
1965
|
# @!attribute [rw] s3_uri
|
1905
|
-
# The URI for the S3 bucket where the prompt is stored.
|
1966
|
+
# The URI for the S3 bucket where the prompt is stored. You can
|
1967
|
+
# provide S3 pre-signed URLs returned by the [GetPromptFile][1] API
|
1968
|
+
# instead of providing S3 URIs.
|
1969
|
+
#
|
1970
|
+
#
|
1971
|
+
#
|
1972
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetPromptFile.html
|
1906
1973
|
# @return [String]
|
1907
1974
|
#
|
1908
1975
|
# @!attribute [rw] tags
|
@@ -5727,6 +5794,30 @@ module Aws::Connect
|
|
5727
5794
|
include Aws::Structure
|
5728
5795
|
end
|
5729
5796
|
|
5797
|
+
# Information about flow associations.
|
5798
|
+
#
|
5799
|
+
# @!attribute [rw] resource_id
|
5800
|
+
# The identifier of the resource.
|
5801
|
+
# @return [String]
|
5802
|
+
#
|
5803
|
+
# @!attribute [rw] flow_id
|
5804
|
+
# The identifier of the flow.
|
5805
|
+
# @return [String]
|
5806
|
+
#
|
5807
|
+
# @!attribute [rw] resource_type
|
5808
|
+
# The type of resource association.
|
5809
|
+
# @return [String]
|
5810
|
+
#
|
5811
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/FlowAssociationSummary AWS API Documentation
|
5812
|
+
#
|
5813
|
+
class FlowAssociationSummary < Struct.new(
|
5814
|
+
:resource_id,
|
5815
|
+
:flow_id,
|
5816
|
+
:resource_type)
|
5817
|
+
SENSITIVE = []
|
5818
|
+
include Aws::Structure
|
5819
|
+
end
|
5820
|
+
|
5730
5821
|
# @!attribute [rw] instance_id
|
5731
5822
|
# The identifier of the Amazon Connect instance.
|
5732
5823
|
# @return [String]
|
@@ -6854,6 +6945,46 @@ module Aws::Connect
|
|
6854
6945
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6855
6946
|
# Agent, Agent Hierarchy
|
6856
6947
|
#
|
6948
|
+
# PERCENT\_NON\_TALK\_TIME
|
6949
|
+
#
|
6950
|
+
# : This metric is available only for contacts analyzed by Contact
|
6951
|
+
# Lens conversational analytics.
|
6952
|
+
#
|
6953
|
+
# Unit: Percentage
|
6954
|
+
#
|
6955
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6956
|
+
# Agent, Agent Hierarchy
|
6957
|
+
#
|
6958
|
+
# PERCENT\_TALK\_TIME
|
6959
|
+
#
|
6960
|
+
# : This metric is available only for contacts analyzed by Contact
|
6961
|
+
# Lens conversational analytics.
|
6962
|
+
#
|
6963
|
+
# Unit: Percentage
|
6964
|
+
#
|
6965
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6966
|
+
# Agent, Agent Hierarchy
|
6967
|
+
#
|
6968
|
+
# PERCENT\_TALK\_TIME\_AGENT
|
6969
|
+
#
|
6970
|
+
# : This metric is available only for contacts analyzed by Contact
|
6971
|
+
# Lens conversational analytics.
|
6972
|
+
#
|
6973
|
+
# Unit: Percentage
|
6974
|
+
#
|
6975
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6976
|
+
# Agent, Agent Hierarchy
|
6977
|
+
#
|
6978
|
+
# PERCENT\_TALK\_TIME\_CUSTOMER
|
6979
|
+
#
|
6980
|
+
# : This metric is available only for contacts analyzed by Contact
|
6981
|
+
# Lens conversational analytics.
|
6982
|
+
#
|
6983
|
+
# Unit: Percentage
|
6984
|
+
#
|
6985
|
+
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
6986
|
+
# Agent, Agent Hierarchy
|
6987
|
+
#
|
6857
6988
|
# SERVICE\_LEVEL
|
6858
6989
|
#
|
6859
6990
|
# : You can include up to 20 SERVICE\_LEVEL metrics in a request.
|
@@ -6978,10 +7109,21 @@ module Aws::Connect
|
|
6978
7109
|
# user so they can access the prompt in S3.
|
6979
7110
|
# @return [String]
|
6980
7111
|
#
|
7112
|
+
# @!attribute [rw] last_modified_time
|
7113
|
+
# The timestamp when this resource was last modified.
|
7114
|
+
# @return [Time]
|
7115
|
+
#
|
7116
|
+
# @!attribute [rw] last_modified_region
|
7117
|
+
# The Amazon Web Services Region where this resource was last
|
7118
|
+
# modified.
|
7119
|
+
# @return [String]
|
7120
|
+
#
|
6981
7121
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetPromptFileResponse AWS API Documentation
|
6982
7122
|
#
|
6983
7123
|
class GetPromptFileResponse < Struct.new(
|
6984
|
-
:prompt_presigned_url
|
7124
|
+
:prompt_presigned_url,
|
7125
|
+
:last_modified_time,
|
7126
|
+
:last_modified_region)
|
6985
7127
|
SENSITIVE = []
|
6986
7128
|
include Aws::Structure
|
6987
7129
|
end
|
@@ -7175,6 +7317,15 @@ module Aws::Connect
|
|
7175
7317
|
# "key2":"value2"\\} \\}.
|
7176
7318
|
# @return [Hash<String,String>]
|
7177
7319
|
#
|
7320
|
+
# @!attribute [rw] last_modified_time
|
7321
|
+
# The timestamp when this resource was last modified.
|
7322
|
+
# @return [Time]
|
7323
|
+
#
|
7324
|
+
# @!attribute [rw] last_modified_region
|
7325
|
+
# The Amazon Web Services Region where this resource was last
|
7326
|
+
# modified.
|
7327
|
+
# @return [String]
|
7328
|
+
#
|
7178
7329
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HierarchyGroup AWS API Documentation
|
7179
7330
|
#
|
7180
7331
|
class HierarchyGroup < Struct.new(
|
@@ -7183,7 +7334,9 @@ module Aws::Connect
|
|
7183
7334
|
:name,
|
7184
7335
|
:level_id,
|
7185
7336
|
:hierarchy_path,
|
7186
|
-
:tags
|
7337
|
+
:tags,
|
7338
|
+
:last_modified_time,
|
7339
|
+
:last_modified_region)
|
7187
7340
|
SENSITIVE = []
|
7188
7341
|
include Aws::Structure
|
7189
7342
|
end
|
@@ -7222,12 +7375,23 @@ module Aws::Connect
|
|
7222
7375
|
# The name of the hierarchy group.
|
7223
7376
|
# @return [String]
|
7224
7377
|
#
|
7378
|
+
# @!attribute [rw] last_modified_time
|
7379
|
+
# The timestamp when this resource was last modified.
|
7380
|
+
# @return [Time]
|
7381
|
+
#
|
7382
|
+
# @!attribute [rw] last_modified_region
|
7383
|
+
# The Amazon Web Services Region where this resource was last
|
7384
|
+
# modified.
|
7385
|
+
# @return [String]
|
7386
|
+
#
|
7225
7387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HierarchyGroupSummary AWS API Documentation
|
7226
7388
|
#
|
7227
7389
|
class HierarchyGroupSummary < Struct.new(
|
7228
7390
|
:id,
|
7229
7391
|
:arn,
|
7230
|
-
:name
|
7392
|
+
:name,
|
7393
|
+
:last_modified_time,
|
7394
|
+
:last_modified_region)
|
7231
7395
|
SENSITIVE = []
|
7232
7396
|
include Aws::Structure
|
7233
7397
|
end
|
@@ -7265,12 +7429,23 @@ module Aws::Connect
|
|
7265
7429
|
# The name of the hierarchy level.
|
7266
7430
|
# @return [String]
|
7267
7431
|
#
|
7432
|
+
# @!attribute [rw] last_modified_time
|
7433
|
+
# The timestamp when this resource was last modified.
|
7434
|
+
# @return [Time]
|
7435
|
+
#
|
7436
|
+
# @!attribute [rw] last_modified_region
|
7437
|
+
# The Amazon Web Services Region where this resource was last
|
7438
|
+
# modified.
|
7439
|
+
# @return [String]
|
7440
|
+
#
|
7268
7441
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HierarchyLevel AWS API Documentation
|
7269
7442
|
#
|
7270
7443
|
class HierarchyLevel < Struct.new(
|
7271
7444
|
:id,
|
7272
7445
|
:arn,
|
7273
|
-
:name
|
7446
|
+
:name,
|
7447
|
+
:last_modified_time,
|
7448
|
+
:last_modified_region)
|
7274
7449
|
SENSITIVE = []
|
7275
7450
|
include Aws::Structure
|
7276
7451
|
end
|
@@ -7531,6 +7706,15 @@ module Aws::Connect
|
|
7531
7706
|
# "key2":"value2"\\} \\}.
|
7532
7707
|
# @return [Hash<String,String>]
|
7533
7708
|
#
|
7709
|
+
# @!attribute [rw] last_modified_time
|
7710
|
+
# The timestamp when this resource was last modified.
|
7711
|
+
# @return [Time]
|
7712
|
+
#
|
7713
|
+
# @!attribute [rw] last_modified_region
|
7714
|
+
# The Amazon Web Services Region where this resource was last
|
7715
|
+
# modified.
|
7716
|
+
# @return [String]
|
7717
|
+
#
|
7534
7718
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperation AWS API Documentation
|
7535
7719
|
#
|
7536
7720
|
class HoursOfOperation < Struct.new(
|
@@ -7540,7 +7724,9 @@ module Aws::Connect
|
|
7540
7724
|
:description,
|
7541
7725
|
:time_zone,
|
7542
7726
|
:config,
|
7543
|
-
:tags
|
7727
|
+
:tags,
|
7728
|
+
:last_modified_time,
|
7729
|
+
:last_modified_region)
|
7544
7730
|
SENSITIVE = []
|
7545
7731
|
include Aws::Structure
|
7546
7732
|
end
|
@@ -7638,12 +7824,23 @@ module Aws::Connect
|
|
7638
7824
|
# The name of the hours of operation.
|
7639
7825
|
# @return [String]
|
7640
7826
|
#
|
7827
|
+
# @!attribute [rw] last_modified_time
|
7828
|
+
# The timestamp when this resource was last modified.
|
7829
|
+
# @return [Time]
|
7830
|
+
#
|
7831
|
+
# @!attribute [rw] last_modified_region
|
7832
|
+
# The Amazon Web Services Region where this resource was last
|
7833
|
+
# modified.
|
7834
|
+
# @return [String]
|
7835
|
+
#
|
7641
7836
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperationSummary AWS API Documentation
|
7642
7837
|
#
|
7643
7838
|
class HoursOfOperationSummary < Struct.new(
|
7644
7839
|
:id,
|
7645
7840
|
:arn,
|
7646
|
-
:name
|
7841
|
+
:name,
|
7842
|
+
:last_modified_time,
|
7843
|
+
:last_modified_region)
|
7647
7844
|
SENSITIVE = []
|
7648
7845
|
include Aws::Structure
|
7649
7846
|
end
|
@@ -9319,11 +9516,22 @@ module Aws::Connect
|
|
9319
9516
|
# Information about the quick connects.
|
9320
9517
|
# @return [Array<Types::QuickConnectSummary>]
|
9321
9518
|
#
|
9519
|
+
# @!attribute [rw] last_modified_time
|
9520
|
+
# The timestamp when this resource was last modified.
|
9521
|
+
# @return [Time]
|
9522
|
+
#
|
9523
|
+
# @!attribute [rw] last_modified_region
|
9524
|
+
# The Amazon Web Services Region where this resource was last
|
9525
|
+
# modified.
|
9526
|
+
# @return [String]
|
9527
|
+
#
|
9322
9528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQueueQuickConnectsResponse AWS API Documentation
|
9323
9529
|
#
|
9324
9530
|
class ListQueueQuickConnectsResponse < Struct.new(
|
9325
9531
|
:next_token,
|
9326
|
-
:quick_connect_summary_list
|
9532
|
+
:quick_connect_summary_list,
|
9533
|
+
:last_modified_time,
|
9534
|
+
:last_modified_region)
|
9327
9535
|
SENSITIVE = []
|
9328
9536
|
include Aws::Structure
|
9329
9537
|
end
|
@@ -9481,11 +9689,22 @@ module Aws::Connect
|
|
9481
9689
|
# Information about the routing profiles.
|
9482
9690
|
# @return [Array<Types::RoutingProfileQueueConfigSummary>]
|
9483
9691
|
#
|
9692
|
+
# @!attribute [rw] last_modified_time
|
9693
|
+
# The timestamp when this resource was last modified.
|
9694
|
+
# @return [Time]
|
9695
|
+
#
|
9696
|
+
# @!attribute [rw] last_modified_region
|
9697
|
+
# The Amazon Web Services Region where this resource was last
|
9698
|
+
# modified.
|
9699
|
+
# @return [String]
|
9700
|
+
#
|
9484
9701
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRoutingProfileQueuesResponse AWS API Documentation
|
9485
9702
|
#
|
9486
9703
|
class ListRoutingProfileQueuesResponse < Struct.new(
|
9487
9704
|
:next_token,
|
9488
|
-
:routing_profile_queue_config_summary_list
|
9705
|
+
:routing_profile_queue_config_summary_list,
|
9706
|
+
:last_modified_time,
|
9707
|
+
:last_modified_region)
|
9489
9708
|
SENSITIVE = []
|
9490
9709
|
include Aws::Structure
|
9491
9710
|
end
|
@@ -9688,11 +9907,22 @@ module Aws::Connect
|
|
9688
9907
|
# of results.
|
9689
9908
|
# @return [String]
|
9690
9909
|
#
|
9910
|
+
# @!attribute [rw] last_modified_time
|
9911
|
+
# The timestamp when this resource was last modified.
|
9912
|
+
# @return [Time]
|
9913
|
+
#
|
9914
|
+
# @!attribute [rw] last_modified_region
|
9915
|
+
# The Amazon Web Services Region where this resource was last
|
9916
|
+
# modified.
|
9917
|
+
# @return [String]
|
9918
|
+
#
|
9691
9919
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListSecurityProfileApplicationsResponse AWS API Documentation
|
9692
9920
|
#
|
9693
9921
|
class ListSecurityProfileApplicationsResponse < Struct.new(
|
9694
9922
|
:applications,
|
9695
|
-
:next_token
|
9923
|
+
:next_token,
|
9924
|
+
:last_modified_time,
|
9925
|
+
:last_modified_region)
|
9696
9926
|
SENSITIVE = []
|
9697
9927
|
include Aws::Structure
|
9698
9928
|
end
|
@@ -9745,11 +9975,22 @@ module Aws::Connect
|
|
9745
9975
|
# of results.
|
9746
9976
|
# @return [String]
|
9747
9977
|
#
|
9978
|
+
# @!attribute [rw] last_modified_time
|
9979
|
+
# The timestamp when this resource was last modified.
|
9980
|
+
# @return [Time]
|
9981
|
+
#
|
9982
|
+
# @!attribute [rw] last_modified_region
|
9983
|
+
# The Amazon Web Services Region where this resource was last
|
9984
|
+
# modified.
|
9985
|
+
# @return [String]
|
9986
|
+
#
|
9748
9987
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListSecurityProfilePermissionsResponse AWS API Documentation
|
9749
9988
|
#
|
9750
9989
|
class ListSecurityProfilePermissionsResponse < Struct.new(
|
9751
9990
|
:permissions,
|
9752
|
-
:next_token
|
9991
|
+
:next_token,
|
9992
|
+
:last_modified_time,
|
9993
|
+
:last_modified_region)
|
9753
9994
|
SENSITIVE = []
|
9754
9995
|
include Aws::Structure
|
9755
9996
|
end
|
@@ -10917,6 +11158,15 @@ module Aws::Connect
|
|
10917
11158
|
# "key2":"value2"\\} \\}.
|
10918
11159
|
# @return [Hash<String,String>]
|
10919
11160
|
#
|
11161
|
+
# @!attribute [rw] last_modified_time
|
11162
|
+
# The timestamp when this resource was last modified.
|
11163
|
+
# @return [Time]
|
11164
|
+
#
|
11165
|
+
# @!attribute [rw] last_modified_region
|
11166
|
+
# The Amazon Web Services Region where this resource was last
|
11167
|
+
# modified.
|
11168
|
+
# @return [String]
|
11169
|
+
#
|
10920
11170
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Prompt AWS API Documentation
|
10921
11171
|
#
|
10922
11172
|
class Prompt < Struct.new(
|
@@ -10924,7 +11174,9 @@ module Aws::Connect
|
|
10924
11174
|
:prompt_id,
|
10925
11175
|
:name,
|
10926
11176
|
:description,
|
10927
|
-
:tags
|
11177
|
+
:tags,
|
11178
|
+
:last_modified_time,
|
11179
|
+
:last_modified_region)
|
10928
11180
|
SENSITIVE = []
|
10929
11181
|
include Aws::Structure
|
10930
11182
|
end
|
@@ -10997,12 +11249,23 @@ module Aws::Connect
|
|
10997
11249
|
# The name of the prompt.
|
10998
11250
|
# @return [String]
|
10999
11251
|
#
|
11252
|
+
# @!attribute [rw] last_modified_time
|
11253
|
+
# The timestamp when this resource was last modified.
|
11254
|
+
# @return [Time]
|
11255
|
+
#
|
11256
|
+
# @!attribute [rw] last_modified_region
|
11257
|
+
# The Amazon Web Services Region where this resource was last
|
11258
|
+
# modified.
|
11259
|
+
# @return [String]
|
11260
|
+
#
|
11000
11261
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/PromptSummary AWS API Documentation
|
11001
11262
|
#
|
11002
11263
|
class PromptSummary < Struct.new(
|
11003
11264
|
:id,
|
11004
11265
|
:arn,
|
11005
|
-
:name
|
11266
|
+
:name,
|
11267
|
+
:last_modified_time,
|
11268
|
+
:last_modified_region)
|
11006
11269
|
SENSITIVE = []
|
11007
11270
|
include Aws::Structure
|
11008
11271
|
end
|
@@ -11120,6 +11383,15 @@ module Aws::Connect
|
|
11120
11383
|
# "key2":"value2"\\} \\}.
|
11121
11384
|
# @return [Hash<String,String>]
|
11122
11385
|
#
|
11386
|
+
# @!attribute [rw] last_modified_time
|
11387
|
+
# The timestamp when this resource was last modified.
|
11388
|
+
# @return [Time]
|
11389
|
+
#
|
11390
|
+
# @!attribute [rw] last_modified_region
|
11391
|
+
# The Amazon Web Services Region where this resource was last
|
11392
|
+
# modified.
|
11393
|
+
# @return [String]
|
11394
|
+
#
|
11123
11395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Queue AWS API Documentation
|
11124
11396
|
#
|
11125
11397
|
class Queue < Struct.new(
|
@@ -11131,7 +11403,9 @@ module Aws::Connect
|
|
11131
11403
|
:hours_of_operation_id,
|
11132
11404
|
:max_contacts,
|
11133
11405
|
:status,
|
11134
|
-
:tags
|
11406
|
+
:tags,
|
11407
|
+
:last_modified_time,
|
11408
|
+
:last_modified_region)
|
11135
11409
|
SENSITIVE = []
|
11136
11410
|
include Aws::Structure
|
11137
11411
|
end
|
@@ -11279,13 +11553,24 @@ module Aws::Connect
|
|
11279
11553
|
# The type of queue.
|
11280
11554
|
# @return [String]
|
11281
11555
|
#
|
11556
|
+
# @!attribute [rw] last_modified_time
|
11557
|
+
# The timestamp when this resource was last modified.
|
11558
|
+
# @return [Time]
|
11559
|
+
#
|
11560
|
+
# @!attribute [rw] last_modified_region
|
11561
|
+
# The Amazon Web Services Region where this resource was last
|
11562
|
+
# modified.
|
11563
|
+
# @return [String]
|
11564
|
+
#
|
11282
11565
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QueueSummary AWS API Documentation
|
11283
11566
|
#
|
11284
11567
|
class QueueSummary < Struct.new(
|
11285
11568
|
:id,
|
11286
11569
|
:arn,
|
11287
11570
|
:name,
|
11288
|
-
:queue_type
|
11571
|
+
:queue_type,
|
11572
|
+
:last_modified_time,
|
11573
|
+
:last_modified_region)
|
11289
11574
|
SENSITIVE = []
|
11290
11575
|
include Aws::Structure
|
11291
11576
|
end
|
@@ -11318,6 +11603,15 @@ module Aws::Connect
|
|
11318
11603
|
# "key2":"value2"\\} \\}.
|
11319
11604
|
# @return [Hash<String,String>]
|
11320
11605
|
#
|
11606
|
+
# @!attribute [rw] last_modified_time
|
11607
|
+
# The timestamp when this resource was last modified.
|
11608
|
+
# @return [Time]
|
11609
|
+
#
|
11610
|
+
# @!attribute [rw] last_modified_region
|
11611
|
+
# The Amazon Web Services Region where this resource was last
|
11612
|
+
# modified.
|
11613
|
+
# @return [String]
|
11614
|
+
#
|
11321
11615
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnect AWS API Documentation
|
11322
11616
|
#
|
11323
11617
|
class QuickConnect < Struct.new(
|
@@ -11326,7 +11620,9 @@ module Aws::Connect
|
|
11326
11620
|
:name,
|
11327
11621
|
:description,
|
11328
11622
|
:quick_connect_config,
|
11329
|
-
:tags
|
11623
|
+
:tags,
|
11624
|
+
:last_modified_time,
|
11625
|
+
:last_modified_region)
|
11330
11626
|
SENSITIVE = []
|
11331
11627
|
include Aws::Structure
|
11332
11628
|
end
|
@@ -11441,13 +11737,24 @@ module Aws::Connect
|
|
11441
11737
|
# (QUEUE).
|
11442
11738
|
# @return [String]
|
11443
11739
|
#
|
11740
|
+
# @!attribute [rw] last_modified_time
|
11741
|
+
# The timestamp when this resource was last modified.
|
11742
|
+
# @return [Time]
|
11743
|
+
#
|
11744
|
+
# @!attribute [rw] last_modified_region
|
11745
|
+
# The Amazon Web Services Region where this resource was last
|
11746
|
+
# modified.
|
11747
|
+
# @return [String]
|
11748
|
+
#
|
11444
11749
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnectSummary AWS API Documentation
|
11445
11750
|
#
|
11446
11751
|
class QuickConnectSummary < Struct.new(
|
11447
11752
|
:id,
|
11448
11753
|
:arn,
|
11449
11754
|
:name,
|
11450
|
-
:quick_connect_type
|
11755
|
+
:quick_connect_type,
|
11756
|
+
:last_modified_time,
|
11757
|
+
:last_modified_region)
|
11451
11758
|
SENSITIVE = []
|
11452
11759
|
include Aws::Structure
|
11453
11760
|
end
|
@@ -11819,6 +12126,19 @@ module Aws::Connect
|
|
11819
12126
|
# *longest idle time*.
|
11820
12127
|
# @return [String]
|
11821
12128
|
#
|
12129
|
+
# @!attribute [rw] last_modified_time
|
12130
|
+
# The timestamp when this resource was last modified.
|
12131
|
+
# @return [Time]
|
12132
|
+
#
|
12133
|
+
# @!attribute [rw] last_modified_region
|
12134
|
+
# The Amazon Web Services Region where this resource was last
|
12135
|
+
# modified.
|
12136
|
+
# @return [String]
|
12137
|
+
#
|
12138
|
+
# @!attribute [rw] is_default
|
12139
|
+
# Whether this a default routing profile.
|
12140
|
+
# @return [Boolean]
|
12141
|
+
#
|
11822
12142
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfile AWS API Documentation
|
11823
12143
|
#
|
11824
12144
|
class RoutingProfile < Struct.new(
|
@@ -11832,7 +12152,10 @@ module Aws::Connect
|
|
11832
12152
|
:tags,
|
11833
12153
|
:number_of_associated_queues,
|
11834
12154
|
:number_of_associated_users,
|
11835
|
-
:agent_availability_timer
|
12155
|
+
:agent_availability_timer,
|
12156
|
+
:last_modified_time,
|
12157
|
+
:last_modified_region,
|
12158
|
+
:is_default)
|
11836
12159
|
SENSITIVE = []
|
11837
12160
|
include Aws::Structure
|
11838
12161
|
end
|
@@ -12038,12 +12361,23 @@ module Aws::Connect
|
|
12038
12361
|
# The name of the routing profile.
|
12039
12362
|
# @return [String]
|
12040
12363
|
#
|
12364
|
+
# @!attribute [rw] last_modified_time
|
12365
|
+
# The timestamp when this resource was last modified.
|
12366
|
+
# @return [Time]
|
12367
|
+
#
|
12368
|
+
# @!attribute [rw] last_modified_region
|
12369
|
+
# The Amazon Web Services Region where this resource was last
|
12370
|
+
# modified.
|
12371
|
+
# @return [String]
|
12372
|
+
#
|
12041
12373
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfileSummary AWS API Documentation
|
12042
12374
|
#
|
12043
12375
|
class RoutingProfileSummary < Struct.new(
|
12044
12376
|
:id,
|
12045
12377
|
:arn,
|
12046
|
-
:name
|
12378
|
+
:name,
|
12379
|
+
:last_modified_time,
|
12380
|
+
:last_modified_region)
|
12047
12381
|
SENSITIVE = []
|
12048
12382
|
include Aws::Structure
|
12049
12383
|
end
|
@@ -12996,6 +13330,15 @@ module Aws::Connect
|
|
12996
13330
|
# restrictions to in Amazon Connect.
|
12997
13331
|
# @return [Array<String>]
|
12998
13332
|
#
|
13333
|
+
# @!attribute [rw] last_modified_time
|
13334
|
+
# The timestamp when this resource was last modified.
|
13335
|
+
# @return [Time]
|
13336
|
+
#
|
13337
|
+
# @!attribute [rw] last_modified_region
|
13338
|
+
# The Amazon Web Services Region where this resource was last
|
13339
|
+
# modified.
|
13340
|
+
# @return [String]
|
13341
|
+
#
|
12999
13342
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfile AWS API Documentation
|
13000
13343
|
#
|
13001
13344
|
class SecurityProfile < Struct.new(
|
@@ -13006,7 +13349,9 @@ module Aws::Connect
|
|
13006
13349
|
:description,
|
13007
13350
|
:tags,
|
13008
13351
|
:allowed_access_control_tags,
|
13009
|
-
:tag_restricted_resources
|
13352
|
+
:tag_restricted_resources,
|
13353
|
+
:last_modified_time,
|
13354
|
+
:last_modified_region)
|
13010
13355
|
SENSITIVE = []
|
13011
13356
|
include Aws::Structure
|
13012
13357
|
end
|
@@ -13099,12 +13444,23 @@ module Aws::Connect
|
|
13099
13444
|
# The name of the security profile.
|
13100
13445
|
# @return [String]
|
13101
13446
|
#
|
13447
|
+
# @!attribute [rw] last_modified_time
|
13448
|
+
# The timestamp when this resource was last modified.
|
13449
|
+
# @return [Time]
|
13450
|
+
#
|
13451
|
+
# @!attribute [rw] last_modified_region
|
13452
|
+
# The Amazon Web Services Region where this resource was last
|
13453
|
+
# modified.
|
13454
|
+
# @return [String]
|
13455
|
+
#
|
13102
13456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfileSummary AWS API Documentation
|
13103
13457
|
#
|
13104
13458
|
class SecurityProfileSummary < Struct.new(
|
13105
13459
|
:id,
|
13106
13460
|
:arn,
|
13107
|
-
:name
|
13461
|
+
:name,
|
13462
|
+
:last_modified_time,
|
13463
|
+
:last_modified_region)
|
13108
13464
|
SENSITIVE = []
|
13109
13465
|
include Aws::Structure
|
13110
13466
|
end
|
@@ -14454,13 +14810,18 @@ module Aws::Connect
|
|
14454
14810
|
# default traffic distribution group is deleted as part of the process
|
14455
14811
|
# for deleting a replica.
|
14456
14812
|
#
|
14457
|
-
# <note markdown="1"> The `SignInConfig` distribution is available only on
|
14458
|
-
# `TrafficDistributionGroup
|
14459
|
-
#
|
14460
|
-
# `
|
14461
|
-
#
|
14813
|
+
# <note markdown="1"> The `SignInConfig` distribution is available only on a default
|
14814
|
+
# `TrafficDistributionGroup` (see the `IsDefault` parameter in the
|
14815
|
+
# [TrafficDistributionGroup][1] data type). If you call
|
14816
|
+
# `UpdateTrafficDistribution` with a modified `SignInConfig` and a
|
14817
|
+
# non-default `TrafficDistributionGroup`, an `InvalidRequestException`
|
14818
|
+
# is returned.
|
14462
14819
|
#
|
14463
14820
|
# </note>
|
14821
|
+
#
|
14822
|
+
#
|
14823
|
+
#
|
14824
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html
|
14464
14825
|
# @return [Boolean]
|
14465
14826
|
#
|
14466
14827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TrafficDistributionGroup AWS API Documentation
|
@@ -15412,7 +15773,13 @@ module Aws::Connect
|
|
15412
15773
|
# @return [String]
|
15413
15774
|
#
|
15414
15775
|
# @!attribute [rw] s3_uri
|
15415
|
-
# The URI for the S3 bucket where the prompt is stored.
|
15776
|
+
# The URI for the S3 bucket where the prompt is stored. You can
|
15777
|
+
# provide S3 pre-signed URLs returned by the [GetPromptFile][1] API
|
15778
|
+
# instead of providing S3 URIs.
|
15779
|
+
#
|
15780
|
+
#
|
15781
|
+
#
|
15782
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetPromptFile.html
|
15416
15783
|
# @return [String]
|
15417
15784
|
#
|
15418
15785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdatePromptRequest AWS API Documentation
|
@@ -16420,6 +16787,15 @@ module Aws::Connect
|
|
16420
16787
|
# The tags.
|
16421
16788
|
# @return [Hash<String,String>]
|
16422
16789
|
#
|
16790
|
+
# @!attribute [rw] last_modified_time
|
16791
|
+
# The timestamp when this resource was last modified.
|
16792
|
+
# @return [Time]
|
16793
|
+
#
|
16794
|
+
# @!attribute [rw] last_modified_region
|
16795
|
+
# The Amazon Web Services Region where this resource was last
|
16796
|
+
# modified.
|
16797
|
+
# @return [String]
|
16798
|
+
#
|
16423
16799
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/User AWS API Documentation
|
16424
16800
|
#
|
16425
16801
|
class User < Struct.new(
|
@@ -16432,7 +16808,9 @@ module Aws::Connect
|
|
16432
16808
|
:security_profile_ids,
|
16433
16809
|
:routing_profile_id,
|
16434
16810
|
:hierarchy_group_id,
|
16435
|
-
:tags
|
16811
|
+
:tags,
|
16812
|
+
:last_modified_time,
|
16813
|
+
:last_modified_region)
|
16436
16814
|
SENSITIVE = []
|
16437
16815
|
include Aws::Structure
|
16438
16816
|
end
|
@@ -16832,12 +17210,23 @@ module Aws::Connect
|
|
16832
17210
|
# The Amazon Connect user name of the user account.
|
16833
17211
|
# @return [String]
|
16834
17212
|
#
|
17213
|
+
# @!attribute [rw] last_modified_time
|
17214
|
+
# The timestamp when this resource was last modified.
|
17215
|
+
# @return [Time]
|
17216
|
+
#
|
17217
|
+
# @!attribute [rw] last_modified_region
|
17218
|
+
# The Amazon Web Services Region where this resource was last
|
17219
|
+
# modified.
|
17220
|
+
# @return [String]
|
17221
|
+
#
|
16835
17222
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserSummary AWS API Documentation
|
16836
17223
|
#
|
16837
17224
|
class UserSummary < Struct.new(
|
16838
17225
|
:id,
|
16839
17226
|
:arn,
|
16840
|
-
:username
|
17227
|
+
:username,
|
17228
|
+
:last_modified_time,
|
17229
|
+
:last_modified_region)
|
16841
17230
|
SENSITIVE = []
|
16842
17231
|
include Aws::Structure
|
16843
17232
|
end
|