cdk-comprehend-s3olap 2.0.130 → 2.0.132
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +23 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +32 -28
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +181 -154
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +239 -199
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +245 -95
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +106 -53
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +396 -66
- package/node_modules/aws-sdk/apis/ram-2018-01-04.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +94 -94
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +710 -703
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +32 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +1516 -0
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +79 -52
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +159 -73
- package/node_modules/aws-sdk/clients/chime.d.ts +94 -42
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +14 -10
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +33 -24
- package/node_modules/aws-sdk/clients/comprehend.d.ts +45 -5
- package/node_modules/aws-sdk/clients/connect.d.ts +59 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +9 -9
- package/node_modules/aws-sdk/clients/fms.d.ts +225 -21
- package/node_modules/aws-sdk/clients/gamelift.d.ts +240 -240
- package/node_modules/aws-sdk/clients/guardduty.d.ts +61 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ram.d.ts +538 -91
- package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
- package/node_modules/aws-sdk/clients/s3.d.ts +117 -117
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -39
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +10 -10
- package/node_modules/aws-sdk/clients/snowball.d.ts +56 -9
- package/node_modules/aws-sdk/clients/wafv2.d.ts +120 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +436 -357
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -501,6 +501,46 @@
|
|
501
501
|
}
|
502
502
|
}
|
503
503
|
},
|
504
|
+
"CreateParticipant": {
|
505
|
+
"http": {
|
506
|
+
"requestUri": "/contact/create-participant"
|
507
|
+
},
|
508
|
+
"input": {
|
509
|
+
"type": "structure",
|
510
|
+
"required": [
|
511
|
+
"InstanceId",
|
512
|
+
"ContactId",
|
513
|
+
"ParticipantDetails"
|
514
|
+
],
|
515
|
+
"members": {
|
516
|
+
"InstanceId": {},
|
517
|
+
"ContactId": {},
|
518
|
+
"ClientToken": {
|
519
|
+
"idempotencyToken": true
|
520
|
+
},
|
521
|
+
"ParticipantDetails": {
|
522
|
+
"type": "structure",
|
523
|
+
"members": {
|
524
|
+
"ParticipantRole": {},
|
525
|
+
"DisplayName": {}
|
526
|
+
}
|
527
|
+
}
|
528
|
+
}
|
529
|
+
},
|
530
|
+
"output": {
|
531
|
+
"type": "structure",
|
532
|
+
"members": {
|
533
|
+
"ParticipantCredentials": {
|
534
|
+
"type": "structure",
|
535
|
+
"members": {
|
536
|
+
"ParticipantToken": {},
|
537
|
+
"Expiry": {}
|
538
|
+
}
|
539
|
+
},
|
540
|
+
"ParticipantId": {}
|
541
|
+
}
|
542
|
+
}
|
543
|
+
},
|
504
544
|
"CreateQueue": {
|
505
545
|
"http": {
|
506
546
|
"method": "PUT",
|
@@ -521,7 +561,7 @@
|
|
521
561
|
"Name": {},
|
522
562
|
"Description": {},
|
523
563
|
"OutboundCallerConfig": {
|
524
|
-
"shape": "
|
564
|
+
"shape": "S39"
|
525
565
|
},
|
526
566
|
"HoursOfOperationId": {},
|
527
567
|
"MaxContacts": {
|
@@ -563,7 +603,7 @@
|
|
563
603
|
"Name": {},
|
564
604
|
"Description": {},
|
565
605
|
"QuickConnectConfig": {
|
566
|
-
"shape": "
|
606
|
+
"shape": "S3g"
|
567
607
|
},
|
568
608
|
"Tags": {
|
569
609
|
"shape": "S1j"
|
@@ -604,7 +644,7 @@
|
|
604
644
|
"shape": "S17"
|
605
645
|
},
|
606
646
|
"MediaConcurrencies": {
|
607
|
-
"shape": "
|
647
|
+
"shape": "S3q"
|
608
648
|
},
|
609
649
|
"Tags": {
|
610
650
|
"shape": "S1j"
|
@@ -640,11 +680,11 @@
|
|
640
680
|
},
|
641
681
|
"Name": {},
|
642
682
|
"TriggerEventSource": {
|
643
|
-
"shape": "
|
683
|
+
"shape": "S3y"
|
644
684
|
},
|
645
685
|
"Function": {},
|
646
686
|
"Actions": {
|
647
|
-
"shape": "
|
687
|
+
"shape": "S41"
|
648
688
|
},
|
649
689
|
"PublishStatus": {},
|
650
690
|
"ClientToken": {
|
@@ -679,7 +719,7 @@
|
|
679
719
|
"SecurityProfileName": {},
|
680
720
|
"Description": {},
|
681
721
|
"Permissions": {
|
682
|
-
"shape": "
|
722
|
+
"shape": "S4u"
|
683
723
|
},
|
684
724
|
"InstanceId": {
|
685
725
|
"location": "uri",
|
@@ -689,10 +729,10 @@
|
|
689
729
|
"shape": "S1j"
|
690
730
|
},
|
691
731
|
"AllowedAccessControlTags": {
|
692
|
-
"shape": "
|
732
|
+
"shape": "S4w"
|
693
733
|
},
|
694
734
|
"TagRestrictedResources": {
|
695
|
-
"shape": "
|
735
|
+
"shape": "S4z"
|
696
736
|
}
|
697
737
|
}
|
698
738
|
},
|
@@ -725,14 +765,14 @@
|
|
725
765
|
"Description": {},
|
726
766
|
"ContactFlowId": {},
|
727
767
|
"Constraints": {
|
728
|
-
"shape": "
|
768
|
+
"shape": "S56"
|
729
769
|
},
|
730
770
|
"Defaults": {
|
731
|
-
"shape": "
|
771
|
+
"shape": "S5f"
|
732
772
|
},
|
733
773
|
"Status": {},
|
734
774
|
"Fields": {
|
735
|
-
"shape": "
|
775
|
+
"shape": "S5k"
|
736
776
|
},
|
737
777
|
"ClientToken": {
|
738
778
|
"idempotencyToken": true
|
@@ -835,14 +875,14 @@
|
|
835
875
|
"Username": {},
|
836
876
|
"Password": {},
|
837
877
|
"IdentityInfo": {
|
838
|
-
"shape": "
|
878
|
+
"shape": "S67"
|
839
879
|
},
|
840
880
|
"PhoneConfig": {
|
841
|
-
"shape": "
|
881
|
+
"shape": "S6b"
|
842
882
|
},
|
843
883
|
"DirectoryUserId": {},
|
844
884
|
"SecurityProfileIds": {
|
845
|
-
"shape": "
|
885
|
+
"shape": "S6g"
|
846
886
|
},
|
847
887
|
"RoutingProfileId": {},
|
848
888
|
"HierarchyGroupId": {},
|
@@ -1611,7 +1651,7 @@
|
|
1611
1651
|
"type": "structure",
|
1612
1652
|
"members": {
|
1613
1653
|
"Attribute": {
|
1614
|
-
"shape": "
|
1654
|
+
"shape": "S8b"
|
1615
1655
|
}
|
1616
1656
|
}
|
1617
1657
|
}
|
@@ -1723,7 +1763,7 @@
|
|
1723
1763
|
"type": "structure",
|
1724
1764
|
"members": {
|
1725
1765
|
"Queue": {
|
1726
|
-
"shape": "
|
1766
|
+
"shape": "S8p"
|
1727
1767
|
}
|
1728
1768
|
}
|
1729
1769
|
}
|
@@ -1761,7 +1801,7 @@
|
|
1761
1801
|
"Name": {},
|
1762
1802
|
"Description": {},
|
1763
1803
|
"QuickConnectConfig": {
|
1764
|
-
"shape": "
|
1804
|
+
"shape": "S3g"
|
1765
1805
|
},
|
1766
1806
|
"Tags": {
|
1767
1807
|
"shape": "S1j"
|
@@ -1797,7 +1837,7 @@
|
|
1797
1837
|
"type": "structure",
|
1798
1838
|
"members": {
|
1799
1839
|
"RoutingProfile": {
|
1800
|
-
"shape": "
|
1840
|
+
"shape": "S8w"
|
1801
1841
|
}
|
1802
1842
|
}
|
1803
1843
|
}
|
@@ -1849,11 +1889,11 @@
|
|
1849
1889
|
"RuleId": {},
|
1850
1890
|
"RuleArn": {},
|
1851
1891
|
"TriggerEventSource": {
|
1852
|
-
"shape": "
|
1892
|
+
"shape": "S3y"
|
1853
1893
|
},
|
1854
1894
|
"Function": {},
|
1855
1895
|
"Actions": {
|
1856
|
-
"shape": "
|
1896
|
+
"shape": "S41"
|
1857
1897
|
},
|
1858
1898
|
"PublishStatus": {},
|
1859
1899
|
"CreatedTime": {
|
@@ -1908,10 +1948,10 @@
|
|
1908
1948
|
"shape": "S1j"
|
1909
1949
|
},
|
1910
1950
|
"AllowedAccessControlTags": {
|
1911
|
-
"shape": "
|
1951
|
+
"shape": "S4w"
|
1912
1952
|
},
|
1913
1953
|
"TagRestrictedResources": {
|
1914
|
-
"shape": "
|
1954
|
+
"shape": "S4z"
|
1915
1955
|
}
|
1916
1956
|
}
|
1917
1957
|
}
|
@@ -1987,14 +2027,14 @@
|
|
1987
2027
|
"Arn": {},
|
1988
2028
|
"Username": {},
|
1989
2029
|
"IdentityInfo": {
|
1990
|
-
"shape": "
|
2030
|
+
"shape": "S67"
|
1991
2031
|
},
|
1992
2032
|
"PhoneConfig": {
|
1993
|
-
"shape": "
|
2033
|
+
"shape": "S6b"
|
1994
2034
|
},
|
1995
2035
|
"DirectoryUserId": {},
|
1996
2036
|
"SecurityProfileIds": {
|
1997
|
-
"shape": "
|
2037
|
+
"shape": "S6g"
|
1998
2038
|
},
|
1999
2039
|
"RoutingProfileId": {},
|
2000
2040
|
"HierarchyGroupId": {},
|
@@ -2042,19 +2082,19 @@
|
|
2042
2082
|
"type": "structure",
|
2043
2083
|
"members": {
|
2044
2084
|
"LevelOne": {
|
2045
|
-
"shape": "
|
2085
|
+
"shape": "S9i"
|
2046
2086
|
},
|
2047
2087
|
"LevelTwo": {
|
2048
|
-
"shape": "
|
2088
|
+
"shape": "S9i"
|
2049
2089
|
},
|
2050
2090
|
"LevelThree": {
|
2051
|
-
"shape": "
|
2091
|
+
"shape": "S9i"
|
2052
2092
|
},
|
2053
2093
|
"LevelFour": {
|
2054
|
-
"shape": "
|
2094
|
+
"shape": "S9i"
|
2055
2095
|
},
|
2056
2096
|
"LevelFive": {
|
2057
|
-
"shape": "
|
2097
|
+
"shape": "S9i"
|
2058
2098
|
}
|
2059
2099
|
}
|
2060
2100
|
},
|
@@ -2090,19 +2130,19 @@
|
|
2090
2130
|
"type": "structure",
|
2091
2131
|
"members": {
|
2092
2132
|
"LevelOne": {
|
2093
|
-
"shape": "
|
2133
|
+
"shape": "S9m"
|
2094
2134
|
},
|
2095
2135
|
"LevelTwo": {
|
2096
|
-
"shape": "
|
2136
|
+
"shape": "S9m"
|
2097
2137
|
},
|
2098
2138
|
"LevelThree": {
|
2099
|
-
"shape": "
|
2139
|
+
"shape": "S9m"
|
2100
2140
|
},
|
2101
2141
|
"LevelFour": {
|
2102
|
-
"shape": "
|
2142
|
+
"shape": "S9m"
|
2103
2143
|
},
|
2104
2144
|
"LevelFive": {
|
2105
|
-
"shape": "
|
2145
|
+
"shape": "S9m"
|
2106
2146
|
}
|
2107
2147
|
}
|
2108
2148
|
}
|
@@ -2446,7 +2486,7 @@
|
|
2446
2486
|
"type": "structure",
|
2447
2487
|
"members": {
|
2448
2488
|
"Attributes": {
|
2449
|
-
"shape": "
|
2489
|
+
"shape": "Sa7"
|
2450
2490
|
}
|
2451
2491
|
}
|
2452
2492
|
}
|
@@ -2468,15 +2508,15 @@
|
|
2468
2508
|
"locationName": "InstanceId"
|
2469
2509
|
},
|
2470
2510
|
"Filters": {
|
2471
|
-
"shape": "
|
2511
|
+
"shape": "Sab"
|
2472
2512
|
},
|
2473
2513
|
"Groupings": {
|
2474
|
-
"shape": "
|
2514
|
+
"shape": "Saf"
|
2475
2515
|
},
|
2476
2516
|
"CurrentMetrics": {
|
2477
2517
|
"type": "list",
|
2478
2518
|
"member": {
|
2479
|
-
"shape": "
|
2519
|
+
"shape": "Sai"
|
2480
2520
|
}
|
2481
2521
|
},
|
2482
2522
|
"NextToken": {},
|
@@ -2505,7 +2545,7 @@
|
|
2505
2545
|
"type": "structure",
|
2506
2546
|
"members": {
|
2507
2547
|
"Dimensions": {
|
2508
|
-
"shape": "
|
2548
|
+
"shape": "Sat"
|
2509
2549
|
},
|
2510
2550
|
"Collections": {
|
2511
2551
|
"type": "list",
|
@@ -2513,7 +2553,7 @@
|
|
2513
2553
|
"type": "structure",
|
2514
2554
|
"members": {
|
2515
2555
|
"Metric": {
|
2516
|
-
"shape": "
|
2556
|
+
"shape": "Sai"
|
2517
2557
|
},
|
2518
2558
|
"Value": {
|
2519
2559
|
"type": "double"
|
@@ -2552,7 +2592,7 @@
|
|
2552
2592
|
"type": "structure",
|
2553
2593
|
"members": {
|
2554
2594
|
"Queues": {
|
2555
|
-
"shape": "
|
2595
|
+
"shape": "Sac"
|
2556
2596
|
},
|
2557
2597
|
"ContactFilter": {
|
2558
2598
|
"type": "structure",
|
@@ -2564,7 +2604,7 @@
|
|
2564
2604
|
}
|
2565
2605
|
},
|
2566
2606
|
"RoutingProfiles": {
|
2567
|
-
"shape": "
|
2607
|
+
"shape": "Sae"
|
2568
2608
|
},
|
2569
2609
|
"Agents": {
|
2570
2610
|
"type": "list",
|
@@ -2599,25 +2639,25 @@
|
|
2599
2639
|
}
|
2600
2640
|
},
|
2601
2641
|
"RoutingProfile": {
|
2602
|
-
"shape": "
|
2642
|
+
"shape": "Sav"
|
2603
2643
|
},
|
2604
2644
|
"HierarchyPath": {
|
2605
2645
|
"type": "structure",
|
2606
2646
|
"members": {
|
2607
2647
|
"LevelOne": {
|
2608
|
-
"shape": "
|
2648
|
+
"shape": "Sbc"
|
2609
2649
|
},
|
2610
2650
|
"LevelTwo": {
|
2611
|
-
"shape": "
|
2651
|
+
"shape": "Sbc"
|
2612
2652
|
},
|
2613
2653
|
"LevelThree": {
|
2614
|
-
"shape": "
|
2654
|
+
"shape": "Sbc"
|
2615
2655
|
},
|
2616
2656
|
"LevelFour": {
|
2617
|
-
"shape": "
|
2657
|
+
"shape": "Sbc"
|
2618
2658
|
},
|
2619
2659
|
"LevelFive": {
|
2620
|
-
"shape": "
|
2660
|
+
"shape": "Sbc"
|
2621
2661
|
}
|
2622
2662
|
}
|
2623
2663
|
},
|
@@ -2632,13 +2672,13 @@
|
|
2632
2672
|
}
|
2633
2673
|
},
|
2634
2674
|
"AvailableSlotsByChannel": {
|
2635
|
-
"shape": "
|
2675
|
+
"shape": "Sbe"
|
2636
2676
|
},
|
2637
2677
|
"MaxSlotsByChannel": {
|
2638
|
-
"shape": "
|
2678
|
+
"shape": "Sbe"
|
2639
2679
|
},
|
2640
2680
|
"ActiveSlotsByChannel": {
|
2641
|
-
"shape": "
|
2681
|
+
"shape": "Sbe"
|
2642
2682
|
},
|
2643
2683
|
"Contacts": {
|
2644
2684
|
"type": "list",
|
@@ -2656,7 +2696,7 @@
|
|
2656
2696
|
"type": "timestamp"
|
2657
2697
|
},
|
2658
2698
|
"Queue": {
|
2659
|
-
"shape": "
|
2699
|
+
"shape": "Sau"
|
2660
2700
|
}
|
2661
2701
|
}
|
2662
2702
|
}
|
@@ -2695,13 +2735,13 @@
|
|
2695
2735
|
"type": "structure",
|
2696
2736
|
"members": {
|
2697
2737
|
"AccessToken": {
|
2698
|
-
"shape": "
|
2738
|
+
"shape": "Sbl"
|
2699
2739
|
},
|
2700
2740
|
"AccessTokenExpiration": {
|
2701
2741
|
"type": "timestamp"
|
2702
2742
|
},
|
2703
2743
|
"RefreshToken": {
|
2704
|
-
"shape": "
|
2744
|
+
"shape": "Sbl"
|
2705
2745
|
},
|
2706
2746
|
"RefreshTokenExpiration": {
|
2707
2747
|
"type": "timestamp"
|
@@ -2739,15 +2779,15 @@
|
|
2739
2779
|
"type": "timestamp"
|
2740
2780
|
},
|
2741
2781
|
"Filters": {
|
2742
|
-
"shape": "
|
2782
|
+
"shape": "Sab"
|
2743
2783
|
},
|
2744
2784
|
"Groupings": {
|
2745
|
-
"shape": "
|
2785
|
+
"shape": "Saf"
|
2746
2786
|
},
|
2747
2787
|
"HistoricalMetrics": {
|
2748
2788
|
"type": "list",
|
2749
2789
|
"member": {
|
2750
|
-
"shape": "
|
2790
|
+
"shape": "Sbp"
|
2751
2791
|
}
|
2752
2792
|
},
|
2753
2793
|
"NextToken": {},
|
@@ -2766,7 +2806,7 @@
|
|
2766
2806
|
"type": "structure",
|
2767
2807
|
"members": {
|
2768
2808
|
"Dimensions": {
|
2769
|
-
"shape": "
|
2809
|
+
"shape": "Sat"
|
2770
2810
|
},
|
2771
2811
|
"Collections": {
|
2772
2812
|
"type": "list",
|
@@ -2774,7 +2814,7 @@
|
|
2774
2814
|
"type": "structure",
|
2775
2815
|
"members": {
|
2776
2816
|
"Metric": {
|
2777
|
-
"shape": "
|
2817
|
+
"shape": "Sbp"
|
2778
2818
|
},
|
2779
2819
|
"Value": {
|
2780
2820
|
"type": "double"
|
@@ -2829,7 +2869,7 @@
|
|
2829
2869
|
"Metrics": {
|
2830
2870
|
"type": "list",
|
2831
2871
|
"member": {
|
2832
|
-
"shape": "
|
2872
|
+
"shape": "Sc8"
|
2833
2873
|
}
|
2834
2874
|
},
|
2835
2875
|
"NextToken": {},
|
@@ -2858,7 +2898,7 @@
|
|
2858
2898
|
"type": "structure",
|
2859
2899
|
"members": {
|
2860
2900
|
"Metric": {
|
2861
|
-
"shape": "
|
2901
|
+
"shape": "Sc8"
|
2862
2902
|
},
|
2863
2903
|
"Value": {
|
2864
2904
|
"type": "double"
|
@@ -2913,13 +2953,13 @@
|
|
2913
2953
|
"Description": {},
|
2914
2954
|
"ContactFlowId": {},
|
2915
2955
|
"Constraints": {
|
2916
|
-
"shape": "
|
2956
|
+
"shape": "S56"
|
2917
2957
|
},
|
2918
2958
|
"Defaults": {
|
2919
|
-
"shape": "
|
2959
|
+
"shape": "S5f"
|
2920
2960
|
},
|
2921
2961
|
"Fields": {
|
2922
|
-
"shape": "
|
2962
|
+
"shape": "S5k"
|
2923
2963
|
},
|
2924
2964
|
"Status": {},
|
2925
2965
|
"LastModifiedTime": {
|
@@ -2955,7 +2995,7 @@
|
|
2955
2995
|
"type": "structure",
|
2956
2996
|
"members": {
|
2957
2997
|
"TelephonyConfig": {
|
2958
|
-
"shape": "
|
2998
|
+
"shape": "Sct"
|
2959
2999
|
},
|
2960
3000
|
"Id": {},
|
2961
3001
|
"Arn": {}
|
@@ -3420,7 +3460,7 @@
|
|
3420
3460
|
"Attributes": {
|
3421
3461
|
"type": "list",
|
3422
3462
|
"member": {
|
3423
|
-
"shape": "
|
3463
|
+
"shape": "S8b"
|
3424
3464
|
}
|
3425
3465
|
},
|
3426
3466
|
"NextToken": {}
|
@@ -3667,12 +3707,12 @@
|
|
3667
3707
|
"locationName": "InstanceId"
|
3668
3708
|
},
|
3669
3709
|
"PhoneNumberTypes": {
|
3670
|
-
"shape": "
|
3710
|
+
"shape": "Sev",
|
3671
3711
|
"location": "querystring",
|
3672
3712
|
"locationName": "phoneNumberTypes"
|
3673
3713
|
},
|
3674
3714
|
"PhoneNumberCountryCodes": {
|
3675
|
-
"shape": "
|
3715
|
+
"shape": "Sew",
|
3676
3716
|
"location": "querystring",
|
3677
3717
|
"locationName": "phoneNumberCountryCodes"
|
3678
3718
|
},
|
@@ -3720,10 +3760,10 @@
|
|
3720
3760
|
},
|
3721
3761
|
"NextToken": {},
|
3722
3762
|
"PhoneNumberCountryCodes": {
|
3723
|
-
"shape": "
|
3763
|
+
"shape": "Sew"
|
3724
3764
|
},
|
3725
3765
|
"PhoneNumberTypes": {
|
3726
|
-
"shape": "
|
3766
|
+
"shape": "Sev"
|
3727
3767
|
},
|
3728
3768
|
"PhoneNumberPrefix": {}
|
3729
3769
|
}
|
@@ -3829,7 +3869,7 @@
|
|
3829
3869
|
"members": {
|
3830
3870
|
"NextToken": {},
|
3831
3871
|
"QuickConnectSummaryList": {
|
3832
|
-
"shape": "
|
3872
|
+
"shape": "Sfe"
|
3833
3873
|
}
|
3834
3874
|
}
|
3835
3875
|
}
|
@@ -3921,7 +3961,7 @@
|
|
3921
3961
|
"type": "structure",
|
3922
3962
|
"members": {
|
3923
3963
|
"QuickConnectSummaryList": {
|
3924
|
-
"shape": "
|
3964
|
+
"shape": "Sfe"
|
3925
3965
|
},
|
3926
3966
|
"NextToken": {}
|
3927
3967
|
}
|
@@ -4201,7 +4241,7 @@
|
|
4201
4241
|
"type": "structure",
|
4202
4242
|
"members": {
|
4203
4243
|
"Permissions": {
|
4204
|
-
"shape": "
|
4244
|
+
"shape": "S4u"
|
4205
4245
|
},
|
4206
4246
|
"NextToken": {}
|
4207
4247
|
}
|
@@ -4461,7 +4501,7 @@
|
|
4461
4501
|
"UserHierarchyGroupSummaryList": {
|
4462
4502
|
"type": "list",
|
4463
4503
|
"member": {
|
4464
|
-
"shape": "
|
4504
|
+
"shape": "S9i"
|
4465
4505
|
}
|
4466
4506
|
},
|
4467
4507
|
"NextToken": {}
|
@@ -4710,12 +4750,12 @@
|
|
4710
4750
|
"type": "structure",
|
4711
4751
|
"members": {
|
4712
4752
|
"TagFilter": {
|
4713
|
-
"shape": "
|
4753
|
+
"shape": "Shi"
|
4714
4754
|
}
|
4715
4755
|
}
|
4716
4756
|
},
|
4717
4757
|
"SearchCriteria": {
|
4718
|
-
"shape": "
|
4758
|
+
"shape": "Shm"
|
4719
4759
|
}
|
4720
4760
|
}
|
4721
4761
|
},
|
@@ -4725,7 +4765,7 @@
|
|
4725
4765
|
"Queues": {
|
4726
4766
|
"type": "list",
|
4727
4767
|
"member": {
|
4728
|
-
"shape": "
|
4768
|
+
"shape": "S8p"
|
4729
4769
|
}
|
4730
4770
|
},
|
4731
4771
|
"NextToken": {},
|
@@ -4754,12 +4794,12 @@
|
|
4754
4794
|
"type": "structure",
|
4755
4795
|
"members": {
|
4756
4796
|
"TagFilter": {
|
4757
|
-
"shape": "
|
4797
|
+
"shape": "Shi"
|
4758
4798
|
}
|
4759
4799
|
}
|
4760
4800
|
},
|
4761
4801
|
"SearchCriteria": {
|
4762
|
-
"shape": "
|
4802
|
+
"shape": "Shv"
|
4763
4803
|
}
|
4764
4804
|
}
|
4765
4805
|
},
|
@@ -4769,7 +4809,7 @@
|
|
4769
4809
|
"RoutingProfiles": {
|
4770
4810
|
"type": "list",
|
4771
4811
|
"member": {
|
4772
|
-
"shape": "
|
4812
|
+
"shape": "S8w"
|
4773
4813
|
}
|
4774
4814
|
},
|
4775
4815
|
"NextToken": {},
|
@@ -4795,13 +4835,13 @@
|
|
4795
4835
|
"type": "integer"
|
4796
4836
|
},
|
4797
4837
|
"SearchCriteria": {
|
4798
|
-
"shape": "
|
4838
|
+
"shape": "Si0"
|
4799
4839
|
},
|
4800
4840
|
"SearchFilter": {
|
4801
4841
|
"type": "structure",
|
4802
4842
|
"members": {
|
4803
4843
|
"TagFilter": {
|
4804
|
-
"shape": "
|
4844
|
+
"shape": "Shi"
|
4805
4845
|
}
|
4806
4846
|
}
|
4807
4847
|
}
|
@@ -4849,12 +4889,12 @@
|
|
4849
4889
|
"type": "structure",
|
4850
4890
|
"members": {
|
4851
4891
|
"TagFilter": {
|
4852
|
-
"shape": "
|
4892
|
+
"shape": "Shi"
|
4853
4893
|
}
|
4854
4894
|
}
|
4855
4895
|
},
|
4856
4896
|
"SearchCriteria": {
|
4857
|
-
"shape": "
|
4897
|
+
"shape": "Si8"
|
4858
4898
|
}
|
4859
4899
|
}
|
4860
4900
|
},
|
@@ -4878,11 +4918,11 @@
|
|
4878
4918
|
}
|
4879
4919
|
},
|
4880
4920
|
"PhoneConfig": {
|
4881
|
-
"shape": "
|
4921
|
+
"shape": "S6b"
|
4882
4922
|
},
|
4883
4923
|
"RoutingProfileId": {},
|
4884
4924
|
"SecurityProfileIds": {
|
4885
|
-
"shape": "
|
4925
|
+
"shape": "S6g"
|
4886
4926
|
},
|
4887
4927
|
"Tags": {
|
4888
4928
|
"shape": "S1j"
|
@@ -4969,7 +5009,7 @@
|
|
4969
5009
|
"InstanceId": {},
|
4970
5010
|
"ContactFlowId": {},
|
4971
5011
|
"Attributes": {
|
4972
|
-
"shape": "
|
5012
|
+
"shape": "Sa7"
|
4973
5013
|
},
|
4974
5014
|
"ParticipantDetails": {
|
4975
5015
|
"type": "structure",
|
@@ -5111,7 +5151,7 @@
|
|
5111
5151
|
"SourcePhoneNumber": {},
|
5112
5152
|
"QueueId": {},
|
5113
5153
|
"Attributes": {
|
5114
|
-
"shape": "
|
5154
|
+
"shape": "Sa7"
|
5115
5155
|
},
|
5116
5156
|
"AnswerMachineDetectionConfig": {
|
5117
5157
|
"type": "structure",
|
@@ -5151,11 +5191,11 @@
|
|
5151
5191
|
"PreviousContactId": {},
|
5152
5192
|
"ContactFlowId": {},
|
5153
5193
|
"Attributes": {
|
5154
|
-
"shape": "
|
5194
|
+
"shape": "Sa7"
|
5155
5195
|
},
|
5156
5196
|
"Name": {},
|
5157
5197
|
"References": {
|
5158
|
-
"shape": "
|
5198
|
+
"shape": "S47"
|
5159
5199
|
},
|
5160
5200
|
"Description": {},
|
5161
5201
|
"ClientToken": {
|
@@ -5391,7 +5431,7 @@
|
|
5391
5431
|
"Name": {},
|
5392
5432
|
"Description": {},
|
5393
5433
|
"References": {
|
5394
|
-
"shape": "
|
5434
|
+
"shape": "S47"
|
5395
5435
|
}
|
5396
5436
|
}
|
5397
5437
|
},
|
@@ -5415,7 +5455,7 @@
|
|
5415
5455
|
"InitialContactId": {},
|
5416
5456
|
"InstanceId": {},
|
5417
5457
|
"Attributes": {
|
5418
|
-
"shape": "
|
5458
|
+
"shape": "Sa7"
|
5419
5459
|
}
|
5420
5460
|
}
|
5421
5461
|
},
|
@@ -5864,7 +5904,7 @@
|
|
5864
5904
|
"locationName": "QueueId"
|
5865
5905
|
},
|
5866
5906
|
"OutboundCallerConfig": {
|
5867
|
-
"shape": "
|
5907
|
+
"shape": "S39"
|
5868
5908
|
}
|
5869
5909
|
}
|
5870
5910
|
}
|
@@ -5914,7 +5954,7 @@
|
|
5914
5954
|
"locationName": "QuickConnectId"
|
5915
5955
|
},
|
5916
5956
|
"QuickConnectConfig": {
|
5917
|
-
"shape": "
|
5957
|
+
"shape": "S3g"
|
5918
5958
|
}
|
5919
5959
|
}
|
5920
5960
|
}
|
@@ -5964,7 +6004,7 @@
|
|
5964
6004
|
"locationName": "RoutingProfileId"
|
5965
6005
|
},
|
5966
6006
|
"MediaConcurrencies": {
|
5967
|
-
"shape": "
|
6007
|
+
"shape": "S3q"
|
5968
6008
|
}
|
5969
6009
|
}
|
5970
6010
|
}
|
@@ -6070,7 +6110,7 @@
|
|
6070
6110
|
"Name": {},
|
6071
6111
|
"Function": {},
|
6072
6112
|
"Actions": {
|
6073
|
-
"shape": "
|
6113
|
+
"shape": "S41"
|
6074
6114
|
},
|
6075
6115
|
"PublishStatus": {}
|
6076
6116
|
}
|
@@ -6089,7 +6129,7 @@
|
|
6089
6129
|
"members": {
|
6090
6130
|
"Description": {},
|
6091
6131
|
"Permissions": {
|
6092
|
-
"shape": "
|
6132
|
+
"shape": "S4u"
|
6093
6133
|
},
|
6094
6134
|
"SecurityProfileId": {
|
6095
6135
|
"location": "uri",
|
@@ -6100,10 +6140,10 @@
|
|
6100
6140
|
"locationName": "InstanceId"
|
6101
6141
|
},
|
6102
6142
|
"AllowedAccessControlTags": {
|
6103
|
-
"shape": "
|
6143
|
+
"shape": "S4w"
|
6104
6144
|
},
|
6105
6145
|
"TagRestrictedResources": {
|
6106
|
-
"shape": "
|
6146
|
+
"shape": "S4z"
|
6107
6147
|
}
|
6108
6148
|
}
|
6109
6149
|
}
|
@@ -6131,14 +6171,14 @@
|
|
6131
6171
|
"Description": {},
|
6132
6172
|
"ContactFlowId": {},
|
6133
6173
|
"Constraints": {
|
6134
|
-
"shape": "
|
6174
|
+
"shape": "S56"
|
6135
6175
|
},
|
6136
6176
|
"Defaults": {
|
6137
|
-
"shape": "
|
6177
|
+
"shape": "S5f"
|
6138
6178
|
},
|
6139
6179
|
"Status": {},
|
6140
6180
|
"Fields": {
|
6141
|
-
"shape": "
|
6181
|
+
"shape": "S5k"
|
6142
6182
|
}
|
6143
6183
|
}
|
6144
6184
|
},
|
@@ -6152,13 +6192,13 @@
|
|
6152
6192
|
"Description": {},
|
6153
6193
|
"ContactFlowId": {},
|
6154
6194
|
"Constraints": {
|
6155
|
-
"shape": "
|
6195
|
+
"shape": "S56"
|
6156
6196
|
},
|
6157
6197
|
"Defaults": {
|
6158
|
-
"shape": "
|
6198
|
+
"shape": "S5f"
|
6159
6199
|
},
|
6160
6200
|
"Fields": {
|
6161
|
-
"shape": "
|
6201
|
+
"shape": "S5k"
|
6162
6202
|
},
|
6163
6203
|
"Status": {},
|
6164
6204
|
"LastModifiedTime": {
|
@@ -6186,7 +6226,7 @@
|
|
6186
6226
|
"locationName": "Id"
|
6187
6227
|
},
|
6188
6228
|
"TelephonyConfig": {
|
6189
|
-
"shape": "
|
6229
|
+
"shape": "Sct"
|
6190
6230
|
}
|
6191
6231
|
}
|
6192
6232
|
},
|
@@ -6257,19 +6297,19 @@
|
|
6257
6297
|
"type": "structure",
|
6258
6298
|
"members": {
|
6259
6299
|
"LevelOne": {
|
6260
|
-
"shape": "
|
6300
|
+
"shape": "Sla"
|
6261
6301
|
},
|
6262
6302
|
"LevelTwo": {
|
6263
|
-
"shape": "
|
6303
|
+
"shape": "Sla"
|
6264
6304
|
},
|
6265
6305
|
"LevelThree": {
|
6266
|
-
"shape": "
|
6306
|
+
"shape": "Sla"
|
6267
6307
|
},
|
6268
6308
|
"LevelFour": {
|
6269
|
-
"shape": "
|
6309
|
+
"shape": "Sla"
|
6270
6310
|
},
|
6271
6311
|
"LevelFive": {
|
6272
|
-
"shape": "
|
6312
|
+
"shape": "Sla"
|
6273
6313
|
}
|
6274
6314
|
}
|
6275
6315
|
},
|
@@ -6293,7 +6333,7 @@
|
|
6293
6333
|
],
|
6294
6334
|
"members": {
|
6295
6335
|
"IdentityInfo": {
|
6296
|
-
"shape": "
|
6336
|
+
"shape": "S67"
|
6297
6337
|
},
|
6298
6338
|
"UserId": {
|
6299
6339
|
"location": "uri",
|
@@ -6319,7 +6359,7 @@
|
|
6319
6359
|
],
|
6320
6360
|
"members": {
|
6321
6361
|
"PhoneConfig": {
|
6322
|
-
"shape": "
|
6362
|
+
"shape": "S6b"
|
6323
6363
|
},
|
6324
6364
|
"UserId": {
|
6325
6365
|
"location": "uri",
|
@@ -6369,7 +6409,7 @@
|
|
6369
6409
|
],
|
6370
6410
|
"members": {
|
6371
6411
|
"SecurityProfileIds": {
|
6372
|
-
"shape": "
|
6412
|
+
"shape": "S6g"
|
6373
6413
|
},
|
6374
6414
|
"UserId": {
|
6375
6415
|
"location": "uri",
|
@@ -6552,7 +6592,7 @@
|
|
6552
6592
|
"type": "string",
|
6553
6593
|
"sensitive": true
|
6554
6594
|
},
|
6555
|
-
"
|
6595
|
+
"S39": {
|
6556
6596
|
"type": "structure",
|
6557
6597
|
"members": {
|
6558
6598
|
"OutboundCallerIdName": {},
|
@@ -6560,7 +6600,7 @@
|
|
6560
6600
|
"OutboundFlowId": {}
|
6561
6601
|
}
|
6562
6602
|
},
|
6563
|
-
"
|
6603
|
+
"S3g": {
|
6564
6604
|
"type": "structure",
|
6565
6605
|
"required": [
|
6566
6606
|
"QuickConnectType"
|
@@ -6600,7 +6640,7 @@
|
|
6600
6640
|
}
|
6601
6641
|
}
|
6602
6642
|
},
|
6603
|
-
"
|
6643
|
+
"S3q": {
|
6604
6644
|
"type": "list",
|
6605
6645
|
"member": {
|
6606
6646
|
"type": "structure",
|
@@ -6625,7 +6665,7 @@
|
|
6625
6665
|
}
|
6626
6666
|
}
|
6627
6667
|
},
|
6628
|
-
"
|
6668
|
+
"S3y": {
|
6629
6669
|
"type": "structure",
|
6630
6670
|
"required": [
|
6631
6671
|
"EventSourceName"
|
@@ -6635,7 +6675,7 @@
|
|
6635
6675
|
"IntegrationAssociationId": {}
|
6636
6676
|
}
|
6637
6677
|
},
|
6638
|
-
"
|
6678
|
+
"S41": {
|
6639
6679
|
"type": "list",
|
6640
6680
|
"member": {
|
6641
6681
|
"type": "structure",
|
@@ -6655,7 +6695,7 @@
|
|
6655
6695
|
"Description": {},
|
6656
6696
|
"ContactFlowId": {},
|
6657
6697
|
"References": {
|
6658
|
-
"shape": "
|
6698
|
+
"shape": "S47"
|
6659
6699
|
}
|
6660
6700
|
}
|
6661
6701
|
},
|
@@ -6704,7 +6744,7 @@
|
|
6704
6744
|
}
|
6705
6745
|
}
|
6706
6746
|
},
|
6707
|
-
"
|
6747
|
+
"S47": {
|
6708
6748
|
"type": "map",
|
6709
6749
|
"key": {},
|
6710
6750
|
"value": {
|
@@ -6719,20 +6759,20 @@
|
|
6719
6759
|
}
|
6720
6760
|
}
|
6721
6761
|
},
|
6722
|
-
"
|
6762
|
+
"S4u": {
|
6723
6763
|
"type": "list",
|
6724
6764
|
"member": {}
|
6725
6765
|
},
|
6726
|
-
"
|
6766
|
+
"S4w": {
|
6727
6767
|
"type": "map",
|
6728
6768
|
"key": {},
|
6729
6769
|
"value": {}
|
6730
6770
|
},
|
6731
|
-
"
|
6771
|
+
"S4z": {
|
6732
6772
|
"type": "list",
|
6733
6773
|
"member": {}
|
6734
6774
|
},
|
6735
|
-
"
|
6775
|
+
"S56": {
|
6736
6776
|
"type": "structure",
|
6737
6777
|
"members": {
|
6738
6778
|
"RequiredFields": {
|
@@ -6741,7 +6781,7 @@
|
|
6741
6781
|
"type": "structure",
|
6742
6782
|
"members": {
|
6743
6783
|
"Id": {
|
6744
|
-
"shape": "
|
6784
|
+
"shape": "S59"
|
6745
6785
|
}
|
6746
6786
|
}
|
6747
6787
|
}
|
@@ -6752,7 +6792,7 @@
|
|
6752
6792
|
"type": "structure",
|
6753
6793
|
"members": {
|
6754
6794
|
"Id": {
|
6755
|
-
"shape": "
|
6795
|
+
"shape": "S59"
|
6756
6796
|
}
|
6757
6797
|
}
|
6758
6798
|
}
|
@@ -6763,20 +6803,20 @@
|
|
6763
6803
|
"type": "structure",
|
6764
6804
|
"members": {
|
6765
6805
|
"Id": {
|
6766
|
-
"shape": "
|
6806
|
+
"shape": "S59"
|
6767
6807
|
}
|
6768
6808
|
}
|
6769
6809
|
}
|
6770
6810
|
}
|
6771
6811
|
}
|
6772
6812
|
},
|
6773
|
-
"
|
6813
|
+
"S59": {
|
6774
6814
|
"type": "structure",
|
6775
6815
|
"members": {
|
6776
6816
|
"Name": {}
|
6777
6817
|
}
|
6778
6818
|
},
|
6779
|
-
"
|
6819
|
+
"S5f": {
|
6780
6820
|
"type": "structure",
|
6781
6821
|
"members": {
|
6782
6822
|
"DefaultFieldValues": {
|
@@ -6785,7 +6825,7 @@
|
|
6785
6825
|
"type": "structure",
|
6786
6826
|
"members": {
|
6787
6827
|
"Id": {
|
6788
|
-
"shape": "
|
6828
|
+
"shape": "S59"
|
6789
6829
|
},
|
6790
6830
|
"DefaultValue": {}
|
6791
6831
|
}
|
@@ -6793,7 +6833,7 @@
|
|
6793
6833
|
}
|
6794
6834
|
}
|
6795
6835
|
},
|
6796
|
-
"
|
6836
|
+
"S5k": {
|
6797
6837
|
"type": "list",
|
6798
6838
|
"member": {
|
6799
6839
|
"type": "structure",
|
@@ -6802,7 +6842,7 @@
|
|
6802
6842
|
],
|
6803
6843
|
"members": {
|
6804
6844
|
"Id": {
|
6805
|
-
"shape": "
|
6845
|
+
"shape": "S59"
|
6806
6846
|
},
|
6807
6847
|
"Description": {},
|
6808
6848
|
"Type": {},
|
@@ -6813,7 +6853,7 @@
|
|
6813
6853
|
}
|
6814
6854
|
}
|
6815
6855
|
},
|
6816
|
-
"
|
6856
|
+
"S67": {
|
6817
6857
|
"type": "structure",
|
6818
6858
|
"members": {
|
6819
6859
|
"FirstName": {},
|
@@ -6823,7 +6863,7 @@
|
|
6823
6863
|
"Mobile": {}
|
6824
6864
|
}
|
6825
6865
|
},
|
6826
|
-
"
|
6866
|
+
"S6b": {
|
6827
6867
|
"type": "structure",
|
6828
6868
|
"required": [
|
6829
6869
|
"PhoneType"
|
@@ -6839,18 +6879,18 @@
|
|
6839
6879
|
"DeskPhoneNumber": {}
|
6840
6880
|
}
|
6841
6881
|
},
|
6842
|
-
"
|
6882
|
+
"S6g": {
|
6843
6883
|
"type": "list",
|
6844
6884
|
"member": {}
|
6845
6885
|
},
|
6846
|
-
"
|
6886
|
+
"S8b": {
|
6847
6887
|
"type": "structure",
|
6848
6888
|
"members": {
|
6849
6889
|
"AttributeType": {},
|
6850
6890
|
"Value": {}
|
6851
6891
|
}
|
6852
6892
|
},
|
6853
|
-
"
|
6893
|
+
"S8p": {
|
6854
6894
|
"type": "structure",
|
6855
6895
|
"members": {
|
6856
6896
|
"Name": {},
|
@@ -6858,7 +6898,7 @@
|
|
6858
6898
|
"QueueId": {},
|
6859
6899
|
"Description": {},
|
6860
6900
|
"OutboundCallerConfig": {
|
6861
|
-
"shape": "
|
6901
|
+
"shape": "S39"
|
6862
6902
|
},
|
6863
6903
|
"HoursOfOperationId": {},
|
6864
6904
|
"MaxContacts": {
|
@@ -6870,7 +6910,7 @@
|
|
6870
6910
|
}
|
6871
6911
|
}
|
6872
6912
|
},
|
6873
|
-
"
|
6913
|
+
"S8w": {
|
6874
6914
|
"type": "structure",
|
6875
6915
|
"members": {
|
6876
6916
|
"InstanceId": {},
|
@@ -6879,7 +6919,7 @@
|
|
6879
6919
|
"RoutingProfileId": {},
|
6880
6920
|
"Description": {},
|
6881
6921
|
"MediaConcurrencies": {
|
6882
|
-
"shape": "
|
6922
|
+
"shape": "S3q"
|
6883
6923
|
},
|
6884
6924
|
"DefaultOutboundQueueId": {},
|
6885
6925
|
"Tags": {
|
@@ -6893,7 +6933,7 @@
|
|
6893
6933
|
}
|
6894
6934
|
}
|
6895
6935
|
},
|
6896
|
-
"
|
6936
|
+
"S9i": {
|
6897
6937
|
"type": "structure",
|
6898
6938
|
"members": {
|
6899
6939
|
"Id": {},
|
@@ -6901,7 +6941,7 @@
|
|
6901
6941
|
"Name": {}
|
6902
6942
|
}
|
6903
6943
|
},
|
6904
|
-
"
|
6944
|
+
"S9m": {
|
6905
6945
|
"type": "structure",
|
6906
6946
|
"members": {
|
6907
6947
|
"Id": {},
|
@@ -6909,90 +6949,90 @@
|
|
6909
6949
|
"Name": {}
|
6910
6950
|
}
|
6911
6951
|
},
|
6912
|
-
"
|
6952
|
+
"Sa7": {
|
6913
6953
|
"type": "map",
|
6914
6954
|
"key": {},
|
6915
6955
|
"value": {}
|
6916
6956
|
},
|
6917
|
-
"
|
6957
|
+
"Sab": {
|
6918
6958
|
"type": "structure",
|
6919
6959
|
"members": {
|
6920
6960
|
"Queues": {
|
6921
|
-
"shape": "
|
6961
|
+
"shape": "Sac"
|
6922
6962
|
},
|
6923
6963
|
"Channels": {
|
6924
6964
|
"type": "list",
|
6925
6965
|
"member": {}
|
6926
6966
|
},
|
6927
6967
|
"RoutingProfiles": {
|
6928
|
-
"shape": "
|
6968
|
+
"shape": "Sae"
|
6929
6969
|
}
|
6930
6970
|
}
|
6931
6971
|
},
|
6932
|
-
"
|
6972
|
+
"Sac": {
|
6933
6973
|
"type": "list",
|
6934
6974
|
"member": {}
|
6935
6975
|
},
|
6936
|
-
"
|
6976
|
+
"Sae": {
|
6937
6977
|
"type": "list",
|
6938
6978
|
"member": {}
|
6939
6979
|
},
|
6940
|
-
"
|
6980
|
+
"Saf": {
|
6941
6981
|
"type": "list",
|
6942
6982
|
"member": {}
|
6943
6983
|
},
|
6944
|
-
"
|
6984
|
+
"Sai": {
|
6945
6985
|
"type": "structure",
|
6946
6986
|
"members": {
|
6947
6987
|
"Name": {},
|
6948
6988
|
"Unit": {}
|
6949
6989
|
}
|
6950
6990
|
},
|
6951
|
-
"
|
6991
|
+
"Sat": {
|
6952
6992
|
"type": "structure",
|
6953
6993
|
"members": {
|
6954
6994
|
"Queue": {
|
6955
|
-
"shape": "
|
6995
|
+
"shape": "Sau"
|
6956
6996
|
},
|
6957
6997
|
"Channel": {},
|
6958
6998
|
"RoutingProfile": {
|
6959
|
-
"shape": "
|
6999
|
+
"shape": "Sav"
|
6960
7000
|
}
|
6961
7001
|
}
|
6962
7002
|
},
|
6963
|
-
"
|
7003
|
+
"Sau": {
|
6964
7004
|
"type": "structure",
|
6965
7005
|
"members": {
|
6966
7006
|
"Id": {},
|
6967
7007
|
"Arn": {}
|
6968
7008
|
}
|
6969
7009
|
},
|
6970
|
-
"
|
7010
|
+
"Sav": {
|
6971
7011
|
"type": "structure",
|
6972
7012
|
"members": {
|
6973
7013
|
"Id": {},
|
6974
7014
|
"Arn": {}
|
6975
7015
|
}
|
6976
7016
|
},
|
6977
|
-
"
|
7017
|
+
"Sbc": {
|
6978
7018
|
"type": "structure",
|
6979
7019
|
"members": {
|
6980
7020
|
"Id": {},
|
6981
7021
|
"Arn": {}
|
6982
7022
|
}
|
6983
7023
|
},
|
6984
|
-
"
|
7024
|
+
"Sbe": {
|
6985
7025
|
"type": "map",
|
6986
7026
|
"key": {},
|
6987
7027
|
"value": {
|
6988
7028
|
"type": "integer"
|
6989
7029
|
}
|
6990
7030
|
},
|
6991
|
-
"
|
7031
|
+
"Sbl": {
|
6992
7032
|
"type": "string",
|
6993
7033
|
"sensitive": true
|
6994
7034
|
},
|
6995
|
-
"
|
7035
|
+
"Sbp": {
|
6996
7036
|
"type": "structure",
|
6997
7037
|
"members": {
|
6998
7038
|
"Name": {},
|
@@ -7009,7 +7049,7 @@
|
|
7009
7049
|
"Unit": {}
|
7010
7050
|
}
|
7011
7051
|
},
|
7012
|
-
"
|
7052
|
+
"Sc8": {
|
7013
7053
|
"type": "structure",
|
7014
7054
|
"members": {
|
7015
7055
|
"Name": {},
|
@@ -7040,7 +7080,7 @@
|
|
7040
7080
|
}
|
7041
7081
|
}
|
7042
7082
|
},
|
7043
|
-
"
|
7083
|
+
"Sct": {
|
7044
7084
|
"type": "structure",
|
7045
7085
|
"required": [
|
7046
7086
|
"Distributions"
|
@@ -7064,15 +7104,15 @@
|
|
7064
7104
|
}
|
7065
7105
|
}
|
7066
7106
|
},
|
7067
|
-
"
|
7107
|
+
"Sev": {
|
7068
7108
|
"type": "list",
|
7069
7109
|
"member": {}
|
7070
7110
|
},
|
7071
|
-
"
|
7111
|
+
"Sew": {
|
7072
7112
|
"type": "list",
|
7073
7113
|
"member": {}
|
7074
7114
|
},
|
7075
|
-
"
|
7115
|
+
"Sfe": {
|
7076
7116
|
"type": "list",
|
7077
7117
|
"member": {
|
7078
7118
|
"type": "structure",
|
@@ -7084,58 +7124,58 @@
|
|
7084
7124
|
}
|
7085
7125
|
}
|
7086
7126
|
},
|
7087
|
-
"
|
7127
|
+
"Shi": {
|
7088
7128
|
"type": "structure",
|
7089
7129
|
"members": {
|
7090
7130
|
"OrConditions": {
|
7091
7131
|
"type": "list",
|
7092
7132
|
"member": {
|
7093
|
-
"shape": "
|
7133
|
+
"shape": "Shk"
|
7094
7134
|
}
|
7095
7135
|
},
|
7096
7136
|
"AndConditions": {
|
7097
|
-
"shape": "
|
7137
|
+
"shape": "Shk"
|
7098
7138
|
},
|
7099
7139
|
"TagCondition": {
|
7100
|
-
"shape": "
|
7140
|
+
"shape": "Shl"
|
7101
7141
|
}
|
7102
7142
|
}
|
7103
7143
|
},
|
7104
|
-
"
|
7144
|
+
"Shk": {
|
7105
7145
|
"type": "list",
|
7106
7146
|
"member": {
|
7107
|
-
"shape": "
|
7147
|
+
"shape": "Shl"
|
7108
7148
|
}
|
7109
7149
|
},
|
7110
|
-
"
|
7150
|
+
"Shl": {
|
7111
7151
|
"type": "structure",
|
7112
7152
|
"members": {
|
7113
7153
|
"TagKey": {},
|
7114
7154
|
"TagValue": {}
|
7115
7155
|
}
|
7116
7156
|
},
|
7117
|
-
"
|
7157
|
+
"Shm": {
|
7118
7158
|
"type": "structure",
|
7119
7159
|
"members": {
|
7120
7160
|
"OrConditions": {
|
7121
|
-
"shape": "
|
7161
|
+
"shape": "Shn"
|
7122
7162
|
},
|
7123
7163
|
"AndConditions": {
|
7124
|
-
"shape": "
|
7164
|
+
"shape": "Shn"
|
7125
7165
|
},
|
7126
7166
|
"StringCondition": {
|
7127
|
-
"shape": "
|
7167
|
+
"shape": "Sho"
|
7128
7168
|
},
|
7129
7169
|
"QueueTypeCondition": {}
|
7130
7170
|
}
|
7131
7171
|
},
|
7132
|
-
"
|
7172
|
+
"Shn": {
|
7133
7173
|
"type": "list",
|
7134
7174
|
"member": {
|
7135
|
-
"shape": "
|
7175
|
+
"shape": "Shm"
|
7136
7176
|
}
|
7137
7177
|
},
|
7138
|
-
"
|
7178
|
+
"Sho": {
|
7139
7179
|
"type": "structure",
|
7140
7180
|
"members": {
|
7141
7181
|
"FieldName": {},
|
@@ -7143,57 +7183,57 @@
|
|
7143
7183
|
"ComparisonType": {}
|
7144
7184
|
}
|
7145
7185
|
},
|
7146
|
-
"
|
7186
|
+
"Shv": {
|
7147
7187
|
"type": "structure",
|
7148
7188
|
"members": {
|
7149
7189
|
"OrConditions": {
|
7150
|
-
"shape": "
|
7190
|
+
"shape": "Shw"
|
7151
7191
|
},
|
7152
7192
|
"AndConditions": {
|
7153
|
-
"shape": "
|
7193
|
+
"shape": "Shw"
|
7154
7194
|
},
|
7155
7195
|
"StringCondition": {
|
7156
|
-
"shape": "
|
7196
|
+
"shape": "Sho"
|
7157
7197
|
}
|
7158
7198
|
}
|
7159
7199
|
},
|
7160
|
-
"
|
7200
|
+
"Shw": {
|
7161
7201
|
"type": "list",
|
7162
7202
|
"member": {
|
7163
|
-
"shape": "
|
7203
|
+
"shape": "Shv"
|
7164
7204
|
}
|
7165
7205
|
},
|
7166
|
-
"
|
7206
|
+
"Si0": {
|
7167
7207
|
"type": "structure",
|
7168
7208
|
"members": {
|
7169
7209
|
"OrConditions": {
|
7170
|
-
"shape": "
|
7210
|
+
"shape": "Si1"
|
7171
7211
|
},
|
7172
7212
|
"AndConditions": {
|
7173
|
-
"shape": "
|
7213
|
+
"shape": "Si1"
|
7174
7214
|
},
|
7175
7215
|
"StringCondition": {
|
7176
|
-
"shape": "
|
7216
|
+
"shape": "Sho"
|
7177
7217
|
}
|
7178
7218
|
}
|
7179
7219
|
},
|
7180
|
-
"
|
7220
|
+
"Si1": {
|
7181
7221
|
"type": "list",
|
7182
7222
|
"member": {
|
7183
|
-
"shape": "
|
7223
|
+
"shape": "Si0"
|
7184
7224
|
}
|
7185
7225
|
},
|
7186
|
-
"
|
7226
|
+
"Si8": {
|
7187
7227
|
"type": "structure",
|
7188
7228
|
"members": {
|
7189
7229
|
"OrConditions": {
|
7190
|
-
"shape": "
|
7230
|
+
"shape": "Si9"
|
7191
7231
|
},
|
7192
7232
|
"AndConditions": {
|
7193
|
-
"shape": "
|
7233
|
+
"shape": "Si9"
|
7194
7234
|
},
|
7195
7235
|
"StringCondition": {
|
7196
|
-
"shape": "
|
7236
|
+
"shape": "Sho"
|
7197
7237
|
},
|
7198
7238
|
"HierarchyGroupCondition": {
|
7199
7239
|
"type": "structure",
|
@@ -7204,13 +7244,13 @@
|
|
7204
7244
|
}
|
7205
7245
|
}
|
7206
7246
|
},
|
7207
|
-
"
|
7247
|
+
"Si9": {
|
7208
7248
|
"type": "list",
|
7209
7249
|
"member": {
|
7210
|
-
"shape": "
|
7250
|
+
"shape": "Si8"
|
7211
7251
|
}
|
7212
7252
|
},
|
7213
|
-
"
|
7253
|
+
"Sla": {
|
7214
7254
|
"type": "structure",
|
7215
7255
|
"required": [
|
7216
7256
|
"Name"
|