aws-sdk-connect 1.90.0 → 1.92.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 +3 -3
- data/lib/aws-sdk-connect/client_api.rb +16 -4
- data/lib/aws-sdk-connect/types.rb +16 -0
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b931d99199d6615fc660d0fa6f6d81d02e8783c090c9cba9d7430d3b084b3dcf
|
4
|
+
data.tar.gz: 688672f6aedf36e34c23d5534c50f21ca63fa0a75be795e770569a31ebcbdaad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df31faf4b06134d9bc50976cce7c0d9275e89df192541a3b72ca9e65c36a073044bee60b6bb997edf531d656518a97cea804e589f8938701fb4e0b56b5905ab7
|
7
|
+
data.tar.gz: e7907355bf9bb2c56895768ed019de1b6169de0ac7d51dfa9b0492428416c04999e7a4eb6e28847ceba19f29989ff67ddfc530d69bc650128ebea95897a74bd7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.92.0 (2023-01-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.
|
8
|
+
|
9
|
+
1.91.0 (2023-01-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation update for a new Initiation Method value in DescribeContact API
|
13
|
+
|
4
14
|
1.90.0 (2022-12-23)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
@@ -2628,7 +2628,7 @@ module Aws::Connect
|
|
2628
2628
|
# resp.contact.id #=> String
|
2629
2629
|
# resp.contact.initial_contact_id #=> String
|
2630
2630
|
# resp.contact.previous_contact_id #=> String
|
2631
|
-
# resp.contact.initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API"
|
2631
|
+
# resp.contact.initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR"
|
2632
2632
|
# resp.contact.name #=> String
|
2633
2633
|
# resp.contact.description #=> String
|
2634
2634
|
# resp.contact.channel #=> String, one of "VOICE", "CHAT", "TASK"
|
@@ -4167,7 +4167,7 @@ module Aws::Connect
|
|
4167
4167
|
# resp.user_data_list[0].contacts #=> Array
|
4168
4168
|
# resp.user_data_list[0].contacts[0].contact_id #=> String
|
4169
4169
|
# resp.user_data_list[0].contacts[0].channel #=> String, one of "VOICE", "CHAT", "TASK"
|
4170
|
-
# resp.user_data_list[0].contacts[0].initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API"
|
4170
|
+
# resp.user_data_list[0].contacts[0].initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR"
|
4171
4171
|
# resp.user_data_list[0].contacts[0].agent_contact_state #=> String, one of "INCOMING", "PENDING", "CONNECTING", "CONNECTED", "CONNECTED_ONHOLD", "MISSED", "ERROR", "ENDED", "REJECTED"
|
4172
4172
|
# resp.user_data_list[0].contacts[0].state_start_timestamp #=> Time
|
4173
4173
|
# resp.user_data_list[0].contacts[0].connected_to_agent_timestamp #=> Time
|
@@ -9740,7 +9740,7 @@ module Aws::Connect
|
|
9740
9740
|
params: params,
|
9741
9741
|
config: config)
|
9742
9742
|
context[:gem_name] = 'aws-sdk-connect'
|
9743
|
-
context[:gem_version] = '1.
|
9743
|
+
context[:gem_version] = '1.92.0'
|
9744
9744
|
Seahorse::Client::Request.new(handlers, context)
|
9745
9745
|
end
|
9746
9746
|
|
@@ -171,6 +171,7 @@ module Aws::Connect
|
|
171
171
|
DeleteContactFlowModuleRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleRequest')
|
172
172
|
DeleteContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleResponse')
|
173
173
|
DeleteContactFlowRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowRequest')
|
174
|
+
DeleteContactFlowResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowResponse')
|
174
175
|
DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
|
175
176
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
176
177
|
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
@@ -688,12 +689,15 @@ module Aws::Connect
|
|
688
689
|
UpdateContactAttributesRequest = Shapes::StructureShape.new(name: 'UpdateContactAttributesRequest')
|
689
690
|
UpdateContactAttributesResponse = Shapes::StructureShape.new(name: 'UpdateContactAttributesResponse')
|
690
691
|
UpdateContactFlowContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowContentRequest')
|
692
|
+
UpdateContactFlowContentResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowContentResponse')
|
691
693
|
UpdateContactFlowMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowMetadataRequest')
|
694
|
+
UpdateContactFlowMetadataResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowMetadataResponse')
|
692
695
|
UpdateContactFlowModuleContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentRequest')
|
693
696
|
UpdateContactFlowModuleContentResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentResponse')
|
694
697
|
UpdateContactFlowModuleMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleMetadataRequest')
|
695
698
|
UpdateContactFlowModuleMetadataResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleMetadataResponse')
|
696
699
|
UpdateContactFlowNameRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowNameRequest')
|
700
|
+
UpdateContactFlowNameResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowNameResponse')
|
697
701
|
UpdateContactRequest = Shapes::StructureShape.new(name: 'UpdateContactRequest')
|
698
702
|
UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
|
699
703
|
UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
|
@@ -1286,6 +1290,8 @@ module Aws::Connect
|
|
1286
1290
|
DeleteContactFlowRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
|
1287
1291
|
DeleteContactFlowRequest.struct_class = Types::DeleteContactFlowRequest
|
1288
1292
|
|
1293
|
+
DeleteContactFlowResponse.struct_class = Types::DeleteContactFlowResponse
|
1294
|
+
|
1289
1295
|
DeleteHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1290
1296
|
DeleteHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
|
1291
1297
|
DeleteHoursOfOperationRequest.struct_class = Types::DeleteHoursOfOperationRequest
|
@@ -2874,6 +2880,8 @@ module Aws::Connect
|
|
2874
2880
|
UpdateContactFlowContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, required: true, location_name: "Content"))
|
2875
2881
|
UpdateContactFlowContentRequest.struct_class = Types::UpdateContactFlowContentRequest
|
2876
2882
|
|
2883
|
+
UpdateContactFlowContentResponse.struct_class = Types::UpdateContactFlowContentResponse
|
2884
|
+
|
2877
2885
|
UpdateContactFlowMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2878
2886
|
UpdateContactFlowMetadataRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
|
2879
2887
|
UpdateContactFlowMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
|
@@ -2881,6 +2889,8 @@ module Aws::Connect
|
|
2881
2889
|
UpdateContactFlowMetadataRequest.add_member(:contact_flow_state, Shapes::ShapeRef.new(shape: ContactFlowState, location_name: "ContactFlowState"))
|
2882
2890
|
UpdateContactFlowMetadataRequest.struct_class = Types::UpdateContactFlowMetadataRequest
|
2883
2891
|
|
2892
|
+
UpdateContactFlowMetadataResponse.struct_class = Types::UpdateContactFlowMetadataResponse
|
2893
|
+
|
2884
2894
|
UpdateContactFlowModuleContentRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2885
2895
|
UpdateContactFlowModuleContentRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
2886
2896
|
UpdateContactFlowModuleContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, required: true, location_name: "Content"))
|
@@ -2903,6 +2913,8 @@ module Aws::Connect
|
|
2903
2913
|
UpdateContactFlowNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
|
2904
2914
|
UpdateContactFlowNameRequest.struct_class = Types::UpdateContactFlowNameRequest
|
2905
2915
|
|
2916
|
+
UpdateContactFlowNameResponse.struct_class = Types::UpdateContactFlowNameResponse
|
2917
|
+
|
2906
2918
|
UpdateContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2907
2919
|
UpdateContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
2908
2920
|
UpdateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
@@ -3667,7 +3679,7 @@ module Aws::Connect
|
|
3667
3679
|
o.http_method = "DELETE"
|
3668
3680
|
o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}"
|
3669
3681
|
o.input = Shapes::ShapeRef.new(shape: DeleteContactFlowRequest)
|
3670
|
-
o.output = Shapes::ShapeRef.new(shape:
|
3682
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContactFlowResponse)
|
3671
3683
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3672
3684
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3673
3685
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
@@ -5308,7 +5320,7 @@ module Aws::Connect
|
|
5308
5320
|
o.http_method = "POST"
|
5309
5321
|
o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/content"
|
5310
5322
|
o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowContentRequest)
|
5311
|
-
o.output = Shapes::ShapeRef.new(shape:
|
5323
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContactFlowContentResponse)
|
5312
5324
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5313
5325
|
o.errors << Shapes::ShapeRef.new(shape: InvalidContactFlowException)
|
5314
5326
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
@@ -5322,7 +5334,7 @@ module Aws::Connect
|
|
5322
5334
|
o.http_method = "POST"
|
5323
5335
|
o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/metadata"
|
5324
5336
|
o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowMetadataRequest)
|
5325
|
-
o.output = Shapes::ShapeRef.new(shape:
|
5337
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContactFlowMetadataResponse)
|
5326
5338
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5327
5339
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
5328
5340
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
@@ -5365,7 +5377,7 @@ module Aws::Connect
|
|
5365
5377
|
o.http_method = "POST"
|
5366
5378
|
o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/name"
|
5367
5379
|
o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowNameRequest)
|
5368
|
-
o.output = Shapes::ShapeRef.new(shape:
|
5380
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContactFlowNameResponse)
|
5369
5381
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5370
5382
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
5371
5383
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
@@ -2466,6 +2466,10 @@ module Aws::Connect
|
|
2466
2466
|
include Aws::Structure
|
2467
2467
|
end
|
2468
2468
|
|
2469
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactFlowResponse AWS API Documentation
|
2470
|
+
#
|
2471
|
+
class DeleteContactFlowResponse < Aws::EmptyStructure; end
|
2472
|
+
|
2469
2473
|
# @!attribute [rw] instance_id
|
2470
2474
|
# The identifier of the Amazon Connect instance. You can find the
|
2471
2475
|
# instanceId in the ARN of the instance.
|
@@ -10229,6 +10233,10 @@ module Aws::Connect
|
|
10229
10233
|
include Aws::Structure
|
10230
10234
|
end
|
10231
10235
|
|
10236
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowContentResponse AWS API Documentation
|
10237
|
+
#
|
10238
|
+
class UpdateContactFlowContentResponse < Aws::EmptyStructure; end
|
10239
|
+
|
10232
10240
|
# @!attribute [rw] instance_id
|
10233
10241
|
# The identifier of the Amazon Connect instance. You can find the
|
10234
10242
|
# instanceId in the ARN of the instance.
|
@@ -10262,6 +10270,10 @@ module Aws::Connect
|
|
10262
10270
|
include Aws::Structure
|
10263
10271
|
end
|
10264
10272
|
|
10273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowMetadataResponse AWS API Documentation
|
10274
|
+
#
|
10275
|
+
class UpdateContactFlowMetadataResponse < Aws::EmptyStructure; end
|
10276
|
+
|
10265
10277
|
# @!attribute [rw] instance_id
|
10266
10278
|
# The identifier of the Amazon Connect instance. You can find the
|
10267
10279
|
# instanceId in the ARN of the instance.
|
@@ -10353,6 +10365,10 @@ module Aws::Connect
|
|
10353
10365
|
include Aws::Structure
|
10354
10366
|
end
|
10355
10367
|
|
10368
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowNameResponse AWS API Documentation
|
10369
|
+
#
|
10370
|
+
class UpdateContactFlowNameResponse < Aws::EmptyStructure; end
|
10371
|
+
|
10356
10372
|
# @!attribute [rw] instance_id
|
10357
10373
|
# The identifier of the Amazon Connect instance. You can find the
|
10358
10374
|
# instanceId in the ARN of the instance.
|
data/lib/aws-sdk-connect.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.92.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:
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|