aws-sdk-connect 1.26.1 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ca8195957bce7232500efe223fc12c0848743ac505937e22c94cca10cc47adb
4
- data.tar.gz: 2b899cb0c09626ca526752275aada929f45f116ff0e3a4a4417c02045e3aee39
3
+ metadata.gz: 40113a8d40fd591d8df59a811bb76175bfa838628ff89665e154deadc17305fd
4
+ data.tar.gz: 3ef243fd2bbf2328c7a49626d4bc40804ca16ee4eca90ab8cf61e6c941425303
5
5
  SHA512:
6
- metadata.gz: 6f4a1b55100a7e5b14d690bf1b4ce9e4aa54b3d60a47982e5db324840dc9f33d678c57ac86ef812a1f545e206bd0837c85f1e498c2ae645a3b35d426353ef316
7
- data.tar.gz: 6bdaee8452a36ef29ec9a03ed6c30151e3c751c76ea0e12212ef0474d346c363edf1f59ed1c8644078d6440d1a740b48a0eb3712ad755bfadd9e4e51e8135216
6
+ metadata.gz: 52328f8059bb069aba009a945464f706245a7836d7cde4d6a62f6f6cbb14ca9d73eb736dcf0f47cfda4bd74a6c7a1001e11f62706d2b9607da329065346ce546
7
+ data.tar.gz: 11256b7937c0ec8ac8cd8e4e2596233be8ac5b4563dca7c64b530ac779067b2a4800665ad59d65c8109a7087212abd354824a40216b478e21cca03130d10911e
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-connect/customizations'
45
47
  # @service
46
48
  module Aws::Connect
47
49
 
48
- GEM_VERSION = '1.26.1'
50
+ GEM_VERSION = '1.27.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1942,7 +1944,7 @@ module Aws::Connect
1942
1944
  params: params,
1943
1945
  config: config)
1944
1946
  context[:gem_name] = 'aws-sdk-connect'
1945
- context[:gem_version] = '1.26.1'
1947
+ context[:gem_version] = '1.27.0'
1946
1948
  Seahorse::Client::Request.new(handlers, context)
1947
1949
  end
1948
1950
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -31,6 +33,7 @@ module Aws::Connect
31
33
  class ChatMessage < Struct.new(
32
34
  :content_type,
33
35
  :content)
36
+ SENSITIVE = []
34
37
  include Aws::Structure
35
38
  end
36
39
 
@@ -59,6 +62,7 @@ module Aws::Connect
59
62
  :arn,
60
63
  :name,
61
64
  :contact_flow_type)
65
+ SENSITIVE = []
62
66
  include Aws::Structure
63
67
  end
64
68
 
@@ -72,6 +76,7 @@ module Aws::Connect
72
76
  #
73
77
  class ContactNotFoundException < Struct.new(
74
78
  :message)
79
+ SENSITIVE = []
75
80
  include Aws::Structure
76
81
  end
77
82
 
@@ -171,6 +176,7 @@ module Aws::Connect
171
176
  :hierarchy_group_id,
172
177
  :instance_id,
173
178
  :tags)
179
+ SENSITIVE = []
174
180
  include Aws::Structure
175
181
  end
176
182
 
@@ -187,6 +193,7 @@ module Aws::Connect
187
193
  class CreateUserResponse < Struct.new(
188
194
  :user_id,
189
195
  :user_arn)
196
+ SENSITIVE = []
190
197
  include Aws::Structure
191
198
  end
192
199
 
@@ -218,6 +225,7 @@ module Aws::Connect
218
225
  :access_token_expiration,
219
226
  :refresh_token,
220
227
  :refresh_token_expiration)
228
+ SENSITIVE = [:access_token, :refresh_token]
221
229
  include Aws::Structure
222
230
  end
223
231
 
@@ -244,6 +252,7 @@ module Aws::Connect
244
252
  class CurrentMetric < Struct.new(
245
253
  :name,
246
254
  :unit)
255
+ SENSITIVE = []
247
256
  include Aws::Structure
