aws-sdk-connect 1.91.0 → 1.93.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: b12b6a1af0d1d0556760d8bf33097856daee671203fdfbdbdc67f2b6eb6a19db
4
- data.tar.gz: 39be6f9bf8efd0fafcdd656a989b87f8ed1df8aa4d00a7f13bc02c46c9f35cfa
3
+ metadata.gz: 60474cf163190c99963c02632a8519f72659c1d7392479e14c513df83135b154
4
+ data.tar.gz: 65276de0c50c965b770ac594dde2959521a0c84fc0bff6d029183da96f0677e0
5
5
  SHA512:
6
- metadata.gz: 4ec940da8f8e4a464bf11d3906c5b000bde4143dd7fcac0fb620934868657f91971ea1a3cc9aa4c2dba565642633e25795e8eb60a7d4b46cc8902a0e57f2d9dc
7
- data.tar.gz: b62906a4b91d90cace384247904f36795a5c8fd27046b649a9ad1e9cd157b1af2a16a3205f7c9c7f7a5cd67a05042532777485be2ae952a8cc23e27f0b243419
6
+ metadata.gz: 5d1e11a668bf6689cbef63830bbdcb1c4af14117fffdcc62056885fae60a7f0e9390fbb375ad3f46c785d1f63570d4d91e988fcbf63b7922f4cee673d8b2935a
7
+ data.tar.gz: 1a88aee15e897ba7f23faeac622342c3082fdf79c37560ee5fa850b4bb93bcffbc9a5579df44e23e02c70ed55c7507ad295d89fb03c6a5d76b711dc2522485c0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2023-01-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
10
+
11
+ 1.92.0 (2023-01-13)
12
+ ------------------
13
+
14
+ * Feature - This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.
15
+
4
16
  1.91.0 (2023-01-05)
5
17
  ------------------
6
18
 
@@ -465,4 +477,4 @@ Unreleased Changes
465
477
  1.0.0 (2018-03-30)
466
478
  ------------------
467
479
 
468
- * Feature - Initial release of `aws-sdk-connect`.
480
+ * Feature - Initial release of `aws-sdk-connect`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.93.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.93.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)
@@ -9,102 +9,43 @@
9
9
 
10
10
  module Aws::Connect
11
11
  class EndpointProvider
12
- def initialize(rule_set = nil)
13
- @@rule_set ||= begin
14
- endpoint_rules = Aws::Json.load(Base64.decode64(RULES))
15
- Aws::Endpoints::RuleSet.new(
16
- version: endpoint_rules['version'],
17
- service_id: endpoint_rules['serviceId'],
18
- parameters: endpoint_rules['parameters'],
19
- rules: endpoint_rules['rules']
20
- )
12
+ def resolve_endpoint(parameters)
13
+ region = parameters.region
14
+ use_dual_stack = parameters.use_dual_stack
15
+ use_fips = parameters.use_fips
16
+ endpoint = parameters.endpoint
17
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
+ end
22
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
+ end
25
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
+ end
27
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
+ return Aws::Endpoints::Endpoint.new(url: "https://connect-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
+ end
31
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
+ end
33
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ return Aws::Endpoints::Endpoint.new(url: "https://connect-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
+ end
37
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
38
+ end
39
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
+ return Aws::Endpoints::Endpoint.new(url: "https://connect.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
42
+ end
43
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
44
+ end
45
+ return Aws::Endpoints::Endpoint.new(url: "https://connect.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
21
46
  end
22
- @provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
23
- end
47
+ raise ArgumentError, 'No endpoint could be resolved'
24
48
 
25
- def resolve_endpoint(parameters)
26
- @provider.resolve_endpoint(parameters)
27
49
  end
28
-
29
- # @api private
30
- RULES = <<-JSON
31
- eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
- YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
- ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
- aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
- ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
- IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
- bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
- aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
- IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
- IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
- aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
- Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
- cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
- bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
- YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
- bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
- ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
- IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
- b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
- ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
- dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
- c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
54
- cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
55
- dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
56
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
57
- ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
58
- b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
59
- aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
60
- VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
61
- Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
62
- b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
63
- XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
64
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
65
- fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
66
- Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
67
- bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
68
- eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
69
- b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
70
- Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
71
- XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
72
- OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
73
- InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
74
- IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
75
- Ly9jb25uZWN0LWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFs
76
- U3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9
77
- fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJv
78
- ciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUgZW5hYmxlZCwgYnV0IHRoaXMg
79
- cGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgb25lIG9yIGJvdGgiLCJ0eXBl
80
- IjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1
81
- YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfV0sInR5cGUi
82
- OiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVh
83
- bkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6
84
- W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRklQUyJdfV19
85
- XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sInR5
86
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
87
- dCI6eyJ1cmwiOiJodHRwczovL2Nvbm5lY3QtZmlwcy57UmVnaW9ufS57UGFy
88
- dGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVh
89
- ZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25z
90
- IjpbXSwiZXJyb3IiOiJGSVBTIGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0
91
- aW9uIGRvZXMgbm90IHN1cHBvcnQgRklQUyIsInR5cGUiOiJlcnJvciJ9XX0s
92
- eyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2Ijpb
93
- eyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIs
94
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
95
- LCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6
96
- IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwi
97
- dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBv
98
- aW50Ijp7InVybCI6Imh0dHBzOi8vY29ubmVjdC57UmVnaW9ufS57UGFydGl0
99
- aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7
100
- fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0
101
- aW9ucyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQgYnV0IHRo
102
- aXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNrIiwidHlw
103
- ZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1
104
- cmwiOiJodHRwczovL2Nvbm5lY3Que1JlZ2lvbn0ue1BhcnRpdGlvblJlc3Vs
105
- dCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwi
106
- dHlwZSI6ImVuZHBvaW50In1dfV19
107
-
108
- JSON
109
50
  end
110
51
  end
@@ -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.93.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.93.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core