cdk-docker-image-deployment 0.0.76 → 0.0.78

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 (56) 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 +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +24 -0
  8. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  9. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  12. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  16. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  18. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  19. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  20. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  21. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  23. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  24. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  25. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  26. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  27. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  28. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  29. package/node_modules/aws-sdk/clients/all.js +2 -0
  30. package/node_modules/aws-sdk/clients/appflow.d.ts +30 -5
  31. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  32. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  33. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  34. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  35. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  37. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -13
  38. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  39. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  40. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  41. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  42. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  43. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  44. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  45. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  46. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  47. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +94 -20
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +1155 -683
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  55. package/node_modules/aws-sdk/package.json +1 -1
  56. package/package.json +4 -4
@@ -642,6 +642,12 @@
642
642
  },
643
643
  "Tags": {
644
644
  "shape": "S1j"
645
+ },
646
+ "AllowedAccessControlTags": {
647
+ "shape": "S3p"
648
+ },
649
+ "TagRestrictedResources": {
650
+ "shape": "S3s"
645
651
  }
646
652
  }
647
653
  },
@@ -674,14 +680,14 @@
674
680
  "Description": {},
675
681
  "ContactFlowId": {},
676
682
  "Constraints": {
677
- "shape": "S3u"
683
+ "shape": "S3z"
678
684
  },
679
685
  "Defaults": {
680
- "shape": "S43"
686
+ "shape": "S48"
681
687
  },
682
688
  "Status": {},
683
689
  "Fields": {
684
- "shape": "S48"
690
+ "shape": "S4d"
685
691
  },
686
692
  "ClientToken": {
687
693
  "idempotencyToken": true
@@ -784,14 +790,14 @@
784
790
  "Username": {},
785
791
  "Password": {},
786
792
  "IdentityInfo": {
787
- "shape": "S4v"
793
+ "shape": "S50"
788
794
  },
789
795
  "PhoneConfig": {
790
- "shape": "S4z"
796
+ "shape": "S54"
791
797
  },
792
798
  "DirectoryUserId": {},
793
799
  "SecurityProfileIds": {
794
- "shape": "S54"
800
+ "shape": "S59"
795
801
  },
796
802
  "RoutingProfileId": {},
797
803
  "HierarchyGroupId": {},
@@ -1526,7 +1532,7 @@
1526
1532
  "type": "structure",
1527
1533
  "members": {
1528
1534
  "Attribute": {
1529
- "shape": "S6y"
1535
+ "shape": "S73"
1530
1536
  }
1531
1537
  }
1532
1538
  }
@@ -1638,7 +1644,7 @@
1638
1644
  "type": "structure",
1639
1645
  "members": {
1640
1646
  "Queue": {
1641
- "shape": "S7c"
1647
+ "shape": "S7h"
1642
1648
  }
1643
1649
  }
1644
1650
  }
@@ -1712,7 +1718,7 @@
1712
1718
  "type": "structure",
1713
1719
  "members": {
1714
1720
  "RoutingProfile": {
1715
- "shape": "S7j"
1721
+ "shape": "S7o"
1716
1722
  }
1717
1723
  }
1718
1724
  }
@@ -1752,6 +1758,12 @@
1752
1758
  "Description": {},
1753
1759
  "Tags": {
1754
1760
  "shape": "S1j"
1761
+ },
1762
+ "AllowedAccessControlTags": {
1763
+ "shape": "S3p"
1764
+ },
1765
+ "TagRestrictedResources": {
1766
+ "shape": "S3s"
1755
1767
  }
1756
1768
  }
1757
1769
  }
@@ -1827,14 +1839,14 @@
1827
1839
  "Arn": {},
1828
1840
  "Username": {},
1829
1841
  "IdentityInfo": {
1830
- "shape": "S4v"
1842
+ "shape": "S50"
1831
1843
  },
1832
1844
  "PhoneConfig": {
1833
- "shape": "S4z"
1845
+ "shape": "S54"
1834
1846
  },
1835
1847
  "DirectoryUserId": {},
1836
1848
  "SecurityProfileIds": {
1837
- "shape": "S54"
1849
+ "shape": "S59"
1838
1850
  },
1839
1851
  "RoutingProfileId": {},
1840
1852
  "HierarchyGroupId": {},
@@ -1882,19 +1894,19 @@
1882
1894
  "type": "structure",
