cdk-docker-image-deployment 0.0.95 → 0.0.97

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.
Files changed (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +81 -19
  8. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
  9. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +48 -1
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +518 -184
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +41 -7
  13. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +42 -14
  14. package/node_modules/aws-sdk/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +12 -0
  15. package/node_modules/aws-sdk/clients/billingconductor.d.ts +55 -2
  16. package/node_modules/aws-sdk/clients/cloudfront.d.ts +42 -1
  17. package/node_modules/aws-sdk/clients/connect.d.ts +361 -2
  18. package/node_modules/aws-sdk/clients/costexplorer.d.ts +4 -0
  19. package/node_modules/aws-sdk/clients/eks.d.ts +46 -2
  20. package/node_modules/aws-sdk/clients/kms.d.ts +3 -3
  21. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +15 -5
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +577 -189
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -87
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +6 -6
@@ -619,6 +619,51 @@
619
619
  }
620
620
  }
621
621
  },
622
+ "CreateRule": {
623
+ "http": {
624
+ "requestUri": "/rules/{InstanceId}"
625
+ },
626
+ "input": {
627
+ "type": "structure",
628
+ "required": [
629
+ "InstanceId",
630
+ "Name",
631
+ "TriggerEventSource",
632
+ "Function",
633
+ "Actions",
634
+ "PublishStatus"
635
+ ],
636
+ "members": {
637
+ "InstanceId": {
638
+ "location": "uri",
639
+ "locationName": "InstanceId"
640
+ },
641
+ "Name": {},
642
+ "TriggerEventSource": {
643
+ "shape": "S3m"
644
+ },
645
+ "Function": {},
646
+ "Actions": {
647
+ "shape": "S3p"
648
+ },
649
+ "PublishStatus": {},
650
+ "ClientToken": {
651
+ "idempotencyToken": true
652
+ }
653
+ }
654
+ },
655
+ "output": {
656
+ "type": "structure",
657
+ "required": [
658
+ "RuleArn",
659
+ "RuleId"
660
+ ],
661
+ "members": {
662
+ "RuleArn": {},
663
+ "RuleId": {}
664
+ }
665
+ }
666
+ },
622
667
  "CreateSecurityProfile": {
623
668
  "http": {
624
669
  "method": "PUT",
@@ -634,7 +679,7 @@
634
679
  "SecurityProfileName": {},
635
680
  "Description": {},
636
681
  "Permissions": {
637
- "shape": "S3n"
682
+ "shape": "S4i"
638
683
  },
639
684
  "InstanceId": {
640
685
  "location": "uri",
@@ -644,10 +689,10 @@
644
689
  "shape": "S1j"
645
690
  },
646
691
  "AllowedAccessControlTags": {
647
- "shape": "S3p"
692
+ "shape": "S4k"
648
693
  },
649
694
  "TagRestrictedResources": {
650
- "shape": "S3s"
695
+ "shape": "S4n"
651
696
  }
652
697
  }
653
698
  },
@@ -680,14 +725,14 @@
680
725
  "Description": {},
681
726
  "ContactFlowId": {},
682
727
  "Constraints": {
683
- "shape": "S3z"
728
+ "shape": "S4u"
684
729
  },
685
730
  "Defaults": {
686
- "shape": "S48"
731
+ "shape": "S53"
687
732
  },
688
733
  "Status": {},
689
734
  "Fields": {
690
- "shape": "S4d"
735
+ "shape": "S58"
691
736
  },
692
737
  "ClientToken": {
693
738
  "idempotencyToken": true
@@ -790,14 +835,14 @@
790
835
  "Username": {},
791
836
  "Password": {},
792
837
  "IdentityInfo": {
793
- "shape": "S50"
838
+ "shape": "S5v"
794
839
  },
795
840
  "PhoneConfig": {
796
- "shape": "S54"
841
+ "shape": "S5z"
797
842
  },
798
843
  "DirectoryUserId": {},
799
844
  "SecurityProfileIds": {
800
- "shape": "S59"
845
+ "shape": "S64"
801
846
  },
802
847
  "RoutingProfileId": {},
803
848
  "HierarchyGroupId": {},
@@ -1028,6 +1073,29 @@
1028
1073
  }
1029
1074
  }
1030
1075
  },
1076
+ "DeleteRule": {
1077
+ "http": {
1078
+ "method": "DELETE",
1079
+ "requestUri": "/rules/{InstanceId}/{RuleId}"
1080
+ },
1081
+ "input": {
1082
+ "type": "structure",
1083
+ "required": [
1084
+ "InstanceId",
1085
+ "RuleId"
1086
+ ],
1087
+ "members": {
1088
+ "InstanceId": {
1089
+ "location": "uri",
1090
+ "locationName": "InstanceId"
1091
+ },
1092
+ "RuleId": {
1093
+ "location": "uri",
1094
+ "locationName": "RuleId"
1095
+ }
1096
+ }
1097
+ }
1098
+ },
1031
1099
  "DeleteSecurityProfile": {
1032
1100
  "http": {
1033
1101
  "method": "DELETE",
@@ -1532,7 +1600,7 @@
1532
1600
  "type": "structure",
1533
1601
  "members": {
1534
1602
  "Attribute": {
1535
- "shape": "S73"
1603
+ "shape": "S7y"
1536
1604
  }
1537
1605
  }
1538
1606
  }
@@ -1644,7 +1712,7 @@
1644
1712
  "type": "structure",
1645
1713
  "members": {
1646
1714
  "Queue": {
1647
- "shape": "S7h"
1715
+ "shape": "S8c"
1648
1716
  }
1649
1717
  }
1650
1718
  }
@@ -1718,7 +1786,76 @@
1718
1786
  "type": "structure",
