aws-sdk-connect 1.126.0 → 1.127.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +91 -5
- data/lib/aws-sdk-connect/client_api.rb +46 -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 +119 -4
- 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: 5f8726a5c9e14fb5b36d26d721c4c905d1885eb1c07535c3cec904f8984f9731
|
4
|
+
data.tar.gz: b4a4a6da6c08082b74e38f570af9cd6705c546054050f589c2de58695c3e76ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20967f5becc843c1ee7375f122f251ae7694d24c7472430c9584beb970e776813515a57a26b29fe483240df110d85e7a0a93d7e51022a7d0f1e18a70a85a642d
|
7
|
+
data.tar.gz: a93b8d73b6d4561e91ed6b676926a6f6001ad561fd5f848e6159432f3232fb33ade7cecb3c8eb43488ecb9e1b76e8e07e41e4a4664d0869266d59421ae7a463a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.127.0 (2023-09-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace.
|
8
|
+
|
4
9
|
1.126.0 (2023-09-15)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.127.0
|
@@ -1540,7 +1540,7 @@ module Aws::Connect
|
|
1540
1540
|
#
|
1541
1541
|
# resp = client.create_integration_association({
|
1542
1542
|
# instance_id: "InstanceId", # required
|
1543
|
-
# integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
|
1543
|
+
# integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN, APPLICATION
|
1544
1544
|
# integration_arn: "ARN", # required
|
1545
1545
|
# source_application_url: "URI",
|
1546
1546
|
# source_application_name: "SourceApplicationName",
|
@@ -1810,7 +1810,7 @@ module Aws::Connect
|
|
1810
1810
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1811
1811
|
#
|
1812
1812
|
# @option params [required, String] :name
|
1813
|
-
#
|
1813
|
+
# A unique name of the quick connect.
|
1814
1814
|
#
|
1815
1815
|
# @option params [String] :description
|
1816
1816
|
# The description of the quick connect.
|
@@ -2117,6 +2117,13 @@ module Aws::Connect
|
|
2117
2117
|
# to in Amazon Connect. Following are acceptable ResourceNames: `User`
|
2118
2118
|
# \| `SecurityProfile` \| `Queue` \| `RoutingProfile`
|
2119
2119
|
#
|
2120
|
+
# @option params [Array<Types::Application>] :applications
|
2121
|
+
# This API is in preview release for Amazon Connect and is subject to
|
2122
|
+
# change.
|
2123
|
+
#
|
2124
|
+
# A list of third party applications that the security profile will give
|
2125
|
+
# access to.
|
2126
|
+
#
|
2120
2127
|
# @return [Types::CreateSecurityProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2121
2128
|
#
|
2122
2129
|
# * {Types::CreateSecurityProfileResponse#security_profile_id #security_profile_id} => String
|
@@ -2136,6 +2143,12 @@ module Aws::Connect
|
|
2136
2143
|
# "SecurityProfilePolicyKey" => "SecurityProfilePolicyValue",
|
2137
2144
|
# },
|
2138
2145
|
# tag_restricted_resources: ["TagRestrictedResourceName"],
|
2146
|
+
# applications: [
|
2147
|
+
# {
|
2148
|
+
# namespace: "Namespace",
|
2149
|
+
# application_permissions: ["Permission"],
|
2150
|
+
# },
|
2151
|
+
# ],
|
2139
2152
|
# })
|
2140
2153
|
#
|
2141
2154
|
# @example Response structure
|
@@ -7568,7 +7581,7 @@ module Aws::Connect
|
|
7568
7581
|
#
|
7569
7582
|
# resp = client.list_integration_associations({
|
7570
7583
|
# instance_id: "InstanceId", # required
|
7571
|
-
# integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
|
7584
|
+
# integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN, APPLICATION
|
7572
7585
|
# next_token: "NextToken",
|
7573
7586
|
# max_results: 1,
|
7574
7587
|
# })
|
@@ -7579,7 +7592,7 @@ module Aws::Connect
|
|
7579
7592
|
# resp.integration_association_summary_list[0].integration_association_id #=> String
|
7580
7593
|
# resp.integration_association_summary_list[0].integration_association_arn #=> String
|
7581
7594
|
# resp.integration_association_summary_list[0].instance_id #=> String
|
7582
|
-
# resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "CASES_DOMAIN"
|
7595
|
+
# resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "CASES_DOMAIN", "APPLICATION"
|
7583
7596
|
# resp.integration_association_summary_list[0].integration_arn #=> String
|
7584
7597
|
# resp.integration_association_summary_list[0].source_application_url #=> String
|
7585
7598
|
# resp.integration_association_summary_list[0].source_application_name #=> String
|
@@ -7742,6 +7755,17 @@ module Aws::Connect
|
|
7742
7755
|
# @option params [Array<String>] :phone_number_types
|
7743
7756
|
# The type of phone number.
|
7744
7757
|
#
|
7758
|
+
# <note markdown="1"> We recommend using [ListPhoneNumbersV2][1] to return phone number
|
7759
|
+
# types. While ListPhoneNumbers returns number types `UIFN`, `SHARED`,
|
7760
|
+
# `THIRD_PARTY_TF`, and `THIRD_PARTY_DID`, it incorrectly lists them as
|
7761
|
+
# `TOLL_FREE` or `DID`.
|
7762
|
+
#
|
7763
|
+
# </note>
|
7764
|
+
#
|
7765
|
+
#
|
7766
|
+
#
|
7767
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html
|
7768
|
+
#
|
7745
7769
|
# @option params [Array<String>] :phone_number_country_codes
|
7746
7770
|
# The ISO country code.
|
7747
7771
|
#
|
@@ -8347,6 +8371,56 @@ module Aws::Connect
|
|
8347
8371
|
req.send_request(options)
|
8348
8372
|
end
|
8349
8373
|
|
8374
|
+
# Returns a list of third party applications in a specific security
|
8375
|
+
# profile.
|
8376
|
+
#
|
8377
|
+
# @option params [required, String] :security_profile_id
|
8378
|
+
# The security profile identifier.
|
8379
|
+
#
|
8380
|
+
# @option params [required, String] :instance_id
|
8381
|
+
# The instance identifier.
|
8382
|
+
#
|
8383
|
+
# @option params [String] :next_token
|
8384
|
+
# The token for the next set of results. The next set of results can be
|
8385
|
+
# retrieved by using the token value returned in the previous response
|
8386
|
+
# when making the next request.
|
8387
|
+
#
|
8388
|
+
# @option params [Integer] :max_results
|
8389
|
+
# The maximum number of results to return per page.
|
8390
|
+
#
|
8391
|
+
# @return [Types::ListSecurityProfileApplicationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8392
|
+
#
|
8393
|
+
# * {Types::ListSecurityProfileApplicationsResponse#applications #applications} => Array<Types::Application>
|
8394
|
+
# * {Types::ListSecurityProfileApplicationsResponse#next_token #next_token} => String
|
8395
|
+
#
|
8396
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
8397
|
+
#
|
8398
|
+
# @example Request syntax with placeholder values
|
8399
|
+
#
|
8400
|
+
# resp = client.list_security_profile_applications({
|
8401
|
+
# security_profile_id: "SecurityProfileId", # required
|
8402
|
+
# instance_id: "InstanceId", # required
|
8403
|
+
# next_token: "NextToken",
|
8404
|
+
# max_results: 1,
|
8405
|
+
# })
|
8406
|
+
#
|
8407
|
+
# @example Response structure
|
8408
|
+
#
|
8409
|
+
# resp.applications #=> Array
|
8410
|
+
# resp.applications[0].namespace #=> String
|
8411
|
+
# resp.applications[0].application_permissions #=> Array
|
8412
|
+
# resp.applications[0].application_permissions[0] #=> String
|
8413
|
+
# resp.next_token #=> String
|
8414
|
+
#
|
8415
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListSecurityProfileApplications AWS API Documentation
|
8416
|
+
#
|
8417
|
+
# @overload list_security_profile_applications(params = {})
|
8418
|
+
# @param [Hash] params ({})
|
8419
|
+
def list_security_profile_applications(params = {}, options = {})
|
8420
|
+
req = build_request(:list_security_profile_applications, params)
|
8421
|
+
req.send_request(options)
|
8422
|
+
end
|
8423
|
+
|
8350
8424
|
# This API is in preview release for Amazon Connect and is subject to
|
8351
8425
|
# change.
|
8352
8426
|
#
|
@@ -12865,6 +12939,12 @@ module Aws::Connect
|
|
12865
12939
|
# The list of resources that a security profile applies tag restrictions
|
12866
12940
|
# to in Amazon Connect.
|
12867
12941
|
#
|
12942
|
+
# @option params [Array<Types::Application>] :applications
|
12943
|
+
# This API is in preview release for Amazon Connect and is subject to
|
12944
|
+
# change.
|
12945
|
+
#
|
12946
|
+
# A list of the third party application's metadata.
|
12947
|
+
#
|
12868
12948
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
12869
12949
|
#
|
12870
12950
|
# @example Request syntax with placeholder values
|
@@ -12878,6 +12958,12 @@ module Aws::Connect
|
|
12878
12958
|
# "SecurityProfilePolicyKey" => "SecurityProfilePolicyValue",
|
12879
12959
|
# },
|
12880
12960
|
# tag_restricted_resources: ["TagRestrictedResourceName"],
|
12961
|
+
# applications: [
|
12962
|
+
# {
|
12963
|
+
# namespace: "Namespace",
|
12964
|
+
# application_permissions: ["Permission"],
|
12965
|
+
# },
|
12966
|
+
# ],
|
12881
12967
|
# })
|
12882
12968
|
#
|
12883
12969
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateSecurityProfile AWS API Documentation
|
@@ -13514,7 +13600,7 @@ module Aws::Connect
|
|
13514
13600
|
params: params,
|
13515
13601
|
config: config)
|
13516
13602
|
context[:gem_name] = 'aws-sdk-connect'
|
13517
|
-
context[:gem_version] = '1.
|
13603
|
+
context[:gem_version] = '1.127.0'
|
13518
13604
|
Seahorse::Client::Request.new(handlers, context)
|
13519
13605
|
end
|
13520
13606
|
|
@@ -46,6 +46,9 @@ module Aws::Connect
|
|
46
46
|
AllowedAccessControlTags = Shapes::MapShape.new(name: 'AllowedAccessControlTags')
|
47
47
|
AllowedMonitorCapabilities = Shapes::ListShape.new(name: 'AllowedMonitorCapabilities')
|
48
48
|
AnswerMachineDetectionConfig = Shapes::StructureShape.new(name: 'AnswerMachineDetectionConfig')
|
49
|
+
Application = Shapes::StructureShape.new(name: 'Application')
|
50
|
+
ApplicationPermissions = Shapes::ListShape.new(name: 'ApplicationPermissions')
|
51
|
+
Applications = Shapes::ListShape.new(name: 'Applications')
|
49
52
|
ApproximateTotalCount = Shapes::IntegerShape.new(name: 'ApproximateTotalCount')
|
50
53
|
AssignContactCategoryActionDefinition = Shapes::StructureShape.new(name: 'AssignContactCategoryActionDefinition')
|
51
54
|
AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
|
@@ -517,6 +520,8 @@ module Aws::Connect
|
|
517
520
|
ListRulesResponse = Shapes::StructureShape.new(name: 'ListRulesResponse')
|
518
521
|
ListSecurityKeysRequest = Shapes::StructureShape.new(name: 'ListSecurityKeysRequest')
|
519
522
|
ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
|
523
|
+
ListSecurityProfileApplicationsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsRequest')
|
524
|
+
ListSecurityProfileApplicationsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsResponse')
|
520
525
|
ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
|
521
526
|
ListSecurityProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsResponse')
|
522
527
|
ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
|
@@ -568,6 +573,7 @@ module Aws::Connect
|
|
568
573
|
MonitorContactResponse = Shapes::StructureShape.new(name: 'MonitorContactResponse')
|
569
574
|
Name = Shapes::StringShape.new(name: 'Name')
|
570
575
|
Name128 = Shapes::StringShape.new(name: 'Name128')
|
576
|
+
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
571
577
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
572
578
|
NextToken2500 = Shapes::StringShape.new(name: 'NextToken2500')
|
573
579
|
NotificationContentType = Shapes::StringShape.new(name: 'NotificationContentType')
|
@@ -597,6 +603,7 @@ module Aws::Connect
|
|
597
603
|
ParticipantTokenCredentials = Shapes::StructureShape.new(name: 'ParticipantTokenCredentials')
|
598
604
|
Password = Shapes::StringShape.new(name: 'Password')
|
599
605
|
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
606
|
+
Permission = Shapes::StringShape.new(name: 'Permission')
|
600
607
|
PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
|
601
608
|
PersistentChat = Shapes::StructureShape.new(name: 'PersistentChat')
|
602
609
|
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
@@ -1073,6 +1080,14 @@ module Aws::Connect
|
|
1073
1080
|
AnswerMachineDetectionConfig.add_member(:await_answer_machine_prompt, Shapes::ShapeRef.new(shape: Boolean, location_name: "AwaitAnswerMachinePrompt"))
|
1074
1081
|
AnswerMachineDetectionConfig.struct_class = Types::AnswerMachineDetectionConfig
|
1075
1082
|
|
1083
|
+
Application.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
|
1084
|
+
Application.add_member(:application_permissions, Shapes::ShapeRef.new(shape: ApplicationPermissions, location_name: "ApplicationPermissions"))
|
1085
|
+
Application.struct_class = Types::Application
|
1086
|
+
|
1087
|
+
ApplicationPermissions.member = Shapes::ShapeRef.new(shape: Permission)
|
1088
|
+
|
1089
|
+
Applications.member = Shapes::ShapeRef.new(shape: Application)
|
1090
|
+
|
1076
1091
|
AssignContactCategoryActionDefinition.struct_class = Types::AssignContactCategoryActionDefinition
|
1077
1092
|
|
1078
1093
|
AssociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -1435,6 +1450,7 @@ module Aws::Connect
|
|
1435
1450
|
CreateSecurityProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1436
1451
|
CreateSecurityProfileRequest.add_member(:allowed_access_control_tags, Shapes::ShapeRef.new(shape: AllowedAccessControlTags, location_name: "AllowedAccessControlTags"))
|
1437
1452
|
CreateSecurityProfileRequest.add_member(:tag_restricted_resources, Shapes::ShapeRef.new(shape: TagRestrictedResourceList, location_name: "TagRestrictedResources"))
|
1453
|
+
CreateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
|
1438
1454
|
CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
|
1439
1455
|
|
1440
1456
|
CreateSecurityProfileResponse.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "SecurityProfileId"))
|
@@ -2764,6 +2780,16 @@ module Aws::Connect
|
|
2764
2780
|
ListSecurityKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2765
2781
|
ListSecurityKeysResponse.struct_class = Types::ListSecurityKeysResponse
|
2766
2782
|
|
2783
|
+
ListSecurityProfileApplicationsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
2784
|
+
ListSecurityProfileApplicationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2785
|
+
ListSecurityProfileApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2786
|
+
ListSecurityProfileApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
|
2787
|
+
ListSecurityProfileApplicationsRequest.struct_class = Types::ListSecurityProfileApplicationsRequest
|
2788
|
+
|
2789
|
+
ListSecurityProfileApplicationsResponse.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
|
2790
|
+
ListSecurityProfileApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2791
|
+
ListSecurityProfileApplicationsResponse.struct_class = Types::ListSecurityProfileApplicationsResponse
|
2792
|
+
|
2767
2793
|
ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
2768
2794
|
ListSecurityProfilePermissionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2769
2795
|
ListSecurityProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -3976,6 +4002,7 @@ module Aws::Connect
|
|
3976
4002
|
UpdateSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3977
4003
|
UpdateSecurityProfileRequest.add_member(:allowed_access_control_tags, Shapes::ShapeRef.new(shape: AllowedAccessControlTags, location_name: "AllowedAccessControlTags"))
|
3978
4004
|
UpdateSecurityProfileRequest.add_member(:tag_restricted_resources, Shapes::ShapeRef.new(shape: TagRestrictedResourceList, location_name: "TagRestrictedResources"))
|
4005
|
+
UpdateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
|
3979
4006
|
UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
|
3980
4007
|
|
3981
4008
|
UpdateTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
|
@@ -6155,6 +6182,25 @@ module Aws::Connect
|
|
6155
6182
|
)
|
6156
6183
|
end)
|
6157
6184
|
|
6185
|
+
api.add_operation(:list_security_profile_applications, Seahorse::Model::Operation.new.tap do |o|
|
6186
|
+
o.name = "ListSecurityProfileApplications"
|
6187
|
+
o.http_method = "GET"
|
6188
|
+
o.http_request_uri = "/security-profiles-applications/{InstanceId}/{SecurityProfileId}"
|
6189
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityProfileApplicationsRequest)
|
6190
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityProfileApplicationsResponse)
|
6191
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6192
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6193
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6194
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6195
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6196
|
+
o[:pager] = Aws::Pager.new(
|
6197
|
+
limit_key: "max_results",
|
6198
|
+
tokens: {
|
6199
|
+
"next_token" => "next_token"
|
6200
|
+
}
|
6201
|
+
)
|
6202
|
+
end)
|
6203
|
+
|
6158
6204
|
api.add_operation(:list_security_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
|
6159
6205
|
o.name = "ListSecurityProfilePermissions"
|
6160
6206
|
o.http_method = "GET"
|
@@ -1790,6 +1790,20 @@ module Aws::Connect
|
|
1790
1790
|
end
|
1791
1791
|
end
|
1792
1792
|
|
1793
|
+
class ListSecurityProfileApplications
|
1794
|
+
def self.build(context)
|
1795
|
+
unless context.config.regional_endpoint
|
1796
|
+
endpoint = context.config.endpoint.to_s
|
1797
|
+
end
|
1798
|
+
Aws::Connect::EndpointParameters.new(
|
1799
|
+
region: context.config.region,
|
1800
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1801
|
+
use_fips: context.config.use_fips_endpoint,
|
1802
|
+
endpoint: endpoint,
|
1803
|
+
)
|
1804
|
+
end
|
1805
|
+
end
|
1806
|
+
|
1793
1807
|
class ListSecurityProfilePermissions
|
1794
1808
|
def self.build(context)
|
1795
1809
|
unless context.config.regional_endpoint
|
@@ -310,6 +310,8 @@ module Aws::Connect
|
|
310
310
|
Aws::Connect::Endpoints::ListRules.build(context)
|
311
311
|
when :list_security_keys
|
312
312
|
Aws::Connect::Endpoints::ListSecurityKeys.build(context)
|
313
|
+
when :list_security_profile_applications
|
314
|
+
Aws::Connect::Endpoints::ListSecurityProfileApplications.build(context)
|
313
315
|
when :list_security_profile_permissions
|
314
316
|
Aws::Connect::Endpoints::ListSecurityProfilePermissions.build(context)
|
315
317
|
when :list_security_profiles
|
@@ -299,6 +299,29 @@ module Aws::Connect
|
|
299
299
|
include Aws::Structure
|
300
300
|
end
|
301
301
|
|
302
|
+
# This API is in preview release for Amazon Connect and is subject to
|
303
|
+
# change.
|
304
|
+
#
|
305
|
+
# A third party application's metadata.
|
306
|
+
#
|
307
|
+
# @!attribute [rw] namespace
|
308
|
+
# Namespace of the application that you want to give access to.
|
309
|
+
# @return [String]
|
310
|
+
#
|
311
|
+
# @!attribute [rw] application_permissions
|
312
|
+
# The permissions that the agent is granted on the application. Only
|
313
|
+
# the `ACCESS` permission is supported.
|
314
|
+
# @return [Array<String>]
|
315
|
+
#
|
316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Application AWS API Documentation
|
317
|
+
#
|
318
|
+
class Application < Struct.new(
|
319
|
+
:namespace,
|
320
|
+
:application_permissions)
|
321
|
+
SENSITIVE = []
|
322
|
+
include Aws::Structure
|
323
|
+
end
|
324
|
+
|
302
325
|
# This action must be set if `TriggerEventSource` is one of the
|
303
326
|
# following values: `OnPostCallAnalysisAvailable` \|
|
304
327
|
# `OnRealTimeCallAnalysisAvailable` \| `OnPostChatAnalysisAvailable`.
|
@@ -1948,7 +1971,7 @@ module Aws::Connect
|
|
1948
1971
|
# @return [String]
|
1949
1972
|
#
|
1950
1973
|
# @!attribute [rw] name
|
1951
|
-
#
|
1974
|
+
# A unique name of the quick connect.
|
1952
1975
|
# @return [String]
|
1953
1976
|
#
|
1954
1977
|
# @!attribute [rw] description
|
@@ -2199,6 +2222,14 @@ module Aws::Connect
|
|
2199
2222
|
# `RoutingProfile`
|
2200
2223
|
# @return [Array<String>]
|
2201
2224
|
#
|
2225
|
+
# @!attribute [rw] applications
|
2226
|
+
# This API is in preview release for Amazon Connect and is subject to
|
2227
|
+
# change.
|
2228
|
+
#
|
2229
|
+
# A list of third party applications that the security profile will
|
2230
|
+
# give access to.
|
2231
|
+
# @return [Array<Types::Application>]
|
2232
|
+
#
|
2202
2233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateSecurityProfileRequest AWS API Documentation
|
2203
2234
|
#
|
2204
2235
|
class CreateSecurityProfileRequest < Struct.new(
|
@@ -2208,7 +2239,8 @@ module Aws::Connect
|
|
2208
2239
|
:instance_id,
|
2209
2240
|
:tags,
|
2210
2241
|
:allowed_access_control_tags,
|
2211
|
-
:tag_restricted_resources
|
2242
|
+
:tag_restricted_resources,
|
2243
|
+
:applications)
|
2212
2244
|
SENSITIVE = []
|
2213
2245
|
include Aws::Structure
|
2214
2246
|
end
|
@@ -8841,6 +8873,17 @@ module Aws::Connect
|
|
8841
8873
|
#
|
8842
8874
|
# @!attribute [rw] phone_number_types
|
8843
8875
|
# The type of phone number.
|
8876
|
+
#
|
8877
|
+
# <note markdown="1"> We recommend using [ListPhoneNumbersV2][1] to return phone number
|
8878
|
+
# types. While ListPhoneNumbers returns number types `UIFN`, `SHARED`,
|
8879
|
+
# `THIRD_PARTY_TF`, and `THIRD_PARTY_DID`, it incorrectly lists them
|
8880
|
+
# as `TOLL_FREE` or `DID`.
|
8881
|
+
#
|
8882
|
+
# </note>
|
8883
|
+
#
|
8884
|
+
#
|
8885
|
+
#
|
8886
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html
|
8844
8887
|
# @return [Array<String>]
|
8845
8888
|
#
|
8846
8889
|
# @!attribute [rw] phone_number_country_codes
|
@@ -9403,6 +9446,54 @@ module Aws::Connect
|
|
9403
9446
|
include Aws::Structure
|
9404
9447
|
end
|
9405
9448
|
|
9449
|
+
# @!attribute [rw] security_profile_id
|
9450
|
+
# The security profile identifier.
|
9451
|
+
# @return [String]
|
9452
|
+
#
|
9453
|
+
# @!attribute [rw] instance_id
|
9454
|
+
# The instance identifier.
|
9455
|
+
# @return [String]
|
9456
|
+
#
|
9457
|
+
# @!attribute [rw] next_token
|
9458
|
+
# The token for the next set of results. The next set of results can
|
9459
|
+
# be retrieved by using the token value returned in the previous
|
9460
|
+
# response when making the next request.
|
9461
|
+
# @return [String]
|
9462
|
+
#
|
9463
|
+
# @!attribute [rw] max_results
|
9464
|
+
# The maximum number of results to return per page.
|
9465
|
+
# @return [Integer]
|
9466
|
+
#
|
9467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListSecurityProfileApplicationsRequest AWS API Documentation
|
9468
|
+
#
|
9469
|
+
class ListSecurityProfileApplicationsRequest < Struct.new(
|
9470
|
+
:security_profile_id,
|
9471
|
+
:instance_id,
|
9472
|
+
:next_token,
|
9473
|
+
:max_results)
|
9474
|
+
SENSITIVE = []
|
9475
|
+
include Aws::Structure
|
9476
|
+
end
|
9477
|
+
|
9478
|
+
# @!attribute [rw] applications
|
9479
|
+
# A list of the third party application's metadata.
|
9480
|
+
# @return [Array<Types::Application>]
|
9481
|
+
#
|
9482
|
+
# @!attribute [rw] next_token
|
9483
|
+
# The token for the next set of results. The next set of results can
|
9484
|
+
# be retrieved by using the token value returned in the previous
|
9485
|
+
# response when making the next request.
|
9486
|
+
# @return [String]
|
9487
|
+
#
|
9488
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListSecurityProfileApplicationsResponse AWS API Documentation
|
9489
|
+
#
|
9490
|
+
class ListSecurityProfileApplicationsResponse < Struct.new(
|
9491
|
+
:applications,
|
9492
|
+
:next_token)
|
9493
|
+
SENSITIVE = []
|
9494
|
+
include Aws::Structure
|
9495
|
+
end
|
9496
|
+
|
9406
9497
|
# @!attribute [rw] security_profile_id
|
9407
9498
|
# The identifier for the security profle.
|
9408
9499
|
# @return [String]
|
@@ -11792,14 +11883,29 @@ module Aws::Connect
|
|
11792
11883
|
#
|
11793
11884
|
# @!attribute [rw] event_bridge_action
|
11794
11885
|
# Information about the EventBridge action.
|
11886
|
+
#
|
11887
|
+
# Supported only for `TriggerEventSource` values:
|
11888
|
+
# `OnPostCallAnalysisAvailable` \| `OnRealTimeCallAnalysisAvailable`
|
11889
|
+
# \| `OnPostChatAnalysisAvailable` \| `OnContactEvaluationSubmit` \|
|
11890
|
+
# `OnMetricDataUpdate`
|
11795
11891
|
# @return [Types::EventBridgeActionDefinition]
|
11796
11892
|
#
|
11797
11893
|
# @!attribute [rw] assign_contact_category_action
|
11798
11894
|
# Information about the contact category action.
|
11895
|
+
#
|
11896
|
+
# Supported only for `TriggerEventSource` values:
|
11897
|
+
# `OnPostCallAnalysisAvailable` \| `OnRealTimeCallAnalysisAvailable`
|
11898
|
+
# \| `OnPostChatAnalysisAvailable` \| `OnZendeskTicketCreate` \|
|
11899
|
+
# `OnZendeskTicketStatusUpdate` \| `OnSalesforceCaseCreate`
|
11799
11900
|
# @return [Types::AssignContactCategoryActionDefinition]
|
11800
11901
|
#
|
11801
11902
|
# @!attribute [rw] send_notification_action
|
11802
11903
|
# Information about the send notification action.
|
11904
|
+
#
|
11905
|
+
# Supported only for `TriggerEventSource` values:
|
11906
|
+
# `OnPostCallAnalysisAvailable` \| `OnRealTimeCallAnalysisAvailable`
|
11907
|
+
# \| `OnPostChatAnalysisAvailable` \| `OnContactEvaluationSubmit` \|
|
11908
|
+
# `OnMetricDataUpdate`
|
11803
11909
|
# @return [Types::SendNotificationActionDefinition]
|
11804
11910
|
#
|
11805
11911
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAction AWS API Documentation
|
@@ -11866,7 +11972,8 @@ module Aws::Connect
|
|
11866
11972
|
# The name of the event source. This field is required if
|
11867
11973
|
# `TriggerEventSource` is one of the following values:
|
11868
11974
|
# `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \|
|
11869
|
-
# `OnSalesforceCaseCreate`
|
11975
|
+
# `OnSalesforceCaseCreate` \| `OnContactEvaluationSubmit` \|
|
11976
|
+
# `OnMetricDataUpdate`.
|
11870
11977
|
#
|
11871
11978
|
# @!attribute [rw] event_source_name
|
11872
11979
|
# The name of the event source.
|
@@ -15427,6 +15534,13 @@ module Aws::Connect
|
|
15427
15534
|
# restrictions to in Amazon Connect.
|
15428
15535
|
# @return [Array<String>]
|
15429
15536
|
#
|
15537
|
+
# @!attribute [rw] applications
|
15538
|
+
# This API is in preview release for Amazon Connect and is subject to
|
15539
|
+
# change.
|
15540
|
+
#
|
15541
|
+
# A list of the third party application's metadata.
|
15542
|
+
# @return [Array<Types::Application>]
|
15543
|
+
#
|
15430
15544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateSecurityProfileRequest AWS API Documentation
|
15431
15545
|
#
|
15432
15546
|
class UpdateSecurityProfileRequest < Struct.new(
|
@@ -15435,7 +15549,8 @@ module Aws::Connect
|
|
15435
15549
|
:security_profile_id,
|
15436
15550
|
:instance_id,
|
15437
15551
|
:allowed_access_control_tags,
|
15438
|
-
:tag_restricted_resources
|
15552
|
+
:tag_restricted_resources,
|
15553
|
+
:applications)
|
15439
15554
|
SENSITIVE = []
|
15440
15555
|
include Aws::Structure
|
15441
15556
|
end
|
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.127.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-09-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|