aws-sdk-connect 1.85.0 → 1.86.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +340 -5
- data/lib/aws-sdk-connect/client_api.rb +224 -0
- data/lib/aws-sdk-connect/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-connect/endpoint_provider.rb +73 -74
- data/lib/aws-sdk-connect/endpoints.rb +70 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +10 -0
- data/lib/aws-sdk-connect/types.rb +525 -2874
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -15,6 +15,9 @@ module Aws::Connect
|
|
15
15
|
|
16
16
|
ARN = Shapes::StringShape.new(name: 'ARN')
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
|
19
|
+
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
20
|
+
ActionType = Shapes::StringShape.new(name: 'ActionType')
|
18
21
|
AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
|
19
22
|
AgentContactReference = Shapes::StructureShape.new(name: 'AgentContactReference')
|
20
23
|
AgentContactReferenceList = Shapes::ListShape.new(name: 'AgentContactReferenceList')
|
@@ -39,6 +42,7 @@ module Aws::Connect
|
|
39
42
|
AllowedMonitorCapabilities = Shapes::ListShape.new(name: 'AllowedMonitorCapabilities')
|
40
43
|
AnswerMachineDetectionConfig = Shapes::StructureShape.new(name: 'AnswerMachineDetectionConfig')
|
41
44
|
ApproximateTotalCount = Shapes::IntegerShape.new(name: 'ApproximateTotalCount')
|
45
|
+
AssignContactCategoryActionDefinition = Shapes::StructureShape.new(name: 'AssignContactCategoryActionDefinition')
|
42
46
|
AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
|
43
47
|
AssociateBotRequest = Shapes::StructureShape.new(name: 'AssociateBotRequest')
|
44
48
|
AssociateDefaultVocabularyRequest = Shapes::StructureShape.new(name: 'AssociateDefaultVocabularyRequest')
|
@@ -111,6 +115,7 @@ module Aws::Connect
|
|
111
115
|
ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
|
112
116
|
ContactState = Shapes::StringShape.new(name: 'ContactState')
|
113
117
|
ContactStates = Shapes::ListShape.new(name: 'ContactStates')
|
118
|
+
Content = Shapes::StringShape.new(name: 'Content')
|
114
119
|
ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
|
115
120
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
116
121
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
@@ -130,6 +135,8 @@ module Aws::Connect
|
|
130
135
|
CreateQuickConnectResponse = Shapes::StructureShape.new(name: 'CreateQuickConnectResponse')
|
131
136
|
CreateRoutingProfileRequest = Shapes::StructureShape.new(name: 'CreateRoutingProfileRequest')
|
132
137
|
CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
|
138
|
+
CreateRuleRequest = Shapes::StructureShape.new(name: 'CreateRuleRequest')
|
139
|
+
CreateRuleResponse = Shapes::StructureShape.new(name: 'CreateRuleResponse')
|
133
140
|
CreateSecurityProfileName = Shapes::StringShape.new(name: 'CreateSecurityProfileName')
|
134
141
|
CreateSecurityProfileRequest = Shapes::StructureShape.new(name: 'CreateSecurityProfileRequest')
|
135
142
|
CreateSecurityProfileResponse = Shapes::StructureShape.new(name: 'CreateSecurityProfileResponse')
|
@@ -164,6 +171,7 @@ module Aws::Connect
|
|
164
171
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
165
172
|
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
166
173
|
DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
|
174
|
+
DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
|
167
175
|
DeleteSecurityProfileRequest = Shapes::StructureShape.new(name: 'DeleteSecurityProfileRequest')
|
168
176
|
DeleteTaskTemplateRequest = Shapes::StructureShape.new(name: 'DeleteTaskTemplateRequest')
|
169
177
|
DeleteTaskTemplateResponse = Shapes::StructureShape.new(name: 'DeleteTaskTemplateResponse')
|
@@ -198,6 +206,8 @@ module Aws::Connect
|
|
198
206
|
DescribeQuickConnectResponse = Shapes::StructureShape.new(name: 'DescribeQuickConnectResponse')
|
199
207
|
DescribeRoutingProfileRequest = Shapes::StructureShape.new(name: 'DescribeRoutingProfileRequest')
|
200
208
|
DescribeRoutingProfileResponse = Shapes::StructureShape.new(name: 'DescribeRoutingProfileResponse')
|
209
|
+
DescribeRuleRequest = Shapes::StructureShape.new(name: 'DescribeRuleRequest')
|
210
|
+
DescribeRuleResponse = Shapes::StructureShape.new(name: 'DescribeRuleResponse')
|
201
211
|
DescribeSecurityProfileRequest = Shapes::StructureShape.new(name: 'DescribeSecurityProfileRequest')
|
202
212
|
DescribeSecurityProfileResponse = Shapes::StructureShape.new(name: 'DescribeSecurityProfileResponse')
|
203
213
|
DescribeTrafficDistributionGroupRequest = Shapes::StructureShape.new(name: 'DescribeTrafficDistributionGroupRequest')
|
@@ -237,6 +247,9 @@ module Aws::Connect
|
|
237
247
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
238
248
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
239
249
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
250
|
+
EventBridgeActionDefinition = Shapes::StructureShape.new(name: 'EventBridgeActionDefinition')
|
251
|
+
EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
|
252
|
+
EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
|
240
253
|
Filters = Shapes::StructureShape.new(name: 'Filters')
|
241
254
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
242
255
|
FunctionArnsList = Shapes::ListShape.new(name: 'FunctionArnsList')
|
@@ -377,6 +390,8 @@ module Aws::Connect
|
|
377
390
|
ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
|
378
391
|
ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
|
379
392
|
ListRoutingProfilesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfilesResponse')
|
393
|
+
ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
|
394
|
+
ListRulesResponse = Shapes::StructureShape.new(name: 'ListRulesResponse')
|
380
395
|
ListSecurityKeysRequest = Shapes::StructureShape.new(name: 'ListSecurityKeysRequest')
|
381
396
|
ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
|
382
397
|
ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
|
@@ -400,6 +415,7 @@ module Aws::Connect
|
|
400
415
|
MaxResult100 = Shapes::IntegerShape.new(name: 'MaxResult100')
|
401
416
|
MaxResult1000 = Shapes::IntegerShape.new(name: 'MaxResult1000')
|
402
417
|
MaxResult2 = Shapes::IntegerShape.new(name: 'MaxResult2')
|
418
|
+
MaxResult200 = Shapes::IntegerShape.new(name: 'MaxResult200')
|
403
419
|
MaxResult25 = Shapes::IntegerShape.new(name: 'MaxResult25')
|
404
420
|
MaxResult7 = Shapes::IntegerShape.new(name: 'MaxResult7')
|
405
421
|
MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
|
@@ -413,6 +429,9 @@ module Aws::Connect
|
|
413
429
|
Name128 = Shapes::StringShape.new(name: 'Name128')
|
414
430
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
415
431
|
NextToken2500 = Shapes::StringShape.new(name: 'NextToken2500')
|
432
|
+
NotificationContentType = Shapes::StringShape.new(name: 'NotificationContentType')
|
433
|
+
NotificationDeliveryType = Shapes::StringShape.new(name: 'NotificationDeliveryType')
|
434
|
+
NotificationRecipientType = Shapes::StructureShape.new(name: 'NotificationRecipientType')
|
416
435
|
NumberReference = Shapes::StructureShape.new(name: 'NumberReference')
|
417
436
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
418
437
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
@@ -524,6 +543,16 @@ module Aws::Connect
|
|
524
543
|
RoutingProfileSearchFilter = Shapes::StructureShape.new(name: 'RoutingProfileSearchFilter')
|
525
544
|
RoutingProfileSummary = Shapes::StructureShape.new(name: 'RoutingProfileSummary')
|
526
545
|
RoutingProfileSummaryList = Shapes::ListShape.new(name: 'RoutingProfileSummaryList')
|
546
|
+
Rule = Shapes::StructureShape.new(name: 'Rule')
|
547
|
+
RuleAction = Shapes::StructureShape.new(name: 'RuleAction')
|
548
|
+
RuleActions = Shapes::ListShape.new(name: 'RuleActions')
|
549
|
+
RuleFunction = Shapes::StringShape.new(name: 'RuleFunction')
|
550
|
+
RuleId = Shapes::StringShape.new(name: 'RuleId')
|
551
|
+
RuleName = Shapes::StringShape.new(name: 'RuleName')
|
552
|
+
RulePublishStatus = Shapes::StringShape.new(name: 'RulePublishStatus')
|
553
|
+
RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
|
554
|
+
RuleSummaryList = Shapes::ListShape.new(name: 'RuleSummaryList')
|
555
|
+
RuleTriggerEventSource = Shapes::StructureShape.new(name: 'RuleTriggerEventSource')
|
527
556
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
528
557
|
SearchAvailablePhoneNumbersRequest = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersRequest')
|
529
558
|
SearchAvailablePhoneNumbersResponse = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersResponse')
|
@@ -556,6 +585,7 @@ module Aws::Connect
|
|
556
585
|
SecurityProfilesSearchFilter = Shapes::StructureShape.new(name: 'SecurityProfilesSearchFilter')
|
557
586
|
SecurityProfilesSearchSummaryList = Shapes::ListShape.new(name: 'SecurityProfilesSearchSummaryList')
|
558
587
|
SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
|
588
|
+
SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
|
559
589
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
560
590
|
SingleSelectOptions = Shapes::ListShape.new(name: 'SingleSelectOptions')
|
561
591
|
SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
|
@@ -584,6 +614,7 @@ module Aws::Connect
|
|
584
614
|
StringComparisonType = Shapes::StringShape.new(name: 'StringComparisonType')
|
585
615
|
StringCondition = Shapes::StructureShape.new(name: 'StringCondition')
|
586
616
|
StringReference = Shapes::StructureShape.new(name: 'StringReference')
|
617
|
+
Subject = Shapes::StringShape.new(name: 'Subject')
|
587
618
|
SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
|
588
619
|
SupportedMessagingContentTypes = Shapes::ListShape.new(name: 'SupportedMessagingContentTypes')
|
589
620
|
SuspendContactRecordingRequest = Shapes::StructureShape.new(name: 'SuspendContactRecordingRequest')
|
@@ -598,6 +629,9 @@ module Aws::Connect
|
|
598
629
|
TagRestrictedResourceList = Shapes::ListShape.new(name: 'TagRestrictedResourceList')
|
599
630
|
TagRestrictedResourceName = Shapes::StringShape.new(name: 'TagRestrictedResourceName')
|
600
631
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
632
|
+
TaskActionDefinition = Shapes::StructureShape.new(name: 'TaskActionDefinition')
|
633
|
+
TaskDescriptionExpression = Shapes::StringShape.new(name: 'TaskDescriptionExpression')
|
634
|
+
TaskNameExpression = Shapes::StringShape.new(name: 'TaskNameExpression')
|
601
635
|
TaskTemplateArn = Shapes::StringShape.new(name: 'TaskTemplateArn')
|
602
636
|
TaskTemplateConstraints = Shapes::StructureShape.new(name: 'TaskTemplateConstraints')
|
603
637
|
TaskTemplateDefaultFieldValue = Shapes::StructureShape.new(name: 'TaskTemplateDefaultFieldValue')
|
@@ -669,6 +703,7 @@ module Aws::Connect
|
|
669
703
|
UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
|
670
704
|
UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
|
671
705
|
UpdateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileQueuesRequest')
|
706
|
+
UpdateRuleRequest = Shapes::StructureShape.new(name: 'UpdateRuleRequest')
|
672
707
|
UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
|
673
708
|
UpdateTaskTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTaskTemplateRequest')
|
674
709
|
UpdateTaskTemplateResponse = Shapes::StructureShape.new(name: 'UpdateTaskTemplateResponse')
|
@@ -692,6 +727,7 @@ module Aws::Connect
|
|
692
727
|
UserDataFilters = Shapes::StructureShape.new(name: 'UserDataFilters')
|
693
728
|
UserDataList = Shapes::ListShape.new(name: 'UserDataList')
|
694
729
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
730
|
+
UserIdList = Shapes::ListShape.new(name: 'UserIdList')
|
695
731
|
UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
|
696
732
|
UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
|
697
733
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
@@ -705,6 +741,7 @@ module Aws::Connect
|
|
705
741
|
UserSearchSummaryList = Shapes::ListShape.new(name: 'UserSearchSummaryList')
|
706
742
|
UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
|
707
743
|
UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
|
744
|
+
UserTagMap = Shapes::MapShape.new(name: 'UserTagMap')
|
708
745
|
Value = Shapes::FloatShape.new(name: 'Value')
|
709
746
|
Vocabulary = Shapes::StructureShape.new(name: 'Vocabulary')
|
710
747
|
VocabularyContent = Shapes::StringShape.new(name: 'VocabularyContent')
|
@@ -724,6 +761,11 @@ module Aws::Connect
|
|
724
761
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
725
762
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
726
763
|
|
764
|
+
ActionSummaries.member = Shapes::ShapeRef.new(shape: ActionSummary)
|
765
|
+
|
766
|
+
ActionSummary.add_member(:action_type, Shapes::ShapeRef.new(shape: ActionType, required: true, location_name: "ActionType"))
|
767
|
+
ActionSummary.struct_class = Types::ActionSummary
|
768
|
+
|
727
769
|
AgentContactReference.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
728
770
|
AgentContactReference.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
|
729
771
|
AgentContactReference.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
|
@@ -772,6 +814,8 @@ module Aws::Connect
|
|
772
814
|
AnswerMachineDetectionConfig.add_member(:await_answer_machine_prompt, Shapes::ShapeRef.new(shape: Boolean, location_name: "AwaitAnswerMachinePrompt"))
|
773
815
|
AnswerMachineDetectionConfig.struct_class = Types::AnswerMachineDetectionConfig
|
774
816
|
|
817
|
+
AssignContactCategoryActionDefinition.struct_class = Types::AssignContactCategoryActionDefinition
|
818
|
+
|
775
819
|
AssociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
776
820
|
AssociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location_name: "Origin"))
|
777
821
|
AssociateApprovedOriginRequest.struct_class = Types::AssociateApprovedOriginRequest
|
@@ -1066,6 +1110,19 @@ module Aws::Connect
|
|
1066
1110
|
CreateRoutingProfileResponse.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
|
1067
1111
|
CreateRoutingProfileResponse.struct_class = Types::CreateRoutingProfileResponse
|
1068
1112
|
|
1113
|
+
CreateRuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1114
|
+
CreateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
|
1115
|
+
CreateRuleRequest.add_member(:trigger_event_source, Shapes::ShapeRef.new(shape: RuleTriggerEventSource, required: true, location_name: "TriggerEventSource"))
|
1116
|
+
CreateRuleRequest.add_member(:function, Shapes::ShapeRef.new(shape: RuleFunction, required: true, location_name: "Function"))
|
1117
|
+
CreateRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: RuleActions, required: true, location_name: "Actions"))
|
1118
|
+
CreateRuleRequest.add_member(:publish_status, Shapes::ShapeRef.new(shape: RulePublishStatus, required: true, location_name: "PublishStatus"))
|
1119
|
+
CreateRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1120
|
+
CreateRuleRequest.struct_class = Types::CreateRuleRequest
|
1121
|
+
|
1122
|
+
CreateRuleResponse.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "RuleArn"))
|
1123
|
+
CreateRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "RuleId"))
|
1124
|
+
CreateRuleResponse.struct_class = Types::CreateRuleResponse
|
1125
|
+
|
1069
1126
|
CreateSecurityProfileRequest.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: CreateSecurityProfileName, required: true, location_name: "SecurityProfileName"))
|
1070
1127
|
CreateSecurityProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
|
1071
1128
|
CreateSecurityProfileRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
|
@@ -1215,6 +1272,10 @@ module Aws::Connect
|
|
1215
1272
|
DeleteQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
1216
1273
|
DeleteQuickConnectRequest.struct_class = Types::DeleteQuickConnectRequest
|
1217
1274
|
|
1275
|
+
DeleteRuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1276
|
+
DeleteRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location: "uri", location_name: "RuleId"))
|
1277
|
+
DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
|
1278
|
+
|
1218
1279
|
DeleteSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1219
1280
|
DeleteSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
1220
1281
|
DeleteSecurityProfileRequest.struct_class = Types::DeleteSecurityProfileRequest
|
@@ -1335,6 +1396,13 @@ module Aws::Connect
|
|
1335
1396
|
DescribeRoutingProfileResponse.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfile, location_name: "RoutingProfile"))
|
1336
1397
|
DescribeRoutingProfileResponse.struct_class = Types::DescribeRoutingProfileResponse
|
1337
1398
|
|
1399
|
+
DescribeRuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1400
|
+
DescribeRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location: "uri", location_name: "RuleId"))
|
1401
|
+
DescribeRuleRequest.struct_class = Types::DescribeRuleRequest
|
1402
|
+
|
1403
|
+
DescribeRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, required: true, location_name: "Rule"))
|
1404
|
+
DescribeRuleResponse.struct_class = Types::DescribeRuleResponse
|
1405
|
+
|
1338
1406
|
DescribeSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
1339
1407
|
DescribeSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1340
1408
|
DescribeSecurityProfileRequest.struct_class = Types::DescribeSecurityProfileRequest
|
@@ -1447,6 +1515,9 @@ module Aws::Connect
|
|
1447
1515
|
EncryptionConfig.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyId, required: true, location_name: "KeyId"))
|
1448
1516
|
EncryptionConfig.struct_class = Types::EncryptionConfig
|
1449
1517
|
|
1518
|
+
EventBridgeActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EventBridgeActionName, required: true, location_name: "Name"))
|
1519
|
+
EventBridgeActionDefinition.struct_class = Types::EventBridgeActionDefinition
|
1520
|
+
|
1450
1521
|
Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
|
1451
1522
|
Filters.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
|
1452
1523
|
Filters.struct_class = Types::Filters
|
@@ -1968,6 +2039,17 @@ module Aws::Connect
|
|
1968
2039
|
ListRoutingProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1969
2040
|
ListRoutingProfilesResponse.struct_class = Types::ListRoutingProfilesResponse
|
1970
2041
|
|
2042
|
+
ListRulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2043
|
+
ListRulesRequest.add_member(:publish_status, Shapes::ShapeRef.new(shape: RulePublishStatus, location: "querystring", location_name: "publishStatus"))
|
2044
|
+
ListRulesRequest.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, location: "querystring", location_name: "eventSourceName"))
|
2045
|
+
ListRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult200, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
2046
|
+
ListRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2047
|
+
ListRulesRequest.struct_class = Types::ListRulesRequest
|
2048
|
+
|
2049
|
+
ListRulesResponse.add_member(:rule_summary_list, Shapes::ShapeRef.new(shape: RuleSummaryList, required: true, location_name: "RuleSummaryList"))
|
2050
|
+
ListRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2051
|
+
ListRulesResponse.struct_class = Types::ListRulesResponse
|
2052
|
+
|
1971
2053
|
ListSecurityKeysRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1972
2054
|
ListSecurityKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1973
2055
|
ListSecurityKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult2, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -2067,6 +2149,10 @@ module Aws::Connect
|
|
2067
2149
|
MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
2068
2150
|
MonitorContactResponse.struct_class = Types::MonitorContactResponse
|
2069
2151
|
|
2152
|
+
NotificationRecipientType.add_member(:user_tags, Shapes::ShapeRef.new(shape: UserTagMap, location_name: "UserTags"))
|
2153
|
+
NotificationRecipientType.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdList, location_name: "UserIds"))
|
2154
|
+
NotificationRecipientType.struct_class = Types::NotificationRecipientType
|
2155
|
+
|
2070
2156
|
NumberReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
2071
2157
|
NumberReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
2072
2158
|
NumberReference.struct_class = Types::NumberReference
|
@@ -2337,6 +2423,44 @@ module Aws::Connect
|
|
2337
2423
|
|
2338
2424
|
RoutingProfileSummaryList.member = Shapes::ShapeRef.new(shape: RoutingProfileSummary)
|
2339
2425
|
|
2426
|
+
Rule.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
|
2427
|
+
Rule.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "RuleId"))
|
2428
|
+
Rule.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "RuleArn"))
|
2429
|
+
Rule.add_member(:trigger_event_source, Shapes::ShapeRef.new(shape: RuleTriggerEventSource, required: true, location_name: "TriggerEventSource"))
|
2430
|
+
Rule.add_member(:function, Shapes::ShapeRef.new(shape: RuleFunction, required: true, location_name: "Function"))
|
2431
|
+
Rule.add_member(:actions, Shapes::ShapeRef.new(shape: RuleActions, required: true, location_name: "Actions"))
|
2432
|
+
Rule.add_member(:publish_status, Shapes::ShapeRef.new(shape: RulePublishStatus, required: true, location_name: "PublishStatus"))
|
2433
|
+
Rule.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
2434
|
+
Rule.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTime"))
|
2435
|
+
Rule.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "LastUpdatedBy"))
|
2436
|
+
Rule.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2437
|
+
Rule.struct_class = Types::Rule
|
2438
|
+
|
2439
|
+
RuleAction.add_member(:action_type, Shapes::ShapeRef.new(shape: ActionType, required: true, location_name: "ActionType"))
|
2440
|
+
RuleAction.add_member(:task_action, Shapes::ShapeRef.new(shape: TaskActionDefinition, location_name: "TaskAction"))
|
2441
|
+
RuleAction.add_member(:event_bridge_action, Shapes::ShapeRef.new(shape: EventBridgeActionDefinition, location_name: "EventBridgeAction"))
|
2442
|
+
RuleAction.add_member(:assign_contact_category_action, Shapes::ShapeRef.new(shape: AssignContactCategoryActionDefinition, location_name: "AssignContactCategoryAction"))
|
2443
|
+
RuleAction.add_member(:send_notification_action, Shapes::ShapeRef.new(shape: SendNotificationActionDefinition, location_name: "SendNotificationAction"))
|
2444
|
+
RuleAction.struct_class = Types::RuleAction
|
2445
|
+
|
2446
|
+
RuleActions.member = Shapes::ShapeRef.new(shape: RuleAction)
|
2447
|
+
|
2448
|
+
RuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
|
2449
|
+
RuleSummary.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "RuleId"))
|
2450
|
+
RuleSummary.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "RuleArn"))
|
2451
|
+
RuleSummary.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "EventSourceName"))
|
2452
|
+
RuleSummary.add_member(:publish_status, Shapes::ShapeRef.new(shape: RulePublishStatus, required: true, location_name: "PublishStatus"))
|
2453
|
+
RuleSummary.add_member(:action_summaries, Shapes::ShapeRef.new(shape: ActionSummaries, required: true, location_name: "ActionSummaries"))
|
2454
|
+
RuleSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
2455
|
+
RuleSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTime"))
|
2456
|
+
RuleSummary.struct_class = Types::RuleSummary
|
2457
|
+
|
2458
|
+
RuleSummaryList.member = Shapes::ShapeRef.new(shape: RuleSummary)
|
2459
|
+
|
2460
|
+
RuleTriggerEventSource.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "EventSourceName"))
|
2461
|
+
RuleTriggerEventSource.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
|
2462
|
+
RuleTriggerEventSource.struct_class = Types::RuleTriggerEventSource
|
2463
|
+
|
2340
2464
|
S3Config.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
|
2341
2465
|
S3Config.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: Prefix, required: true, location_name: "BucketPrefix"))
|
2342
2466
|
S3Config.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
|
@@ -2460,6 +2584,13 @@ module Aws::Connect
|
|
2460
2584
|
|
2461
2585
|
SecurityProfilesSearchSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSearchSummary)
|
2462
2586
|
|
2587
|
+
SendNotificationActionDefinition.add_member(:delivery_method, Shapes::ShapeRef.new(shape: NotificationDeliveryType, required: true, location_name: "DeliveryMethod"))
|
2588
|
+
SendNotificationActionDefinition.add_member(:subject, Shapes::ShapeRef.new(shape: Subject, location_name: "Subject"))
|
2589
|
+
SendNotificationActionDefinition.add_member(:content, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "Content"))
|
2590
|
+
SendNotificationActionDefinition.add_member(:content_type, Shapes::ShapeRef.new(shape: NotificationContentType, required: true, location_name: "ContentType"))
|
2591
|
+
SendNotificationActionDefinition.add_member(:recipient, Shapes::ShapeRef.new(shape: NotificationRecipientType, required: true, location_name: "Recipient"))
|
2592
|
+
SendNotificationActionDefinition.struct_class = Types::SendNotificationActionDefinition
|
2593
|
+
|
2463
2594
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
2464
2595
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
2465
2596
|
|
@@ -2585,6 +2716,12 @@ module Aws::Connect
|
|
2585
2716
|
|
2586
2717
|
TagRestrictedResourceList.member = Shapes::ShapeRef.new(shape: TagRestrictedResourceName)
|
2587
2718
|
|
2719
|
+
TaskActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: TaskNameExpression, required: true, location_name: "Name"))
|
2720
|
+
TaskActionDefinition.add_member(:description, Shapes::ShapeRef.new(shape: TaskDescriptionExpression, location_name: "Description"))
|
2721
|
+
TaskActionDefinition.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
2722
|
+
TaskActionDefinition.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
2723
|
+
TaskActionDefinition.struct_class = Types::TaskActionDefinition
|
2724
|
+
|
2588
2725
|
TaskTemplateConstraints.add_member(:required_fields, Shapes::ShapeRef.new(shape: RequiredTaskTemplateFields, location_name: "RequiredFields"))
|
2589
2726
|
TaskTemplateConstraints.add_member(:read_only_fields, Shapes::ShapeRef.new(shape: ReadOnlyTaskTemplateFields, location_name: "ReadOnlyFields"))
|
2590
2727
|
TaskTemplateConstraints.add_member(:invisible_fields, Shapes::ShapeRef.new(shape: InvisibleTaskTemplateFields, location_name: "InvisibleFields"))
|
@@ -2817,6 +2954,14 @@ module Aws::Connect
|
|
2817
2954
|
UpdateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
|
2818
2955
|
UpdateRoutingProfileQueuesRequest.struct_class = Types::UpdateRoutingProfileQueuesRequest
|
2819
2956
|
|
2957
|
+
UpdateRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location: "uri", location_name: "RuleId"))
|
2958
|
+
UpdateRuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2959
|
+
UpdateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
|
2960
|
+
UpdateRuleRequest.add_member(:function, Shapes::ShapeRef.new(shape: RuleFunction, required: true, location_name: "Function"))
|
2961
|
+
UpdateRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: RuleActions, required: true, location_name: "Actions"))
|
2962
|
+
UpdateRuleRequest.add_member(:publish_status, Shapes::ShapeRef.new(shape: RulePublishStatus, required: true, location_name: "PublishStatus"))
|
2963
|
+
UpdateRuleRequest.struct_class = Types::UpdateRuleRequest
|
2964
|
+
|
2820
2965
|
UpdateSecurityProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
|
2821
2966
|
UpdateSecurityProfileRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
|
2822
2967
|
UpdateSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
@@ -2929,6 +3074,8 @@ module Aws::Connect
|
|
2929
3074
|
|
2930
3075
|
UserDataList.member = Shapes::ShapeRef.new(shape: UserData)
|
2931
3076
|
|
3077
|
+
UserIdList.member = Shapes::ShapeRef.new(shape: UserId)
|
3078
|
+
|
2932
3079
|
UserIdentityInfo.add_member(:first_name, Shapes::ShapeRef.new(shape: AgentFirstName, location_name: "FirstName"))
|
2933
3080
|
UserIdentityInfo.add_member(:last_name, Shapes::ShapeRef.new(shape: AgentLastName, location_name: "LastName"))
|
2934
3081
|
UserIdentityInfo.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
|
@@ -2989,6 +3136,9 @@ module Aws::Connect
|
|
2989
3136
|
|
2990
3137
|
UserSummaryList.member = Shapes::ShapeRef.new(shape: UserSummary)
|
2991
3138
|
|
3139
|
+
UserTagMap.key = Shapes::ShapeRef.new(shape: String)
|
3140
|
+
UserTagMap.value = Shapes::ShapeRef.new(shape: String)
|
3141
|
+
|
2992
3142
|
Vocabulary.add_member(:name, Shapes::ShapeRef.new(shape: VocabularyName, required: true, location_name: "Name"))
|
2993
3143
|
Vocabulary.add_member(:id, Shapes::ShapeRef.new(shape: VocabularyId, required: true, location_name: "Id"))
|
2994
3144
|
Vocabulary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
|
@@ -3324,6 +3474,21 @@ module Aws::Connect
|
|
3324
3474
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3325
3475
|
end)
|
3326
3476
|
|
3477
|
+
api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
|
3478
|
+
o.name = "CreateRule"
|
3479
|
+
o.http_method = "POST"
|
3480
|
+
o.http_request_uri = "/rules/{InstanceId}"
|
3481
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRuleRequest)
|
3482
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRuleResponse)
|
3483
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3484
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3485
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3486
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3487
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3488
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
3489
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3490
|
+
end)
|
3491
|
+
|
3327
3492
|
api.add_operation(:create_security_profile, Seahorse::Model::Operation.new.tap do |o|
|
3328
3493
|
o.name = "CreateSecurityProfile"
|
3329
3494
|
o.http_method = "PUT"
|
@@ -3504,6 +3669,19 @@ module Aws::Connect
|
|
3504
3669
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3505
3670
|
end)
|
3506
3671
|
|
3672
|
+
api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
|
3673
|
+
o.name = "DeleteRule"
|
3674
|
+
o.http_method = "DELETE"
|
3675
|
+
o.http_request_uri = "/rules/{InstanceId}/{RuleId}"
|
3676
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRuleRequest)
|
3677
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3678
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3679
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3680
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3681
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3682
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3683
|
+
end)
|
3684
|
+
|
3507
3685
|
api.add_operation(:delete_security_profile, Seahorse::Model::Operation.new.tap do |o|
|
3508
3686
|
o.name = "DeleteSecurityProfile"
|
3509
3687
|
o.http_method = "DELETE"
|
@@ -3754,6 +3932,19 @@ module Aws::Connect
|
|
3754
3932
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3755
3933
|
end)
|
3756
3934
|
|
3935
|
+
api.add_operation(:describe_rule, Seahorse::Model::Operation.new.tap do |o|
|
3936
|
+
o.name = "DescribeRule"
|
3937
|
+
o.http_method = "GET"
|
3938
|
+
o.http_request_uri = "/rules/{InstanceId}/{RuleId}"
|
3939
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeRuleRequest)
|
3940
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeRuleResponse)
|
3941
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3942
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3943
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3944
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3945
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3946
|
+
end)
|
3947
|
+
|
3757
3948
|
api.add_operation(:describe_security_profile, Seahorse::Model::Operation.new.tap do |o|
|
3758
3949
|
o.name = "DescribeSecurityProfile"
|
3759
3950
|
o.http_method = "GET"
|
@@ -4482,6 +4673,25 @@ module Aws::Connect
|
|
4482
4673
|
)
|
4483
4674
|
end)
|
4484
4675
|
|
4676
|
+
api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
|
4677
|
+
o.name = "ListRules"
|
4678
|
+
o.http_method = "GET"
|
4679
|
+
o.http_request_uri = "/rules/{InstanceId}"
|
4680
|
+
o.input = Shapes::ShapeRef.new(shape: ListRulesRequest)
|
4681
|
+
o.output = Shapes::ShapeRef.new(shape: ListRulesResponse)
|
4682
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4683
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4684
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4685
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4686
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4687
|
+
o[:pager] = Aws::Pager.new(
|
4688
|
+
limit_key: "max_results",
|
4689
|
+
tokens: {
|
4690
|
+
"next_token" => "next_token"
|
4691
|
+
}
|
4692
|
+
)
|
4693
|
+
end)
|
4694
|
+
|
4485
4695
|
api.add_operation(:list_security_keys, Seahorse::Model::Operation.new.tap do |o|
|
4486
4696
|
o.name = "ListSecurityKeys"
|
4487
4697
|
o.http_method = "GET"
|
@@ -5308,6 +5518,20 @@ module Aws::Connect
|
|
5308
5518
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5309
5519
|
end)
|
5310
5520
|
|
5521
|
+
api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
|
5522
|
+
o.name = "UpdateRule"
|
5523
|
+
o.http_method = "PUT"
|
5524
|
+
o.http_request_uri = "/rules/{InstanceId}/{RuleId}"
|
5525
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRuleRequest)
|
5526
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5527
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5528
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5529
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5530
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5531
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5532
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
5533
|
+
end)
|
5534
|
+
|
5311
5535
|
api.add_operation(:update_security_profile, Seahorse::Model::Operation.new.tap do |o|
|
5312
5536
|
o.name = "UpdateSecurityProfile"
|
5313
5537
|
o.http_method = "POST"
|
@@ -50,6 +50,9 @@ module Aws::Connect
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -29,82 +29,81 @@ module Aws::Connect
|
|
29
29
|
# @api private
|
30
30
|
RULES = <<-JSON
|
31
31
|
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
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
|
75
86
|
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
76
87
|
dCI6eyJ1cmwiOiJodHRwczovL2Nvbm5lY3QtZmlwcy57UmVnaW9ufS57UGFy
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
IjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRy
|
97
|
-
IiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRz
|
98
|
-
RHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25k
|
99
|
-
aXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9jb25uZWN0
|
100
|
-
LntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4
|
101
|
-
fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRw
|
102
|
-
b2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3RhY2sg
|
103
|
-
aXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9y
|
104
|
-
dCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6
|
105
|
-
W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vY29ubmVjdC57UmVnaW9u
|
106
|
-
fS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7
|
107
|
-
fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0=
|
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
|
108
107
|
|
109
108
|
JSON
|
110
109
|
end
|