248
257
  end
249
258
 
@@ -262,6 +271,7 @@ module Aws::Connect
262
271
  class CurrentMetricData < Struct.new(
263
272
  :metric,
264
273
  :value)
274
+ SENSITIVE = []
265
275
  include Aws::Structure
266
276
  end
267
277
 
@@ -280,6 +290,7 @@ module Aws::Connect
280
290
  class CurrentMetricResult < Struct.new(
281
291
  :dimensions,
282
292
  :collections)
293
+ SENSITIVE = []
283
294
  include Aws::Structure
284
295
  end
285
296
 
@@ -304,6 +315,7 @@ module Aws::Connect
304
315
  class DeleteUserRequest < Struct.new(
305
316
  :instance_id,
306
317
  :user_id)
318
+ SENSITIVE = []
307
319
  include Aws::Structure
308
320
  end
309
321
 
@@ -328,6 +340,7 @@ module Aws::Connect
328
340
  class DescribeUserHierarchyGroupRequest < Struct.new(
329
341
  :hierarchy_group_id,
330
342
  :instance_id)
343
+ SENSITIVE = []
331
344
  include Aws::Structure
332
345
  end
333
346
 
@@ -339,6 +352,7 @@ module Aws::Connect
339
352
  #
340
353
  class DescribeUserHierarchyGroupResponse < Struct.new(
341
354
  :hierarchy_group)
355
+ SENSITIVE = []
342
356
  include Aws::Structure
343
357
  end
344
358
 
@@ -357,6 +371,7 @@ module Aws::Connect
357
371
  #
358
372
  class DescribeUserHierarchyStructureRequest < Struct.new(
359
373
  :instance_id)
374
+ SENSITIVE = []
360
375
  include Aws::Structure
361
376
  end
362
377
 
@@ -368,6 +383,7 @@ module Aws::Connect
368
383
  #
369
384
  class DescribeUserHierarchyStructureResponse < Struct.new(
370
385
  :hierarchy_structure)
386
+ SENSITIVE = []
371
387
  include Aws::Structure
372
388
  end
373
389
 
@@ -392,6 +408,7 @@ module Aws::Connect
392
408
  class DescribeUserRequest < Struct.new(
393
409
  :user_id,
394
410
  :instance_id)
411
+ SENSITIVE = []
395
412
  include Aws::Structure
396
413
  end
397
414
 
@@ -403,6 +420,7 @@ module Aws::Connect
403
420
  #
404
421
  class DescribeUserResponse < Struct.new(
405
422
  :user)
423
+ SENSITIVE = []
406
424
  include Aws::Structure
407
425
  end
408
426
 
@@ -416,6 +434,7 @@ module Aws::Connect
416
434
  #
417
435
  class DestinationNotAllowedException < Struct.new(
418
436
  :message)
437
+ SENSITIVE = []
419
438
  include Aws::Structure
420
439
  end
421
440
 
@@ -434,6 +453,7 @@ module Aws::Connect
434
453
  class Dimensions < Struct.new(
435
454
  :queue,
436
455
  :channel)
456
+ SENSITIVE = []
437
457
  include Aws::Structure
438
458
  end
439
459
 
@@ -446,6 +466,7 @@ module Aws::Connect
446
466
  #
447
467
  class DuplicateResourceException < Struct.new(
448
468
  :message)
469
+ SENSITIVE = []
449
470
  include Aws::Structure
450
471
  end
451
472
 
@@ -473,6 +494,7 @@ module Aws::Connect
473
494
  class Filters < Struct.new(
474
495
  :queues,
475
496
  :channels)
497
+ SENSITIVE = []
476
498
  include Aws::Structure
477
499
  end
478
500
 
@@ -497,6 +519,7 @@ module Aws::Connect
497
519
  class GetContactAttributesRequest < Struct.new(
498
520
  :instance_id,
499
521
  :initial_contact_id)
522
+ SENSITIVE = []
500
523
  include Aws::Structure