1883
1895
  "members": {
1884
1896
  "LevelOne": {
1885
- "shape": "S81"
1897
+ "shape": "S87"
1886
1898
  },
1887
1899
  "LevelTwo": {
1888
- "shape": "S81"
1900
+ "shape": "S87"
1889
1901
  },
1890
1902
  "LevelThree": {
1891
- "shape": "S81"
1903
+ "shape": "S87"
1892
1904
  },
1893
1905
  "LevelFour": {
1894
- "shape": "S81"
1906
+ "shape": "S87"
1895
1907
  },
1896
1908
  "LevelFive": {
1897
- "shape": "S81"
1909
+ "shape": "S87"
1898
1910
  }
1899
1911
  }
1900
1912
  },
@@ -1930,19 +1942,19 @@
1930
1942
  "type": "structure",
1931
1943
  "members": {
1932
1944
  "LevelOne": {
1933
- "shape": "S85"
1945
+ "shape": "S8b"
1934
1946
  },
1935
1947
  "LevelTwo": {
1936
- "shape": "S85"
1948
+ "shape": "S8b"
1937
1949
  },
1938
1950
  "LevelThree": {
1939
- "shape": "S85"
1951
+ "shape": "S8b"
1940
1952
  },
1941
1953
  "LevelFour": {
1942
- "shape": "S85"
1954
+ "shape": "S8b"
1943
1955
  },
1944
1956
  "LevelFive": {
1945
- "shape": "S85"
1957
+ "shape": "S8b"
1946
1958
  }
1947
1959
  }
1948
1960
  }
@@ -2286,7 +2298,7 @@
2286
2298
  "type": "structure",
2287
2299
  "members": {
2288
2300
  "Attributes": {
2289
- "shape": "S8q"
2301
+ "shape": "S8w"
2290
2302
  }
2291
2303
  }
2292
2304
  }
@@ -2308,15 +2320,15 @@
2308
2320
  "locationName": "InstanceId"
2309
2321
  },
2310
2322
  "Filters": {
2311
- "shape": "S8u"
2323
+ "shape": "S90"
2312
2324
  },
2313
2325
  "Groupings": {
2314
- "shape": "S8x"
2326
+ "shape": "S93"
2315
2327
  },
2316
2328
  "CurrentMetrics": {
2317
2329
  "type": "list",
2318
2330
  "member": {
2319
- "shape": "S90"
2331
+ "shape": "S96"
2320
2332
  }
2321
2333
  },
2322
2334
  "NextToken": {},
@@ -2335,7 +2347,7 @@
2335
2347
  "type": "structure",