1719
1787
  "members": {
1720
1788
  "RoutingProfile": {
1721
- "shape": "S7o"
1789
+ "shape": "S8j"
1790
+ }
1791
+ }
1792
+ }
1793
+ },
1794
+ "DescribeRule": {
1795
+ "http": {
1796
+ "method": "GET",
1797
+ "requestUri": "/rules/{InstanceId}/{RuleId}"
1798
+ },
1799
+ "input": {
1800
+ "type": "structure",
1801
+ "required": [
1802
+ "InstanceId",
1803
+ "RuleId"
1804
+ ],
1805
+ "members": {
1806
+ "InstanceId": {
1807
+ "location": "uri",
1808
+ "locationName": "InstanceId"
1809
+ },
1810
+ "RuleId": {
1811
+ "location": "uri",
1812
+ "locationName": "RuleId"
1813
+ }
1814
+ }
1815
+ },
1816
+ "output": {
1817
+ "type": "structure",
1818
+ "required": [
1819
+ "Rule"
1820
+ ],
1821
+ "members": {
1822
+ "Rule": {
1823
+ "type": "structure",
1824
+ "required": [
1825
+ "Name",
1826
+ "RuleId",
1827
+ "RuleArn",
1828
+ "TriggerEventSource",
1829
+ "Function",
1830
+ "Actions",
1831
+ "PublishStatus",
1832
+ "CreatedTime",
1833
+ "LastUpdatedTime",
1834
+ "LastUpdatedBy"
1835
+ ],
1836
+ "members": {
1837
+ "Name": {},
1838
+ "RuleId": {},
1839
+ "RuleArn": {},
1840
+ "TriggerEventSource": {
1841
+ "shape": "S3m"
1842
+ },
1843
+ "Function": {},
1844
+ "Actions": {
1845
+ "shape": "S3p"
1846
+ },
1847
+ "PublishStatus": {},
1848
+ "CreatedTime": {
1849
+ "type": "timestamp"
1850
+ },
1851
+ "LastUpdatedTime": {
1852
+ "type": "timestamp"
1853
+ },
1854
+ "LastUpdatedBy": {},
1855
+ "Tags": {
1856
+ "shape": "S1j"
1857
+ }
1858
+ }
1722
1859
  }
1723
1860
  }
1724
1861
  }
@@ -1760,10 +1897,10 @@
1760
1897
  "shape": "S1j"
1761
1898
  },
1762
1899
  "AllowedAccessControlTags": {
1763
- "shape": "S3p"
1900
+ "shape": "S4k"
1764
1901
  },
1765
1902
  "TagRestrictedResources": {
1766
- "shape": "S3s"
1903
+ "shape": "S4n"
1767
1904
  }
1768
1905
  }
1769
1906
  }
@@ -1839,14 +1976,14 @@
1839
1976
  "Arn": {},
1840
1977
  "Username": {},
1841
1978
  "IdentityInfo": {
1842
- "shape": "S50"
1979
+ "shape": "S5v"
1843
1980
  },
1844
1981
  "PhoneConfig": {
1845
- "shape": "S54"
1982
+ "shape": "S5z"
1846
1983
  },
1847
1984
  "DirectoryUserId": {},
1848
1985
  "SecurityProfileIds": {
1849
- "shape": "S59"
1986
+ "shape": "S64"
1850
1987
  },
1851
1988
  "RoutingProfileId": {},
1852
1989
  "HierarchyGroupId": {},
@@ -1894,19 +2031,19 @@
1894
2031
  "type": "structure",
1895
2032
  "members": {
1896
2033
  "LevelOne": {
1897
- "shape": "S87"
2034
+ "shape": "S95"
1898
2035
  },
1899
2036
  "LevelTwo": {
1900
- "shape": "S87"
2037
+ "shape": "S95"
1901
2038
  },
1902
2039
  "LevelThree": {
1903
- "shape": "S87"
2040
+ "shape": "S95"
1904
2041
  },
1905
2042
  "LevelFour": {
1906
- "shape": "S87"
2043
+ "shape": "S95"
1907
2044
  },
1908
2045
  "LevelFive": {
1909
- "shape": "S87"
2046
+ "shape": "S95"
1910
2047
  }
1911
2048
  }
1912
2049
  },
@@ -1942,19 +2079,19 @@
1942
2079
  "type": "structure",
1943
2080
  "members": {
1944
2081
  "LevelOne": {
1945
- "shape": "S8b"
2082
+ "shape": "S99"
1946
2083
  },
1947
2084
  "LevelTwo": {
1948
- "shape": "S8b"
2085
+ "shape": "S99"
1949
2086
  },
1950
2087
  "LevelThree": {
1951
- "shape": "S8b"
2088
+ "shape": "S99"
1952
2089
  },
1953
2090
  "LevelFour": {
1954
- "shape": "S8b"
2091
+ "shape": "S99"
1955
2092
  },
1956
2093
  "LevelFive": {
1957
- "shape": "S8b"
2094
+ "shape": "S99"
1958
2095
  }
1959
2096
  }
1960
2097
  }
@@ -2298,7 +2435,7 @@
2298
2435
  "type": "structure",
2299
2436
  "members": {
2300
2437
  "Attributes": {
2301
- "shape": "S8w"
2438
+ "shape": "S9u"
2302
2439
  }
2303
2440
  }
2304
2441
  }
@@ -2320,15 +2457,15 @@
2320
2457
  "locationName": "InstanceId"
2321
2458
  },
2322
2459
  "Filters": {
2323
- "shape": "S90"
2460
+ "shape": "S9y"
2324
2461
  },
2325
2462
  "Groupings": {
2326
- "shape": "S93"
2463
+ "shape": "Sa1"
2327
2464
  },
2328
2465
  "CurrentMetrics": {
2329
2466
  "type": "list",
2330
2467
  "member": {
2331
- "shape": "S96"
2468
+ "shape": "Sa4"
2332
2469
  }
2333
2470
  },
2334
2471
  "NextToken": {},
@@ -2347,7 +2484,7 @@
2347
2484
  "type": "structure",