501
524
  end
502
525
 
@@ -508,6 +531,7 @@ module Aws::Connect
508
531
  #
509
532
  class GetContactAttributesResponse < Struct.new(
510
533
  :attributes)
534
+ SENSITIVE = []
511
535
  include Aws::Structure
512
536
  end
513
537
 
@@ -634,6 +658,7 @@ module Aws::Connect
634
658
  :current_metrics,
635
659
  :next_token,
636
660
  :max_results)
661
+ SENSITIVE = []
637
662
  include Aws::Structure
638
663
  end
639
664
 
@@ -661,6 +686,7 @@ module Aws::Connect
661
686
  :next_token,
662
687
  :metric_results,
663
688
  :data_snapshot_time)
689
+ SENSITIVE = []
664
690
  include Aws::Structure
665
691
  end
666
692
 
@@ -679,6 +705,7 @@ module Aws::Connect
679
705
  #
680
706
  class GetFederationTokenRequest < Struct.new(
681
707
  :instance_id)
708
+ SENSITIVE = []
682
709
  include Aws::Structure
683
710
  end
684
711
 
@@ -690,6 +717,7 @@ module Aws::Connect
690
717
  #
691
718
  class GetFederationTokenResponse < Struct.new(
692
719
  :credentials)
720
+ SENSITIVE = []
693
721
  include Aws::Structure
694
722
  end
695
723
 
@@ -945,6 +973,7 @@ module Aws::Connect
945
973
  :historical_metrics,
946
974
  :next_token,
947
975
  :max_results)
976
+ SENSITIVE = []
948
977
  include Aws::Structure
949
978
  end
950
979
 
@@ -968,6 +997,7 @@ module Aws::Connect
968
997
  class GetMetricDataResponse < Struct.new(
969
998
  :next_token,
970
999
  :metric_results)
1000
+ SENSITIVE = []
971
1001
  include Aws::Structure
972
1002
  end
973
1003
 
@@ -1001,6 +1031,7 @@ module Aws::Connect
1001
1031
  :name,
1002
1032
  :level_id,
1003
1033
  :hierarchy_path)
1034
+ SENSITIVE = []
1004
1035
  include Aws::Structure
1005
1036
  end
1006
1037
 
@@ -1024,6 +1055,7 @@ module Aws::Connect
1024
1055
  :id,
1025
1056
  :arn,
1026
1057
  :name)
1058
+ SENSITIVE = []
1027
1059
  include Aws::Structure
1028
1060
  end
1029
1061
 
@@ -1047,6 +1079,7 @@ module Aws::Connect
1047
1079
  :id,
1048
1080
  :arn,
1049
1081
  :name)
1082
+ SENSITIVE = []
1050
1083
  include Aws::Structure
1051
1084
  end
1052
1085
 
@@ -1080,6 +1113,7 @@ module Aws::Connect
1080
1113
  :level_three,
1081
1114
  :level_four,
1082
1115
  :level_five)
1116
+ SENSITIVE = []
1083
1117
  include Aws::Structure
1084
1118
  end
1085
1119
 
@@ -1113,6 +1147,7 @@ module Aws::Connect
1113
1147
  :level_three,
1114
1148
  :level_four,
1115
1149
  :level_five)
1150
+ SENSITIVE = []
1116
1151
  include Aws::Structure
1117
1152
  end
1118
1153
 
@@ -1154,6 +1189,7 @@ module Aws::Connect
1154
1189
  :threshold,
1155
1190
  :statistic,
1156
1191
  :unit)
1192
+ SENSITIVE = []
1157
1193
  include Aws::Structure
1158
1194
  end
1159
1195
 
@@ -1172,6 +1208,7 @@ module Aws::Connect
1172
1208
  class HistoricalMetricData < Struct.new(
1173
1209
  :metric,
1174
1210
  :value)
1211
+ SENSITIVE = []
1175
1212
  include Aws::Structure
1176
1213
  end
1177
1214
 
