aws-sdk 2.1629.0 → 2.1630.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +7 -1
- package/apis/connect-2017-08-08.min.json +447 -268
- package/apis/glue-2017-03-31.min.json +563 -559
- package/clients/athena.d.ts +5 -5
- package/clients/codebuild.d.ts +11 -3
- package/clients/connect.d.ts +232 -8
- package/clients/glue.d.ts +17 -0
- package/clients/securityhub.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +460 -272
- package/dist/aws-sdk.min.js +105 -105
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -621,10 +621,7 @@
|
|
621
621
|
"shape": "S38"
|
622
622
|
},
|
623
623
|
"Campaign": {
|
624
|
-
"
|
625
|
-
"members": {
|
626
|
-
"CampaignId": {}
|
627
|
-
}
|
624
|
+
"shape": "S3b"
|
628
625
|
}
|
629
626
|
}
|
630
627
|
}
|
@@ -2364,6 +2361,32 @@
|
|
2364
2361
|
},
|
2365
2362
|
"AgentPauseDurationInSeconds": {
|
2366
2363
|
"type": "integer"
|
2364
|
+
},
|
2365
|
+
"HierarchyGroups": {
|
2366
|
+
"type": "structure",
|
2367
|
+
"members": {
|
2368
|
+
"Level1": {
|
2369
|
+
"shape": "Scn"
|
2370
|
+
},
|
2371
|
+
"Level2": {
|
2372
|
+
"shape": "Scn"
|
2373
|
+
},
|
2374
|
+
"Level3": {
|
2375
|
+
"shape": "Scn"
|
2376
|
+
},
|
2377
|
+
"Level4": {
|
2378
|
+
"shape": "Scn"
|
2379
|
+
},
|
2380
|
+
"Level5": {
|
2381
|
+
"shape": "Scn"
|
2382
|
+
}
|
2383
|
+
}
|
2384
|
+
},
|
2385
|
+
"DeviceInfo": {
|
2386
|
+
"shape": "Sco"
|
2387
|
+
},
|
2388
|
+
"Capabilities": {
|
2389
|
+
"shape": "Scs"
|
2367
2390
|
}
|
2368
2391
|
}
|
2369
2392
|
},
|
@@ -2405,7 +2428,100 @@
|
|
2405
2428
|
"type": "long"
|
2406
2429
|
},
|
2407
2430
|
"Tags": {
|
2408
|
-
"shape": "
|
2431
|
+
"shape": "Scz"
|
2432
|
+
},
|
2433
|
+
"ConnectedToSystemTimestamp": {
|
2434
|
+
"type": "timestamp"
|
2435
|
+
},
|
2436
|
+
"RoutingCriteria": {
|
2437
|
+
"type": "structure",
|
2438
|
+
"members": {
|
2439
|
+
"Steps": {
|
2440
|
+
"type": "list",
|
2441
|
+
"member": {
|
2442
|
+
"type": "structure",
|
2443
|
+
"members": {
|
2444
|
+
"Expiry": {
|
2445
|
+
"type": "structure",
|
2446
|
+
"members": {
|
2447
|
+
"DurationInSeconds": {
|
2448
|
+
"type": "integer"
|
2449
|
+
},
|
2450
|
+
"ExpiryTimestamp": {
|
2451
|
+
"type": "timestamp"
|
2452
|
+
}
|
2453
|
+
}
|
2454
|
+
},
|
2455
|
+
"Expression": {
|
2456
|
+
"shape": "Sd7"
|
2457
|
+
},
|
2458
|
+
"Status": {}
|
2459
|
+
}
|
2460
|
+
}
|
2461
|
+
},
|
2462
|
+
"ActivationTimestamp": {
|
2463
|
+
"type": "timestamp"
|
2464
|
+
},
|
2465
|
+
"Index": {
|
2466
|
+
"type": "integer"
|
2467
|
+
}
|
2468
|
+
}
|
2469
|
+
},
|
2470
|
+
"Customer": {
|
2471
|
+
"type": "structure",
|
2472
|
+
"members": {
|
2473
|
+
"DeviceInfo": {
|
2474
|
+
"shape": "Sco"
|
2475
|
+
},
|
2476
|
+
"Capabilities": {
|
2477
|
+
"shape": "Scs"
|
2478
|
+
}
|
2479
|
+
}
|
2480
|
+
},
|
2481
|
+
"Campaign": {
|
2482
|
+
"shape": "S3b"
|
2483
|
+
},
|
2484
|
+
"AnsweringMachineDetectionStatus": {},
|
2485
|
+
"CustomerVoiceActivity": {
|
2486
|
+
"type": "structure",
|
2487
|
+
"members": {
|
2488
|
+
"GreetingStartTimestamp": {
|
2489
|
+
"type": "timestamp"
|
2490
|
+
},
|
2491
|
+
"GreetingEndTimestamp": {
|
2492
|
+
"type": "timestamp"
|
2493
|
+
}
|
2494
|
+
}
|
2495
|
+
},
|
2496
|
+
"QualityMetrics": {
|
2497
|
+
"type": "structure",
|
2498
|
+
"members": {
|
2499
|
+
"Agent": {
|
2500
|
+
"type": "structure",
|
2501
|
+
"members": {
|
2502
|
+
"Audio": {
|
2503
|
+
"shape": "Sdj"
|
2504
|
+
}
|
2505
|
+
}
|
2506
|
+
},
|
2507
|
+
"Customer": {
|
2508
|
+
"type": "structure",
|
2509
|
+
"members": {
|
2510
|
+
"Audio": {
|
2511
|
+
"shape": "Sdj"
|
2512
|
+
}
|
2513
|
+
}
|
2514
|
+
}
|
2515
|
+
}
|
2516
|
+
},
|
2517
|
+
"DisconnectDetails": {
|
2518
|
+
"type": "structure",
|
2519
|
+
"members": {
|
2520
|
+
"PotentialDisconnectIssue": {}
|
2521
|
+
}
|
2522
|
+
},
|
2523
|
+
"SegmentAttributes": {
|
2524
|
+
"shape": "Sdq"
|
2409
2525
|
}
|
2410
2526
|
}
|
2411
2527
|
}
|
@@ -2467,7 +2583,7 @@
|
|
2467
2583
|
"EvaluatorArn": {},
|
2468
2584
|
"ContactAgentId": {},
|
2469
2585
|
"Score": {
|
2470
|
-
"shape": "
|
2586
|
+
"shape": "Sdy"
|
2471
2587
|
}
|
2472
2588
|
}
|
2473
2589
|
},
|
@@ -2478,23 +2594,23 @@
|
|
2478
2594
|
"type": "structure",
|
2479
2595
|
"members": {
|
2480
2596
|
"Value": {
|
2481
|
-
"shape": "
|
2597
|
+
"shape": "Se2"
|
2482
2598
|
},
|
2483
2599
|
"SystemSuggestedValue": {
|
2484
|
-
"shape": "
|
2600
|
+
"shape": "Se2"
|
2485
2601
|
}
|
2486
2602
|
}
|
2487
2603
|
}
|
2488
2604
|
},
|
2489
2605
|
"Notes": {
|
2490
|
-
"shape": "
|
2606
|
+
"shape": "Se5"
|
2491
2607
|
},
|
2492
2608
|
"Status": {},
|
2493
2609
|
"Scores": {
|
2494
2610
|
"type": "map",
|
2495
2611
|
"key": {},
|
2496
2612
|
"value": {
|
2497
|
-
"shape": "
|
2613
|
+
"shape": "Sdy"
|
2498
2614
|
}
|
2499
2615
|
},
|
2500
2616
|
"CreatedTime": {
|
@@ -2562,7 +2678,7 @@
|
|
2562
2678
|
"type": "structure",
|
2563
2679
|
"members": {
|
2564
2680
|
"ContactFlow": {
|
2565
|
-
"shape": "
|
2681
|
+
"shape": "Sed"
|
2566
2682
|
}
|
2567
2683
|
}
|
2568
2684
|
}
|
@@ -2593,7 +2709,7 @@
|
|
2593
2709
|
"type": "structure",
|
2594
2710
|
"members": {
|
2595
2711
|
"ContactFlowModule": {
|
2596
|
-
"shape": "
|
2712
|
+
"shape": "Seh"
|
2597
2713
|
}
|
2598
2714
|
}
|
2599
2715
|
}
|
@@ -2706,7 +2822,7 @@
|
|
2706
2822
|
"type": "structure",
|
2707
2823
|
"members": {
|
2708
2824
|
"HoursOfOperation": {
|
2709
|
-
"shape": "
|
2825
|
+
"shape": "Ser"
|
2710
2826
|
}
|
2711
2827
|
}
|
2712
2828
|
}
|
@@ -2792,7 +2908,7 @@
|
|
2792
2908
|
"type": "structure",
|
2793
2909
|
"members": {
|
2794
2910
|
"Attribute": {
|
2795
|
-
"shape": "
|
2911
|
+
"shape": "Sf1"
|
2796
2912
|
}
|
2797
2913
|
}
|
2798
2914
|
}
|
@@ -2906,7 +3022,7 @@
|
|
2906
3022
|
"type": "structure",
|
2907
3023
|
"members": {
|
2908
3024
|
"PredefinedAttribute": {
|
2909
|
-
"shape": "
|
3025
|
+
"shape": "Sff"
|
2910
3026
|
}
|
2911
3027
|
}
|
2912
3028
|
}
|
@@ -2937,7 +3053,7 @@
|
|
2937
3053
|
"type": "structure",
|
2938
3054
|
"members": {
|
2939
3055
|
"Prompt": {
|
2940
|
-
"shape": "
|
3056
|
+
"shape": "Sfi"
|
2941
3057
|
}
|
2942
3058
|
}
|
2943
3059
|
}
|
@@ -2968,7 +3084,7 @@
|
|
2968
3084
|
"type": "structure",
|
2969
3085
|
"members": {
|
2970
3086
|
"Queue": {
|
2971
|
-
"shape": "
|
3087
|
+
"shape": "Sfl"
|
2972
3088
|
}
|
2973
3089
|
}
|
2974
3090
|
}
|
@@ -2999,7 +3115,7 @@
|
|
2999
3115
|
"type": "structure",
|
3000
3116
|
"members": {
|
3001
3117
|
"QuickConnect": {
|
3002
|
-
"shape": "
|
3118
|
+
"shape": "Sfp"
|
3003
3119
|
}
|
3004
3120
|
}
|
3005
3121
|
}
|
@@ -3030,7 +3146,7 @@
|
|
3030
3146
|
"type": "structure",
|
3031
3147
|
"members": {
|
3032
3148
|
"RoutingProfile": {
|
3033
|
-
"shape": "
|
3149
|
+
"shape": "Sfs"
|
3034
3150
|
}
|
3035
3151
|
}
|
3036
3152
|
}
|
@@ -3290,19 +3406,19 @@
|
|
3290
3406
|
"type": "structure",
|
3291
3407
|
"members": {
|
3292
3408
|
"LevelOne": {
|
3293
|
-
"shape": "
|
3409
|
+
"shape": "Sge"
|
3294
3410
|
},
|
3295
3411
|
"LevelTwo": {
|
3296
|
-
"shape": "
|
3412
|
+
"shape": "Sge"
|
3297
3413
|
},
|
3298
3414
|
"LevelThree": {
|
3299
|
-
"shape": "
|
3415
|
+
"shape": "Sge"
|
3300
3416
|
},
|
3301
3417
|
"LevelFour": {
|
3302
|
-
"shape": "
|
3418
|
+
"shape": "Sge"
|
3303
3419
|
},
|
3304
3420
|
"LevelFive": {
|
3305
|
-
"shape": "
|
3421
|
+
"shape": "Sge"
|
3306
3422
|
}
|
3307
3423
|
}
|
3308
3424
|
},
|
@@ -3342,19 +3458,19 @@
|
|
3342
3458
|
"type": "structure",
|
3343
3459
|
"members": {
|
3344
3460
|
"LevelOne": {
|
3345
|
-
"shape": "
|
3461
|
+
"shape": "Sgi"
|
3346
3462
|
},
|
3347
3463
|
"LevelTwo": {
|
3348
|
-
"shape": "
|
3464
|
+
"shape": "Sgi"
|
3349
3465
|
},
|
3350
3466
|
"LevelThree": {
|
3351
|
-
"shape": "
|
3467
|
+
"shape": "Sgi"
|
3352
3468
|
},
|
3353
3469
|
"LevelFour": {
|
3354
|
-
"shape": "
|
3470
|
+
"shape": "Sgi"
|
3355
3471
|
},
|
3356
3472
|
"LevelFive": {
|
3357
|
-
"shape": "
|
3473
|
+
"shape": "Sgi"
|
3358
3474
|
}
|
3359
3475
|
}
|
3360
3476
|
}
|
@@ -3937,15 +4053,15 @@
|
|
3937
4053
|
"locationName": "InstanceId"
|
3938
4054
|
},
|
3939
4055
|
"Filters": {
|
3940
|
-
"shape": "
|
4056
|
+
"shape": "Shj"
|
3941
4057
|
},
|
3942
4058
|
"Groupings": {
|
3943
|
-
"shape": "
|
4059
|
+
"shape": "Shp"
|
3944
4060
|
},
|
3945
4061
|
"CurrentMetrics": {
|
3946
4062
|
"type": "list",
|
3947
4063
|
"member": {
|
3948
|
-
"shape": "
|
4064
|
+
"shape": "Shs"
|
3949
4065
|
}
|
3950
4066
|
},
|
3951
4067
|
"NextToken": {},
|
@@ -3974,7 +4090,7 @@
|
|
3974
4090
|
"type": "structure",
|
3975
4091
|
"members": {
|
3976
4092
|
"Dimensions": {
|
3977
|
-
"shape": "
|
4093
|
+
"shape": "Si3"
|
3978
4094
|
},
|
3979
4095
|
"Collections": {
|
3980
4096
|
"type": "list",
|
@@ -3982,7 +4098,7 @@
|
|
3982
4098
|
"type": "structure",
|
3983
4099
|
"members": {
|
3984
4100
|
"Metric": {
|
3985
|
-
"shape": "
|
4101
|
+
"shape": "Shs"
|
3986
4102
|
},
|
3987
4103
|
"Value": {
|
3988
4104
|
"type": "double"
|
@@ -4021,7 +4137,7 @@
|
|
4021
4137
|
"type": "structure",
|
4022
4138
|
"members": {
|
4023
4139
|
"Queues": {
|
4024
|
-
"shape": "
|
4140
|
+
"shape": "Shk"
|
4025
4141
|
},
|
4026
4142
|
"ContactFilter": {
|
4027
4143
|
"type": "structure",
|
@@ -4033,7 +4149,7 @@
|
|
4033
4149
|
}
|
4034
4150
|
},
|
4035
4151
|
"RoutingProfiles": {
|
4036
|
-
"shape": "
|
4152
|
+
"shape": "Shm"
|
4037
4153
|
},
|
4038
4154
|
"Agents": {
|
4039
4155
|
"type": "list",
|
@@ -4068,25 +4184,25 @@
|
|
4068
4184
|
}
|
4069
4185
|
},
|
4070
4186
|
"RoutingProfile": {
|
4071
|
-
"shape": "
|
4187
|
+
"shape": "Si5"
|
4072
4188
|
},
|
4073
4189
|
"HierarchyPath": {
|
4074
4190
|
"type": "structure",
|
4075
4191
|
"members": {
|
4076
4192
|
"LevelOne": {
|
4077
|
-
"shape": "
|
4193
|
+
"shape": "Sim"
|
4078
4194
|
},
|
4079
4195
|
"LevelTwo": {
|
4080
|
-
"shape": "
|
4196
|
+
"shape": "Sim"
|
4081
4197
|
},
|
4082
4198
|
"LevelThree": {
|
4083
|
-
"shape": "
|
4199
|
+
"shape": "Sim"
|
4084
4200
|
},
|
4085
4201
|
"LevelFour": {
|
4086
|
-
"shape": "
|
4202
|
+
"shape": "Sim"
|
4087
4203
|
},
|
4088
4204
|
"LevelFive": {
|
4089
|
-
"shape": "
|
4205
|
+
"shape": "Sim"
|
4090
4206
|
}
|
4091
4207
|
}
|
4092
4208
|
},
|
@@ -4101,13 +4217,13 @@
|
|
4101
4217
|
}
|
4102
4218
|
},
|
4103
4219
|
"AvailableSlotsByChannel": {
|
4104
|
-
"shape": "
|
4220
|
+
"shape": "Sio"
|
4105
4221
|
},
|
4106
4222
|
"MaxSlotsByChannel": {
|
4107
|
-
"shape": "
|
4223
|
+
"shape": "Sio"
|
4108
4224
|
},
|
4109
4225
|
"ActiveSlotsByChannel": {
|
4110
|
-
"shape": "
|
4226
|
+
"shape": "Sio"
|
4111
4227
|
},
|
4112
4228
|
"Contacts": {
|
4113
4229
|
"type": "list",
|
@@ -4125,7 +4241,7 @@
|
|
4125
4241
|
"type": "timestamp"
|
4126
4242
|
},
|
4127
4243
|
"Queue": {
|
4128
|
-
"shape": "
|
4244
|
+
"shape": "Si4"
|
4129
4245
|
}
|
4130
4246
|
}
|
4131
4247
|
}
|
@@ -4164,13 +4280,13 @@
|
|
4164
4280
|
"type": "structure",
|
4165
4281
|
"members": {
|
4166
4282
|
"AccessToken": {
|
4167
|
-
"shape": "
|
4283
|
+
"shape": "Siv"
|
4168
4284
|
},
|
4169
4285
|
"AccessTokenExpiration": {
|
4170
4286
|
"type": "timestamp"
|
4171
4287
|
},
|
4172
4288
|
"RefreshToken": {
|
4173
|
-
"shape": "
|
4289
|
+
"shape": "Siv"
|
4174
4290
|
},
|
4175
4291
|
"RefreshTokenExpiration": {
|
4176
4292
|
"type": "timestamp"
|
@@ -4245,15 +4361,15 @@
|
|
4245
4361
|
"type": "timestamp"
|
4246
4362
|
},
|
4247
4363
|
"Filters": {
|
4248
|
-
"shape": "
|
4364
|
+
"shape": "Shj"
|
4249
4365
|
},
|
4250
4366
|
"Groupings": {
|
4251
|
-
"shape": "
|
4367
|
+
"shape": "Shp"
|
4252
4368
|
},
|
4253
4369
|
"HistoricalMetrics": {
|
4254
4370
|
"type": "list",
|
4255
4371
|
"member": {
|
4256
|
-
"shape": "
|
4372
|
+
"shape": "Sj0"
|
4257
4373
|
}
|
4258
4374
|
},
|
4259
4375
|
"NextToken": {},
|
@@ -4272,7 +4388,7 @@
|
|
4272
4388
|
"type": "structure",
|
4273
4389
|
"members": {
|
4274
4390
|
"Dimensions": {
|
4275
|
-
"shape": "
|
4391
|
+
"shape": "Si3"
|
4276
4392
|
},
|
4277
4393
|
"Collections": {
|
4278
4394
|
"type": "list",
|
@@ -4280,7 +4396,7 @@
|
|
4280
4396
|
"type": "structure",
|
4281
4397
|
"members": {
|
4282
4398
|
"Metric": {
|
4283
|
-
"shape": "
|
4399
|
+
"shape": "Sj0"
|
4284
4400
|
},
|
4285
4401
|
"Value": {
|
4286
4402
|
"type": "double"
|
@@ -4342,7 +4458,7 @@
|
|
4342
4458
|
"Metrics": {
|
4343
4459
|
"type": "list",
|
4344
4460
|
"member": {
|
4345
|
-
"shape": "
|
4461
|
+
"shape": "Sjl"
|
4346
4462
|
}
|
4347
4463
|
},
|
4348
4464
|
"NextToken": {},
|
@@ -4383,7 +4499,7 @@
|
|
4383
4499
|
"type": "structure",
|
4384
4500
|
"members": {
|
4385
4501
|
"Metric": {
|
4386
|
-
"shape": "
|
4502
|
+
"shape": "Sjl"
|
4387
4503
|
},
|
4388
4504
|
"Value": {
|
4389
4505
|
"type": "double"
|
@@ -4513,15 +4629,15 @@
|
|
4513
4629
|
"type": "structure",
|
4514
4630
|
"members": {
|
4515
4631
|
"TelephonyConfig": {
|
4516
|
-
"shape": "
|
4632
|
+
"shape": "Ska"
|
4517
4633
|
},
|
4518
4634
|
"Id": {},
|
4519
4635
|
"Arn": {},
|
4520
4636
|
"SignInConfig": {
|
4521
|
-
"shape": "
|
4637
|
+
"shape": "Skf"
|
4522
4638
|
},
|
4523
4639
|
"AgentConfig": {
|
4524
|
-
"shape": "
|
4640
|
+
"shape": "Ski"
|
4525
4641
|
}
|
4526
4642
|
}
|
4527
4643
|
}
|
@@ -4794,7 +4910,7 @@
|
|
4794
4910
|
"Status": {},
|
4795
4911
|
"EvaluatorArn": {},
|
4796
4912
|
"Score": {
|
4797
|
-
"shape": "
|
4913
|
+
"shape": "Sdy"
|
4798
4914
|
},
|
4799
4915
|
"CreatedTime": {
|
4800
4916
|
"type": "timestamp"
|
@@ -5324,7 +5440,7 @@
|
|
5324
5440
|
"Attributes": {
|
5325
5441
|
"type": "list",
|
5326
5442
|
"member": {
|
5327
|
-
"shape": "
|
5443
|
+
"shape": "Sf1"
|
5328
5444
|
}
|
5329
5445
|
},
|
5330
5446
|
"NextToken": {}
|
@@ -5576,12 +5692,12 @@
|
|
5576
5692
|
"locationName": "InstanceId"
|
5577
5693
|
},
|
5578
5694
|
"PhoneNumberTypes": {
|
5579
|
-
"shape": "
|
5695
|
+
"shape": "Smy",
|
5580
5696
|
"location": "querystring",
|
5581
5697
|
"locationName": "phoneNumberTypes"
|
5582
5698
|
},
|
5583
5699
|
"PhoneNumberCountryCodes": {
|
5584
|
-
"shape": "
|
5700
|
+
"shape": "Smz",
|
5585
5701
|
"location": "querystring",
|
5586
5702
|
"locationName": "phoneNumberCountryCodes"
|
5587
5703
|
},
|
@@ -5630,10 +5746,10 @@
|
|
5630
5746
|
},
|
5631
5747
|
"NextToken": {},
|
5632
5748
|
"PhoneNumberCountryCodes": {
|
5633
|
-
"shape": "
|
5749
|
+
"shape": "Smz"
|
5634
5750
|
},
|
5635
5751
|
"PhoneNumberTypes": {
|
5636
|
-
"shape": "
|
5752
|
+
"shape": "Smy"
|
5637
5753
|
},
|
5638
5754
|
"PhoneNumberPrefix": {}
|
5639
5755
|
}
|
@@ -5792,7 +5908,7 @@
|
|
5792
5908
|
"members": {
|
5793
5909
|
"NextToken": {},
|
5794
5910
|
"QuickConnectSummaryList": {
|
5795
|
-
"shape": "
|
5911
|
+
"shape": "Snk"
|
5796
5912
|
},
|
5797
5913
|
"LastModifiedTime": {
|
5798
5914
|
"type": "timestamp"
|
@@ -5892,7 +6008,7 @@
|
|
5892
6008
|
"type": "structure",
|
5893
6009
|
"members": {
|
5894
6010
|
"QuickConnectSummaryList": {
|
5895
|
-
"shape": "
|
6011
|
+
"shape": "Snk"
|
5896
6012
|
},
|
5897
6013
|
"NextToken": {}
|
5898
6014
|
}
|
@@ -5962,7 +6078,7 @@
|
|
5962
6078
|
"Content": {},
|
5963
6079
|
"ContentType": {},
|
5964
6080
|
"Time": {
|
5965
|
-
"shape": "
|
6081
|
+
"shape": "So9"
|
5966
6082
|
},
|
5967
6083
|
"Redaction": {
|
5968
6084
|
"type": "structure",
|
@@ -5970,7 +6086,7 @@
|
|
5970
6086
|
"CharacterOffsets": {
|
5971
6087
|
"type": "list",
|
5972
6088
|
"member": {
|
5973
|
-
"shape": "
|
6089
|
+
"shape": "Sod"
|
5974
6090
|
}
|
5975
6091
|
}
|
5976
6092
|
}
|
@@ -6008,7 +6124,7 @@
|
|
6008
6124
|
"members": {
|
6009
6125
|
"Id": {},
|
6010
6126
|
"CharacterOffsets": {
|
6011
|
-
"shape": "
|
6127
|
+
"shape": "Sod"
|
6012
6128
|
}
|
6013
6129
|
}
|
6014
6130
|
}
|
@@ -6046,7 +6162,7 @@
|
|
6046
6162
|
"Content": {},
|
6047
6163
|
"Id": {},
|
6048
6164
|
"CharacterOffsets": {
|
6049
|
-
"shape": "
|
6165
|
+
"shape": "Sod"
|
6050
6166
|
}
|
6051
6167
|
}
|
6052
6168
|
}
|
@@ -6070,7 +6186,7 @@
|
|
6070
6186
|
"DisplayName": {},
|
6071
6187
|
"EventType": {},
|
6072
6188
|
"Time": {
|
6073
|
-
"shape": "
|
6189
|
+
"shape": "So9"
|
6074
6190
|
}
|
6075
6191
|
}
|
6076
6192
|
},
|
@@ -6105,7 +6221,7 @@
|
|
6105
6221
|
}
|
6106
6222
|
},
|
6107
6223
|
"Time": {
|
6108
|
-
"shape": "
|
6224
|
+
"shape": "So9"
|
6109
6225
|
}
|
6110
6226
|
}
|
6111
6227
|
}
|
@@ -6757,7 +6873,7 @@
|
|
6757
6873
|
"UserHierarchyGroupSummaryList": {
|
6758
6874
|
"type": "list",
|
6759
6875
|
"member": {
|
6760
|
-
"shape": "
|
6876
|
+
"shape": "Sge"
|
6761
6877
|
}
|
6762
6878
|
},
|
6763
6879
|
"NextToken": {}
|
@@ -7207,12 +7323,12 @@
|
|
7207
7323
|
"type": "structure",
|
7208
7324
|
"members": {
|
7209
7325
|
"TagFilter": {
|
7210
|
-
"shape": "
|
7326
|
+
"shape": "Srg"
|
7211
7327
|
}
|
7212
7328
|
}
|
7213
7329
|
},
|
7214
7330
|
"SearchCriteria": {
|
7215
|
-
"shape": "
|
7331
|
+
"shape": "Srk"
|
7216
7332
|
}
|
7217
7333
|
}
|
7218
7334
|
},
|
@@ -7222,7 +7338,7 @@
|
|
7222
7338
|
"ContactFlowModules": {
|
7223
7339
|
"type": "list",
|
7224
7340
|
"member": {
|
7225
|
-
"shape": "
|
7341
|
+
"shape": "Seh"
|
7226
7342
|
}
|
7227
7343
|
},
|
7228
7344
|
"NextToken": {},
|
@@ -7251,12 +7367,12 @@
|
|
7251
7367
|
"type": "structure",
|
7252
7368
|
"members": {
|
7253
7369
|
"TagFilter": {
|
7254
|
-
"shape": "
|
7370
|
+
"shape": "Srg"
|
7255
7371
|
}
|
7256
7372
|
}
|
7257
7373
|
},
|
7258
7374
|
"SearchCriteria": {
|
7259
|
-
"shape": "
|
7375
|
+
"shape": "Srs"
|
7260
7376
|
}
|
7261
7377
|
}
|
7262
7378
|
},
|
@@ -7266,7 +7382,7 @@
|
|
7266
7382
|
"ContactFlows": {
|
7267
7383
|
"type": "list",
|
7268
7384
|
"member": {
|
7269
|
-
"shape": "
|
7385
|
+
"shape": "Sed"
|
7270
7386
|
}
|
7271
7387
|
},
|
7272
7388
|
"NextToken": {},
|
@@ -7316,19 +7432,19 @@
|
|
7316
7432
|
"type": "structure",
|
7317
7433
|
"members": {
|
7318
7434
|
"L1Ids": {
|
7319
|
-
"shape": "
|
7435
|
+
"shape": "Ss2"
|
7320
7436
|
},
|
7321
7437
|
"L2Ids": {
|
7322
|
-
"shape": "
|
7438
|
+
"shape": "Ss2"
|
7323
7439
|
},
|
7324
7440
|
"L3Ids": {
|
7325
|
-
"shape": "
|
7441
|
+
"shape": "Ss2"
|
7326
7442
|
},
|
7327
7443
|
"L4Ids": {
|
7328
|
-
"shape": "
|
7444
|
+
"shape": "Ss2"
|
7329
7445
|
},
|
7330
7446
|
"L5Ids": {
|
7331
|
-
"shape": "
|
7447
|
+
"shape": "Ss2"
|
7332
7448
|
}
|
7333
7449
|
}
|
7334
7450
|
},
|
@@ -7504,12 +7620,12 @@
|
|
7504
7620
|
"type": "structure",
|
7505
7621
|
"members": {
|
7506
7622
|
"TagFilter": {
|
7507
|
-
"shape": "
|
7623
|
+
"shape": "Srg"
|
7508
7624
|
}
|
7509
7625
|
}
|
7510
7626
|
},
|
7511
7627
|
"SearchCriteria": {
|
7512
|
-
"shape": "
|
7628
|
+
"shape": "Sst"
|
7513
7629
|
}
|
7514
7630
|
}
|
7515
7631
|
},
|
@@ -7519,7 +7635,7 @@
|
|
7519
7635
|
"HoursOfOperations": {
|
7520
7636
|
"type": "list",
|
7521
7637
|
"member": {
|
7522
|
-
"shape": "
|
7638
|
+
"shape": "Ser"
|
7523
7639
|
}
|
7524
7640
|
},
|
7525
7641
|
"NextToken": {},
|
@@ -7545,7 +7661,7 @@
|
|
7545
7661
|
"type": "integer"
|
7546
7662
|
},
|
7547
7663
|
"SearchCriteria": {
|
7548
|
-
"shape": "
|
7664
|
+
"shape": "Ssy"
|
7549
7665
|
}
|
7550
7666
|
}
|
7551
7667
|
},
|
@@ -7555,7 +7671,7 @@
|
|
7555
7671
|
"PredefinedAttributes": {
|
7556
7672
|
"type": "list",
|
7557
7673
|
"member": {
|
7558
|
-
"shape": "
|
7674
|
+
"shape": "Sff"
|
7559
7675
|
}
|
7560
7676
|
},
|
7561
7677
|
"NextToken": {},
|
@@ -7584,12 +7700,12 @@
|
|
7584
7700
|
"type": "structure",
|
7585
7701
|
"members": {
|
7586
7702
|
"TagFilter": {
|
7587
|
-
"shape": "
|
7703
|
+
"shape": "Srg"
|
7588
7704
|
}
|
7589
7705
|
}
|
7590
7706
|
},
|
7591
7707
|
"SearchCriteria": {
|
7592
|
-
"shape": "
|
7708
|
+
"shape": "St4"
|
7593
7709
|
}
|
7594
7710
|
}
|
7595
7711
|
},
|
@@ -7599,7 +7715,7 @@
|
|
7599
7715
|
"Prompts": {
|
7600
7716
|
"type": "list",
|
7601
7717
|
"member": {
|
7602
|
-
"shape": "
|
7718
|
+
"shape": "Sfi"
|
7603
7719
|
}
|
7604
7720
|
},
|
7605
7721
|
"NextToken": {},
|
@@ -7628,12 +7744,12 @@
|
|
7628
7744
|
"type": "structure",
|
7629
7745
|
"members": {
|
7630
7746
|
"TagFilter": {
|
7631
|
-
"shape": "
|
7747
|
+
"shape": "Srg"
|
7632
7748
|
}
|
7633
7749
|
}
|
7634
7750
|
},
|
7635
7751
|
"SearchCriteria": {
|
7636
|
-
"shape": "
|
7752
|
+
"shape": "Stb"
|
7637
7753
|
}
|
7638
7754
|
}
|
7639
7755
|
},
|
@@ -7643,7 +7759,7 @@
|
|
7643
7759
|
"Queues": {
|
7644
7760
|
"type": "list",
|
7645
7761
|
"member": {
|
7646
|
-
"shape": "
|
7762
|
+
"shape": "Sfl"
|
7647
7763
|
}
|
7648
7764
|
},
|
7649
7765
|
"NextToken": {},
|
@@ -7672,12 +7788,12 @@
|
|
7672
7788
|
"type": "structure",
|
7673
7789
|
"members": {
|
7674
7790
|
"TagFilter": {
|
7675
|
-
"shape": "
|
7791
|
+
"shape": "Srg"
|
7676
7792
|
}
|
7677
7793
|
}
|
7678
7794
|
},
|
7679
7795
|
"SearchCriteria": {
|
7680
|
-
"shape": "
|
7796
|
+
"shape": "Sti"
|
7681
7797
|
}
|
7682
7798
|
}
|
7683
7799
|
},
|
@@ -7687,7 +7803,7 @@
|
|
7687
7803
|
"QuickConnects": {
|
7688
7804
|
"type": "list",
|
7689
7805
|
"member": {
|
7690
|
-
"shape": "
|
7806
|
+
"shape": "Sfp"
|
7691
7807
|
}
|
7692
7808
|
},
|
7693
7809
|
"NextToken": {},
|
@@ -7768,12 +7884,12 @@
|
|
7768
7884
|
"type": "structure",
|
7769
7885
|
"members": {
|
7770
7886
|
"TagFilter": {
|
7771
|
-
"shape": "
|
7887
|
+
"shape": "Srg"
|
7772
7888
|
}
|
7773
7889
|
}
|
7774
7890
|
},
|
7775
7891
|
"SearchCriteria": {
|
7776
|
-
"shape": "
|
7892
|
+
"shape": "Stx"
|
7777
7893
|
}
|
7778
7894
|
}
|
7779
7895
|
},
|
@@ -7783,7 +7899,7 @@
|
|
7783
7899
|
"RoutingProfiles": {
|
7784
7900
|
"type": "list",
|
7785
7901
|
"member": {
|
7786
|
-
"shape": "
|
7902
|
+
"shape": "Sfs"
|
7787
7903
|
}
|
7788
7904
|
},
|
7789
7905
|
"NextToken": {},
|
@@ -7809,13 +7925,13 @@
|
|
7809
7925
|
"type": "integer"
|
7810
7926
|
},
|
7811
7927
|
"SearchCriteria": {
|
7812
|
-
"shape": "
|
7928
|
+
"shape": "Su2"
|
7813
7929
|
},
|
7814
7930
|
"SearchFilter": {
|
7815
7931
|
"type": "structure",
|
7816
7932
|
"members": {
|
7817
7933
|
"TagFilter": {
|
7818
|
-
"shape": "
|
7934
|
+
"shape": "Srg"
|
7819
7935
|
}
|
7820
7936
|
}
|
7821
7937
|
}
|
@@ -7866,7 +7982,7 @@
|
|
7866
7982
|
"type": "structure",
|
7867
7983
|
"members": {
|
7868
7984
|
"TagFilter": {
|
7869
|
-
"shape": "
|
7985
|
+
"shape": "Srg"
|
7870
7986
|
},
|
7871
7987
|
"UserAttributeFilter": {
|
7872
7988
|
"type": "structure",
|
@@ -7874,24 +7990,24 @@
|
|
7874
7990
|
"OrConditions": {
|
7875
7991
|
"type": "list",
|
7876
7992
|
"member": {
|
7877
|
-
"shape": "
|
7993
|
+
"shape": "Suc"
|
7878
7994
|
}
|
7879
7995
|
},
|
7880
7996
|
"AndCondition": {
|
7881
|
-
"shape": "
|
7997
|
+
"shape": "Suc"
|
7882
7998
|
},
|
7883
7999
|
"TagCondition": {
|
7884
|
-
"shape": "
|
8000
|
+
"shape": "Srj"
|
7885
8001
|
},
|
7886
8002
|
"HierarchyGroupCondition": {
|
7887
|
-
"shape": "
|
8003
|
+
"shape": "Sud"
|
7888
8004
|
}
|
7889
8005
|
}
|
7890
8006
|
}
|
7891
8007
|
}
|
7892
8008
|
},
|
7893
8009
|
"SearchCriteria": {
|
7894
|
-
"shape": "
|
8010
|
+
"shape": "Suf"
|
7895
8011
|
}
|
7896
8012
|
}
|
7897
8013
|
},
|
@@ -8024,16 +8140,16 @@
|
|
8024
8140
|
"type": "structure",
|
8025
8141
|
"members": {
|
8026
8142
|
"SupportedMessagingContentTypes": {
|
8027
|
-
"shape": "
|
8143
|
+
"shape": "Suy"
|
8028
8144
|
},
|
8029
8145
|
"ParticipantDetails": {
|
8030
|
-
"shape": "
|
8146
|
+
"shape": "Sv0"
|
8031
8147
|
},
|
8032
8148
|
"Attributes": {
|
8033
8149
|
"shape": "S38"
|
8034
8150
|
},
|
8035
8151
|
"StreamingConfiguration": {
|
8036
|
-
"shape": "
|
8152
|
+
"shape": "Sv1"
|
8037
8153
|
}
|
8038
8154
|
}
|
8039
8155
|
}
|
@@ -8135,7 +8251,7 @@
|
|
8135
8251
|
"shape": "S38"
|
8136
8252
|
},
|
8137
8253
|
"ParticipantDetails": {
|
8138
|
-
"shape": "
|
8254
|
+
"shape": "Sv0"
|
8139
8255
|
},
|
8140
8256
|
"InitialMessage": {
|
8141
8257
|
"type": "structure",
|
@@ -8155,7 +8271,7 @@
|
|
8155
8271
|
"type": "integer"
|
8156
8272
|
},
|
8157
8273
|
"SupportedMessagingContentTypes": {
|
8158
|
-
"shape": "
|
8274
|
+
"shape": "Suy"
|
8159
8275
|
},
|
8160
8276
|
"PersistentChat": {
|
8161
8277
|
"type": "structure",
|
@@ -8166,14 +8282,7 @@
|
|
8166
8282
|
},
|
8167
8283
|
"RelatedContactId": {},
|
8168
8284
|
"SegmentAttributes": {
|
8169
|
-
"
|
8170
|
-
"key": {},
|
8171
|
-
"value": {
|
8172
|
-
"type": "structure",
|
8173
|
-
"members": {
|
8174
|
-
"ValueString": {}
|
8175
|
-
}
|
8176
|
-
}
|
8285
|
+
"shape": "Sdq"
|
8177
8286
|
}
|
8178
8287
|
}
|
8179
8288
|
},
|
@@ -8269,7 +8378,7 @@
|
|
8269
8378
|
"InstanceId": {},
|
8270
8379
|
"ContactId": {},
|
8271
8380
|
"ChatStreamingConfiguration": {
|
8272
|
-
"shape": "
|
8381
|
+
"shape": "Sv1"
|
8273
8382
|
},
|
8274
8383
|
"ClientToken": {
|
8275
8384
|
"idempotencyToken": true
|
@@ -8412,15 +8521,15 @@
|
|
8412
8521
|
"type": "structure",
|
8413
8522
|
"members": {
|
8414
8523
|
"Customer": {
|
8415
|
-
"shape": "
|
8524
|
+
"shape": "Scs"
|
8416
8525
|
},
|
8417
8526
|
"Agent": {
|
8418
|
-
"shape": "
|
8527
|
+
"shape": "Scs"
|
8419
8528
|
}
|
8420
8529
|
}
|
8421
8530
|
},
|
8422
8531
|
"ParticipantDetails": {
|
8423
|
-
"shape": "
|
8532
|
+
"shape": "Sv0"
|
8424
8533
|
},
|
8425
8534
|
"RelatedContactId": {},
|
8426
8535
|
"References": {
|
@@ -8573,10 +8682,10 @@
|
|
8573
8682
|
"locationName": "EvaluationId"
|
8574
8683
|
},
|
8575
8684
|
"Answers": {
|
8576
|
-
"shape": "
|
8685
|
+
"shape": "Swi"
|
8577
8686
|
},
|
8578
8687
|
"Notes": {
|
8579
|
-
"shape": "
|
8688
|
+
"shape": "Se5"
|
8580
8689
|
}
|
8581
8690
|
}
|
8582
8691
|
},
|
@@ -8629,7 +8738,7 @@
|
|
8629
8738
|
"ContactId": {},
|
8630
8739
|
"InstanceId": {},
|
8631
8740
|
"Tags": {
|
8632
|
-
"shape": "
|
8741
|
+
"shape": "Scz"
|
8633
8742
|
}
|
8634
8743
|
}
|
8635
8744
|
},
|
@@ -8860,10 +8969,10 @@
|
|
8860
8969
|
"locationName": "EvaluationId"
|
8861
8970
|
},
|
8862
8971
|
"Answers": {
|
8863
|
-
"shape": "
|
8972
|
+
"shape": "Swi"
|
8864
8973
|
},
|
8865
8974
|
"Notes": {
|
8866
|
-
"shape": "
|
8975
|
+
"shape": "Se5"
|
8867
8976
|
}
|
8868
8977
|
}
|
8869
8978
|
},
|
@@ -9842,13 +9951,13 @@
|
|
9842
9951
|
"locationName": "Id"
|
9843
9952
|
},
|
9844
9953
|
"TelephonyConfig": {
|
9845
|
-
"shape": "
|
9954
|
+
"shape": "Ska"
|
9846
9955
|
},
|
9847
9956
|
"SignInConfig": {
|
9848
|
-
"shape": "
|
9957
|
+
"shape": "Skf"
|
9849
9958
|
},
|
9850
9959
|
"AgentConfig": {
|
9851
|
-
"shape": "
|
9960
|
+
"shape": "Ski"
|
9852
9961
|
}
|
9853
9962
|
}
|
9854
9963
|
},
|
@@ -9919,19 +10028,19 @@
|
|
9919
10028
|
"type": "structure",
|
9920
10029
|
"members": {
|
9921
10030
|
"LevelOne": {
|
9922
|
-
"shape": "
|
10031
|
+
"shape": "Syu"
|
9923
10032
|
},
|
9924
10033
|
"LevelTwo": {
|
9925
|
-
"shape": "
|
10034
|
+
"shape": "Syu"
|
9926
10035
|
},
|
9927
10036
|
"LevelThree": {
|
9928
|
-
"shape": "
|
10037
|
+
"shape": "Syu"
|
9929
10038
|
},
|
9930
10039
|
"LevelFour": {
|
9931
|
-
"shape": "
|
10040
|
+
"shape": "Syu"
|
9932
10041
|
},
|
9933
10042
|
"LevelFive": {
|
9934
|
-
"shape": "
|
10043
|
+
"shape": "Syu"
|
9935
10044
|
}
|
9936
10045
|
}
|
9937
10046
|
},
|
@@ -10342,6 +10451,12 @@
|
|
10342
10451
|
"key": {},
|
10343
10452
|
"value": {}
|
10344
10453
|
},
|
10454
|
+
"S3b": {
|
10455
|
+
"type": "structure",
|
10456
|
+
"members": {
|
10457
|
+
"CampaignId": {}
|
10458
|
+
}
|
10459
|
+
},
|
10345
10460
|
"S4d": {
|
10346
10461
|
"type": "list",
|
10347
10462
|
"member": {
|
@@ -11032,12 +11147,82 @@
|
|
11032
11147
|
"type": "string",
|
11033
11148
|
"sensitive": true
|
11034
11149
|
},
|
11035
|
-
"
|
11150
|
+
"Scn": {
|
11151
|
+
"type": "structure",
|
11152
|
+
"members": {
|
11153
|
+
"Arn": {}
|
11154
|
+
}
|
11155
|
+
},
|
11156
|
+
"Sco": {
|
11157
|
+
"type": "structure",
|
11158
|
+
"members": {
|
11159
|
+
"PlatformName": {},
|
11160
|
+
"PlatformVersion": {},
|
11161
|
+
"OperatingSystem": {}
|
11162
|
+
}
|
11163
|
+
},
|
11164
|
+
"Scs": {
|
11165
|
+
"type": "structure",
|
11166
|
+
"members": {
|
11167
|
+
"Video": {}
|
11168
|
+
}
|
11169
|
+
},
|
11170
|
+
"Scz": {
|
11036
11171
|
"type": "map",
|
11037
11172
|
"key": {},
|
11038
11173
|
"value": {}
|
11039
11174
|
},
|
11040
|
-
"
|
11175
|
+
"Sd7": {
|
11176
|
+
"type": "structure",
|
11177
|
+
"members": {
|
11178
|
+
"AttributeCondition": {
|
11179
|
+
"type": "structure",
|
11180
|
+
"members": {
|
11181
|
+
"Name": {},
|
11182
|
+
"Value": {},
|
11183
|
+
"ProficiencyLevel": {
|
11184
|
+
"type": "float"
|
11185
|
+
},
|
11186
|
+
"ComparisonOperator": {}
|
11187
|
+
}
|
11188
|
+
},
|
11189
|
+
"AndExpression": {
|
11190
|
+
"shape": "Sdb"
|
11191
|
+
},
|
11192
|
+
"OrExpression": {
|
11193
|
+
"shape": "Sdb"
|
11194
|
+
}
|
11195
|
+
}
|
11196
|
+
},
|
11197
|
+
"Sdb": {
|
11198
|
+
"type": "list",
|
11199
|
+
"member": {
|
11200
|
+
"shape": "Sd7"
|
11201
|
+
}
|
11202
|
+
},
|
11203
|
+
"Sdj": {
|
11204
|
+
"type": "structure",
|
11205
|
+
"members": {
|
11206
|
+
"QualityScore": {
|
11207
|
+
"type": "float"
|
11208
|
+
},
|
11209
|
+
"PotentialQualityIssues": {
|
11210
|
+
"type": "list",
|
11211
|
+
"member": {}
|
11212
|
+
}
|
11213
|
+
}
|
11214
|
+
},
|
11215
|
+
"Sdq": {
|
11216
|
+
"type": "map",
|
11217
|
+
"key": {},
|
11218
|
+
"value": {
|
11219
|
+
"type": "structure",
|
11220
|
+
"members": {
|
11221
|
+
"ValueString": {}
|
11222
|
+
}
|
11223
|
+
}
|
11224
|
+
},
|
11225
|
+
"Sdy": {
|
11041
11226
|
"type": "structure",
|
11042
11227
|
"members": {
|
11043
11228
|
"Percentage": {
|
@@ -11051,7 +11236,7 @@
|
|
11051
11236
|
}
|
11052
11237
|
}
|
11053
11238
|
},
|
11054
|
-
"
|
11239
|
+
"Se2": {
|
11055
11240
|
"type": "structure",
|
11056
11241
|
"members": {
|
11057
11242
|
"StringValue": {},
|
@@ -11064,7 +11249,7 @@
|
|
11064
11249
|
},
|
11065
11250
|
"union": true
|
11066
11251
|
},
|
11067
|
-
"
|
11252
|
+
"Se5": {
|
11068
11253
|
"type": "map",
|
11069
11254
|
"key": {},
|
11070
11255
|
"value": {
|
@@ -11074,7 +11259,7 @@
|
|
11074
11259
|
}
|
11075
11260
|
}
|
11076
11261
|
},
|
11077
|
-
"
|
11262
|
+
"Sed": {
|
11078
11263
|
"type": "structure",
|
11079
11264
|
"members": {
|
11080
11265
|
"Arn": {},
|
@@ -11090,7 +11275,7 @@
|
|
11090
11275
|
}
|
11091
11276
|
}
|
11092
11277
|
},
|
11093
|
-
"
|
11278
|
+
"Seh": {
|
11094
11279
|
"type": "structure",
|
11095
11280
|
"members": {
|
11096
11281
|
"Arn": {},
|
@@ -11105,7 +11290,7 @@
|
|
11105
11290
|
}
|
11106
11291
|
}
|
11107
11292
|
},
|
11108
|
-
"
|
11293
|
+
"Ser": {
|
11109
11294
|
"type": "structure",
|
11110
11295
|
"members": {
|
11111
11296
|
"HoursOfOperationId": {},
|
@@ -11125,14 +11310,14 @@
|
|
11125
11310
|
"LastModifiedRegion": {}
|
11126
11311
|
}
|
11127
11312
|
},
|
11128
|
-
"
|
11313
|
+
"Sf1": {
|
11129
11314
|
"type": "structure",
|
11130
11315
|
"members": {
|
11131
11316
|
"AttributeType": {},
|
11132
11317
|
"Value": {}
|
11133
11318
|
}
|
11134
11319
|
},
|
11135
|
-
"
|
11320
|
+
"Sff": {
|
11136
11321
|
"type": "structure",
|
11137
11322
|
"members": {
|
11138
11323
|
"Name": {},
|
@@ -11145,7 +11330,7 @@
|
|
11145
11330
|
"LastModifiedRegion": {}
|
11146
11331
|
}
|
11147
11332
|
},
|
11148
|
-
"
|
11333
|
+
"Sfi": {
|
11149
11334
|
"type": "structure",
|
11150
11335
|
"members": {
|
11151
11336
|
"PromptARN": {},
|
@@ -11161,7 +11346,7 @@
|
|
11161
11346
|
"LastModifiedRegion": {}
|
11162
11347
|
}
|
11163
11348
|
},
|
11164
|
-
"
|
11349
|
+
"Sfl": {
|
11165
11350
|
"type": "structure",
|
11166
11351
|
"members": {
|
11167
11352
|
"Name": {},
|
@@ -11185,7 +11370,7 @@
|
|
11185
11370
|
"LastModifiedRegion": {}
|
11186
11371
|
}
|
11187
11372
|
},
|
11188
|
-
"
|
11373
|
+
"Sfp": {
|
11189
11374
|
"type": "structure",
|
11190
11375
|
"members": {
|
11191
11376
|
"QuickConnectARN": {},
|
@@ -11204,7 +11389,7 @@
|
|
11204
11389
|
"LastModifiedRegion": {}
|
11205
11390
|
}
|
11206
11391
|
},
|
11207
|
-
"
|
11392
|
+
"Sfs": {
|
11208
11393
|
"type": "structure",
|
11209
11394
|
"members": {
|
11210
11395
|
"InstanceId": {},
|
@@ -11235,7 +11420,7 @@
|
|
11235
11420
|
}
|
11236
11421
|
}
|
11237
11422
|
},
|
11238
|
-
"
|
11423
|
+
"Sge": {
|
11239
11424
|
"type": "structure",
|
11240
11425
|
"members": {
|
11241
11426
|
"Id": {},
|
@@ -11247,7 +11432,7 @@
|
|
11247
11432
|
"LastModifiedRegion": {}
|
11248
11433
|
}
|
11249
11434
|
},
|
11250
|
-
"
|
11435
|
+
"Sgi": {
|
11251
11436
|
"type": "structure",
|
11252
11437
|
"members": {
|
11253
11438
|
"Id": {},
|
@@ -11259,18 +11444,18 @@
|
|
11259
11444
|
"LastModifiedRegion": {}
|
11260
11445
|
}
|
11261
11446
|
},
|
11262
|
-
"
|
11447
|
+
"Shj": {
|
11263
11448
|
"type": "structure",
|
11264
11449
|
"members": {
|
11265
11450
|
"Queues": {
|
11266
|
-
"shape": "
|
11451
|
+
"shape": "Shk"
|
11267
11452
|
},
|
11268
11453
|
"Channels": {
|
11269
11454
|
"type": "list",
|
11270
11455
|
"member": {}
|
11271
11456
|
},
|
11272
11457
|
"RoutingProfiles": {
|
11273
|
-
"shape": "
|
11458
|
+
"shape": "Shm"
|
11274
11459
|
},
|
11275
11460
|
"RoutingStepExpressions": {
|
11276
11461
|
"type": "list",
|
@@ -11278,71 +11463,71 @@
|
|
11278
11463
|
}
|
11279
11464
|
}
|
11280
11465
|
},
|
11281
|
-
"
|
11466
|
+
"Shk": {
|
11282
11467
|
"type": "list",
|
11283
11468
|
"member": {}
|
11284
11469
|
},
|
11285
|
-
"
|
11470
|
+
"Shm": {
|
11286
11471
|
"type": "list",
|
11287
11472
|
"member": {}
|
11288
11473
|
},
|
11289
|
-
"
|
11474
|
+
"Shp": {
|
11290
11475
|
"type": "list",
|
11291
11476
|
"member": {}
|
11292
11477
|
},
|
11293
|
-
"
|
11478
|
+
"Shs": {
|
11294
11479
|
"type": "structure",
|
11295
11480
|
"members": {
|
11296
11481
|
"Name": {},
|
11297
11482
|
"Unit": {}
|
11298
11483
|
}
|
11299
11484
|
},
|
11300
|
-
"
|
11485
|
+
"Si3": {
|
11301
11486
|
"type": "structure",
|
11302
11487
|
"members": {
|
11303
11488
|
"Queue": {
|
11304
|
-
"shape": "
|
11489
|
+
"shape": "Si4"
|
11305
11490
|
},
|
11306
11491
|
"Channel": {},
|
11307
11492
|
"RoutingProfile": {
|
11308
|
-
"shape": "
|
11493
|
+
"shape": "Si5"
|
11309
11494
|
},
|
11310
11495
|
"RoutingStepExpression": {}
|
11311
11496
|
}
|
11312
11497
|
},
|
11313
|
-
"
|
11498
|
+
"Si4": {
|
11314
11499
|
"type": "structure",
|
11315
11500
|
"members": {
|
11316
11501
|
"Id": {},
|
11317
11502
|
"Arn": {}
|
11318
11503
|
}
|
11319
11504
|
},
|
11320
|
-
"
|
11505
|
+
"Si5": {
|
11321
11506
|
"type": "structure",
|
11322
11507
|
"members": {
|
11323
11508
|
"Id": {},
|
11324
11509
|
"Arn": {}
|
11325
11510
|
}
|
11326
11511
|
},
|
11327
|
-
"
|
11512
|
+
"Sim": {
|
11328
11513
|
"type": "structure",
|
11329
11514
|
"members": {
|
11330
11515
|
"Id": {},
|
11331
11516
|
"Arn": {}
|
11332
11517
|
}
|
11333
11518
|
},
|
11334
|
-
"
|
11519
|
+
"Sio": {
|
11335
11520
|
"type": "map",
|
11336
11521
|
"key": {},
|
11337
11522
|
"value": {
|
11338
11523
|
"type": "integer"
|
11339
11524
|
}
|
11340
11525
|
},
|
11341
|
-
"
|
11526
|
+
"Siv": {
|
11342
11527
|
"type": "string",
|
11343
11528
|
"sensitive": true
|
11344
11529
|
},
|
11345
|
-
"
|
11530
|
+
"Sj0": {
|
11346
11531
|
"type": "structure",
|
11347
11532
|
"members": {
|
11348
11533
|
"Name": {},
|
@@ -11359,7 +11544,7 @@
|
|
11359
11544
|
"Unit": {}
|
11360
11545
|
}
|
11361
11546
|
},
|
11362
|
-
"
|
11547
|
+
"Sjl": {
|
11363
11548
|
"type": "structure",
|
11364
11549
|
"members": {
|
11365
11550
|
"Name": {},
|
@@ -11393,18 +11578,18 @@
|
|
11393
11578
|
}
|
11394
11579
|
}
|
11395
11580
|
},
|
11396
|
-
"
|
11581
|
+
"Ska": {
|
11397
11582
|
"type": "structure",
|
11398
11583
|
"required": [
|
11399
11584
|
"Distributions"
|
11400
11585
|
],
|
11401
11586
|
"members": {
|
11402
11587
|
"Distributions": {
|
11403
|
-
"shape": "
|
11588
|
+
"shape": "Skb"
|
11404
11589
|
}
|
11405
11590
|
}
|
11406
11591
|
},
|
11407
|
-
"
|
11592
|
+
"Skb": {
|
11408
11593
|
"type": "list",
|
11409
11594
|
"member": {
|
11410
11595
|
"type": "structure",
|
@@ -11420,7 +11605,7 @@
|
|
11420
11605
|
}
|
11421
11606
|
}
|
11422
11607
|
},
|
11423
|
-
"
|
11608
|
+
"Skf": {
|
11424
11609
|
"type": "structure",
|
11425
11610
|
"required": [
|
11426
11611
|
"Distributions"
|
@@ -11444,26 +11629,26 @@
|
|
11444
11629
|
}
|
11445
11630
|
}
|
11446
11631
|
},
|
11447
|
-
"
|
11632
|
+
"Ski": {
|
11448
11633
|
"type": "structure",
|
11449
11634
|
"required": [
|
11450
11635
|
"Distributions"
|
11451
11636
|
],
|
11452
11637
|
"members": {
|
11453
11638
|
"Distributions": {
|
11454
|
-
"shape": "
|
11639
|
+
"shape": "Skb"
|
11455
11640
|
}
|
11456
11641
|
}
|
11457
11642
|
},
|
11458
|
-
"
|
11643
|
+
"Smy": {
|
11459
11644
|
"type": "list",
|
11460
11645
|
"member": {}
|
11461
11646
|
},
|
11462
|
-
"
|
11647
|
+
"Smz": {
|
11463
11648
|
"type": "list",
|
11464
11649
|
"member": {}
|
11465
11650
|
},
|
11466
|
-
"
|
11651
|
+
"Snk": {
|
11467
11652
|
"type": "list",
|
11468
11653
|
"member": {
|
11469
11654
|
"type": "structure",
|
@@ -11479,7 +11664,7 @@
|
|
11479
11664
|
}
|
11480
11665
|
}
|
11481
11666
|
},
|
11482
|
-
"
|
11667
|
+
"So9": {
|
11483
11668
|
"type": "structure",
|
11484
11669
|
"members": {
|
11485
11670
|
"AbsoluteTime": {
|
@@ -11489,7 +11674,7 @@
|
|
11489
11674
|
},
|
11490
11675
|
"union": true
|
11491
11676
|
},
|
11492
|
-
"
|
11677
|
+
"Sod": {
|
11493
11678
|
"type": "structure",
|
11494
11679
|
"required": [
|
11495
11680
|
"BeginOffsetChar",
|
@@ -11504,57 +11689,57 @@
|
|
11504
11689
|
}
|
11505
11690
|
}
|
11506
11691
|
},
|
11507
|
-
"
|
11692
|
+
"Srg": {
|
11508
11693
|
"type": "structure",
|
11509
11694
|
"members": {
|
11510
11695
|
"OrConditions": {
|
11511
11696
|
"type": "list",
|
11512
11697
|
"member": {
|
11513
|
-
"shape": "
|
11698
|
+
"shape": "Sri"
|
11514
11699
|
}
|
11515
11700
|
},
|
11516
11701
|
"AndConditions": {
|
11517
|
-
"shape": "
|
11702
|
+
"shape": "Sri"
|
11518
11703
|
},
|
11519
11704
|
"TagCondition": {
|
11520
|
-
"shape": "
|
11705
|
+
"shape": "Srj"
|
11521
11706
|
}
|
11522
11707
|
}
|
11523
11708
|
},
|
11524
|
-
"
|
11709
|
+
"Sri": {
|
11525
11710
|
"type": "list",
|
11526
11711
|
"member": {
|
11527
|
-
"shape": "
|
11712
|
+
"shape": "Srj"
|
11528
11713
|
}
|
11529
11714
|
},
|
11530
|
-
"
|
11715
|
+
"Srj": {
|
11531
11716
|
"type": "structure",
|
11532
11717
|
"members": {
|
11533
11718
|
"TagKey": {},
|
11534
11719
|
"TagValue": {}
|
11535
11720
|
}
|
11536
11721
|
},
|
11537
|
-
"
|
11722
|
+
"Srk": {
|
11538
11723
|
"type": "structure",
|
11539
11724
|
"members": {
|
11540
11725
|
"OrConditions": {
|
11541
|
-
"shape": "
|
11726
|
+
"shape": "Srl"
|
11542
11727
|
},
|
11543
11728
|
"AndConditions": {
|
11544
|
-
"shape": "
|
11729
|
+
"shape": "Srl"
|
11545
11730
|
},
|
11546
11731
|
"StringCondition": {
|
11547
|
-
"shape": "
|
11732
|
+
"shape": "Srm"
|
11548
11733
|
}
|
11549
11734
|
}
|
11550
11735
|
},
|
11551
|
-
"
|
11736
|
+
"Srl": {
|
11552
11737
|
"type": "list",
|
11553
11738
|
"member": {
|
11554
|
-
"shape": "
|
11739
|
+
"shape": "Srk"
|
11555
11740
|
}
|
11556
11741
|
},
|
11557
|
-
"
|
11742
|
+
"Srm": {
|
11558
11743
|
"type": "structure",
|
11559
11744
|
"members": {
|
11560
11745
|
"FieldName": {},
|
@@ -11562,220 +11747,220 @@
|
|
11562
11747
|
"ComparisonType": {}
|
11563
11748
|
}
|
11564
11749
|
},
|
11565
|
-
"
|
11750
|
+
"Srs": {
|
11566
11751
|
"type": "structure",
|
11567
11752
|
"members": {
|
11568
11753
|
"OrConditions": {
|
11569
|
-
"shape": "
|
11754
|
+
"shape": "Srt"
|
11570
11755
|
},
|
11571
11756
|
"AndConditions": {
|
11572
|
-
"shape": "
|
11757
|
+
"shape": "Srt"
|
11573
11758
|
},
|
11574
11759
|
"StringCondition": {
|
11575
|
-
"shape": "
|
11760
|
+
"shape": "Srm"
|
11576
11761
|
},
|
11577
11762
|
"TypeCondition": {},
|
11578
11763
|
"StateCondition": {},
|
11579
11764
|
"StatusCondition": {}
|
11580
11765
|
}
|
11581
11766
|
},
|
11582
|
-
"
|
11767
|
+
"Srt": {
|
11583
11768
|
"type": "list",
|
11584
11769
|
"member": {
|
11585
|
-
"shape": "
|
11770
|
+
"shape": "Srs"
|
11586
11771
|
}
|
11587
11772
|
},
|
11588
|
-
"
|
11773
|
+
"Ss2": {
|
11589
11774
|
"type": "list",
|
11590
11775
|
"member": {}
|
11591
11776
|
},
|
11592
|
-
"
|
11777
|
+
"Sst": {
|
11593
11778
|
"type": "structure",
|
11594
11779
|
"members": {
|
11595
11780
|
"OrConditions": {
|
11596
|
-
"shape": "
|
11781
|
+
"shape": "Ssu"
|
11597
11782
|
},
|
11598
11783
|
"AndConditions": {
|
11599
|
-
"shape": "
|
11784
|
+
"shape": "Ssu"
|
11600
11785
|
},
|
11601
11786
|
"StringCondition": {
|
11602
|
-
"shape": "
|
11787
|
+
"shape": "Srm"
|
11603
11788
|
}
|
11604
11789
|
}
|
11605
11790
|
},
|
11606
|
-
"
|
11791
|
+
"Ssu": {
|
11607
11792
|
"type": "list",
|
11608
11793
|
"member": {
|
11609
|
-
"shape": "
|
11794
|
+
"shape": "Sst"
|
11610
11795
|
}
|
11611
11796
|
},
|
11612
|
-
"
|
11797
|
+
"Ssy": {
|
11613
11798
|
"type": "structure",
|
11614
11799
|
"members": {
|
11615
11800
|
"OrConditions": {
|
11616
|
-
"shape": "
|
11801
|
+
"shape": "Ssz"
|
11617
11802
|
},
|
11618
11803
|
"AndConditions": {
|
11619
|
-
"shape": "
|
11804
|
+
"shape": "Ssz"
|
11620
11805
|
},
|
11621
11806
|
"StringCondition": {
|
11622
|
-
"shape": "
|
11807
|
+
"shape": "Srm"
|
11623
11808
|
}
|
11624
11809
|
}
|
11625
11810
|
},
|
11626
|
-
"
|
11811
|
+
"Ssz": {
|
11627
11812
|
"type": "list",
|
11628
11813
|
"member": {
|
11629
|
-
"shape": "
|
11814
|
+
"shape": "Ssy"
|
11630
11815
|
}
|
11631
11816
|
},
|
11632
|
-
"
|
11817
|
+
"St4": {
|
11633
11818
|
"type": "structure",
|
11634
11819
|
"members": {
|
11635
11820
|
"OrConditions": {
|
11636
|
-
"shape": "
|
11821
|
+
"shape": "St5"
|
11637
11822
|
},
|
11638
11823
|
"AndConditions": {
|
11639
|
-
"shape": "
|
11824
|
+
"shape": "St5"
|
11640
11825
|
},
|
11641
11826
|
"StringCondition": {
|
11642
|
-
"shape": "
|
11827
|
+
"shape": "Srm"
|
11643
11828
|
}
|
11644
11829
|
}
|
11645
11830
|
},
|
11646
|
-
"
|
11831
|
+
"St5": {
|
11647
11832
|
"type": "list",
|
11648
11833
|
"member": {
|
11649
|
-
"shape": "
|
11834
|
+
"shape": "St4"
|
11650
11835
|
}
|
11651
11836
|
},
|
11652
|
-
"
|
11837
|
+
"Stb": {
|
11653
11838
|
"type": "structure",
|
11654
11839
|
"members": {
|
11655
11840
|
"OrConditions": {
|
11656
|
-
"shape": "
|
11841
|
+
"shape": "Stc"
|
11657
11842
|
},
|
11658
11843
|
"AndConditions": {
|
11659
|
-
"shape": "
|
11844
|
+
"shape": "Stc"
|
11660
11845
|
},
|
11661
11846
|
"StringCondition": {
|
11662
|
-
"shape": "
|
11847
|
+
"shape": "Srm"
|
11663
11848
|
},
|
11664
11849
|
"QueueTypeCondition": {}
|
11665
11850
|
}
|
11666
11851
|
},
|
11667
|
-
"
|
11852
|
+
"Stc": {
|
11668
11853
|
"type": "list",
|
11669
11854
|
"member": {
|
11670
|
-
"shape": "
|
11855
|
+
"shape": "Stb"
|
11671
11856
|
}
|
11672
11857
|
},
|
11673
|
-
"
|
11858
|
+
"Sti": {
|
11674
11859
|
"type": "structure",
|
11675
11860
|
"members": {
|
11676
11861
|
"OrConditions": {
|
11677
|
-
"shape": "
|
11862
|
+
"shape": "Stj"
|
11678
11863
|
},
|
11679
11864
|
"AndConditions": {
|
11680
|
-
"shape": "
|
11865
|
+
"shape": "Stj"
|
11681
11866
|
},
|
11682
11867
|
"StringCondition": {
|
11683
|
-
"shape": "
|
11868
|
+
"shape": "Srm"
|
11684
11869
|
}
|
11685
11870
|
}
|
11686
11871
|
},
|
11687
|
-
"
|
11872
|
+
"Stj": {
|
11688
11873
|
"type": "list",
|
11689
11874
|
"member": {
|
11690
|
-
"shape": "
|
11875
|
+
"shape": "Sti"
|
11691
11876
|
}
|
11692
11877
|
},
|
11693
|
-
"
|
11878
|
+
"Stx": {
|
11694
11879
|
"type": "structure",
|
11695
11880
|
"members": {
|
11696
11881
|
"OrConditions": {
|
11697
|
-
"shape": "
|
11882
|
+
"shape": "Sty"
|
11698
11883
|
},
|
11699
11884
|
"AndConditions": {
|
11700
|
-
"shape": "
|
11885
|
+
"shape": "Sty"
|
11701
11886
|
},
|
11702
11887
|
"StringCondition": {
|
11703
|
-
"shape": "
|
11888
|
+
"shape": "Srm"
|
11704
11889
|
}
|
11705
11890
|
}
|
11706
11891
|
},
|
11707
|
-
"
|
11892
|
+
"Sty": {
|
11708
11893
|
"type": "list",
|
11709
11894
|
"member": {
|
11710
|
-
"shape": "
|
11895
|
+
"shape": "Stx"
|
11711
11896
|
}
|
11712
11897
|
},
|
11713
|
-
"
|
11898
|
+
"Su2": {
|
11714
11899
|
"type": "structure",
|
11715
11900
|
"members": {
|
11716
11901
|
"OrConditions": {
|
11717
|
-
"shape": "
|
11902
|
+
"shape": "Su3"
|
11718
11903
|
},
|
11719
11904
|
"AndConditions": {
|
11720
|
-
"shape": "
|
11905
|
+
"shape": "Su3"
|
11721
11906
|
},
|
11722
11907
|
"StringCondition": {
|
11723
|
-
"shape": "
|
11908
|
+
"shape": "Srm"
|
11724
11909
|
}
|
11725
11910
|
}
|
11726
11911
|
},
|
11727
|
-
"
|
11912
|
+
"Su3": {
|
11728
11913
|
"type": "list",
|
11729
11914
|
"member": {
|
11730
|
-
"shape": "
|
11915
|
+
"shape": "Su2"
|
11731
11916
|
}
|
11732
11917
|
},
|
11733
|
-
"
|
11918
|
+
"Suc": {
|
11734
11919
|
"type": "structure",
|
11735
11920
|
"members": {
|
11736
11921
|
"TagConditions": {
|
11737
|
-
"shape": "
|
11922
|
+
"shape": "Sri"
|
11738
11923
|
},
|
11739
11924
|
"HierarchyGroupCondition": {
|
11740
|
-
"shape": "
|
11925
|
+
"shape": "Sud"
|
11741
11926
|
}
|
11742
11927
|
}
|
11743
11928
|
},
|
11744
|
-
"
|
11929
|
+
"Sud": {
|
11745
11930
|
"type": "structure",
|
11746
11931
|
"members": {
|
11747
11932
|
"Value": {},
|
11748
11933
|
"HierarchyGroupMatchType": {}
|
11749
11934
|
}
|
11750
11935
|
},
|
11751
|
-
"
|
11936
|
+
"Suf": {
|
11752
11937
|
"type": "structure",
|
11753
11938
|
"members": {
|
11754
11939
|
"OrConditions": {
|
11755
|
-
"shape": "
|
11940
|
+
"shape": "Sug"
|
11756
11941
|
},
|
11757
11942
|
"AndConditions": {
|
11758
|
-
"shape": "
|
11943
|
+
"shape": "Sug"
|
11759
11944
|
},
|
11760
11945
|
"StringCondition": {
|
11761
|
-
"shape": "
|
11946
|
+
"shape": "Srm"
|
11762
11947
|
},
|
11763
11948
|
"HierarchyGroupCondition": {
|
11764
|
-
"shape": "
|
11949
|
+
"shape": "Sud"
|
11765
11950
|
}
|
11766
11951
|
}
|
11767
11952
|
},
|
11768
|
-
"
|
11953
|
+
"Sug": {
|
11769
11954
|
"type": "list",
|
11770
11955
|
"member": {
|
11771
|
-
"shape": "
|
11956
|
+
"shape": "Suf"
|
11772
11957
|
}
|
11773
11958
|
},
|
11774
|
-
"
|
11959
|
+
"Suy": {
|
11775
11960
|
"type": "list",
|
11776
11961
|
"member": {}
|
11777
11962
|
},
|
11778
|
-
"
|
11963
|
+
"Sv0": {
|
11779
11964
|
"type": "structure",
|
11780
11965
|
"required": [
|
11781
11966
|
"DisplayName"
|
@@ -11784,7 +11969,7 @@
|
|
11784
11969
|
"DisplayName": {}
|
11785
11970
|
}
|
11786
11971
|
},
|
11787
|
-
"
|
11972
|
+
"Sv1": {
|
11788
11973
|
"type": "structure",
|
11789
11974
|
"required": [
|
11790
11975
|
"StreamingEndpointArn"
|
@@ -11793,25 +11978,19 @@
|
|
11793
11978
|
"StreamingEndpointArn": {}
|
11794
11979
|
}
|
11795
11980
|
},
|
11796
|
-
"
|
11797
|
-
"type": "structure",
|
11798
|
-
"members": {
|
11799
|
-
"Video": {}
|
11800
|
-
}
|
11801
|
-
},
|
11802
|
-
"Svo": {
|
11981
|
+
"Swi": {
|
11803
11982
|
"type": "map",
|
11804
11983
|
"key": {},
|
11805
11984
|
"value": {
|
11806
11985
|
"type": "structure",
|
11807
11986
|
"members": {
|
11808
11987
|
"Value": {
|
11809
|
-
"shape": "
|
11988
|
+
"shape": "Se2"
|
11810
11989
|
}
|
11811
11990
|
}
|
11812
11991
|
}
|
11813
11992
|
},
|
11814
|
-
"
|
11993
|
+
"Syu": {
|
11815
11994
|
"type": "structure",
|
11816
11995
|
"required": [
|
11817
11996
|
"Name"
|