aws-sdk-connect 1.189.0 → 1.190.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 +435 -4
- data/lib/aws-sdk-connect/client_api.rb +257 -0
- data/lib/aws-sdk-connect/types.rb +552 -4
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +160 -1
- data/sig/types.rbs +147 -0
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -602,6 +602,34 @@ module Aws
|
|
602
602
|
) -> _CreateHoursOfOperationResponseSuccess
|
603
603
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHoursOfOperationResponseSuccess
|
604
604
|
|
605
|
+
interface _CreateHoursOfOperationOverrideResponseSuccess
|
606
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateHoursOfOperationOverrideResponse]
|
607
|
+
def hours_of_operation_override_id: () -> ::String
|
608
|
+
end
|
609
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_hours_of_operation_override-instance_method
|
610
|
+
def create_hours_of_operation_override: (
|
611
|
+
instance_id: ::String,
|
612
|
+
hours_of_operation_id: ::String,
|
613
|
+
name: ::String,
|
614
|
+
?description: ::String,
|
615
|
+
config: Array[
|
616
|
+
{
|
617
|
+
day: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
618
|
+
start_time: {
|
619
|
+
hours: ::Integer,
|
620
|
+
minutes: ::Integer
|
621
|
+
}?,
|
622
|
+
end_time: {
|
623
|
+
hours: ::Integer,
|
624
|
+
minutes: ::Integer
|
625
|
+
}?
|
626
|
+
},
|
627
|
+
],
|
628
|
+
effective_from: ::String,
|
629
|
+
effective_till: ::String
|
630
|
+
) -> _CreateHoursOfOperationOverrideResponseSuccess
|
631
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHoursOfOperationOverrideResponseSuccess
|
632
|
+
|
605
633
|
interface _CreateInstanceResponseSuccess
|
606
634
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateInstanceResponse]
|
607
635
|
def id: () -> ::String
|
@@ -1169,6 +1197,14 @@ module Aws
|
|
1169
1197
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1170
1198
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1171
1199
|
|
1200
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_hours_of_operation_override-instance_method
|
1201
|
+
def delete_hours_of_operation_override: (
|
1202
|
+
instance_id: ::String,
|
1203
|
+
hours_of_operation_id: ::String,
|
1204
|
+
hours_of_operation_override_id: ::String
|
1205
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1206
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1207
|
+
|
1172
1208
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_instance-instance_method
|
1173
1209
|
def delete_instance: (
|
1174
1210
|
instance_id: ::String
|
@@ -1425,6 +1461,18 @@ module Aws
|
|
1425
1461
|
) -> _DescribeHoursOfOperationResponseSuccess
|
1426
1462
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeHoursOfOperationResponseSuccess
|
1427
1463
|
|
1464
|
+
interface _DescribeHoursOfOperationOverrideResponseSuccess
|
1465
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeHoursOfOperationOverrideResponse]
|
1466
|
+
def hours_of_operation_override: () -> Types::HoursOfOperationOverride
|
1467
|
+
end
|
1468
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_hours_of_operation_override-instance_method
|
1469
|
+
def describe_hours_of_operation_override: (
|
1470
|
+
instance_id: ::String,
|
1471
|
+
hours_of_operation_id: ::String,
|
1472
|
+
hours_of_operation_override_id: ::String
|
1473
|
+
) -> _DescribeHoursOfOperationOverrideResponseSuccess
|
1474
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeHoursOfOperationOverrideResponseSuccess
|
1475
|
+
|
1428
1476
|
interface _DescribeInstanceResponseSuccess
|
1429
1477
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceResponse]
|
1430
1478
|
def instance: () -> Types::Instance
|
@@ -1833,6 +1881,20 @@ module Aws
|
|
1833
1881
|
) -> _GetCurrentUserDataResponseSuccess
|
1834
1882
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCurrentUserDataResponseSuccess
|
1835
1883
|
|
1884
|
+
interface _GetEffectiveHoursOfOperationsResponseSuccess
|
1885
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEffectiveHoursOfOperationsResponse]
|
1886
|
+
def effective_hours_of_operation_list: () -> ::Array[Types::EffectiveHoursOfOperations]
|
1887
|
+
def time_zone: () -> ::String
|
1888
|
+
end
|
1889
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_effective_hours_of_operations-instance_method
|
1890
|
+
def get_effective_hours_of_operations: (
|
1891
|
+
instance_id: ::String,
|
1892
|
+
hours_of_operation_id: ::String,
|
1893
|
+
from_date: ::String,
|
1894
|
+
to_date: ::String
|
1895
|
+
) -> _GetEffectiveHoursOfOperationsResponseSuccess
|
1896
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEffectiveHoursOfOperationsResponseSuccess
|
1897
|
+
|
1836
1898
|
interface _GetFederationTokenResponseSuccess
|
1837
1899
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetFederationTokenResponse]
|
1838
1900
|
def credentials: () -> Types::Credentials
|
@@ -2210,6 +2272,22 @@ module Aws
|
|
2210
2272
|
) -> _ListFlowAssociationsResponseSuccess
|
2211
2273
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFlowAssociationsResponseSuccess
|
2212
2274
|
|
2275
|
+
interface _ListHoursOfOperationOverridesResponseSuccess
|
2276
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListHoursOfOperationOverridesResponse]
|
2277
|
+
def next_token: () -> ::String
|
2278
|
+
def hours_of_operation_override_list: () -> ::Array[Types::HoursOfOperationOverride]
|
2279
|
+
def last_modified_region: () -> ::String
|
2280
|
+
def last_modified_time: () -> ::Time
|
2281
|
+
end
|
2282
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_hours_of_operation_overrides-instance_method
|
2283
|
+
def list_hours_of_operation_overrides: (
|
2284
|
+
instance_id: ::String,
|
2285
|
+
hours_of_operation_id: ::String,
|
2286
|
+
?next_token: ::String,
|
2287
|
+
?max_results: ::Integer
|
2288
|
+
) -> _ListHoursOfOperationOverridesResponseSuccess
|
2289
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHoursOfOperationOverridesResponseSuccess
|
2290
|
+
|
2213
2291
|
interface _ListHoursOfOperationsResponseSuccess
|
2214
2292
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListHoursOfOperationsResponse]
|
2215
2293
|
def hours_of_operation_summary_list: () -> ::Array[Types::HoursOfOperationSummary]
|
@@ -2855,7 +2933,9 @@ module Aws
|
|
2855
2933
|
field_name: ::String?,
|
2856
2934
|
value: ::String?,
|
2857
2935
|
comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
|
2858
|
-
}
|
2936
|
+
}?,
|
2937
|
+
state_condition: ("ACTIVE" | "ARCHIVED")?,
|
2938
|
+
status_condition: ("PUBLISHED" | "SAVED")?
|
2859
2939
|
}
|
2860
2940
|
) -> _SearchContactFlowModulesResponseSuccess
|
2861
2941
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchContactFlowModulesResponseSuccess
|
@@ -3027,6 +3107,60 @@ module Aws
|
|
3027
3107
|
) -> _SearchEmailAddressesResponseSuccess
|
3028
3108
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchEmailAddressesResponseSuccess
|
3029
3109
|
|
3110
|
+
interface _SearchHoursOfOperationOverridesResponseSuccess
|
3111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchHoursOfOperationOverridesResponse]
|
3112
|
+
def hours_of_operation_overrides: () -> ::Array[Types::HoursOfOperationOverride]
|
3113
|
+
def next_token: () -> ::String
|
3114
|
+
def approximate_total_count: () -> ::Integer
|
3115
|
+
end
|
3116
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_hours_of_operation_overrides-instance_method
|
3117
|
+
def search_hours_of_operation_overrides: (
|
3118
|
+
instance_id: ::String,
|
3119
|
+
?next_token: ::String,
|
3120
|
+
?max_results: ::Integer,
|
3121
|
+
?search_filter: {
|
3122
|
+
tag_filter: {
|
3123
|
+
or_conditions: Array[
|
3124
|
+
Array[
|
3125
|
+
{
|
3126
|
+
tag_key: ::String?,
|
3127
|
+
tag_value: ::String?
|
3128
|
+
},
|
3129
|
+
],
|
3130
|
+
]?,
|
3131
|
+
and_conditions: Array[
|
3132
|
+
{
|
3133
|
+
tag_key: ::String?,
|
3134
|
+
tag_value: ::String?
|
3135
|
+
},
|
3136
|
+
]?,
|
3137
|
+
tag_condition: {
|
3138
|
+
tag_key: ::String?,
|
3139
|
+
tag_value: ::String?
|
3140
|
+
}?
|
3141
|
+
}?
|
3142
|
+
},
|
3143
|
+
?search_criteria: {
|
3144
|
+
or_conditions: Array[
|
3145
|
+
untyped,
|
3146
|
+
]?,
|
3147
|
+
and_conditions: Array[
|
3148
|
+
untyped,
|
3149
|
+
]?,
|
3150
|
+
string_condition: {
|
3151
|
+
field_name: ::String?,
|
3152
|
+
value: ::String?,
|
3153
|
+
comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
|
3154
|
+
}?,
|
3155
|
+
date_condition: {
|
3156
|
+
field_name: ::String?,
|
3157
|
+
value: ::String?,
|
3158
|
+
comparison_type: ("GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUAL_TO" | "LESS_THAN_OR_EQUAL_TO" | "EQUAL_TO")?
|
3159
|
+
}?
|
3160
|
+
}
|
3161
|
+
) -> _SearchHoursOfOperationOverridesResponseSuccess
|
3162
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchHoursOfOperationOverridesResponseSuccess
|
3163
|
+
|
3030
3164
|
interface _SearchHoursOfOperationsResponseSuccess
|
3031
3165
|
include ::Seahorse::Client::_ResponseSuccess[Types::SearchHoursOfOperationsResponse]
|
3032
3166
|
def hours_of_operations: () -> ::Array[Types::HoursOfOperation]
|
@@ -4431,6 +4565,31 @@ module Aws
|
|
4431
4565
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4432
4566
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4433
4567
|
|
4568
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_hours_of_operation_override-instance_method
|
4569
|
+
def update_hours_of_operation_override: (
|
4570
|
+
instance_id: ::String,
|
4571
|
+
hours_of_operation_id: ::String,
|
4572
|
+
hours_of_operation_override_id: ::String,
|
4573
|
+
?name: ::String,
|
4574
|
+
?description: ::String,
|
4575
|
+
?config: Array[
|
4576
|
+
{
|
4577
|
+
day: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")?,
|
4578
|
+
start_time: {
|
4579
|
+
hours: ::Integer,
|
4580
|
+
minutes: ::Integer
|
4581
|
+
}?,
|
4582
|
+
end_time: {
|
4583
|
+
hours: ::Integer,
|
4584
|
+
minutes: ::Integer
|
4585
|
+
}?
|
4586
|
+
},
|
4587
|
+
],
|
4588
|
+
?effective_from: ::String,
|
4589
|
+
?effective_till: ::String
|
4590
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4591
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4592
|
+
|
4434
4593
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_instance_attribute-instance_method
|
4435
4594
|
def update_instance_attribute: (
|
4436
4595
|
instance_id: ::String,
|
data/sig/types.rbs
CHANGED
@@ -656,6 +656,8 @@ module Aws::Connect
|
|
656
656
|
attr_accessor or_conditions: ::Array[Types::ContactFlowModuleSearchCriteria]
|
657
657
|
attr_accessor and_conditions: ::Array[Types::ContactFlowModuleSearchCriteria]
|
658
658
|
attr_accessor string_condition: Types::StringCondition
|
659
|
+
attr_accessor state_condition: ("ACTIVE" | "ARCHIVED")
|
660
|
+
attr_accessor status_condition: ("PUBLISHED" | "SAVED")
|
659
661
|
SENSITIVE: []
|
660
662
|
end
|
661
663
|
|
@@ -896,6 +898,22 @@ module Aws::Connect
|
|
896
898
|
SENSITIVE: []
|
897
899
|
end
|
898
900
|
|
901
|
+
class CreateHoursOfOperationOverrideRequest
|
902
|
+
attr_accessor instance_id: ::String
|
903
|
+
attr_accessor hours_of_operation_id: ::String
|
904
|
+
attr_accessor name: ::String
|
905
|
+
attr_accessor description: ::String
|
906
|
+
attr_accessor config: ::Array[Types::HoursOfOperationOverrideConfig]
|
907
|
+
attr_accessor effective_from: ::String
|
908
|
+
attr_accessor effective_till: ::String
|
909
|
+
SENSITIVE: []
|
910
|
+
end
|
911
|
+
|
912
|
+
class CreateHoursOfOperationOverrideResponse
|
913
|
+
attr_accessor hours_of_operation_override_id: ::String
|
914
|
+
SENSITIVE: []
|
915
|
+
end
|
916
|
+
|
899
917
|
class CreateHoursOfOperationRequest
|
900
918
|
attr_accessor instance_id: ::String
|
901
919
|
attr_accessor name: ::String
|
@@ -1297,6 +1315,13 @@ module Aws::Connect
|
|
1297
1315
|
SENSITIVE: []
|
1298
1316
|
end
|
1299
1317
|
|
1318
|
+
class DateCondition
|
1319
|
+
attr_accessor field_name: ::String
|
1320
|
+
attr_accessor value: ::String
|
1321
|
+
attr_accessor comparison_type: ("GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUAL_TO" | "LESS_THAN_OR_EQUAL_TO" | "EQUAL_TO")
|
1322
|
+
SENSITIVE: []
|
1323
|
+
end
|
1324
|
+
|
1300
1325
|
class DateReference
|
1301
1326
|
attr_accessor name: ::String
|
1302
1327
|
attr_accessor value: ::String
|
@@ -1375,6 +1400,13 @@ module Aws::Connect
|
|
1375
1400
|
SENSITIVE: []
|
1376
1401
|
end
|
1377
1402
|
|
1403
|
+
class DeleteHoursOfOperationOverrideRequest
|
1404
|
+
attr_accessor instance_id: ::String
|
1405
|
+
attr_accessor hours_of_operation_id: ::String
|
1406
|
+
attr_accessor hours_of_operation_override_id: ::String
|
1407
|
+
SENSITIVE: []
|
1408
|
+
end
|
1409
|
+
|
1378
1410
|
class DeleteHoursOfOperationRequest
|
1379
1411
|
attr_accessor instance_id: ::String
|
1380
1412
|
attr_accessor hours_of_operation_id: ::String
|
@@ -1609,6 +1641,18 @@ module Aws::Connect
|
|
1609
1641
|
SENSITIVE: []
|
1610
1642
|
end
|
1611
1643
|
|
1644
|
+
class DescribeHoursOfOperationOverrideRequest
|
1645
|
+
attr_accessor instance_id: ::String
|
1646
|
+
attr_accessor hours_of_operation_id: ::String
|
1647
|
+
attr_accessor hours_of_operation_override_id: ::String
|
1648
|
+
SENSITIVE: []
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class DescribeHoursOfOperationOverrideResponse
|
1652
|
+
attr_accessor hours_of_operation_override: Types::HoursOfOperationOverride
|
1653
|
+
SENSITIVE: []
|
1654
|
+
end
|
1655
|
+
|
1612
1656
|
class DescribeHoursOfOperationRequest
|
1613
1657
|
attr_accessor instance_id: ::String
|
1614
1658
|
attr_accessor hours_of_operation_id: ::String
|
@@ -1955,6 +1999,12 @@ module Aws::Connect
|
|
1955
1999
|
SENSITIVE: []
|
1956
2000
|
end
|
1957
2001
|
|
2002
|
+
class EffectiveHoursOfOperations
|
2003
|
+
attr_accessor date: ::String
|
2004
|
+
attr_accessor operational_hours: ::Array[Types::OperationalHour]
|
2005
|
+
SENSITIVE: []
|
2006
|
+
end
|
2007
|
+
|
1958
2008
|
class EmailAddressInfo
|
1959
2009
|
attr_accessor email_address: ::String
|
1960
2010
|
attr_accessor display_name: ::String
|
@@ -2410,6 +2460,20 @@ module Aws::Connect
|
|
2410
2460
|
SENSITIVE: []
|
2411
2461
|
end
|
2412
2462
|
|
2463
|
+
class GetEffectiveHoursOfOperationsRequest
|
2464
|
+
attr_accessor instance_id: ::String
|
2465
|
+
attr_accessor hours_of_operation_id: ::String
|
2466
|
+
attr_accessor from_date: ::String
|
2467
|
+
attr_accessor to_date: ::String
|
2468
|
+
SENSITIVE: []
|
2469
|
+
end
|
2470
|
+
|
2471
|
+
class GetEffectiveHoursOfOperationsResponse
|
2472
|
+
attr_accessor effective_hours_of_operation_list: ::Array[Types::EffectiveHoursOfOperations]
|
2473
|
+
attr_accessor time_zone: ::String
|
2474
|
+
SENSITIVE: []
|
2475
|
+
end
|
2476
|
+
|
2413
2477
|
class GetFederationTokenRequest
|
2414
2478
|
attr_accessor instance_id: ::String
|
2415
2479
|
SENSITIVE: []
|
@@ -2658,6 +2722,33 @@ module Aws::Connect
|
|
2658
2722
|
SENSITIVE: []
|
2659
2723
|
end
|
2660
2724
|
|
2725
|
+
class HoursOfOperationOverride
|
2726
|
+
attr_accessor hours_of_operation_override_id: ::String
|
2727
|
+
attr_accessor hours_of_operation_id: ::String
|
2728
|
+
attr_accessor hours_of_operation_arn: ::String
|
2729
|
+
attr_accessor name: ::String
|
2730
|
+
attr_accessor description: ::String
|
2731
|
+
attr_accessor config: ::Array[Types::HoursOfOperationOverrideConfig]
|
2732
|
+
attr_accessor effective_from: ::String
|
2733
|
+
attr_accessor effective_till: ::String
|
2734
|
+
SENSITIVE: []
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
class HoursOfOperationOverrideConfig
|
2738
|
+
attr_accessor day: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
|
2739
|
+
attr_accessor start_time: Types::OverrideTimeSlice
|
2740
|
+
attr_accessor end_time: Types::OverrideTimeSlice
|
2741
|
+
SENSITIVE: []
|
2742
|
+
end
|
2743
|
+
|
2744
|
+
class HoursOfOperationOverrideSearchCriteria
|
2745
|
+
attr_accessor or_conditions: ::Array[Types::HoursOfOperationOverrideSearchCriteria]
|
2746
|
+
attr_accessor and_conditions: ::Array[Types::HoursOfOperationOverrideSearchCriteria]
|
2747
|
+
attr_accessor string_condition: Types::StringCondition
|
2748
|
+
attr_accessor date_condition: Types::DateCondition
|
2749
|
+
SENSITIVE: []
|
2750
|
+
end
|
2751
|
+
|
2661
2752
|
class HoursOfOperationSearchCriteria
|
2662
2753
|
attr_accessor or_conditions: ::Array[Types::HoursOfOperationSearchCriteria]
|
2663
2754
|
attr_accessor and_conditions: ::Array[Types::HoursOfOperationSearchCriteria]
|
@@ -3081,6 +3172,22 @@ module Aws::Connect
|
|
3081
3172
|
SENSITIVE: []
|
3082
3173
|
end
|
3083
3174
|
|
3175
|
+
class ListHoursOfOperationOverridesRequest
|
3176
|
+
attr_accessor instance_id: ::String
|
3177
|
+
attr_accessor hours_of_operation_id: ::String
|
3178
|
+
attr_accessor next_token: ::String
|
3179
|
+
attr_accessor max_results: ::Integer
|
3180
|
+
SENSITIVE: []
|
3181
|
+
end
|
3182
|
+
|
3183
|
+
class ListHoursOfOperationOverridesResponse
|
3184
|
+
attr_accessor next_token: ::String
|
3185
|
+
attr_accessor hours_of_operation_override_list: ::Array[Types::HoursOfOperationOverride]
|
3186
|
+
attr_accessor last_modified_region: ::String
|
3187
|
+
attr_accessor last_modified_time: ::Time
|
3188
|
+
SENSITIVE: []
|
3189
|
+
end
|
3190
|
+
|
3084
3191
|
class ListHoursOfOperationsRequest
|
3085
3192
|
attr_accessor instance_id: ::String
|
3086
3193
|
attr_accessor next_token: ::String
|
@@ -3665,6 +3772,12 @@ module Aws::Connect
|
|
3665
3772
|
SENSITIVE: []
|
3666
3773
|
end
|
3667
3774
|
|
3775
|
+
class OperationalHour
|
3776
|
+
attr_accessor start: Types::OverrideTimeSlice
|
3777
|
+
attr_accessor end: Types::OverrideTimeSlice
|
3778
|
+
SENSITIVE: []
|
3779
|
+
end
|
3780
|
+
|
3668
3781
|
class OutboundAdditionalRecipients
|
3669
3782
|
attr_accessor cc_email_addresses: ::Array[Types::EmailAddressInfo]
|
3670
3783
|
SENSITIVE: []
|
@@ -3706,6 +3819,12 @@ module Aws::Connect
|
|
3706
3819
|
SENSITIVE: []
|
3707
3820
|
end
|
3708
3821
|
|
3822
|
+
class OverrideTimeSlice
|
3823
|
+
attr_accessor hours: ::Integer
|
3824
|
+
attr_accessor minutes: ::Integer
|
3825
|
+
SENSITIVE: []
|
3826
|
+
end
|
3827
|
+
|
3709
3828
|
class ParticipantCapabilities
|
3710
3829
|
attr_accessor video: ("SEND")
|
3711
3830
|
attr_accessor screen_share: ("SEND")
|
@@ -4515,6 +4634,22 @@ module Aws::Connect
|
|
4515
4634
|
SENSITIVE: []
|
4516
4635
|
end
|
4517
4636
|
|
4637
|
+
class SearchHoursOfOperationOverridesRequest
|
4638
|
+
attr_accessor instance_id: ::String
|
4639
|
+
attr_accessor next_token: ::String
|
4640
|
+
attr_accessor max_results: ::Integer
|
4641
|
+
attr_accessor search_filter: Types::HoursOfOperationSearchFilter
|
4642
|
+
attr_accessor search_criteria: Types::HoursOfOperationOverrideSearchCriteria
|
4643
|
+
SENSITIVE: []
|
4644
|
+
end
|
4645
|
+
|
4646
|
+
class SearchHoursOfOperationOverridesResponse
|
4647
|
+
attr_accessor hours_of_operation_overrides: ::Array[Types::HoursOfOperationOverride]
|
4648
|
+
attr_accessor next_token: ::String
|
4649
|
+
attr_accessor approximate_total_count: ::Integer
|
4650
|
+
SENSITIVE: []
|
4651
|
+
end
|
4652
|
+
|
4518
4653
|
class SearchHoursOfOperationsRequest
|
4519
4654
|
attr_accessor instance_id: ::String
|
4520
4655
|
attr_accessor next_token: ::String
|
@@ -5545,6 +5680,18 @@ module Aws::Connect
|
|
5545
5680
|
SENSITIVE: []
|
5546
5681
|
end
|
5547
5682
|
|
5683
|
+
class UpdateHoursOfOperationOverrideRequest
|
5684
|
+
attr_accessor instance_id: ::String
|
5685
|
+
attr_accessor hours_of_operation_id: ::String
|
5686
|
+
attr_accessor hours_of_operation_override_id: ::String
|
5687
|
+
attr_accessor name: ::String
|
5688
|
+
attr_accessor description: ::String
|
5689
|
+
attr_accessor config: ::Array[Types::HoursOfOperationOverrideConfig]
|
5690
|
+
attr_accessor effective_from: ::String
|
5691
|
+
attr_accessor effective_till: ::String
|
5692
|
+
SENSITIVE: []
|
5693
|
+
end
|
5694
|
+
|
5548
5695
|
class UpdateHoursOfOperationRequest
|
5549
5696
|
attr_accessor instance_id: ::String
|
5550
5697
|
attr_accessor hours_of_operation_id: ::String
|
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.190.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: 2024-12-
|
11
|
+
date: 2024-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|