@@ -1190,6 +1227,7 @@ module Aws::Connect
1190
1227
  class HistoricalMetricResult < Struct.new(
1191
1228
  :dimensions,
1192
1229
  :collections)
1230
+ SENSITIVE = []
1193
1231
  include Aws::Structure
1194
1232
  end
1195
1233
 
@@ -1214,6 +1252,7 @@ module Aws::Connect
1214
1252
  :id,
1215
1253
  :arn,
1216
1254
  :name)
1255
+ SENSITIVE = []
1217
1256
  include Aws::Structure
1218
1257
  end
1219
1258
 
@@ -1227,6 +1266,7 @@ module Aws::Connect
1227
1266
  #
1228
1267
  class InternalServiceException < Struct.new(
1229
1268
  :message)
1269
+ SENSITIVE = []
1230
1270
  include Aws::Structure
1231
1271
  end
1232
1272
 
@@ -1240,6 +1280,7 @@ module Aws::Connect
1240
1280
  #
1241
1281
  class InvalidParameterException < Struct.new(
1242
1282
  :message)
1283
+ SENSITIVE = []
1243
1284
  include Aws::Structure
1244
1285
  end
1245
1286
 
@@ -1253,6 +1294,7 @@ module Aws::Connect
1253
1294
  #
1254
1295
  class InvalidRequestException < Struct.new(
1255
1296
  :message)
1297
+ SENSITIVE = []
1256
1298
  include Aws::Structure
1257
1299
  end
1258
1300
 
@@ -1266,6 +1308,7 @@ module Aws::Connect
1266
1308
  #
1267
1309
  class LimitExceededException < Struct.new(
1268
1310
  :message)
1311
+ SENSITIVE = []
1269
1312
  include Aws::Structure
1270
1313
  end
1271
1314
 
@@ -1304,6 +1347,7 @@ module Aws::Connect
1304
1347
  :contact_flow_types,
1305
1348
  :next_token,
1306
1349
  :max_results)
1350
+ SENSITIVE = []
1307
1351
  include Aws::Structure
1308
1352
  end
1309
1353
 
@@ -1321,6 +1365,7 @@ module Aws::Connect
1321
1365
  class ListContactFlowsResponse < Struct.new(
1322
1366
  :contact_flow_summary_list,
1323
1367
  :next_token)
1368
+ SENSITIVE = []
1324
1369
  include Aws::Structure
1325
1370
  end
1326
1371
 
@@ -1353,6 +1398,7 @@ module Aws::Connect
1353
1398
  :instance_id,
1354
1399
  :next_token,
1355
1400
  :max_results)
1401
+ SENSITIVE = []
1356
1402
  include Aws::Structure
1357
1403
  end
1358
1404
 
@@ -1370,6 +1416,7 @@ module Aws::Connect
1370
1416
  class ListHoursOfOperationsResponse < Struct.new(
1371
1417
  :hours_of_operation_summary_list,
1372
1418
  :next_token)
1419
+ SENSITIVE = []
1373
1420
  include Aws::Structure
1374
1421
  end
1375
1422
 
@@ -1414,6 +1461,7 @@ module Aws::Connect
1414
1461
  :phone_number_country_codes,
1415
1462
  :next_token,
1416
1463
  :max_results)
1464
+ SENSITIVE = []
1417
1465
  include Aws::Structure
1418
1466
  end
1419
1467
 
@@ -1431,6 +1479,7 @@ module Aws::Connect
1431
1479
  class ListPhoneNumbersResponse < Struct.new(
1432
1480
  :phone_number_summary_list,
1433
1481
  :next_token)
1482
+ SENSITIVE = []
1434
1483
  include Aws::Structure
1435
1484
  end
1436
1485
 
@@ -1469,6 +1518,7 @@ module Aws::Connect
1469
1518
  :queue_types,
1470
1519
  :next_token,
1471
1520
  :max_results)
1521
+ SENSITIVE = []
1472
1522
  include Aws::Structure
1473
1523
  end
1474
1524
 