2348
2485
  "members": {
2349
2486
  "Dimensions": {
2350
- "shape": "S9e"
2487
+ "shape": "Sac"
2351
2488
  },
2352
2489
  "Collections": {
2353
2490
  "type": "list",
@@ -2355,7 +2492,7 @@
2355
2492
  "type": "structure",
2356
2493
  "members": {
2357
2494
  "Metric": {
2358
- "shape": "S96"
2495
+ "shape": "Sa4"
2359
2496
  },
2360
2497
  "Value": {
2361
2498
  "type": "double"
@@ -2391,7 +2528,7 @@
2391
2528
  "type": "structure",
2392
2529
  "members": {
2393
2530
  "Queues": {
2394
- "shape": "S91"
2531
+ "shape": "S9z"
2395
2532
  },
2396
2533
  "ContactFilter": {
2397
2534
  "type": "structure",
@@ -2437,19 +2574,19 @@
2437
2574
  "type": "structure",
2438
2575
  "members": {
2439
2576
  "LevelOne": {
2440
- "shape": "S9u"
2577
+ "shape": "Sas"
2441
2578
  },
2442
2579
  "LevelTwo": {
2443
- "shape": "S9u"
2580
+ "shape": "Sas"
2444
2581
  },
2445
2582
  "LevelThree": {
2446
- "shape": "S9u"
2583
+ "shape": "Sas"
2447
2584
  },
2448
2585
  "LevelFour": {
2449
- "shape": "S9u"
2586
+ "shape": "Sas"
2450
2587
  },
2451
2588
  "LevelFive": {
2452
- "shape": "S9u"
2589
+ "shape": "Sas"
2453
2590
  }
2454
2591
  }
2455
2592
  },
@@ -2463,13 +2600,13 @@
2463
2600
  }
2464
2601
  },
2465
2602
  "AvailableSlotsByChannel": {
2466
- "shape": "S9w"
2603
+ "shape": "Sau"
2467
2604
  },
2468
2605
  "MaxSlotsByChannel": {
2469
- "shape": "S9w"
2606
+ "shape": "Sau"
2470
2607
  },
2471
2608
  "ActiveSlotsByChannel": {
2472
- "shape": "S9w"
2609
+ "shape": "Sau"
2473
2610
  },
2474
2611
  "Contacts": {
2475
2612
  "type": "list",
@@ -2487,7 +2624,7 @@
2487
2624
  "type": "timestamp"
2488
2625
  },
2489
2626
  "Queue": {
2490
- "shape": "S9f"
2627
+ "shape": "Sad"
2491
2628
  }
2492
2629
  }
2493
2630
  }
@@ -2522,13 +2659,13 @@
2522
2659
  "type": "structure",
2523
2660
  "members": {
2524
2661
  "AccessToken": {
2525
- "shape": "Sa3"
2662
+ "shape": "Sb1"
2526
2663
  },
2527
2664
  "AccessTokenExpiration": {
2528
2665
  "type": "timestamp"
2529
2666
  },
2530
2667
  "RefreshToken": {
2531
- "shape": "Sa3"
2668
+ "shape": "Sb1"
2532
2669
  },
2533
2670
  "RefreshTokenExpiration": {
2534
2671
  "type": "timestamp"
@@ -2566,15 +2703,15 @@
2566
2703
  "type": "timestamp"
2567
2704
  },
2568
2705
  "Filters": {
2569
- "shape": "S90"
2706
+ "shape": "S9y"
2570
2707
  },
2571
2708
  "Groupings": {
2572
- "shape": "S93"
2709
+ "shape": "Sa1"
2573
2710
  },
2574
2711
  "HistoricalMetrics": {
2575
2712
  "type": "list",
2576
2713
  "member": {
2577
- "shape": "Sa7"
2714
+ "shape": "Sb5"
2578
2715
  }
2579
2716
  },
2580
2717
  "NextToken": {},
@@ -2593,7 +2730,7 @@
2593
2730
  "type": "structure",
2594
2731
  "members": {
2595
2732
  "Dimensions": {
2596
- "shape": "S9e"
2733
+ "shape": "Sac"
2597
2734
  },
2598
2735
  "Collections": {
2599
2736
  "type": "list",
@@ -2601,7 +2738,7 @@
2601
2738
  "type": "structure",
2602
2739
  "members": {
2603
2740
  "Metric": {
2604
- "shape": "Sa7"
2741
+ "shape": "Sb5"
2605
2742
  },
2606
2743
  "Value": {
2607
2744
  "type": "double"
@@ -2656,13 +2793,13 @@
2656
2793
  "Description": {},
2657
2794
  "ContactFlowId": {},
2658
2795
  "Constraints": {
2659
- "shape": "S3z"
2796
+ "shape": "S4u"
2660
2797
  },
2661
2798
  "Defaults": {
2662
- "shape": "S48"
2799
+ "shape": "S53"
2663
2800
  },
2664
2801
  "Fields": {
2665
- "shape": "S4d"
2802
+ "shape": "S58"
2666
2803
  },
2667
2804
  "Status": {},
2668
2805
  "LastModifiedTime": {
@@ -2698,7 +2835,7 @@
2698
2835
  "type": "structure",
2699
2836
  "members": {
2700
2837
  "TelephonyConfig": {
2701
- "shape": "San"
2838
+ "shape": "Sbl"
2702
2839
  },
2703
2840
  "Id": {},
2704
2841
  "Arn": {}
@@ -3163,7 +3300,7 @@
3163
3300
  "Attributes": {
3164
3301
  "type": "list",
3165
3302
  "member": {
3166
- "shape": "S73"
3303
+ "shape": "S7y"
3167
3304
  }
3168
3305
  },
3169
3306
  "NextToken": {}
@@ -3410,12 +3547,12 @@
3410
3547
  "locationName": "InstanceId"
3411
3548
  },
3412
3549
  "PhoneNumberTypes": {
3413
- "shape": "Scs",
3550
+ "shape": "Sdn",
3414
3551
  "location": "querystring",
3415
3552
  "locationName": "phoneNumberTypes"
3416
3553
  },
3417
3554
  "PhoneNumberCountryCodes": {
3418
- "shape": "Sct",
3555
+ "shape": "Sdo",
3419
3556
  "location": "querystring",
3420
3557
  "locationName": "phoneNumberCountryCodes"
3421
3558
  },
@@ -3463,10 +3600,10 @@
3463
3600
  },
3464
3601
  "NextToken": {},
3465
3602
  "PhoneNumberCountryCodes": {
3466
- "shape": "Sct"
3603
+ "shape": "Sdo"
3467
3604
  },
3468
3605
  "PhoneNumberTypes": {
3469
- "shape": "Scs"
3606
+ "shape": "Sdn"
3470
3607
  },
3471
3608
  "PhoneNumberPrefix": {}
3472
3609
  }
@@ -3572,7 +3709,7 @@
3572
3709
  "members": {
3573
3710
  "NextToken": {},
3574
3711
  "QuickConnectSummaryList": {
3575
- "shape": "Sdb"
3712
+ "shape": "Se6"
3576
3713
  }
3577
3714
  }
3578
3715
  }
@@ -3664,7 +3801,7 @@
3664
3801
  "type": "structure",
3665
3802
  "members": {
3666
3803
  "QuickConnectSummaryList": {
3667
- "shape": "Sdb"
3804
+ "shape": "Se6"
3668
3805
  },
3669
3806
  "NextToken": {}
3670
3807
  }
@@ -3778,6 +3915,91 @@
3778
3915
  }
3779
3916
  }
3780
3917
  },
3918
+ "ListRules": {
3919
+ "http": {
3920
+ "method": "GET",
3921
+ "requestUri": "/rules/{InstanceId}"
3922
+ },
3923
+ "input": {
3924
+ "type": "structure",
3925
+ "required": [
3926
+ "InstanceId"
3927
+ ],
3928
+ "members": {
3929
+ "InstanceId": {
3930
+ "location": "uri",
3931
+ "locationName": "InstanceId"
3932
+ },
3933
+ "PublishStatus": {
3934
+ "location": "querystring",
3935
+ "locationName": "publishStatus"
3936
+ },
3937
+ "EventSourceName": {
3938
+ "location": "querystring",
3939
+ "locationName": "eventSourceName"
3940
+ },
3941
+ "MaxResults": {
3942
+ "location": "querystring",
3943
+ "locationName": "maxResults",
3944
+ "type": "integer"
3945
+ },
3946
+ "NextToken": {
3947
+ "location": "querystring",
3948
+ "locationName": "nextToken"
3949
+ }
3950
+ }
3951
+ },
3952
+ "output": {
3953
+ "type": "structure",
3954
+ "required": [
3955
+ "RuleSummaryList"
3956
+ ],
3957
+ "members": {
3958
+ "RuleSummaryList": {
3959
+ "type": "list",
3960
+ "member": {
3961
+ "type": "structure",
3962
+ "required": [
3963
+ "Name",
3964
+ "RuleId",
3965
+ "RuleArn",
3966
+ "EventSourceName",
3967
+ "PublishStatus",
3968
+ "ActionSummaries",
3969
+ "CreatedTime",
3970
+ "LastUpdatedTime"
3971
+ ],
3972
+ "members": {
3973
+ "Name": {},
3974
+ "RuleId": {},
3975
+ "RuleArn": {},
3976
+ "EventSourceName": {},
3977
+ "PublishStatus": {},
3978
+ "ActionSummaries": {
3979
+ "type": "list",
3980
+ "member": {
3981
+ "type": "structure",
3982
+ "required": [
3983
+ "ActionType"
3984
+ ],
3985
+ "members": {
3986
+ "ActionType": {}
3987
+ }
3988
+ }
3989
+ },
3990
+ "CreatedTime": {
3991
+ "type": "timestamp"
3992
+ },
3993
+ "LastUpdatedTime": {
3994
+ "type": "timestamp"
3995
+ }
3996
+ }
3997
+ }
3998
+ },
3999
+ "NextToken": {}
4000
+ }
4001
+ }
4002
+ },
3781
4003
  "ListSecurityKeys": {
3782
4004
  "http": {
3783
4005
  "method": "GET",
@@ -3859,7 +4081,7 @@
3859
4081
  "type": "structure",
3860
4082
  "members": {
3861
4083
  "Permissions": {
3862
- "shape": "S3n"
4084
+ "shape": "S4i"
3863
4085
  },
3864
4086
  "NextToken": {}
3865
4087
  }
@@ -4119,7 +4341,7 @@
4119
4341
  "UserHierarchyGroupSummaryList": {
4120
4342
  "type": "list",
4121
4343
  "member": {
4122
- "shape": "S87"
4344
+ "shape": "S95"
4123
4345
  }
4124
4346
  },
4125
4347
  "NextToken": {}
@@ -4368,12 +4590,12 @@
4368
4590
  "type": "structure",
4369
4591
  "members": {
4370
4592
  "TagFilter": {
4371
- "shape": "Sf9"
4593
+ "shape": "Sgb"
4372
4594
  }
4373
4595
  }
4374
4596
  },
4375
4597
  "SearchCriteria": {
4376
- "shape": "Sfd"
4598
+ "shape": "Sgf"
4377
4599
  }
4378
4600
  }
4379
4601
  },