2336
2348
  "members": {
2337
2349
  "Dimensions": {
2338
- "shape": "S98"
2350
+ "shape": "S9e"
2339
2351
  },
2340
2352
  "Collections": {
2341
2353
  "type": "list",
@@ -2343,7 +2355,7 @@
2343
2355
  "type": "structure",
2344
2356
  "members": {
2345
2357
  "Metric": {
2346
- "shape": "S90"
2358
+ "shape": "S96"
2347
2359
  },
2348
2360
  "Value": {
2349
2361
  "type": "double"
@@ -2379,7 +2391,7 @@
2379
2391
  "type": "structure",
2380
2392
  "members": {
2381
2393
  "Queues": {
2382
- "shape": "S8v"
2394
+ "shape": "S91"
2383
2395
  },
2384
2396
  "ContactFilter": {
2385
2397
  "type": "structure",
@@ -2425,19 +2437,19 @@
2425
2437
  "type": "structure",
2426
2438
  "members": {
2427
2439
  "LevelOne": {
2428
- "shape": "S9o"
2440
+ "shape": "S9u"
2429
2441
  },
2430
2442
  "LevelTwo": {
2431
- "shape": "S9o"
2443
+ "shape": "S9u"
2432
2444
  },
2433
2445
  "LevelThree": {
2434
- "shape": "S9o"
2446
+ "shape": "S9u"
2435
2447
  },
2436
2448
  "LevelFour": {
2437
- "shape": "S9o"
2449
+ "shape": "S9u"
2438
2450
  },
2439
2451
  "LevelFive": {
2440
- "shape": "S9o"
2452
+ "shape": "S9u"
2441
2453
  }
2442
2454
  }
2443
2455
  },
@@ -2451,13 +2463,13 @@
2451
2463
  }
2452
2464
  },
2453
2465
  "AvailableSlotsByChannel": {
2454
- "shape": "S9q"
2466
+ "shape": "S9w"
2455
2467
  },
2456
2468
  "MaxSlotsByChannel": {
2457
- "shape": "S9q"
2469
+ "shape": "S9w"
2458
2470
  },
2459
2471
  "ActiveSlotsByChannel": {
2460
- "shape": "S9q"
2472
+ "shape": "S9w"
2461
2473
  },
2462
2474
  "Contacts": {
2463
2475
  "type": "list",
@@ -2475,7 +2487,7 @@
2475
2487
  "type": "timestamp"
2476
2488
  },
2477
2489
  "Queue": {
2478
- "shape": "S99"
2490
+ "shape": "S9f"
2479
2491
  }
2480
2492
  }
2481
2493
  }
@@ -2510,13 +2522,13 @@
2510
2522
  "type": "structure",
2511
2523
  "members": {
2512
2524
  "AccessToken": {
2513
- "shape": "S9x"
2525
+ "shape": "Sa3"
2514
2526
  },
2515
2527
  "AccessTokenExpiration": {
2516
2528
  "type": "timestamp"
2517
2529
  },
2518
2530
  "RefreshToken": {
2519
- "shape": "S9x"
2531
+ "shape": "Sa3"
2520
2532
  },
2521
2533
  "RefreshTokenExpiration": {
2522
2534
  "type": "timestamp"
@@ -2554,15 +2566,15 @@
2554
2566
  "type": "timestamp"
2555
2567
  },
2556
2568
  "Filters": {
2557
- "shape": "S8u"
2569
+ "shape": "S90"
2558
2570
  },
2559
2571
  "Groupings": {
2560
- "shape": "S8x"
2572
+ "shape": "S93"
2561
2573
  },
2562
2574
  "HistoricalMetrics": {
2563
2575
  "type": "list",
2564
2576
  "member": {
2565
- "shape": "Sa1"
2577
+ "shape": "Sa7"
2566
2578
  }
2567
2579
  },
2568
2580
  "NextToken": {},
@@ -2581,7 +2593,7 @@
2581
2593
  "type": "structure",
2582
2594
  "members": {
2583
2595
  "Dimensions": {
2584
- "shape": "S98"
2596
+ "shape": "S9e"
2585
2597
  },
2586
2598
  "Collections": {
2587
2599
  "type": "list",
@@ -2589,7 +2601,7 @@
2589
2601
  "type": "structure",
2590
2602
  "members": {
2591
2603
  "Metric": {
2592
- "shape": "Sa1"
2604
+ "shape": "Sa7"
2593
2605
  },
2594
2606
  "Value": {
2595
2607
  "type": "double"
@@ -2644,13 +2656,13 @@
2644
2656
  "Description": {},
2645
2657
  "ContactFlowId": {},
2646
2658
  "Constraints": {
2647
- "shape": "S3u"
2659
+ "shape": "S3z"
2648
2660
  },
2649
2661
  "Defaults": {
2650
- "shape": "S43"
2662
+ "shape": "S48"
2651
2663
  },
2652
2664
  "Fields": {
2653
- "shape": "S48"
2665
+ "shape": "S4d"
2654
2666
  },
2655
2667
  "Status": {},
2656
2668
  "LastModifiedTime": {
@@ -2686,7 +2698,7 @@
2686
2698
  "type": "structure",
2687
2699
  "members": {
2688
2700
  "TelephonyConfig": {
2689
- "shape": "Sah"
2701
+ "shape": "San"
2690
2702
  },
2691
2703
  "Id": {},
2692
2704
  "Arn": {}
@@ -3151,7 +3163,7 @@
3151
3163
  "Attributes": {
3152
3164
  "type": "list",
3153
3165
  "member": {
3154
- "shape": "S6y"
3166
+ "shape": "S73"
3155
3167
  }
3156
3168
  },
3157
3169
  "NextToken": {}
@@ -3398,12 +3410,12 @@
3398
3410
  "locationName": "InstanceId"
3399
3411
  },
3400
3412
  "PhoneNumberTypes": {
3401
- "shape": "Scm",
3413
+ "shape": "Scs",
3402
3414
  "location": "querystring",
3403
3415
  "locationName": "phoneNumberTypes"
3404
3416
  },
3405
3417
  "PhoneNumberCountryCodes": {
3406
- "shape": "Scn",
3418
+ "shape": "Sct",
3407
3419
  "location": "querystring",
3408
3420
  "locationName": "phoneNumberCountryCodes"
3409
3421
  },
@@ -3451,10 +3463,10 @@
3451
3463
  },
3452
3464
  "NextToken": {},
3453
3465
  "PhoneNumberCountryCodes": {
3454
- "shape": "Scn"
3466
+ "shape": "Sct"
3455
3467
  },
3456
3468
  "PhoneNumberTypes": {
3457
- "shape": "Scm"
3469
+ "shape": "Scs"
3458
3470
  },
3459
3471
  "PhoneNumberPrefix": {}
3460
3472
  }
@@ -3560,7 +3572,7 @@
3560
3572
  "members": {
3561
3573
  "NextToken": {},
3562
3574
  "QuickConnectSummaryList": {
3563
- "shape": "Sd5"
3575
+ "shape": "Sdb"
3564
3576
  }
3565
3577
  }
3566
3578
  }
@@ -3652,7 +3664,7 @@
3652
3664
  "type": "structure",
3653
3665
  "members": {
3654
3666
  "QuickConnectSummaryList": {
3655
- "shape": "Sd5"
3667
+ "shape": "Sdb"
3656
3668
  },
3657
3669
  "NextToken": {}
3658
3670
  }
@@ -4107,7 +4119,7 @@
4107
4119
  "UserHierarchyGroupSummaryList": {
4108
4120
  "type": "list",
4109
4121
  "member": {
4110
- "shape": "S81"
4122
+ "shape": "S87"
4111
4123
  }
4112
4124
  },
4113
4125
  "NextToken": {}
@@ -4356,12 +4368,12 @@
4356
4368
  "type": "structure",
4357
4369
  "members": {
4358
4370
  "TagFilter": {
4359
- "shape": "Sf3"
4371
+ "shape": "Sf9"
4360
4372
  }
4361
4373
  }
4362
4374
  },
4363
4375
  "SearchCriteria": {
4364
- "shape": "Sf7"
4376
+ "shape": "Sfd"
4365
4377
  }
4366
4378
  }
4367
4379
  },
@@ -4371,7 +4383,7 @@
4371
4383
  "Queues": {
4372
4384
  "type": "list",
4373
4385
  "member": {
4374
- "shape": "S7c"
4386
+ "shape": "S7h"
4375
4387
  }
4376
4388
  },
4377
4389
  "NextToken": {},
@@ -4400,12 +4412,12 @@
4400
4412
  "type": "structure",
4401
4413
  "members": {
4402
4414
  "TagFilter": {
4403
- "shape": "Sf3"
4415
+ "shape": "Sf9"
4404
4416
  }
4405
4417
  }
4406
4418
  },