@@ -1486,6 +1536,7 @@ module Aws::Connect
1486
1536
  class ListQueuesResponse < Struct.new(
1487
1537
  :queue_summary_list,
1488
1538
  :next_token)
1539
+ SENSITIVE = []
1489
1540
  include Aws::Structure
1490
1541
  end
1491
1542
 
@@ -1518,6 +1569,7 @@ module Aws::Connect
1518
1569
  :instance_id,
1519
1570
  :next_token,
1520
1571
  :max_results)
1572
+ SENSITIVE = []
1521
1573
  include Aws::Structure
1522
1574
  end
1523
1575
 
@@ -1535,6 +1587,7 @@ module Aws::Connect
1535
1587
  class ListRoutingProfilesResponse < Struct.new(
1536
1588
  :routing_profile_summary_list,
1537
1589
  :next_token)
1590
+ SENSITIVE = []
1538
1591
  include Aws::Structure
1539
1592
  end
1540
1593
 
@@ -1567,6 +1620,7 @@ module Aws::Connect
1567
1620
  :instance_id,
1568
1621
  :next_token,
1569
1622
  :max_results)
1623
+ SENSITIVE = []
1570
1624
  include Aws::Structure
1571
1625
  end
1572
1626
 
@@ -1584,6 +1638,7 @@ module Aws::Connect
1584
1638
  class ListSecurityProfilesResponse < Struct.new(
1585
1639
  :security_profile_summary_list,
1586
1640
  :next_token)
1641
+ SENSITIVE = []
1587
1642
  include Aws::Structure
1588
1643
  end
1589
1644
 
@@ -1602,6 +1657,7 @@ module Aws::Connect
1602
1657
  #
1603
1658
  class ListTagsForResourceRequest < Struct.new(
1604
1659
  :resource_arn)
1660
+ SENSITIVE = []
1605
1661
  include Aws::Structure
1606
1662
  end
1607
1663
 
@@ -1613,6 +1669,7 @@ module Aws::Connect
1613
1669
  #
1614
1670
  class ListTagsForResourceResponse < Struct.new(
1615
1671
  :tags)
1672
+ SENSITIVE = []
1616
1673
  include Aws::Structure
1617
1674
  end
1618
1675
 
@@ -1645,6 +1702,7 @@ module Aws::Connect
1645
1702
  :instance_id,
1646
1703
  :next_token,
1647
1704
  :max_results)
1705
+ SENSITIVE = []
1648
1706
  include Aws::Structure
1649
1707
  end
1650
1708
 
@@ -1662,6 +1720,7 @@ module Aws::Connect
1662
1720
  class ListUserHierarchyGroupsResponse < Struct.new(
1663
1721
  :user_hierarchy_group_summary_list,
1664
1722
  :next_token)
1723
+ SENSITIVE = []
1665
1724
  include Aws::Structure
1666
1725
  end
1667
1726
 
@@ -1694,6 +1753,7 @@ module Aws::Connect
1694
1753
  :instance_id,
1695
1754
  :next_token,
1696
1755
  :max_results)
1756
+ SENSITIVE = []
1697
1757
  include Aws::Structure
1698
1758
  end
1699
1759
 
@@ -1711,6 +1771,7 @@ module Aws::Connect
1711
1771
  class ListUsersResponse < Struct.new(
1712
1772
  :user_summary_list,
1713
1773
  :next_token)
1774
+ SENSITIVE = []
1714
1775
  include Aws::Structure
1715
1776
  end
1716
1777
 
@@ -1724,6 +1785,7 @@ module Aws::Connect
1724
1785
  #
1725
1786
  class OutboundContactNotPermittedException < Struct.new(
1726
1787
  :message)
1788
+ SENSITIVE = []
1727
1789
  include Aws::Structure
1728
1790
  end
1729
1791
 
@@ -1744,6 +1806,7 @@ module Aws::Connect
1744
1806
  #
1745
1807
  class ParticipantDetails < Struct.new(
1746
1808
  :display_name)