@@ -4383,7 +4605,7 @@
4383
4605
  "Queues": {
4384
4606
  "type": "list",
4385
4607
  "member": {
4386
- "shape": "S7h"
4608
+ "shape": "S8c"
4387
4609
  }
4388
4610
  },
4389
4611
  "NextToken": {},
@@ -4412,12 +4634,12 @@
4412
4634
  "type": "structure",
4413
4635
  "members": {
4414
4636
  "TagFilter": {
4415
- "shape": "Sf9"
4637
+ "shape": "Sgb"
4416
4638
  }
4417
4639
  }
4418
4640
  },
4419
4641
  "SearchCriteria": {
4420
- "shape": "Sfn"
4642
+ "shape": "Sgp"
4421
4643
  }
4422
4644
  }
4423
4645
  },
@@ -4427,7 +4649,7 @@
4427
4649
  "RoutingProfiles": {
4428
4650
  "type": "list",
4429
4651
  "member": {
4430
- "shape": "S7o"
4652
+ "shape": "S8j"
4431
4653
  }
4432
4654
  },
4433
4655
  "NextToken": {},
@@ -4453,13 +4675,13 @@
4453
4675
  "type": "integer"
4454
4676
  },
4455
4677
  "SearchCriteria": {
4456
- "shape": "Sfs"
4678
+ "shape": "Sgu"
4457
4679
  },
4458
4680
  "SearchFilter": {
4459
4681
  "type": "structure",
4460
4682
  "members": {
4461
4683
  "TagFilter": {
4462
- "shape": "Sf9"
4684
+ "shape": "Sgb"
4463
4685
  }
4464
4686
  }
4465
4687
  }