4407
4419
  "SearchCriteria": {
4408
- "shape": "Sfh"
4420
+ "shape": "Sfn"
4409
4421
  }
4410
4422
  }
4411
4423
  },
@@ -4415,7 +4427,7 @@
4415
4427
  "RoutingProfiles": {
4416
4428
  "type": "list",
4417
4429
  "member": {
4418
- "shape": "S7j"
4430
+ "shape": "S7o"
4419
4431
  }
4420
4432
  },
4421
4433
  "NextToken": {},
@@ -4441,13 +4453,13 @@
4441
4453
  "type": "integer"
4442
4454
  },
4443
4455
  "SearchCriteria": {
4444
- "shape": "Sfm"
4456
+ "shape": "Sfs"
4445
4457
  },
4446
4458
  "SearchFilter": {
4447
4459
  "type": "structure",
4448
4460
  "members": {
4449
4461
  "TagFilter": {
4450
- "shape": "Sf3"
4462
+ "shape": "Sf9"
4451
4463
  }
4452
4464
  }
4453
4465
  }
@@ -4495,12 +4507,12 @@
4495
4507
  "type": "structure",
4496
4508
  "members": {
4497
4509
  "TagFilter": {
4498
- "shape": "Sf3"
4510
+ "shape": "Sf9"
4499
4511
  }
4500
4512
  }
4501
4513
  },
4502
4514
  "SearchCriteria": {
4503
- "shape": "Sfu"
4515
+ "shape": "Sg0"
4504
4516
  }
4505
4517
  }
4506
4518
  },
@@ -4524,11 +4536,11 @@
4524
4536
  }
4525
4537
  },
4526
4538
  "PhoneConfig": {
4527
- "shape": "S4z"
4539
+ "shape": "S54"
4528
4540
  },
4529
4541
  "RoutingProfileId": {},
4530
4542
  "SecurityProfileIds": {
4531
- "shape": "S54"
4543
+ "shape": "S59"
4532
4544
  },