1809
+ SENSITIVE = []
1747
1810
  include Aws::Structure
1748
1811
  end
1749
1812
 
@@ -1778,6 +1841,7 @@ module Aws::Connect
1778
1841
  :phone_number,
1779
1842
  :phone_number_type,
1780
1843
  :phone_number_country_code)
1844
+ SENSITIVE = []
1781
1845
  include Aws::Structure
1782
1846
  end
1783
1847
 
@@ -1797,6 +1861,7 @@ module Aws::Connect
1797
1861
  class QueueReference < Struct.new(
1798
1862
  :id,
1799
1863
  :arn)
1864
+ SENSITIVE = []
1800
1865
  include Aws::Structure
1801
1866
  end
1802
1867
 
@@ -1825,6 +1890,7 @@ module Aws::Connect
1825
1890
  :arn,
1826
1891
  :name,
1827
1892
  :queue_type)
1893
+ SENSITIVE = []
1828
1894
  include Aws::Structure
1829
1895
  end
1830
1896
 
@@ -1838,6 +1904,7 @@ module Aws::Connect
1838
1904
  #
1839
1905
  class ResourceNotFoundException < Struct.new(
1840
1906
  :message)
1907
+ SENSITIVE = []
1841
1908
  include Aws::Structure
1842
1909
  end
1843
1910
 
@@ -1861,6 +1928,7 @@ module Aws::Connect
1861
1928
  :id,
1862
1929
  :arn,
1863
1930
  :name)
1931
+ SENSITIVE = []
1864
1932
  include Aws::Structure
1865
1933
  end
1866
1934
 
@@ -1884,6 +1952,7 @@ module Aws::Connect
1884
1952
  :id,
1885
1953
  :arn,
1886
1954
  :name)
1955
+ SENSITIVE = []
1887
1956
  include Aws::Structure
1888
1957
  end
1889
1958
 
@@ -1949,6 +2018,7 @@ module Aws::Connect
1949
2018
  :participant_details,
1950
2019
  :initial_message,
1951
2020
  :client_token)
2021
+ SENSITIVE = []
1952
2022
  include Aws::Structure
1953
2023
  end
1954
2024
 
@@ -1977,6 +2047,7 @@ module Aws::Connect
1977
2047
  :contact_id,
1978
2048
  :participant_id,
1979
2049
  :participant_token)
2050
+ SENSITIVE = []
1980
2051
  include Aws::Structure
1981
2052
  end
1982
2053
 
@@ -2051,6 +2122,7 @@ module Aws::Connect
2051
2122
  :source_phone_number,
2052
2123
  :queue_id,
2053
2124
  :attributes)
2125
+ SENSITIVE = []
2054
2126
  include Aws::Structure
2055
2127
  end
2056
2128
 
@@ -2062,6 +2134,7 @@ module Aws::Connect
2062
2134
  #
2063
2135
  class StartOutboundVoiceContactResponse < Struct.new(
2064
2136
  :contact_id)
2137
+ SENSITIVE = []
2065
2138
  include Aws::Structure
2066
2139
  end
2067
2140
 
@@ -2086,6 +2159,7 @@ module Aws::Connect
2086
2159
  class StopContactRequest < Struct.new(
2087
2160
  :contact_id,
2088
2161
  :instance_id)
2162
+ SENSITIVE = []
2089
2163
  include Aws::Structure
2090
2164
  end
2091
2165
 
@@ -2117,6 +2191,7 @@ module Aws::Connect
2117
2191
  class TagResourceRequest < Struct.new(
2118
2192
  :resource_arn,
2119
2193
  :tags)
2194
+ SENSITIVE = []
2120
2195
  include Aws::Structure
2121
2196
  end
2122
2197
 
@@ -2144,6 +2219,7 @@ module Aws::Connect
2144
2219
  class Threshold < Struct.new(
2145
2220
  :comparison,
2146
2221
  :threshold_value)
2222
+ SENSITIVE = []
2147
2223
  include Aws::Structure
2148
2224
  end