@@ -4507,12 +4729,12 @@
4507
4729
  "type": "structure",
4508
4730
  "members": {
4509
4731
  "TagFilter": {
4510
- "shape": "Sf9"
4732
+ "shape": "Sgb"
4511
4733
  }
4512
4734
  }
4513
4735
  },
4514
4736
  "SearchCriteria": {
4515
- "shape": "Sg0"
4737
+ "shape": "Sh2"
4516
4738
  }
4517
4739
  }
4518
4740
  },
@@ -4536,11 +4758,11 @@
4536
4758
  }
4537
4759
  },
4538
4760
  "PhoneConfig": {
4539
- "shape": "S54"
4761
+ "shape": "S5z"
4540
4762
  },
4541
4763
  "RoutingProfileId": {},
4542
4764
  "SecurityProfileIds": {
4543
- "shape": "S59"
4765
+ "shape": "S64"
4544
4766
  },
4545
4767
  "Tags": {
4546
4768
  "shape": "S1j"
@@ -4627,7 +4849,7 @@
4627
4849
  "InstanceId": {},
4628
4850
  "ContactFlowId": {},
4629
4851
  "Attributes": {
4630
- "shape": "S8w"
4852
+ "shape": "S9u"
4631
4853
  },
4632
4854
  "ParticipantDetails": {
4633
4855
  "type": "structure",
@@ -4760,7 +4982,7 @@
4760
4982
  "SourcePhoneNumber": {},
4761
4983
  "QueueId": {},
4762
4984
  "Attributes": {
4763
- "shape": "S8w"
4985
+ "shape": "S9u"
4764
4986
  },
4765
4987
  "AnswerMachineDetectionConfig": {
4766
4988
  "type": "structure",
@@ -4800,11 +5022,11 @@
4800
5022
  "PreviousContactId": {},
4801
5023
  "ContactFlowId": {},
4802
5024
  "Attributes": {
4803
- "shape": "S8w"
5025
+ "shape": "S9u"
4804
5026
  },
4805
5027
  "Name": {},
4806
5028
  "References": {
4807
- "shape": "Sh4"
5029
+ "shape": "S3v"
4808
5030
  },
4809
5031
  "Description": {},
4810
5032
  "ClientToken": {
@@ -5039,7 +5261,7 @@
5039
5261
  "Name": {},
5040
5262
  "Description": {},
5041
5263
  "References": {
5042
- "shape": "Sh4"
5264
+ "shape": "S3v"
5043
5265
  }
5044
5266
  }
5045
5267
  },
@@ -5063,7 +5285,7 @@
5063
5285
  "InitialContactId": {},
5064
5286
  "InstanceId": {},
5065
5287
  "Attributes": {
5066
- "shape": "S8w"
5288
+ "shape": "S9u"
5067
5289
  }
5068
5290
  }
5069
5291
  },
@@ -5612,6 +5834,39 @@
5612
5834
  }
5613
5835
  }
5614
5836
  },
5837
+ "UpdateRule": {
5838
+ "http": {
5839
+ "method": "PUT",
5840
+ "requestUri": "/rules/{InstanceId}/{RuleId}"
5841
+ },
5842
+ "input": {
5843
+ "type": "structure",
5844
+ "required": [
5845
+ "RuleId",
5846
+ "InstanceId",
5847
+ "Name",
5848
+ "Function",
5849
+ "Actions",
5850
+ "PublishStatus"
5851
+ ],
5852
+ "members": {
5853
+ "RuleId": {
5854
+ "location": "uri",
5855
+ "locationName": "RuleId"
5856
+ },
5857
+ "InstanceId": {
5858
+ "location": "uri",
5859
+ "locationName": "InstanceId"
5860
+ },
5861
+ "Name": {},
5862
+ "Function": {},
5863
+ "Actions": {
5864
+ "shape": "S3p"
5865
+ },
5866
+ "PublishStatus": {}
5867
+ }
5868
+ }
5869
+ },
5615
5870
  "UpdateSecurityProfile": {
5616
5871
  "http": {
5617
5872
  "requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
@@ -5625,7 +5880,7 @@
5625
5880
  "members": {
5626
5881
  "Description": {},
5627
5882
  "Permissions": {
5628
- "shape": "S3n"
5883
+ "shape": "S4i"
5629
5884
  },
5630
5885
  "SecurityProfileId": {
5631
5886
  "location": "uri",
@@ -5636,10 +5891,10 @@
5636
5891
  "locationName": "InstanceId"
5637
5892
  },
5638
5893
  "AllowedAccessControlTags": {
5639
- "shape": "S3p"
5894
+ "shape": "S4k"
5640
5895
  },
5641
5896
  "TagRestrictedResources": {
5642
- "shape": "S3s"
5897
+ "shape": "S4n"
5643
5898
  }
5644
5899
  }
5645
5900
  }
@@ -5667,14 +5922,14 @@
5667
5922
  "Description": {},
5668
5923
  "ContactFlowId": {},
5669
5924
  "Constraints": {
5670
- "shape": "S3z"
5925
+ "shape": "S4u"
5671
5926
  },
5672
5927
  "Defaults": {
5673
- "shape": "S48"
5928
+ "shape": "S53"
5674
5929
  },
5675
5930
  "Status": {},
5676
5931
  "Fields": {
5677
- "shape": "S4d"
5932
+ "shape": "S58"
5678
5933
  }
5679
5934
  }
5680
5935
  },
@@ -5688,13 +5943,13 @@
5688
5943
  "Description": {},
5689
5944
  "ContactFlowId": {},
5690
5945
  "Constraints": {
5691
- "shape": "S3z"
5946
+ "shape": "S4u"
5692
5947
  },
5693
5948
  "Defaults": {
5694
- "shape": "S48"
5949
+ "shape": "S53"
5695
5950
  },
5696
5951
  "Fields": {
5697
- "shape": "S4d"
5952
+ "shape": "S58"
5698
5953
  },
5699
5954
  "Status": {},
5700
5955
  "LastModifiedTime": {
@@ -5722,7 +5977,7 @@
5722
5977
  "locationName": "Id"
5723
5978
  },
5724
5979
  "TelephonyConfig": {
5725
- "shape": "San"
5980
+ "shape": "Sbl"
5726
5981
  }
