aws-sdk-connect 1.91.0 → 1.92.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: b12b6a1af0d1d0556760d8bf33097856daee671203fdfbdbdc67f2b6eb6a19db
4
- data.tar.gz: 39be6f9bf8efd0fafcdd656a989b87f8ed1df8aa4d00a7f13bc02c46c9f35cfa
3
+ metadata.gz: b931d99199d6615fc660d0fa6f6d81d02e8783c090c9cba9d7430d3b084b3dcf
4
+ data.tar.gz: 688672f6aedf36e34c23d5534c50f21ca63fa0a75be795e770569a31ebcbdaad
5
5
  SHA512:
6
- metadata.gz: 4ec940da8f8e4a464bf11d3906c5b000bde4143dd7fcac0fb620934868657f91971ea1a3cc9aa4c2dba565642633e25795e8eb60a7d4b46cc8902a0e57f2d9dc
7
- data.tar.gz: b62906a4b91d90cace384247904f36795a5c8fd27046b649a9ad1e9cd157b1af2a16a3205f7c9c7f7a5cd67a05042532777485be2ae952a8cc23e27f0b243419
6
+ metadata.gz: df31faf4b06134d9bc50976cce7c0d9275e89df192541a3b72ca9e65c36a073044bee60b6bb997edf531d656518a97cea804e589f8938701fb4e0b56b5905ab7
7
+ data.tar.gz: e7907355bf9bb2c56895768ed019de1b6169de0ac7d51dfa9b0492428416c04999e7a4eb6e28847ceba19f29989ff67ddfc530d69bc650128ebea95897a74bd7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.91.0 (2023-01-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -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.91.0'
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: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
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: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
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: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
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: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
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.
@@ -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.91.0'
55
+ GEM_VERSION = '1.92.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.91.0
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: 2023-01-05 00:00:00.000000000 Z
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