2149
2225
 
@@ -2156,6 +2232,7 @@ module Aws::Connect
2156
2232
  #
2157
2233
  class ThrottlingException < Struct.new(
2158
2234
  :message)
2235
+ SENSITIVE = []
2159
2236
  include Aws::Structure
2160
2237
  end
2161
2238
 
@@ -2180,6 +2257,7 @@ module Aws::Connect
2180
2257
  class UntagResourceRequest < Struct.new(
2181
2258
  :resource_arn,
2182
2259
  :tag_keys)
2260
+ SENSITIVE = []
2183
2261
  include Aws::Structure
2184
2262
  end
2185
2263
 
@@ -2218,6 +2296,7 @@ module Aws::Connect
2218
2296
  :initial_contact_id,
2219
2297
  :instance_id,
2220
2298
  :attributes)
2299
+ SENSITIVE = []
2221
2300
  include Aws::Structure
2222
2301
  end
2223
2302
 
@@ -2252,6 +2331,7 @@ module Aws::Connect
2252
2331
  :hierarchy_group_id,
2253
2332
  :user_id,
2254
2333
  :instance_id)
2334
+ SENSITIVE = []
2255
2335
  include Aws::Structure
2256
2336
  end
2257
2337
 
@@ -2286,6 +2366,7 @@ module Aws::Connect
2286
2366
  :identity_info,
2287
2367
  :user_id,
2288
2368
  :instance_id)
2369
+ SENSITIVE = []
2289
2370
  include Aws::Structure
2290
2371
  end
2291
2372
 
@@ -2321,6 +2402,7 @@ module Aws::Connect
2321
2402
  :phone_config,
2322
2403
  :user_id,
2323
2404
  :instance_id)
2405
+ SENSITIVE = []
2324
2406
  include Aws::Structure
2325
2407
  end
2326
2408
 
@@ -2351,6 +2433,7 @@ module Aws::Connect
2351
2433
  :routing_profile_id,
2352
2434
  :user_id,
2353
2435
  :instance_id)
2436
+ SENSITIVE = []
2354
2437
  include Aws::Structure
2355
2438
  end
2356
2439
 
@@ -2381,6 +2464,7 @@ module Aws::Connect
2381
2464
  :security_profile_ids,
2382
2465
  :user_id,
2383
2466
  :instance_id)
2467
+ SENSITIVE = []
2384
2468
  include Aws::Structure
2385
2469
  end
2386
2470
 
@@ -2441,6 +2525,7 @@ module Aws::Connect
2441
2525
  :routing_profile_id,
2442
2526
  :hierarchy_group_id,
2443
2527
  :tags)
2528
+ SENSITIVE = []
2444
2529
  include Aws::Structure
2445
2530
  end
2446
2531
 
@@ -2476,6 +2561,7 @@ module Aws::Connect
2476
2561
  :first_name,
2477
2562
  :last_name,
2478
2563
  :email)
2564
+ SENSITIVE = []
2479
2565
  include Aws::Structure
2480
2566
  end
2481
2567
 
@@ -2489,6 +2575,7 @@ module Aws::Connect
2489
2575
  #
2490
2576
  class UserNotFoundException < Struct.new(
2491
2577
  :message)
2578
+ SENSITIVE = []
2492
2579
  include Aws::Structure
2493
2580
  end
2494
2581
 
@@ -2528,6 +2615,7 @@ module Aws::Connect
2528
2615
  :auto_accept,
2529
2616
  :after_contact_work_time_limit,
2530
2617
  :desk_phone_number)
2618
+ SENSITIVE = []
2531
2619
  include Aws::Structure
2532
2620
  end
2533
2621
 
@@ -2551,6 +2639,7 @@ module Aws::Connect
2551
2639
  :id,
2552
2640
  :arn,
2553
2641
  :username)
2642
+ SENSITIVE = []
2554
2643
  include Aws::Structure
2555
2644
  end
2556
2645
 
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.26.1
4
+ version: 1.27.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core