5727
5982
  }
5728
5983
  },
@@ -5793,19 +6048,19 @@
5793
6048
  "type": "structure",
5794
6049
  "members": {
5795
6050
  "LevelOne": {
5796
- "shape": "Siq"
6051
+ "shape": "Sjr"
5797
6052
  },
5798
6053
  "LevelTwo": {
5799
- "shape": "Siq"
6054
+ "shape": "Sjr"
5800
6055
  },
5801
6056
  "LevelThree": {
5802
- "shape": "Siq"
6057
+ "shape": "Sjr"
5803
6058
  },
5804
6059
  "LevelFour": {
5805
- "shape": "Siq"
6060
+ "shape": "Sjr"
5806
6061
  },
5807
6062
  "LevelFive": {
5808
- "shape": "Siq"
6063
+ "shape": "Sjr"
5809
6064
  }
5810
6065
  }
5811
6066
  },
@@ -5829,7 +6084,7 @@
5829
6084
  ],
5830
6085
  "members": {
5831
6086
  "IdentityInfo": {
5832
- "shape": "S50"
6087
+ "shape": "S5v"
5833
6088
  },
5834
6089
  "UserId": {
5835
6090
  "location": "uri",
@@ -5855,7 +6110,7 @@
5855
6110
  ],
5856
6111
  "members": {
5857
6112
  "PhoneConfig": {
5858
- "shape": "S54"
6113
+ "shape": "S5z"
5859
6114
  },
5860
6115
  "UserId": {
5861
6116
  "location": "uri",
@@ -5905,7 +6160,7 @@
5905
6160
  ],
5906
6161
  "members": {
5907
6162
  "SecurityProfileIds": {
5908
- "shape": "S59"
6163
+ "shape": "S64"
5909
6164
  },
5910
6165
  "UserId": {
5911
6166
  "location": "uri",
@@ -6148,20 +6403,114 @@
6148
6403
  }
6149
6404
  }
6150
6405
  },
6151
- "S3n": {
6406
+ "S3m": {
6407
+ "type": "structure",
6408
+ "required": [
6409
+ "EventSourceName"
6410
+ ],
6411
+ "members": {
6412
+ "EventSourceName": {},
6413
+ "IntegrationAssociationId": {}
6414
+ }
6415
+ },
6416
+ "S3p": {
6417
+ "type": "list",
6418
+ "member": {
6419
+ "type": "structure",
6420
+ "required": [
6421
+ "ActionType"
6422
+ ],
6423
+ "members": {
6424
+ "ActionType": {},
6425
+ "TaskAction": {
6426
+ "type": "structure",
6427
+ "required": [
6428
+ "Name",
6429
+ "ContactFlowId"
6430
+ ],
6431
+ "members": {
6432
+ "Name": {},
6433
+ "Description": {},
6434
+ "ContactFlowId": {},
6435
+ "References": {
6436
+ "shape": "S3v"
6437
+ }
6438
+ }
6439
+ },
6440
+ "EventBridgeAction": {
6441
+ "type": "structure",
6442
+ "required": [
6443
+ "Name"
6444
+ ],
6445
+ "members": {
6446
+ "Name": {}
6447
+ }
6448
+ },
6449
+ "AssignContactCategoryAction": {
6450
+ "type": "structure",
6451
+ "members": {}
6452
+ },
6453
+ "SendNotificationAction": {
6454
+ "type": "structure",
6455
+ "required": [
6456
+ "DeliveryMethod",
6457
+ "Content",
6458
+ "ContentType",
6459
+ "Recipient"
6460
+ ],
6461
+ "members": {
6462
+ "DeliveryMethod": {},
6463
+ "Subject": {},
6464
+ "Content": {},
6465
+ "ContentType": {},
6466
+ "Recipient": {
6467
+ "type": "structure",
6468
+ "members": {
6469
+ "UserTags": {
6470
+ "type": "map",
6471
+ "key": {},
6472
+ "value": {}
6473
+ },
6474
+ "UserIds": {
6475
+ "type": "list",
6476
+ "member": {}
6477
+ }
6478
+ }
6479
+ }
6480
+ }
6481
+ }
6482
+ }
6483
+ }
6484
+ },
6485
+ "S3v": {
6486
+ "type": "map",
6487
+ "key": {},
6488
+ "value": {
6489
+ "type": "structure",
6490
+ "required": [
6491
+ "Value",
6492
+ "Type"
6493
+ ],
6494
+ "members": {
6495
+ "Value": {},
6496
+ "Type": {}
6497
+ }
6498
+ }
6499
+ },
6500
+ "S4i": {
6152
6501
  "type": "list",
6153
6502
  "member": {}
6154
6503
  },
6155
- "S3p": {
6504
+ "S4k": {
6156
6505
  "type": "map",
6157
6506
  "key": {},
6158
6507
  "value": {}
6159
6508
  },
6160
- "S3s": {
6509
+ "S4n": {
6161
6510
  "type": "list",
6162
6511
  "member": {}
6163
6512
  },
6164
- "S3z": {
6513
+ "S4u": {
6165
6514
  "type": "structure",
6166
6515
  "members": {
6167
6516
  "RequiredFields": {
@@ -6170,7 +6519,7 @@
6170
6519
  "type": "structure",
6171
6520
  "members": {
6172
6521
  "Id": {
6173
- "shape": "S42"
6522
+ "shape": "S4x"
6174
6523
  }
6175
6524
  }
6176
6525
  }
@@ -6181,7 +6530,7 @@
6181
6530
  "type": "structure",
6182
6531
  "members": {
6183
6532
  "Id": {
6184
- "shape": "S42"
6533
+ "shape": "S4x"
6185
6534
  }
6186
6535
  }
6187
6536
  }
@@ -6192,20 +6541,20 @@
6192
6541
  "type": "structure",
6193
6542
  "members": {
6194
6543
  "Id": {
6195
- "shape": "S42"
6544
+ "shape": "S4x"
6196
6545
  }
6197
6546
  }
6198
6547
  }
6199
6548
  }
6200
6549
  }
6201
6550
  },
6202
- "S42": {
6551
+ "S4x": {
6203
6552
  "type": "structure",
6204
6553
  "members": {
6205
6554
  "Name": {}
6206
6555
  }
6207
6556
  },
6208
- "S48": {
6557
+ "S53": {
6209
6558
  "type": "structure",
6210
6559
  "members": {
6211
6560
  "DefaultFieldValues": {
@@ -6214,7 +6563,7 @@
6214
6563
  "type": "structure",
6215
6564
  "members": {
6216
6565
  "Id": {
6217
- "shape": "S42"
6566
+ "shape": "S4x"
6218
6567
  },
6219
6568
  "DefaultValue": {}
6220
6569
  }
@@ -6222,7 +6571,7 @@
6222
6571
  }
6223
6572
  }
6224
6573
  },
6225
- "S4d": {
6574
+ "S58": {
6226
6575
  "type": "list",
6227
6576
  "member": {
6228
6577
  "type": "structure",
@@ -6231,7 +6580,7 @@
6231
6580
  ],
6232
6581
  "members": {
6233
6582
  "Id": {
6234
- "shape": "S42"
6583
+ "shape": "S4x"
6235
6584
  },
6236
6585
  "Description": {},
6237
6586
  "Type": {},
@@ -6242,7 +6591,7 @@
6242
6591
  }
6243
6592
  }
6244
6593
  },
6245
- "S50": {
6594
+ "S5v": {
6246
6595
  "type": "structure",
6247
6596
  "members": {
6248
6597
  "FirstName": {},
@@ -6252,7 +6601,7 @@
6252
6601
  "Mobile": {}
6253
6602
  }
6254
6603
  },
6255
- "S54": {
6604
+ "S5z": {
6256
6605
  "type": "structure",
6257
6606
  "required": [
6258
6607
  "PhoneType"
@@ -6268,18 +6617,18 @@
6268
6617
  "DeskPhoneNumber": {}
6269
6618
  }
6270
6619
  },
6271
- "S59": {
6620
+ "S64": {
6272
6621
  "type": "list",
6273
6622
  "member": {}
6274
6623
  },
6275
- "S73": {
6624
+ "S7y": {
6276
6625
  "type": "structure",
6277
6626
  "members": {
6278
6627
  "AttributeType": {},
6279
6628
  "Value": {}
6280
6629
  }
6281
6630
  },
6282
- "S7h": {
6631
+ "S8c": {
6283
6632
  "type": "structure",
6284
6633
  "members": {
6285
6634
  "Name": {},
@@ -6299,7 +6648,7 @@
6299
6648
  }
6300
6649
  }
6301
6650
  },
6302
- "S7o": {
6651
+ "S8j": {
6303
6652
  "type": "structure",
6304
6653
  "members": {
6305
6654
  "InstanceId": {},
@@ -6322,7 +6671,7 @@
6322
6671
  }
6323
6672
  }
6324
6673
  },
6325
- "S87": {
6674
+ "S95": {
6326
6675
  "type": "structure",
6327
6676
  "members": {
6328
6677
  "Id": {},
@@ -6330,7 +6679,7 @@
6330
6679
  "Name": {}
6331
6680
  }
6332
6681
  },
6333
- "S8b": {
6682
+ "S99": {
6334
6683
  "type": "structure",
6335
6684
  "members": {
6336
6685
  "Id": {},
@@ -6338,16 +6687,16 @@
6338
6687
  "Name": {}
6339
6688
  }
6340
6689
  },
6341
- "S8w": {
6690
+ "S9u": {
6342
6691
  "type": "map",
6343
6692
  "key": {},
6344
6693
  "value": {}
6345
6694
  },
6346
- "S90": {
6695
+ "S9y": {
6347
6696
  "type": "structure",
6348
6697
  "members": {
6349
6698
  "Queues": {
6350
- "shape": "S91"
6699
+ "shape": "S9z"
6351
6700
  },
6352
6701
  "Channels": {
6353
6702
  "type": "list",
@@ -6355,56 +6704,56 @@
6355
6704
  }
6356
6705
  }
6357
6706
  },
6358
- "S91": {
6707
+ "S9z": {
6359
6708
  "type": "list",
6360
6709
  "member": {}
6361
6710
  },
6362
- "S93": {
6711
+ "Sa1": {
6363
6712
  "type": "list",
6364
6713
  "member": {}
6365
6714
  },
6366
- "S96": {
6715
+ "Sa4": {
6367
6716
  "type": "structure",
6368
6717
  "members": {
6369
6718
  "Name": {},
6370
6719
  "Unit": {}
6371
6720
  }
6372
6721
  },
6373
- "S9e": {
6722
+ "Sac": {
6374
6723
  "type": "structure",
6375
6724
  "members": {
6376
6725
  "Queue": {
6377
- "shape": "S9f"
6726
+ "shape": "Sad"
6378
6727
  },
6379
6728
  "Channel": {}
6380
6729
  }
6381
6730
  },
6382
- "S9f": {
6731
+ "Sad": {
6383
6732
  "type": "structure",
6384
6733
  "members": {
6385
6734
  "Id": {},
6386
6735
  "Arn": {}
6387
6736
  }
6388
6737
  },
6389
- "S9u": {
6738
+ "Sas": {
6390
6739
  "type": "structure",
6391
6740
  "members": {
6392
6741
  "Id": {},
6393
6742
  "Arn": {}
6394
6743
  }
6395
6744
  },
6396
- "S9w": {
6745
+ "Sau": {
6397
6746
  "type": "map",
6398
6747
  "key": {},
6399
6748
  "value": {
6400
6749
  "type": "integer"
6401
6750
  }
6402
6751
  },
6403
- "Sa3": {
6752
+ "Sb1": {
6404
6753
  "type": "string",
6405
6754
  "sensitive": true
6406
6755
  },
6407
- "Sa7": {
6756
+ "Sb5": {
6408
6757
  "type": "structure",
6409
6758
  "members": {
6410
6759
  "Name": {},
@@ -6421,7 +6770,7 @@
6421
6770
  "Unit": {}
6422
6771
  }
6423
6772
  },
6424
- "San": {
6773
+ "Sbl": {
6425
6774
  "type": "structure",
6426
6775
  "required": [
6427
6776
  "Distributions"
@@ -6445,15 +6794,15 @@
6445
6794
  }
6446
6795
  }
6447
6796
  },
6448
- "Scs": {
6797
+ "Sdn": {
6449
6798
  "type": "list",
6450
6799
  "member": {}
6451
6800
  },
6452
- "Sct": {
6801
+ "Sdo": {
6453
6802
  "type": "list",
6454
6803
  "member": {}
6455
6804
  },
6456
- "Sdb": {
6805
+ "Se6": {
6457
6806
  "type": "list",
6458
6807
  "member": {
6459
6808
  "type": "structure",
@@ -6465,58 +6814,58 @@
6465
6814
  }
6466
6815
  }
6467
6816
  },
6468
- "Sf9": {
6817
+ "Sgb": {
6469
6818
  "type": "structure",
6470
6819
  "members": {
6471
6820
  "OrConditions": {
6472
6821
  "type": "list",
6473
6822
  "member": {
6474
- "shape": "Sfb"
6823
+ "shape": "Sgd"
6475
6824
  }
6476
6825
  },
6477
6826
  "AndConditions": {
6478
- "shape": "Sfb"
6827
+ "shape": "Sgd"
6479
6828
  },
6480
6829
  "TagCondition": {
6481
- "shape": "Sfc"
6830
+ "shape": "Sge"
6482
6831
  }
6483
6832
  }
6484
6833
  },
6485
- "Sfb": {
6834
+ "Sgd": {
6486
6835
  "type": "list",
6487
6836
  "member": {
6488
- "shape": "Sfc"
6837
+ "shape": "Sge"
6489
6838
  }
6490
6839
  },
6491
- "Sfc": {
6840
+ "Sge": {
6492
6841
  "type": "structure",
6493
6842
  "members": {
6494
6843
  "TagKey": {},
6495
6844
  "TagValue": {}
6496
6845
  }
6497
6846
  },
6498
- "Sfd": {
6847
+ "Sgf": {
6499
6848
  "type": "structure",
6500
6849
  "members": {
6501
6850
  "OrConditions": {
6502
- "shape": "Sfe"
6851
+ "shape": "Sgg"
6503
6852
  },
6504
6853
  "AndConditions": {
6505
- "shape": "Sfe"
6854
+ "shape": "Sgg"
6506
6855
  },
6507
6856
  "StringCondition": {
6508
- "shape": "Sff"
6857
+ "shape": "Sgh"
6509
6858
  },
6510
6859
  "QueueTypeCondition": {}
6511
6860
  }
6512
6861
  },
6513
- "Sfe": {
6862
+ "Sgg": {
6514
6863
  "type": "list",
6515
6864
  "member": {
6516
- "shape": "Sfd"
6865
+ "shape": "Sgf"
6517
6866
  }
6518
6867
  },
6519
- "Sff": {
6868
+ "Sgh": {
6520
6869
  "type": "structure",
6521
6870
  "members": {
6522
6871
  "FieldName": {},
@@ -6524,57 +6873,57 @@
6524
6873
  "ComparisonType": {}
6525
6874
  }
6526
6875
  },
6527
- "Sfn": {
6876
+ "Sgp": {
6528
6877
  "type": "structure",
6529
6878
  "members": {
6530
6879
  "OrConditions": {
6531
- "shape": "Sfo"
6880
+ "shape": "Sgq"
6532
6881
  },
6533
6882
  "AndConditions": {
6534
- "shape": "Sfo"
6883
+ "shape": "Sgq"
6535
6884
  },
6536
6885
  "StringCondition": {
6537
- "shape": "Sff"
6886
+ "shape": "Sgh"
6538
6887
  }
6539
6888
  }
6540
6889
  },
6541
- "Sfo": {
6890
+ "Sgq": {
6542
6891
  "type": "list",
6543
6892
  "member": {
6544
- "shape": "Sfn"
6893
+ "shape": "Sgp"
6545
6894
  }
6546
6895
  },
6547
- "Sfs": {
6896
+ "Sgu": {
6548
6897
  "type": "structure",
6549
6898
  "members": {
6550
6899
  "OrConditions": {
6551
- "shape": "Sft"
6900
+ "shape": "Sgv"
6552
6901
  },
6553
6902
  "AndConditions": {
6554
- "shape": "Sft"
6903
+ "shape": "Sgv"
6555
6904
  },
6556
6905
  "StringCondition": {
6557
- "shape": "Sff"
6906
+ "shape": "Sgh"
6558
6907
  }
6559
6908
  }
6560
6909
  },
6561
- "Sft": {
6910
+ "Sgv": {
6562
6911
  "type": "list",
6563
6912
  "member": {
6564
- "shape": "Sfs"
6913
+ "shape": "Sgu"
6565
6914
  }
6566
6915
  },
6567
- "Sg0": {
6916
+ "Sh2": {
6568
6917
  "type": "structure",
6569
6918
  "members": {
6570
6919
  "OrConditions": {
6571
- "shape": "Sg1"
6920
+ "shape": "Sh3"
6572
6921
  },
6573
6922
  "AndConditions": {
6574
- "shape": "Sg1"
6923
+ "shape": "Sh3"
6575
6924
  },
6576
6925
  "StringCondition": {
6577
- "shape": "Sff"
6926
+ "shape": "Sgh"
6578
6927
  },
6579
6928
  "HierarchyGroupCondition": {
6580
6929
  "type": "structure",
@@ -6585,28 +6934,13 @@
6585
6934
  }
6586
6935
  }
6587
6936
  },
6588
- "Sg1": {
6937
+ "Sh3": {
6589
6938
  "type": "list",
6590
6939
  "member": {
6591
- "shape": "Sg0"
6592
- }
6593
- },
6594
- "Sh4": {
6595
- "type": "map",
6596
- "key": {},
6597
- "value": {
6598
- "type": "structure",
6599
- "required": [
6600
- "Value",
6601
- "Type"
6602
- ],
6603
- "members": {
6604
- "Value": {},
6605
- "Type": {}
6606
- }
6940
+ "shape": "Sh2"
6607
6941
  }
6608
6942
  },
6609
- "Siq": {
6943
+ "Sjr": {
6610
6944
  "type": "structure",
6611
6945
  "required": [
6612
6946
  "Name"