4533
4545
  "Tags": {
4534
4546
  "shape": "S1j"
@@ -4615,7 +4627,7 @@
4615
4627
  "InstanceId": {},
4616
4628
  "ContactFlowId": {},
4617
4629
  "Attributes": {
4618
- "shape": "S8q"
4630
+ "shape": "S8w"
4619
4631
  },
4620
4632
  "ParticipantDetails": {
4621
4633
  "type": "structure",
@@ -4748,7 +4760,7 @@
4748
4760
  "SourcePhoneNumber": {},
4749
4761
  "QueueId": {},
4750
4762
  "Attributes": {
4751
- "shape": "S8q"
4763
+ "shape": "S8w"
4752
4764
  },
4753
4765
  "AnswerMachineDetectionConfig": {
4754
4766
  "type": "structure",
@@ -4788,11 +4800,11 @@
4788
4800
  "PreviousContactId": {},
4789
4801
  "ContactFlowId": {},
4790
4802
  "Attributes": {
4791
- "shape": "S8q"
4803
+ "shape": "S8w"
4792
4804
  },
4793
4805
  "Name": {},
4794
4806
  "References": {
4795
- "shape": "Sgy"
4807
+ "shape": "Sh4"
4796
4808
  },
4797
4809
  "Description": {},
4798
4810
  "ClientToken": {
@@ -5027,7 +5039,7 @@
5027
5039
  "Name": {},
5028
5040
  "Description": {},
5029
5041
  "References": {
5030
- "shape": "Sgy"
5042
+ "shape": "Sh4"
5031
5043
  }
5032
5044
  }
5033
5045
  },
@@ -5051,7 +5063,7 @@
5051
5063
  "InitialContactId": {},
5052
5064
  "InstanceId": {},
5053
5065
  "Attributes": {
5054
- "shape": "S8q"
5066
+ "shape": "S8w"
5055
5067
  }
5056
5068
  }
5057
5069
  },
@@ -5622,6 +5634,12 @@
5622
5634
  "InstanceId": {
5623
5635
  "location": "uri",
5624
5636
  "locationName": "InstanceId"
5637
+ },
5638
+ "AllowedAccessControlTags": {
5639
+ "shape": "S3p"
5640
+ },
5641
+ "TagRestrictedResources": {
5642
+ "shape": "S3s"
5625
5643
  }
5626
5644
  }
5627
5645
  }
@@ -5649,14 +5667,14 @@
5649
5667
  "Description": {},
5650
5668
  "ContactFlowId": {},
5651
5669
  "Constraints": {
5652
- "shape": "S3u"
5670
+ "shape": "S3z"
5653
5671
  },
5654
5672
  "Defaults": {
5655
- "shape": "S43"
5673
+ "shape": "S48"
5656
5674
  },
5657
5675
  "Status": {},
5658
5676
  "Fields": {
5659
- "shape": "S48"
5677
+ "shape": "S4d"
5660
5678
  }
5661
5679
  }
5662
5680
  },
@@ -5670,13 +5688,13 @@
5670
5688
  "Description": {},
5671
5689
  "ContactFlowId": {},
5672
5690
  "Constraints": {
5673
- "shape": "S3u"
5691
+ "shape": "S3z"
5674
5692
  },
5675
5693
  "Defaults": {
5676
- "shape": "S43"
5694
+ "shape": "S48"
5677
5695
  },
5678
5696
  "Fields": {
5679
- "shape": "S48"
5697
+ "shape": "S4d"
5680
5698
  },
5681
5699
  "Status": {},
5682
5700
  "LastModifiedTime": {
@@ -5704,7 +5722,7 @@
5704
5722
  "locationName": "Id"
5705
5723
  },
5706
5724
  "TelephonyConfig": {
5707
- "shape": "Sah"
5725
+ "shape": "San"
5708
5726
  }
5709
5727
  }
5710
5728
  },
@@ -5775,19 +5793,19 @@
5775
5793
  "type": "structure",
5776
5794
  "members": {
5777
5795
  "LevelOne": {
5778
- "shape": "Sik"
5796
+ "shape": "Siq"
5779
5797
  },
5780
5798
  "LevelTwo": {
5781
- "shape": "Sik"
5799
+ "shape": "Siq"
5782
5800
  },
5783
5801
  "LevelThree": {
5784
- "shape": "Sik"
5802
+ "shape": "Siq"
5785
5803
  },
5786
5804
  "LevelFour": {
5787
- "shape": "Sik"
5805
+ "shape": "Siq"
5788
5806
  },
5789
5807
  "LevelFive": {
5790
- "shape": "Sik"
5808
+ "shape": "Siq"
5791
5809
  }
5792
5810
  }
5793
5811
  },
@@ -5811,7 +5829,7 @@
5811
5829
  ],
5812
5830
  "members": {
5813
5831
  "IdentityInfo": {
5814
- "shape": "S4v"
5832
+ "shape": "S50"
5815
5833
  },
5816
5834
  "UserId": {
5817
5835
  "location": "uri",
@@ -5837,7 +5855,7 @@
5837
5855
  ],
5838
5856
  "members": {
5839
5857
  "PhoneConfig": {
5840
- "shape": "S4z"
5858
+ "shape": "S54"
5841
5859
  },
5842
5860
  "UserId": {
5843
5861
  "location": "uri",
@@ -5887,7 +5905,7 @@
5887
5905
  ],
5888
5906
  "members": {
5889
5907
  "SecurityProfileIds": {
5890
- "shape": "S54"
5908
+ "shape": "S59"
5891
5909
  },
5892
5910
  "UserId": {
5893
5911
  "location": "uri",
@@ -6134,7 +6152,16 @@
6134
6152
  "type": "list",
6135
6153
  "member": {}
6136
6154
  },
6137
- "S3u": {
6155
+ "S3p": {
6156
+ "type": "map",
6157
+ "key": {},
6158
+ "value": {}
6159
+ },
6160
+ "S3s": {
6161
+ "type": "list",
6162
+ "member": {}
6163
+ },
6164
+ "S3z": {
6138
6165
  "type": "structure",
6139
6166
  "members": {
6140
6167
  "RequiredFields": {
@@ -6143,7 +6170,7 @@
6143
6170
  "type": "structure",
6144
6171
  "members": {
6145
6172
  "Id": {
6146
- "shape": "S3x"
6173
+ "shape": "S42"
6147
6174
  }
6148
6175
  }
6149
6176
  }
@@ -6154,7 +6181,7 @@
6154
6181
  "type": "structure",
6155
6182
  "members": {
6156
6183
  "Id": {
6157
- "shape": "S3x"
6184
+ "shape": "S42"
6158
6185
  }
6159
6186
  }
6160
6187
  }
@@ -6165,20 +6192,20 @@
6165
6192
  "type": "structure",
6166
6193
  "members": {
6167
6194
  "Id": {
6168
- "shape": "S3x"
6195
+ "shape": "S42"
6169
6196
  }
6170
6197
  }
6171
6198
  }
6172
6199
  }
6173
6200
  }
6174
6201
  },
6175
- "S3x": {
6202
+ "S42": {
6176
6203
  "type": "structure",
6177
6204
  "members": {
6178
6205
  "Name": {}
6179
6206
  }
6180
6207
  },
6181
- "S43": {
6208
+ "S48": {
6182
6209
  "type": "structure",
6183
6210
  "members": {
6184
6211
  "DefaultFieldValues": {
@@ -6187,7 +6214,7 @@
6187
6214
  "type": "structure",
6188
6215
  "members": {
6189
6216
  "Id": {
6190
- "shape": "S3x"
6217
+ "shape": "S42"
6191
6218
  },
6192
6219
  "DefaultValue": {}
6193
6220
  }
@@ -6195,7 +6222,7 @@
6195
6222
  }
6196
6223
  }
6197
6224
  },
6198
- "S48": {
6225
+ "S4d": {
6199
6226
  "type": "list",
6200
6227
  "member": {
6201
6228
  "type": "structure",
@@ -6204,7 +6231,7 @@
6204
6231
  ],
6205
6232
  "members": {
6206
6233
  "Id": {
6207
- "shape": "S3x"
6234
+ "shape": "S42"
6208
6235
  },
6209
6236
  "Description": {},
6210
6237
  "Type": {},
@@ -6215,7 +6242,7 @@
6215
6242
  }
6216
6243
  }
6217
6244
  },
6218
- "S4v": {
6245
+ "S50": {
6219
6246
  "type": "structure",
6220
6247
  "members": {
6221
6248
  "FirstName": {},
@@ -6225,7 +6252,7 @@
6225
6252
  "Mobile": {}
6226
6253
  }
6227
6254
  },
6228
- "S4z": {
6255
+ "S54": {
6229
6256
  "type": "structure",
6230
6257
  "required": [
6231
6258
  "PhoneType"
@@ -6241,18 +6268,18 @@
6241
6268
  "DeskPhoneNumber": {}
6242
6269
  }
6243
6270
  },
6244
- "S54": {
6271
+ "S59": {
6245
6272
  "type": "list",
6246
6273
  "member": {}
6247
6274
  },
6248
- "S6y": {
6275
+ "S73": {
6249
6276
  "type": "structure",
6250
6277
  "members": {
6251
6278
  "AttributeType": {},
6252
6279
  "Value": {}
6253
6280
  }
6254
6281
  },
6255
- "S7c": {
6282
+ "S7h": {
6256
6283
  "type": "structure",
6257
6284
  "members": {
6258
6285
  "Name": {},
@@ -6272,7 +6299,7 @@
6272
6299
  }
6273
6300
  }
6274
6301
  },
6275
- "S7j": {
6302
+ "S7o": {
6276
6303
  "type": "structure",
6277
6304
  "members": {
6278
6305
  "InstanceId": {},
@@ -6295,7 +6322,7 @@
6295
6322
  }
6296
6323
  }
6297
6324
  },
6298
- "S81": {
6325
+ "S87": {
6299
6326
  "type": "structure",
6300
6327
  "members": {
6301
6328
  "Id": {},
@@ -6303,7 +6330,7 @@
6303
6330
  "Name": {}
6304
6331
  }
6305
6332
  },
6306
- "S85": {
6333
+ "S8b": {
6307
6334
  "type": "structure",
6308
6335
  "members": {
6309
6336
  "Id": {},
@@ -6311,16 +6338,16 @@
6311
6338
  "Name": {}
6312
6339
  }
6313
6340
  },
6314
- "S8q": {
6341
+ "S8w": {
6315
6342
  "type": "map",
6316
6343
  "key": {},
6317
6344
  "value": {}
6318
6345
  },
6319
- "S8u": {
6346
+ "S90": {
6320
6347
  "type": "structure",
6321
6348
  "members": {
6322
6349
  "Queues": {
6323
- "shape": "S8v"
6350
+ "shape": "S91"
6324
6351
  },
6325
6352
  "Channels": {
6326
6353
  "type": "list",
@@ -6328,56 +6355,56 @@
6328
6355
  }
6329
6356
  }
6330
6357
  },
6331
- "S8v": {
6358
+ "S91": {
6332
6359
  "type": "list",
6333
6360
  "member": {}
6334
6361
  },
6335
- "S8x": {
6362
+ "S93": {
6336
6363
  "type": "list",
6337
6364
  "member": {}
6338
6365
  },
6339
- "S90": {
6366
+ "S96": {
6340
6367
  "type": "structure",
6341
6368
  "members": {
6342
6369
  "Name": {},
6343
6370
  "Unit": {}
6344
6371
  }
6345
6372
  },
6346
- "S98": {
6373
+ "S9e": {
6347
6374
  "type": "structure",
6348
6375
  "members": {
6349
6376
  "Queue": {
6350
- "shape": "S99"
6377
+ "shape": "S9f"
6351
6378
  },
6352
6379
  "Channel": {}
6353
6380
  }
6354
6381
  },
6355
- "S99": {
6382
+ "S9f": {
6356
6383
  "type": "structure",
6357
6384
  "members": {
6358
6385
  "Id": {},
6359
6386
  "Arn": {}
6360
6387
  }
6361
6388
  },
6362
- "S9o": {
6389
+ "S9u": {
6363
6390
  "type": "structure",
6364
6391
  "members": {
6365
6392
  "Id": {},
6366
6393
  "Arn": {}
6367
6394
  }
6368
6395
  },
6369
- "S9q": {
6396
+ "S9w": {
6370
6397
  "type": "map",
6371
6398
  "key": {},
6372
6399
  "value": {
6373
6400
  "type": "integer"
6374
6401
  }
6375
6402
  },
6376
- "S9x": {
6403
+ "Sa3": {
6377
6404
  "type": "string",
6378
6405
  "sensitive": true
6379
6406
  },
6380
- "Sa1": {
6407
+ "Sa7": {
6381
6408
  "type": "structure",
6382
6409
  "members": {
6383
6410
  "Name": {},
@@ -6394,7 +6421,7 @@
6394
6421
  "Unit": {}
6395
6422
  }
6396
6423
  },
6397
- "Sah": {
6424
+ "San": {
6398
6425
  "type": "structure",
6399
6426
  "required": [
6400
6427
  "Distributions"
@@ -6418,15 +6445,15 @@
6418
6445
  }
6419
6446
  }
6420
6447
  },
6421
- "Scm": {
6448
+ "Scs": {
6422
6449
  "type": "list",
6423
6450
  "member": {}
6424
6451
  },
6425
- "Scn": {
6452
+ "Sct": {
6426
6453
  "type": "list",
6427
6454
  "member": {}
6428
6455
  },
6429
- "Sd5": {
6456
+ "Sdb": {
6430
6457
  "type": "list",
6431
6458
  "member": {
6432
6459
  "type": "structure",
@@ -6438,58 +6465,58 @@
6438
6465
  }
6439
6466
  }
6440
6467
  },
6441
- "Sf3": {
6468
+ "Sf9": {
6442
6469
  "type": "structure",
6443
6470
  "members": {
6444
6471
  "OrConditions": {
6445
6472
  "type": "list",
6446
6473
  "member": {
6447
- "shape": "Sf5"
6474
+ "shape": "Sfb"
6448
6475
  }
6449
6476
  },
6450
6477
  "AndConditions": {
6451
- "shape": "Sf5"
6478
+ "shape": "Sfb"
6452
6479
  },
6453
6480
  "TagCondition": {
6454
- "shape": "Sf6"
6481
+ "shape": "Sfc"
6455
6482
  }
6456
6483
  }
6457
6484
  },
6458
- "Sf5": {
6485
+ "Sfb": {
6459
6486
  "type": "list",
6460
6487
  "member": {
6461
- "shape": "Sf6"
6488
+ "shape": "Sfc"
6462
6489
  }
6463
6490
  },
6464
- "Sf6": {
6491
+ "Sfc": {
6465
6492
  "type": "structure",
6466
6493
  "members": {
6467
6494
  "TagKey": {},
6468
6495
  "TagValue": {}
6469
6496
  }
6470
6497
  },
6471
- "Sf7": {
6498
+ "Sfd": {
6472
6499
  "type": "structure",
6473
6500
  "members": {
6474
6501
  "OrConditions": {
6475
- "shape": "Sf8"
6502
+ "shape": "Sfe"
6476
6503
  },
6477
6504
  "AndConditions": {
6478
- "shape": "Sf8"
6505
+ "shape": "Sfe"
6479
6506
  },
6480
6507
  "StringCondition": {
6481
- "shape": "Sf9"
6508
+ "shape": "Sff"
6482
6509
  },
6483
6510
  "QueueTypeCondition": {}
6484
6511
  }
6485
6512
  },
6486
- "Sf8": {
6513
+ "Sfe": {
6487
6514
  "type": "list",
6488
6515
  "member": {
6489
- "shape": "Sf7"
6516
+ "shape": "Sfd"
6490
6517
  }
6491
6518
  },
6492
- "Sf9": {
6519
+ "Sff": {
6493
6520
  "type": "structure",
6494
6521
  "members": {
6495
6522
  "FieldName": {},
@@ -6497,57 +6524,57 @@
6497
6524
  "ComparisonType": {}
6498
6525
  }
6499
6526
  },
6500
- "Sfh": {
6527
+ "Sfn": {
6501
6528
  "type": "structure",
6502
6529
  "members": {
6503
6530
  "OrConditions": {
6504
- "shape": "Sfi"
6531
+ "shape": "Sfo"
6505
6532
  },
6506
6533
  "AndConditions": {
6507
- "shape": "Sfi"
6534
+ "shape": "Sfo"
6508
6535
  },
6509
6536
  "StringCondition": {
6510
- "shape": "Sf9"
6537
+ "shape": "Sff"
6511
6538
  }
6512
6539
  }
6513
6540
  },
6514
- "Sfi": {
6541
+ "Sfo": {
6515
6542
  "type": "list",
6516
6543
  "member": {
6517
- "shape": "Sfh"
6544
+ "shape": "Sfn"
6518
6545
  }
6519
6546
  },
6520
- "Sfm": {
6547
+ "Sfs": {
6521
6548
  "type": "structure",
6522
6549
  "members": {
6523
6550
  "OrConditions": {
6524
- "shape": "Sfn"
6551
+ "shape": "Sft"
6525
6552
  },
6526
6553
  "AndConditions": {
6527
- "shape": "Sfn"
6554
+ "shape": "Sft"
6528
6555
  },
6529
6556
  "StringCondition": {
6530
- "shape": "Sf9"
6557
+ "shape": "Sff"
6531
6558
  }
6532
6559
  }
6533
6560
  },
6534
- "Sfn": {
6561
+ "Sft": {
6535
6562
  "type": "list",
6536
6563
  "member": {
6537
- "shape": "Sfm"
6564
+ "shape": "Sfs"
6538
6565
  }
6539
6566
  },
6540
- "Sfu": {
6567
+ "Sg0": {
6541
6568
  "type": "structure",
6542
6569
  "members": {
6543
6570
  "OrConditions": {
6544
- "shape": "Sfv"
6571
+ "shape": "Sg1"
6545
6572
  },
6546
6573
  "AndConditions": {
6547
- "shape": "Sfv"
6574
+ "shape": "Sg1"
6548
6575
  },
6549
6576
  "StringCondition": {
6550
- "shape": "Sf9"
6577
+ "shape": "Sff"
6551
6578
  },
6552
6579
  "HierarchyGroupCondition": {
6553
6580
  "type": "structure",
@@ -6558,13 +6585,13 @@
6558
6585
  }
6559
6586
  }
6560
6587
  },
6561
- "Sfv": {
6588
+ "Sg1": {
6562
6589
  "type": "list",
6563
6590
  "member": {
6564
- "shape": "Sfu"
6591
+ "shape": "Sg0"
6565
6592
  }
6566
6593
  },
6567
- "Sgy": {
6594
+ "Sh4": {
6568
6595
  "type": "map",
6569
6596
  "key": {},
6570
6597
  "value": {
@@ -6579,7 +6606,7 @@
6579
6606
  }
6580
6607
  }
6581
6608
  },
6582
- "Sik": {
6609
+ "Siq": {
6583
6610
  "type": "structure",
6584
6611
  "required": [
6585
6612
  "Name"