cdk-lambda-subminute 2.0.325 → 2.0.326
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +16 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/b2bi-2022-06-23.examples.json +0 -709
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +84 -20
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +269 -201
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +85 -65
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +479 -317
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +1286 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +548 -466
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +1 -1
- package/node_modules/aws-sdk/clients/b2bi.d.ts +45 -45
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +98 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +94 -38
- package/node_modules/aws-sdk/clients/controltower.d.ts +3 -3
- package/node_modules/aws-sdk/clients/firehose.d.ts +24 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +14 -10
- package/node_modules/aws-sdk/clients/iot.d.ts +173 -1
- package/node_modules/aws-sdk/clients/neptunegraph.d.ts +1394 -0
- package/node_modules/aws-sdk/clients/neptunegraph.js +19 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +23 -23
- package/node_modules/aws-sdk/clients/quicksight.d.ts +75 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +68 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +844 -587
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/neptunegraph.js +14 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -2155,6 +2155,9 @@
|
|
2155
2155
|
"members": {
|
2156
2156
|
"SessionArn": {}
|
2157
2157
|
}
|
2158
|
+
},
|
2159
|
+
"Tags": {
|
2160
|
+
"shape": "Sbd"
|
2158
2161
|
}
|
2159
2162
|
}
|
2160
2163
|
}
|
@@ -2216,7 +2219,7 @@
|
|
2216
2219
|
"EvaluatorArn": {},
|
2217
2220
|
"ContactAgentId": {},
|
2218
2221
|
"Score": {
|
2219
|
-
"shape": "
|
2222
|
+
"shape": "Sbk"
|
2220
2223
|
}
|
2221
2224
|
}
|
2222
2225
|
},
|
@@ -2227,23 +2230,23 @@
|
|
2227
2230
|
"type": "structure",
|
2228
2231
|
"members": {
|
2229
2232
|
"Value": {
|
2230
|
-
"shape": "
|
2233
|
+
"shape": "Sbo"
|
2231
2234
|
},
|
2232
2235
|
"SystemSuggestedValue": {
|
2233
|
-
"shape": "
|
2236
|
+
"shape": "Sbo"
|
2234
2237
|
}
|
2235
2238
|
}
|
2236
2239
|
}
|
2237
2240
|
},
|
2238
2241
|
"Notes": {
|
2239
|
-
"shape": "
|
2242
|
+
"shape": "Sbr"
|
2240
2243
|
},
|
2241
2244
|
"Status": {},
|
2242
2245
|
"Scores": {
|
2243
2246
|
"type": "map",
|
2244
2247
|
"key": {},
|
2245
2248
|
"value": {
|
2246
|
-
"shape": "
|
2249
|
+
"shape": "Sbk"
|
2247
2250
|
}
|
2248
2251
|
},
|
2249
2252
|
"CreatedTime": {
|
@@ -2479,7 +2482,7 @@
|
|
2479
2482
|
"type": "structure",
|
2480
2483
|
"members": {
|
2481
2484
|
"HoursOfOperation": {
|
2482
|
-
"shape": "
|
2485
|
+
"shape": "Scd"
|
2483
2486
|
}
|
2484
2487
|
}
|
2485
2488
|
}
|
@@ -2565,7 +2568,7 @@
|
|
2565
2568
|
"type": "structure",
|
2566
2569
|
"members": {
|
2567
2570
|
"Attribute": {
|
2568
|
-
"shape": "
|
2571
|
+
"shape": "Scn"
|
2569
2572
|
}
|
2570
2573
|
}
|
2571
2574
|
}
|
@@ -2679,7 +2682,7 @@
|
|
2679
2682
|
"type": "structure",
|
2680
2683
|
"members": {
|
2681
2684
|
"Prompt": {
|
2682
|
-
"shape": "
|
2685
|
+
"shape": "Sd1"
|
2683
2686
|
}
|
2684
2687
|
}
|
2685
2688
|
}
|
@@ -2710,7 +2713,7 @@
|
|
2710
2713
|
"type": "structure",
|
2711
2714
|
"members": {
|
2712
2715
|
"Queue": {
|
2713
|
-
"shape": "
|
2716
|
+
"shape": "Sd4"
|
2714
2717
|
}
|
2715
2718
|
}
|
2716
2719
|
}
|
@@ -2741,7 +2744,7 @@
|
|
2741
2744
|
"type": "structure",
|
2742
2745
|
"members": {
|
2743
2746
|
"QuickConnect": {
|
2744
|
-
"shape": "
|
2747
|
+
"shape": "Sd8"
|
2745
2748
|
}
|
2746
2749
|
}
|
2747
2750
|
}
|
@@ -2772,7 +2775,7 @@
|
|
2772
2775
|
"type": "structure",
|
2773
2776
|
"members": {
|
2774
2777
|
"RoutingProfile": {
|
2775
|
-
"shape": "
|
2778
|
+
"shape": "Sdb"
|
2776
2779
|
}
|
2777
2780
|
}
|
2778
2781
|
}
|
@@ -3028,19 +3031,19 @@
|
|
3028
3031
|
"type": "structure",
|
3029
3032
|
"members": {
|
3030
3033
|
"LevelOne": {
|
3031
|
-
"shape": "
|
3034
|
+
"shape": "Sdx"
|
3032
3035
|
},
|
3033
3036
|
"LevelTwo": {
|
3034
|
-
"shape": "
|
3037
|
+
"shape": "Sdx"
|
3035
3038
|
},
|
3036
3039
|
"LevelThree": {
|
3037
|
-
"shape": "
|
3040
|
+
"shape": "Sdx"
|
3038
3041
|
},
|
3039
3042
|
"LevelFour": {
|
3040
|
-
"shape": "
|
3043
|
+
"shape": "Sdx"
|
3041
3044
|
},
|
3042
3045
|
"LevelFive": {
|
3043
|
-
"shape": "
|
3046
|
+
"shape": "Sdx"
|
3044
3047
|
}
|
3045
3048
|
}
|
3046
3049
|
},
|
@@ -3080,19 +3083,19 @@
|
|
3080
3083
|
"type": "structure",
|
3081
3084
|
"members": {
|
3082
3085
|
"LevelOne": {
|
3083
|
-
"shape": "
|
3086
|
+
"shape": "Se1"
|
3084
3087
|
},
|
3085
3088
|
"LevelTwo": {
|
3086
|
-
"shape": "
|
3089
|
+
"shape": "Se1"
|
3087
3090
|
},
|
3088
3091
|
"LevelThree": {
|
3089
|
-
"shape": "
|
3092
|
+
"shape": "Se1"
|
3090
3093
|
},
|
3091
3094
|
"LevelFour": {
|
3092
|
-
"shape": "
|
3095
|
+
"shape": "Se1"
|
3093
3096
|
},
|
3094
3097
|
"LevelFive": {
|
3095
|
-
"shape": "
|
3098
|
+
"shape": "Se1"
|
3096
3099
|
}
|
3097
3100
|
}
|
3098
3101
|
}
|
@@ -3574,15 +3577,15 @@
|
|
3574
3577
|
"locationName": "InstanceId"
|
3575
3578
|
},
|
3576
3579
|
"Filters": {
|
3577
|
-
"shape": "
|
3580
|
+
"shape": "Seu"
|
3578
3581
|
},
|
3579
3582
|
"Groupings": {
|
3580
|
-
"shape": "
|
3583
|
+
"shape": "Sey"
|
3581
3584
|
},
|
3582
3585
|
"CurrentMetrics": {
|
3583
3586
|
"type": "list",
|
3584
3587
|
"member": {
|
3585
|
-
"shape": "
|
3588
|
+
"shape": "Sf1"
|
3586
3589
|
}
|
3587
3590
|
},
|
3588
3591
|
"NextToken": {},
|
@@ -3611,7 +3614,7 @@
|
|
3611
3614
|
"type": "structure",
|
3612
3615
|
"members": {
|
3613
3616
|
"Dimensions": {
|
3614
|
-
"shape": "
|
3617
|
+
"shape": "Sfc"
|
3615
3618
|
},
|
3616
3619
|
"Collections": {
|
3617
3620
|
"type": "list",
|
@@ -3619,7 +3622,7 @@
|
|
3619
3622
|
"type": "structure",
|
3620
3623
|
"members": {
|
3621
3624
|
"Metric": {
|
3622
|
-
"shape": "
|
3625
|
+
"shape": "Sf1"
|
3623
3626
|
},
|
3624
3627
|
"Value": {
|
3625
3628
|
"type": "double"
|
@@ -3658,7 +3661,7 @@
|
|
3658
3661
|
"type": "structure",
|
3659
3662
|
"members": {
|
3660
3663
|
"Queues": {
|
3661
|
-
"shape": "
|
3664
|
+
"shape": "Sev"
|
3662
3665
|
},
|
3663
3666
|
"ContactFilter": {
|
3664
3667
|
"type": "structure",
|
@@ -3670,7 +3673,7 @@
|
|
3670
3673
|
}
|
3671
3674
|
},
|
3672
3675
|
"RoutingProfiles": {
|
3673
|
-
"shape": "
|
3676
|
+
"shape": "Sex"
|
3674
3677
|
},
|
3675
3678
|
"Agents": {
|
3676
3679
|
"type": "list",
|
@@ -3705,25 +3708,25 @@
|
|
3705
3708
|
}
|
3706
3709
|
},
|
3707
3710
|
"RoutingProfile": {
|
3708
|
-
"shape": "
|
3711
|
+
"shape": "Sfe"
|
3709
3712
|
},
|
3710
3713
|
"HierarchyPath": {
|
3711
3714
|
"type": "structure",
|
3712
3715
|
"members": {
|
3713
3716
|
"LevelOne": {
|
3714
|
-
"shape": "
|
3717
|
+
"shape": "Sfv"
|
3715
3718
|
},
|
3716
3719
|
"LevelTwo": {
|
3717
|
-
"shape": "
|
3720
|
+
"shape": "Sfv"
|
3718
3721
|
},
|
3719
3722
|
"LevelThree": {
|
3720
|
-
"shape": "
|
3723
|
+
"shape": "Sfv"
|
3721
3724
|
},
|
3722
3725
|
"LevelFour": {
|
3723
|
-
"shape": "
|
3726
|
+
"shape": "Sfv"
|
3724
3727
|
},
|
3725
3728
|
"LevelFive": {
|
3726
|
-
"shape": "
|
3729
|
+
"shape": "Sfv"
|
3727
3730
|
}
|
3728
3731
|
}
|
3729
3732
|
},
|
@@ -3738,13 +3741,13 @@
|
|
3738
3741
|
}
|
3739
3742
|
},
|
3740
3743
|
"AvailableSlotsByChannel": {
|
3741
|
-
"shape": "
|
3744
|
+
"shape": "Sfx"
|
3742
3745
|
},
|
3743
3746
|
"MaxSlotsByChannel": {
|
3744
|
-
"shape": "
|
3747
|
+
"shape": "Sfx"
|
3745
3748
|
},
|
3746
3749
|
"ActiveSlotsByChannel": {
|
3747
|
-
"shape": "
|
3750
|
+
"shape": "Sfx"
|
3748
3751
|
},
|
3749
3752
|
"Contacts": {
|
3750
3753
|
"type": "list",
|
@@ -3762,7 +3765,7 @@
|
|
3762
3765
|
"type": "timestamp"
|
3763
3766
|
},
|
3764
3767
|
"Queue": {
|
3765
|
-
"shape": "
|
3768
|
+
"shape": "Sfd"
|
3766
3769
|
}
|
3767
3770
|
}
|
3768
3771
|
}
|
@@ -3801,13 +3804,13 @@
|
|
3801
3804
|
"type": "structure",
|
3802
3805
|
"members": {
|
3803
3806
|
"AccessToken": {
|
3804
|
-
"shape": "
|
3807
|
+
"shape": "Sg4"
|
3805
3808
|
},
|
3806
3809
|
"AccessTokenExpiration": {
|
3807
3810
|
"type": "timestamp"
|
3808
3811
|
},
|
3809
3812
|
"RefreshToken": {
|
3810
|
-
"shape": "
|
3813
|
+
"shape": "Sg4"
|
3811
3814
|
},
|
3812
3815
|
"RefreshTokenExpiration": {
|
3813
3816
|
"type": "timestamp"
|
@@ -3881,15 +3884,15 @@
|
|
3881
3884
|
"type": "timestamp"
|
3882
3885
|
},
|
3883
3886
|
"Filters": {
|
3884
|
-
"shape": "
|
3887
|
+
"shape": "Seu"
|
3885
3888
|
},
|
3886
3889
|
"Groupings": {
|
3887
|
-
"shape": "
|
3890
|
+
"shape": "Sey"
|
3888
3891
|
},
|
3889
3892
|
"HistoricalMetrics": {
|
3890
3893
|
"type": "list",
|
3891
3894
|
"member": {
|
3892
|
-
"shape": "
|
3895
|
+
"shape": "Sg9"
|
3893
3896
|
}
|
3894
3897
|
},
|
3895
3898
|
"NextToken": {},
|
@@ -3908,7 +3911,7 @@
|
|
3908
3911
|
"type": "structure",
|
3909
3912
|
"members": {
|
3910
3913
|
"Dimensions": {
|
3911
|
-
"shape": "
|
3914
|
+
"shape": "Sfc"
|
3912
3915
|
},
|
3913
3916
|
"Collections": {
|
3914
3917
|
"type": "list",
|
@@ -3916,7 +3919,7 @@
|
|
3916
3919
|
"type": "structure",
|
3917
3920
|
"members": {
|
3918
3921
|
"Metric": {
|
3919
|
-
"shape": "
|
3922
|
+
"shape": "Sg9"
|
3920
3923
|
},
|
3921
3924
|
"Value": {
|
3922
3925
|
"type": "double"
|
@@ -3978,7 +3981,7 @@
|
|
3978
3981
|
"Metrics": {
|
3979
3982
|
"type": "list",
|
3980
3983
|
"member": {
|
3981
|
-
"shape": "
|
3984
|
+
"shape": "Sgu"
|
3982
3985
|
}
|
3983
3986
|
},
|
3984
3987
|
"NextToken": {},
|
@@ -4019,7 +4022,7 @@
|
|
4019
4022
|
"type": "structure",
|
4020
4023
|
"members": {
|
4021
4024
|
"Metric": {
|
4022
|
-
"shape": "
|
4025
|
+
"shape": "Sgu"
|
4023
4026
|
},
|
4024
4027
|
"Value": {
|
4025
4028
|
"type": "double"
|
@@ -4149,15 +4152,15 @@
|
|
4149
4152
|
"type": "structure",
|
4150
4153
|
"members": {
|
4151
4154
|
"TelephonyConfig": {
|
4152
|
-
"shape": "
|
4155
|
+
"shape": "Shj"
|
4153
4156
|
},
|
4154
4157
|
"Id": {},
|
4155
4158
|
"Arn": {},
|
4156
4159
|
"SignInConfig": {
|
4157
|
-
"shape": "
|
4160
|
+
"shape": "Sho"
|
4158
4161
|
},
|
4159
4162
|
"AgentConfig": {
|
4160
|
-
"shape": "
|
4163
|
+
"shape": "Shr"
|
4161
4164
|
}
|
4162
4165
|
}
|
4163
4166
|
}
|
@@ -4430,7 +4433,7 @@
|
|
4430
4433
|
"Status": {},
|
4431
4434
|
"EvaluatorArn": {},
|
4432
4435
|
"Score": {
|
4433
|
-
"shape": "
|
4436
|
+
"shape": "Sbk"
|
4434
4437
|
},
|
4435
4438
|
"CreatedTime": {
|
4436
4439
|
"type": "timestamp"
|
@@ -4959,7 +4962,7 @@
|
|
4959
4962
|
"Attributes": {
|
4960
4963
|
"type": "list",
|
4961
4964
|
"member": {
|
4962
|
-
"shape": "
|
4965
|
+
"shape": "Scn"
|
4963
4966
|
}
|
4964
4967
|
},
|
4965
4968
|
"NextToken": {}
|
@@ -5211,12 +5214,12 @@
|
|
5211
5214
|
"locationName": "InstanceId"
|
5212
5215
|
},
|
5213
5216
|
"PhoneNumberTypes": {
|
5214
|
-
"shape": "
|
5217
|
+
"shape": "Sk7",
|
5215
5218
|
"location": "querystring",
|
5216
5219
|
"locationName": "phoneNumberTypes"
|
5217
5220
|
},
|
5218
5221
|
"PhoneNumberCountryCodes": {
|
5219
|
-
"shape": "
|
5222
|
+
"shape": "Sk8",
|
5220
5223
|
"location": "querystring",
|
5221
5224
|
"locationName": "phoneNumberCountryCodes"
|
5222
5225
|
},
|
@@ -5265,10 +5268,10 @@
|
|
5265
5268
|
},
|
5266
5269
|
"NextToken": {},
|
5267
5270
|
"PhoneNumberCountryCodes": {
|
5268
|
-
"shape": "
|
5271
|
+
"shape": "Sk8"
|
5269
5272
|
},
|
5270
5273
|
"PhoneNumberTypes": {
|
5271
|
-
"shape": "
|
5274
|
+
"shape": "Sk7"
|
5272
5275
|
},
|
5273
5276
|
"PhoneNumberPrefix": {}
|
5274
5277
|
}
|
@@ -5381,7 +5384,7 @@
|
|
5381
5384
|
"members": {
|
5382
5385
|
"NextToken": {},
|
5383
5386
|
"QuickConnectSummaryList": {
|
5384
|
-
"shape": "
|
5387
|
+
"shape": "Skp"
|
5385
5388
|
},
|
5386
5389
|
"LastModifiedTime": {
|
5387
5390
|
"type": "timestamp"
|
@@ -5481,7 +5484,7 @@
|
|
5481
5484
|
"type": "structure",
|
5482
5485
|
"members": {
|
5483
5486
|
"QuickConnectSummaryList": {
|
5484
|
-
"shape": "
|
5487
|
+
"shape": "Skp"
|
5485
5488
|
},
|
5486
5489
|
"NextToken": {}
|
5487
5490
|
}
|
@@ -5551,7 +5554,7 @@
|
|
5551
5554
|
"Content": {},
|
5552
5555
|
"ContentType": {},
|
5553
5556
|
"Time": {
|
5554
|
-
"shape": "
|
5557
|
+
"shape": "Sle"
|
5555
5558
|
},
|
5556
5559
|
"Redaction": {
|
5557
5560
|
"type": "structure",
|
@@ -5559,7 +5562,7 @@
|
|
5559
5562
|
"CharacterOffsets": {
|
5560
5563
|
"type": "list",
|
5561
5564
|
"member": {
|
5562
|
-
"shape": "
|
5565
|
+
"shape": "Sli"
|
5563
5566
|
}
|
5564
5567
|
}
|
5565
5568
|
}
|
@@ -5597,7 +5600,7 @@
|
|
5597
5600
|
"members": {
|
5598
5601
|
"Id": {},
|
5599
5602
|
"CharacterOffsets": {
|
5600
|
-
"shape": "
|
5603
|
+
"shape": "Sli"
|
5601
5604
|
}
|
5602
5605
|
}
|
5603
5606
|
}
|
@@ -5635,7 +5638,7 @@
|
|
5635
5638
|
"Content": {},
|
5636
5639
|
"Id": {},
|
5637
5640
|
"CharacterOffsets": {
|
5638
|
-
"shape": "
|
5641
|
+
"shape": "Sli"
|
5639
5642
|
}
|
5640
5643
|
}
|
5641
5644
|
}
|
@@ -5659,7 +5662,7 @@
|
|
5659
5662
|
"DisplayName": {},
|
5660
5663
|
"EventType": {},
|
5661
5664
|
"Time": {
|
5662
|
-
"shape": "
|
5665
|
+
"shape": "Sle"
|
5663
5666
|
}
|
5664
5667
|
}
|
5665
5668
|
},
|
@@ -5694,7 +5697,7 @@
|
|
5694
5697
|
}
|
5695
5698
|
},
|
5696
5699
|
"Time": {
|
5697
|
-
"shape": "
|
5700
|
+
"shape": "Sle"
|
5698
5701
|
}
|
5699
5702
|
}
|
5700
5703
|
}
|
@@ -6346,7 +6349,7 @@
|
|
6346
6349
|
"UserHierarchyGroupSummaryList": {
|
6347
6350
|
"type": "list",
|
6348
6351
|
"member": {
|
6349
|
-
"shape": "
|
6352
|
+
"shape": "Sdx"
|
6350
6353
|
}
|
6351
6354
|
},
|
6352
6355
|
"NextToken": {}
|
@@ -6709,12 +6712,12 @@
|
|
6709
6712
|
"type": "structure",
|
6710
6713
|
"members": {
|
6711
6714
|
"TagFilter": {
|
6712
|
-
"shape": "
|
6715
|
+
"shape": "Sof"
|
6713
6716
|
}
|
6714
6717
|
}
|
6715
6718
|
},
|
6716
6719
|
"SearchCriteria": {
|
6717
|
-
"shape": "
|
6720
|
+
"shape": "Soj"
|
6718
6721
|
}
|
6719
6722
|
}
|
6720
6723
|
},
|
@@ -6724,7 +6727,7 @@
|
|
6724
6727
|
"HoursOfOperations": {
|
6725
6728
|
"type": "list",
|
6726
6729
|
"member": {
|
6727
|
-
"shape": "
|
6730
|
+
"shape": "Scd"
|
6728
6731
|
}
|
6729
6732
|
},
|
6730
6733
|
"NextToken": {},
|
@@ -6753,12 +6756,12 @@
|
|
6753
6756
|
"type": "structure",
|
6754
6757
|
"members": {
|
6755
6758
|
"TagFilter": {
|
6756
|
-
"shape": "
|
6759
|
+
"shape": "Sof"
|
6757
6760
|
}
|
6758
6761
|
}
|
6759
6762
|
},
|
6760
6763
|
"SearchCriteria": {
|
6761
|
-
"shape": "
|
6764
|
+
"shape": "Sor"
|
6762
6765
|
}
|
6763
6766
|
}
|
6764
6767
|
},
|
@@ -6768,7 +6771,7 @@
|
|
6768
6771
|
"Prompts": {
|
6769
6772
|
"type": "list",
|
6770
6773
|
"member": {
|
6771
|
-
"shape": "
|
6774
|
+
"shape": "Sd1"
|
6772
6775
|
}
|
6773
6776
|
},
|
6774
6777
|
"NextToken": {},
|
@@ -6797,12 +6800,12 @@
|
|
6797
6800
|
"type": "structure",
|
6798
6801
|
"members": {
|
6799
6802
|
"TagFilter": {
|
6800
|
-
"shape": "
|
6803
|
+
"shape": "Sof"
|
6801
6804
|
}
|
6802
6805
|
}
|
6803
6806
|
},
|
6804
6807
|
"SearchCriteria": {
|
6805
|
-
"shape": "
|
6808
|
+
"shape": "Sox"
|
6806
6809
|
}
|
6807
6810
|
}
|
6808
6811
|
},
|
@@ -6812,7 +6815,7 @@
|
|
6812
6815
|
"Queues": {
|
6813
6816
|
"type": "list",
|
6814
6817
|
"member": {
|
6815
|
-
"shape": "
|
6818
|
+
"shape": "Sd4"
|
6816
6819
|
}
|
6817
6820
|
},
|
6818
6821
|
"NextToken": {},
|
@@ -6841,12 +6844,12 @@
|
|
6841
6844
|
"type": "structure",
|
6842
6845
|
"members": {
|
6843
6846
|
"TagFilter": {
|
6844
|
-
"shape": "
|
6847
|
+
"shape": "Sof"
|
6845
6848
|
}
|
6846
6849
|
}
|
6847
6850
|
},
|
6848
6851
|
"SearchCriteria": {
|
6849
|
-
"shape": "
|
6852
|
+
"shape": "Sp4"
|
6850
6853
|
}
|
6851
6854
|
}
|
6852
6855
|
},
|
@@ -6856,7 +6859,7 @@
|
|
6856
6859
|
"QuickConnects": {
|
6857
6860
|
"type": "list",
|
6858
6861
|
"member": {
|
6859
|
-
"shape": "
|
6862
|
+
"shape": "Sd8"
|
6860
6863
|
}
|
6861
6864
|
},
|
6862
6865
|
"NextToken": {},
|
@@ -6937,12 +6940,12 @@
|
|
6937
6940
|
"type": "structure",
|
6938
6941
|
"members": {
|
6939
6942
|
"TagFilter": {
|
6940
|
-
"shape": "
|
6943
|
+
"shape": "Sof"
|
6941
6944
|
}
|
6942
6945
|
}
|
6943
6946
|
},
|
6944
6947
|
"SearchCriteria": {
|
6945
|
-
"shape": "
|
6948
|
+
"shape": "Spj"
|
6946
6949
|
}
|
6947
6950
|
}
|
6948
6951
|
},
|
@@ -6952,7 +6955,7 @@
|
|
6952
6955
|
"RoutingProfiles": {
|
6953
6956
|
"type": "list",
|
6954
6957
|
"member": {
|
6955
|
-
"shape": "
|
6958
|
+
"shape": "Sdb"
|
6956
6959
|
}
|
6957
6960
|
},
|
6958
6961
|
"NextToken": {},
|
@@ -6978,13 +6981,13 @@
|
|
6978
6981
|
"type": "integer"
|
6979
6982
|
},
|
6980
6983
|
"SearchCriteria": {
|
6981
|
-
"shape": "
|
6984
|
+
"shape": "Spo"
|
6982
6985
|
},
|
6983
6986
|
"SearchFilter": {
|
6984
6987
|
"type": "structure",
|
6985
6988
|
"members": {
|
6986
6989
|
"TagFilter": {
|
6987
|
-
"shape": "
|
6990
|
+
"shape": "Sof"
|
6988
6991
|
}
|
6989
6992
|
}
|
6990
6993
|
}
|
@@ -7035,12 +7038,12 @@
|
|
7035
7038
|
"type": "structure",
|
7036
7039
|
"members": {
|
7037
7040
|
"TagFilter": {
|
7038
|
-
"shape": "
|
7041
|
+
"shape": "Sof"
|
7039
7042
|
}
|
7040
7043
|
}
|
7041
7044
|
},
|
7042
7045
|
"SearchCriteria": {
|
7043
|
-
"shape": "
|
7046
|
+
"shape": "Spw"
|
7044
7047
|
}
|
7045
7048
|
}
|
7046
7049
|
},
|
@@ -7169,16 +7172,16 @@
|
|
7169
7172
|
"type": "structure",
|
7170
7173
|
"members": {
|
7171
7174
|
"SupportedMessagingContentTypes": {
|
7172
|
-
"shape": "
|
7175
|
+
"shape": "Sqh"
|
7173
7176
|
},
|
7174
7177
|
"ParticipantDetails": {
|
7175
|
-
"shape": "
|
7178
|
+
"shape": "Sqj"
|
7176
7179
|
},
|
7177
7180
|
"Attributes": {
|
7178
7181
|
"shape": "S2j"
|
7179
7182
|
},
|
7180
7183
|
"StreamingConfiguration": {
|
7181
|
-
"shape": "
|
7184
|
+
"shape": "Sqk"
|
7182
7185
|
}
|
7183
7186
|
}
|
7184
7187
|
}
|
@@ -7213,7 +7216,7 @@
|
|
7213
7216
|
"shape": "S2j"
|
7214
7217
|
},
|
7215
7218
|
"ParticipantDetails": {
|
7216
|
-
"shape": "
|
7219
|
+
"shape": "Sqj"
|
7217
7220
|
},
|
7218
7221
|
"InitialMessage": {
|
7219
7222
|
"type": "structure",
|
@@ -7233,7 +7236,7 @@
|
|
7233
7236
|
"type": "integer"
|
7234
7237
|
},
|
7235
7238
|
"SupportedMessagingContentTypes": {
|
7236
|
-
"shape": "
|
7239
|
+
"shape": "Sqh"
|
7237
7240
|
},
|
7238
7241
|
"PersistentChat": {
|
7239
7242
|
"type": "structure",
|
@@ -7347,7 +7350,7 @@
|
|
7347
7350
|
"InstanceId": {},
|
7348
7351
|
"ContactId": {},
|
7349
7352
|
"ChatStreamingConfiguration": {
|
7350
|
-
"shape": "
|
7353
|
+
"shape": "Sqk"
|
7351
7354
|
},
|
7352
7355
|
"ClientToken": {
|
7353
7356
|
"idempotencyToken": true
|
@@ -7476,15 +7479,15 @@
|
|
7476
7479
|
"type": "structure",
|
7477
7480
|
"members": {
|
7478
7481
|
"Customer": {
|
7479
|
-
"shape": "
|
7482
|
+
"shape": "Sre"
|
7480
7483
|
},
|
7481
7484
|
"Agent": {
|
7482
|
-
"shape": "
|
7485
|
+
"shape": "Sre"
|
7483
7486
|
}
|
7484
7487
|
}
|
7485
7488
|
},
|
7486
7489
|
"ParticipantDetails": {
|
7487
|
-
"shape": "
|
7490
|
+
"shape": "Sqj"
|
7488
7491
|
},
|
7489
7492
|
"RelatedContactId": {},
|
7490
7493
|
"References": {
|
@@ -7635,10 +7638,10 @@
|
|
7635
7638
|
"locationName": "EvaluationId"
|
7636
7639
|
},
|
7637
7640
|
"Answers": {
|
7638
|
-
"shape": "
|
7641
|
+
"shape": "Ss1"
|
7639
7642
|
},
|
7640
7643
|
"Notes": {
|
7641
|
-
"shape": "
|
7644
|
+
"shape": "Sbr"
|
7642
7645
|
}
|
7643
7646
|
}
|
7644
7647
|
},
|
@@ -7676,6 +7679,31 @@
|
|
7676
7679
|
"members": {}
|
7677
7680
|
}
|
7678
7681
|
},
|
7682
|
+
"TagContact": {
|
7683
|
+
"http": {
|
7684
|
+
"requestUri": "/contact/tags"
|
7685
|
+
},
|
7686
|
+
"input": {
|
7687
|
+
"type": "structure",
|
7688
|
+
"required": [
|
7689
|
+
"ContactId",
|
7690
|
+
"InstanceId",
|
7691
|
+
"Tags"
|
7692
|
+
],
|
7693
|
+
"members": {
|
7694
|
+
"ContactId": {},
|
7695
|
+
"InstanceId": {},
|
7696
|
+
"Tags": {
|
7697
|
+
"shape": "Sbd"
|
7698
|
+
}
|
7699
|
+
}
|
7700
|
+
},
|
7701
|
+
"output": {
|
7702
|
+
"type": "structure",
|
7703
|
+
"members": {}
|
7704
|
+
},
|
7705
|
+
"idempotent": true
|
7706
|
+
},
|
7679
7707
|
"TagResource": {
|
7680
7708
|
"http": {
|
7681
7709
|
"requestUri": "/tags/{resourceArn}"
|
@@ -7727,6 +7755,41 @@
|
|
7727
7755
|
}
|
7728
7756
|
}
|
7729
7757
|
},
|
7758
|
+
"UntagContact": {
|
7759
|
+
"http": {
|
7760
|
+
"method": "DELETE",
|
7761
|
+
"requestUri": "/contact/tags/{InstanceId}/{ContactId}"
|
7762
|
+
},
|
7763
|
+
"input": {
|
7764
|
+
"type": "structure",
|
7765
|
+
"required": [
|
7766
|
+
"ContactId",
|
7767
|
+
"InstanceId",
|
7768
|
+
"TagKeys"
|
7769
|
+
],
|
7770
|
+
"members": {
|
7771
|
+
"ContactId": {
|
7772
|
+
"location": "uri",
|
7773
|
+
"locationName": "ContactId"
|
7774
|
+
},
|
7775
|
+
"InstanceId": {
|
7776
|
+
"location": "uri",
|
7777
|
+
"locationName": "InstanceId"
|
7778
|
+
},
|
7779
|
+
"TagKeys": {
|
7780
|
+
"location": "querystring",
|
7781
|
+
"locationName": "TagKeys",
|
7782
|
+
"type": "list",
|
7783
|
+
"member": {}
|
7784
|
+
}
|
7785
|
+
}
|
7786
|
+
},
|
7787
|
+
"output": {
|
7788
|
+
"type": "structure",
|
7789
|
+
"members": {}
|
7790
|
+
},
|
7791
|
+
"idempotent": true
|
7792
|
+
},
|
7730
7793
|
"UntagResource": {
|
7731
7794
|
"http": {
|
7732
7795
|
"method": "DELETE",
|
@@ -7858,10 +7921,10 @@
|
|
7858
7921
|
"locationName": "EvaluationId"
|
7859
7922
|
},
|
7860
7923
|
"Answers": {
|
7861
|
-
"shape": "
|
7924
|
+
"shape": "Ss1"
|
7862
7925
|
},
|
7863
7926
|
"Notes": {
|
7864
|
-
"shape": "
|
7927
|
+
"shape": "Sbr"
|
7865
7928
|
}
|
7866
7929
|
}
|
7867
7930
|
},
|
@@ -8779,13 +8842,13 @@
|
|
8779
8842
|
"locationName": "Id"
|
8780
8843
|
},
|
8781
8844
|
"TelephonyConfig": {
|
8782
|
-
"shape": "
|
8845
|
+
"shape": "Shj"
|
8783
8846
|
},
|
8784
8847
|
"SignInConfig": {
|
8785
|
-
"shape": "
|
8848
|
+
"shape": "Sho"
|
8786
8849
|
},
|
8787
8850
|
"AgentConfig": {
|
8788
|
-
"shape": "
|
8851
|
+
"shape": "Shr"
|
8789
8852
|
}
|
8790
8853
|
}
|
8791
8854
|
},
|
@@ -8856,19 +8919,19 @@
|
|
8856
8919
|
"type": "structure",
|
8857
8920
|
"members": {
|
8858
8921
|
"LevelOne": {
|
8859
|
-
"shape": "
|
8922
|
+
"shape": "Sua"
|
8860
8923
|
},
|
8861
8924
|
"LevelTwo": {
|
8862
|
-
"shape": "
|
8925
|
+
"shape": "Sua"
|
8863
8926
|
},
|
8864
8927
|
"LevelThree": {
|
8865
|
-
"shape": "
|
8928
|
+
"shape": "Sua"
|
8866
8929
|
},
|
8867
8930
|
"LevelFour": {
|
8868
|
-
"shape": "
|
8931
|
+
"shape": "Sua"
|
8869
8932
|
},
|
8870
8933
|
"LevelFive": {
|
8871
|
-
"shape": "
|
8934
|
+
"shape": "Sua"
|
8872
8935
|
}
|
8873
8936
|
}
|
8874
8937
|
},
|
@@ -9809,7 +9872,12 @@
|
|
9809
9872
|
"ViewContentSha256": {}
|
9810
9873
|
}
|
9811
9874
|
},
|
9812
|
-
"
|
9875
|
+
"Sbd": {
|
9876
|
+
"type": "map",
|
9877
|
+
"key": {},
|
9878
|
+
"value": {}
|
9879
|
+
},
|
9880
|
+
"Sbk": {
|
9813
9881
|
"type": "structure",
|
9814
9882
|
"members": {
|
9815
9883
|
"Percentage": {
|
@@ -9823,7 +9891,7 @@
|
|
9823
9891
|
}
|
9824
9892
|
}
|
9825
9893
|
},
|
9826
|
-
"
|
9894
|
+
"Sbo": {
|
9827
9895
|
"type": "structure",
|
9828
9896
|
"members": {
|
9829
9897
|
"StringValue": {},
|
@@ -9836,7 +9904,7 @@
|
|
9836
9904
|
},
|
9837
9905
|
"union": true
|
9838
9906
|
},
|
9839
|
-
"
|
9907
|
+
"Sbr": {
|
9840
9908
|
"type": "map",
|
9841
9909
|
"key": {},
|
9842
9910
|
"value": {
|
@@ -9846,7 +9914,7 @@
|
|
9846
9914
|
}
|
9847
9915
|
}
|
9848
9916
|
},
|
9849
|
-
"
|
9917
|
+
"Scd": {
|
9850
9918
|
"type": "structure",
|
9851
9919
|
"members": {
|
9852
9920
|
"HoursOfOperationId": {},
|
@@ -9866,14 +9934,14 @@
|
|
9866
9934
|
"LastModifiedRegion": {}
|
9867
9935
|
}
|
9868
9936
|
},
|
9869
|
-
"
|
9937
|
+
"Scn": {
|
9870
9938
|
"type": "structure",
|
9871
9939
|
"members": {
|
9872
9940
|
"AttributeType": {},
|
9873
9941
|
"Value": {}
|
9874
9942
|
}
|
9875
9943
|
},
|
9876
|
-
"
|
9944
|
+
"Sd1": {
|
9877
9945
|
"type": "structure",
|
9878
9946
|
"members": {
|
9879
9947
|
"PromptARN": {},
|
@@ -9889,7 +9957,7 @@
|
|
9889
9957
|
"LastModifiedRegion": {}
|
9890
9958
|
}
|
9891
9959
|
},
|
9892
|
-
"
|
9960
|
+
"Sd4": {
|
9893
9961
|
"type": "structure",
|
9894
9962
|
"members": {
|
9895
9963
|
"Name": {},
|
@@ -9913,7 +9981,7 @@
|
|
9913
9981
|
"LastModifiedRegion": {}
|
9914
9982
|
}
|
9915
9983
|
},
|
9916
|
-
"
|
9984
|
+
"Sd8": {
|
9917
9985
|
"type": "structure",
|
9918
9986
|
"members": {
|
9919
9987
|
"QuickConnectARN": {},
|
@@ -9932,7 +10000,7 @@
|
|
9932
10000
|
"LastModifiedRegion": {}
|
9933
10001
|
}
|
9934
10002
|
},
|
9935
|
-
"
|
10003
|
+
"Sdb": {
|
9936
10004
|
"type": "structure",
|
9937
10005
|
"members": {
|
9938
10006
|
"InstanceId": {},
|
@@ -9963,7 +10031,7 @@
|
|
9963
10031
|
}
|
9964
10032
|
}
|
9965
10033
|
},
|
9966
|
-
"
|
10034
|
+
"Sdx": {
|
9967
10035
|
"type": "structure",
|
9968
10036
|
"members": {
|
9969
10037
|
"Id": {},
|
@@ -9975,7 +10043,7 @@
|
|
9975
10043
|
"LastModifiedRegion": {}
|
9976
10044
|
}
|
9977
10045
|
},
|
9978
|
-
"
|
10046
|
+
"Se1": {
|
9979
10047
|
"type": "structure",
|
9980
10048
|
"members": {
|
9981
10049
|
"Id": {},
|
@@ -9987,85 +10055,85 @@
|
|
9987
10055
|
"LastModifiedRegion": {}
|
9988
10056
|
}
|
9989
10057
|
},
|
9990
|
-
"
|
10058
|
+
"Seu": {
|
9991
10059
|
"type": "structure",
|
9992
10060
|
"members": {
|
9993
10061
|
"Queues": {
|
9994
|
-
"shape": "
|
10062
|
+
"shape": "Sev"
|
9995
10063
|
},
|
9996
10064
|
"Channels": {
|
9997
10065
|
"type": "list",
|
9998
10066
|
"member": {}
|
9999
10067
|
},
|
10000
10068
|
"RoutingProfiles": {
|
10001
|
-
"shape": "
|
10069
|
+
"shape": "Sex"
|
10002
10070
|
}
|
10003
10071
|
}
|
10004
10072
|
},
|
10005
|
-
"
|
10073
|
+
"Sev": {
|
10006
10074
|
"type": "list",
|
10007
10075
|
"member": {}
|
10008
10076
|
},
|
10009
|
-
"
|
10077
|
+
"Sex": {
|
10010
10078
|
"type": "list",
|
10011
10079
|
"member": {}
|
10012
10080
|
},
|
10013
|
-
"
|
10081
|
+
"Sey": {
|
10014
10082
|
"type": "list",
|
10015
10083
|
"member": {}
|
10016
10084
|
},
|
10017
|
-
"
|
10085
|
+
"Sf1": {
|
10018
10086
|
"type": "structure",
|
10019
10087
|
"members": {
|
10020
10088
|
"Name": {},
|
10021
10089
|
"Unit": {}
|
10022
10090
|
}
|
10023
10091
|
},
|
10024
|
-
"
|
10092
|
+
"Sfc": {
|
10025
10093
|
"type": "structure",
|
10026
10094
|
"members": {
|
10027
10095
|
"Queue": {
|
10028
|
-
"shape": "
|
10096
|
+
"shape": "Sfd"
|
10029
10097
|
},
|
10030
10098
|
"Channel": {},
|
10031
10099
|
"RoutingProfile": {
|
10032
|
-
"shape": "
|
10100
|
+
"shape": "Sfe"
|
10033
10101
|
}
|
10034
10102
|
}
|
10035
10103
|
},
|
10036
|
-
"
|
10104
|
+
"Sfd": {
|
10037
10105
|
"type": "structure",
|
10038
10106
|
"members": {
|
10039
10107
|
"Id": {},
|
10040
10108
|
"Arn": {}
|
10041
10109
|
}
|
10042
10110
|
},
|
10043
|
-
"
|
10111
|
+
"Sfe": {
|
10044
10112
|
"type": "structure",
|
10045
10113
|
"members": {
|
10046
10114
|
"Id": {},
|
10047
10115
|
"Arn": {}
|
10048
10116
|
}
|
10049
10117
|
},
|
10050
|
-
"
|
10118
|
+
"Sfv": {
|
10051
10119
|
"type": "structure",
|
10052
10120
|
"members": {
|
10053
10121
|
"Id": {},
|
10054
10122
|
"Arn": {}
|
10055
10123
|
}
|
10056
10124
|
},
|
10057
|
-
"
|
10125
|
+
"Sfx": {
|
10058
10126
|
"type": "map",
|
10059
10127
|
"key": {},
|
10060
10128
|
"value": {
|
10061
10129
|
"type": "integer"
|
10062
10130
|
}
|
10063
10131
|
},
|
10064
|
-
"
|
10132
|
+
"Sg4": {
|
10065
10133
|
"type": "string",
|
10066
10134
|
"sensitive": true
|
10067
10135
|
},
|
10068
|
-
"
|
10136
|
+
"Sg9": {
|
10069
10137
|
"type": "structure",
|
10070
10138
|
"members": {
|
10071
10139
|
"Name": {},
|
@@ -10082,7 +10150,7 @@
|
|
10082
10150
|
"Unit": {}
|
10083
10151
|
}
|
10084
10152
|
},
|
10085
|
-
"
|
10153
|
+
"Sgu": {
|
10086
10154
|
"type": "structure",
|
10087
10155
|
"members": {
|
10088
10156
|
"Name": {},
|
@@ -10116,18 +10184,18 @@
|
|
10116
10184
|
}
|
10117
10185
|
}
|
10118
10186
|
},
|
10119
|
-
"
|
10187
|
+
"Shj": {
|
10120
10188
|
"type": "structure",
|
10121
10189
|
"required": [
|
10122
10190
|
"Distributions"
|
10123
10191
|
],
|
10124
10192
|
"members": {
|
10125
10193
|
"Distributions": {
|
10126
|
-
"shape": "
|
10194
|
+
"shape": "Shk"
|
10127
10195
|
}
|
10128
10196
|
}
|
10129
10197
|
},
|
10130
|
-
"
|
10198
|
+
"Shk": {
|
10131
10199
|
"type": "list",
|
10132
10200
|
"member": {
|
10133
10201
|
"type": "structure",
|
@@ -10143,7 +10211,7 @@
|
|
10143
10211
|
}
|
10144
10212
|
}
|
10145
10213
|
},
|
10146
|
-
"
|
10214
|
+
"Sho": {
|
10147
10215
|
"type": "structure",
|
10148
10216
|
"required": [
|
10149
10217
|
"Distributions"
|
@@ -10167,26 +10235,26 @@
|
|
10167
10235
|
}
|
10168
10236
|
}
|
10169
10237
|
},
|
10170
|
-
"
|
10238
|
+
"Shr": {
|
10171
10239
|
"type": "structure",
|
10172
10240
|
"required": [
|
10173
10241
|
"Distributions"
|
10174
10242
|
],
|
10175
10243
|
"members": {
|
10176
10244
|
"Distributions": {
|
10177
|
-
"shape": "
|
10245
|
+
"shape": "Shk"
|
10178
10246
|
}
|
10179
10247
|
}
|
10180
10248
|
},
|
10181
|
-
"
|
10249
|
+
"Sk7": {
|
10182
10250
|
"type": "list",
|
10183
10251
|
"member": {}
|
10184
10252
|
},
|
10185
|
-
"
|
10253
|
+
"Sk8": {
|
10186
10254
|
"type": "list",
|
10187
10255
|
"member": {}
|
10188
10256
|
},
|
10189
|
-
"
|
10257
|
+
"Skp": {
|
10190
10258
|
"type": "list",
|
10191
10259
|
"member": {
|
10192
10260
|
"type": "structure",
|
@@ -10202,7 +10270,7 @@
|
|
10202
10270
|
}
|
10203
10271
|
}
|
10204
10272
|
},
|
10205
|
-
"
|
10273
|
+
"Sle": {
|
10206
10274
|
"type": "structure",
|
10207
10275
|
"members": {
|
10208
10276
|
"AbsoluteTime": {
|
@@ -10212,7 +10280,7 @@
|
|
10212
10280
|
},
|
10213
10281
|
"union": true
|
10214
10282
|
},
|
10215
|
-
"
|
10283
|
+
"Sli": {
|
10216
10284
|
"type": "structure",
|
10217
10285
|
"required": [
|
10218
10286
|
"BeginOffsetChar",
|
@@ -10227,57 +10295,57 @@
|
|
10227
10295
|
}
|
10228
10296
|
}
|
10229
10297
|
},
|
10230
|
-
"
|
10298
|
+
"Sof": {
|
10231
10299
|
"type": "structure",
|
10232
10300
|
"members": {
|
10233
10301
|
"OrConditions": {
|
10234
10302
|
"type": "list",
|
10235
10303
|
"member": {
|
10236
|
-
"shape": "
|
10304
|
+
"shape": "Soh"
|
10237
10305
|
}
|
10238
10306
|
},
|
10239
10307
|
"AndConditions": {
|
10240
|
-
"shape": "
|
10308
|
+
"shape": "Soh"
|
10241
10309
|
},
|
10242
10310
|
"TagCondition": {
|
10243
|
-
"shape": "
|
10311
|
+
"shape": "Soi"
|
10244
10312
|
}
|
10245
10313
|
}
|
10246
10314
|
},
|
10247
|
-
"
|
10315
|
+
"Soh": {
|
10248
10316
|
"type": "list",
|
10249
10317
|
"member": {
|
10250
|
-
"shape": "
|
10318
|
+
"shape": "Soi"
|
10251
10319
|
}
|
10252
10320
|
},
|
10253
|
-
"
|
10321
|
+
"Soi": {
|
10254
10322
|
"type": "structure",
|
10255
10323
|
"members": {
|
10256
10324
|
"TagKey": {},
|
10257
10325
|
"TagValue": {}
|
10258
10326
|
}
|
10259
10327
|
},
|
10260
|
-
"
|
10328
|
+
"Soj": {
|
10261
10329
|
"type": "structure",
|
10262
10330
|
"members": {
|
10263
10331
|
"OrConditions": {
|
10264
|
-
"shape": "
|
10332
|
+
"shape": "Sok"
|
10265
10333
|
},
|
10266
10334
|
"AndConditions": {
|
10267
|
-
"shape": "
|
10335
|
+
"shape": "Sok"
|
10268
10336
|
},
|
10269
10337
|
"StringCondition": {
|
10270
|
-
"shape": "
|
10338
|
+
"shape": "Sol"
|
10271
10339
|
}
|
10272
10340
|
}
|
10273
10341
|
},
|
10274
|
-
"
|
10342
|
+
"Sok": {
|
10275
10343
|
"type": "list",
|
10276
10344
|
"member": {
|
10277
|
-
"shape": "
|
10345
|
+
"shape": "Soj"
|
10278
10346
|
}
|
10279
10347
|
},
|
10280
|
-
"
|
10348
|
+
"Sol": {
|
10281
10349
|
"type": "structure",
|
10282
10350
|
"members": {
|
10283
10351
|
"FieldName": {},
|
@@ -10285,118 +10353,118 @@
|
|
10285
10353
|
"ComparisonType": {}
|
10286
10354
|
}
|
10287
10355
|
},
|
10288
|
-
"
|
10356
|
+
"Sor": {
|
10289
10357
|
"type": "structure",
|
10290
10358
|
"members": {
|
10291
10359
|
"OrConditions": {
|
10292
|
-
"shape": "
|
10360
|
+
"shape": "Sos"
|
10293
10361
|
},
|
10294
10362
|
"AndConditions": {
|
10295
|
-
"shape": "
|
10363
|
+
"shape": "Sos"
|
10296
10364
|
},
|
10297
10365
|
"StringCondition": {
|
10298
|
-
"shape": "
|
10366
|
+
"shape": "Sol"
|
10299
10367
|
}
|
10300
10368
|
}
|
10301
10369
|
},
|
10302
|
-
"
|
10370
|
+
"Sos": {
|
10303
10371
|
"type": "list",
|
10304
10372
|
"member": {
|
10305
|
-
"shape": "
|
10373
|
+
"shape": "Sor"
|
10306
10374
|
}
|
10307
10375
|
},
|
10308
|
-
"
|
10376
|
+
"Sox": {
|
10309
10377
|
"type": "structure",
|
10310
10378
|
"members": {
|
10311
10379
|
"OrConditions": {
|
10312
|
-
"shape": "
|
10380
|
+
"shape": "Soy"
|
10313
10381
|
},
|
10314
10382
|
"AndConditions": {
|
10315
|
-
"shape": "
|
10383
|
+
"shape": "Soy"
|
10316
10384
|
},
|
10317
10385
|
"StringCondition": {
|
10318
|
-
"shape": "
|
10386
|
+
"shape": "Sol"
|
10319
10387
|
},
|
10320
10388
|
"QueueTypeCondition": {}
|
10321
10389
|
}
|
10322
10390
|
},
|
10323
|
-
"
|
10391
|
+
"Soy": {
|
10324
10392
|
"type": "list",
|
10325
10393
|
"member": {
|
10326
|
-
"shape": "
|
10394
|
+
"shape": "Sox"
|
10327
10395
|
}
|
10328
10396
|
},
|
10329
|
-
"
|
10397
|
+
"Sp4": {
|
10330
10398
|
"type": "structure",
|
10331
10399
|
"members": {
|
10332
10400
|
"OrConditions": {
|
10333
|
-
"shape": "
|
10401
|
+
"shape": "Sp5"
|
10334
10402
|
},
|
10335
10403
|
"AndConditions": {
|
10336
|
-
"shape": "
|
10404
|
+
"shape": "Sp5"
|
10337
10405
|
},
|
10338
10406
|
"StringCondition": {
|
10339
|
-
"shape": "
|
10407
|
+
"shape": "Sol"
|
10340
10408
|
}
|
10341
10409
|
}
|
10342
10410
|
},
|
10343
|
-
"
|
10411
|
+
"Sp5": {
|
10344
10412
|
"type": "list",
|
10345
10413
|
"member": {
|
10346
|
-
"shape": "
|
10414
|
+
"shape": "Sp4"
|
10347
10415
|
}
|
10348
10416
|
},
|
10349
|
-
"
|
10417
|
+
"Spj": {
|
10350
10418
|
"type": "structure",
|
10351
10419
|
"members": {
|
10352
10420
|
"OrConditions": {
|
10353
|
-
"shape": "
|
10421
|
+
"shape": "Spk"
|
10354
10422
|
},
|
10355
10423
|
"AndConditions": {
|
10356
|
-
"shape": "
|
10424
|
+
"shape": "Spk"
|
10357
10425
|
},
|
10358
10426
|
"StringCondition": {
|
10359
|
-
"shape": "
|
10427
|
+
"shape": "Sol"
|
10360
10428
|
}
|
10361
10429
|
}
|
10362
10430
|
},
|
10363
|
-
"
|
10431
|
+
"Spk": {
|
10364
10432
|
"type": "list",
|
10365
10433
|
"member": {
|
10366
|
-
"shape": "
|
10434
|
+
"shape": "Spj"
|
10367
10435
|
}
|
10368
10436
|
},
|
10369
|
-
"
|
10437
|
+
"Spo": {
|
10370
10438
|
"type": "structure",
|
10371
10439
|
"members": {
|
10372
10440
|
"OrConditions": {
|
10373
|
-
"shape": "
|
10441
|
+
"shape": "Spp"
|
10374
10442
|
},
|
10375
10443
|
"AndConditions": {
|
10376
|
-
"shape": "
|
10444
|
+
"shape": "Spp"
|
10377
10445
|
},
|
10378
10446
|
"StringCondition": {
|
10379
|
-
"shape": "
|
10447
|
+
"shape": "Sol"
|
10380
10448
|
}
|
10381
10449
|
}
|
10382
10450
|
},
|
10383
|
-
"
|
10451
|
+
"Spp": {
|
10384
10452
|
"type": "list",
|
10385
10453
|
"member": {
|
10386
|
-
"shape": "
|
10454
|
+
"shape": "Spo"
|
10387
10455
|
}
|
10388
10456
|
},
|
10389
|
-
"
|
10457
|
+
"Spw": {
|
10390
10458
|
"type": "structure",
|
10391
10459
|
"members": {
|
10392
10460
|
"OrConditions": {
|
10393
|
-
"shape": "
|
10461
|
+
"shape": "Spx"
|
10394
10462
|
},
|
10395
10463
|
"AndConditions": {
|
10396
|
-
"shape": "
|
10464
|
+
"shape": "Spx"
|
10397
10465
|
},
|
10398
10466
|
"StringCondition": {
|
10399
|
-
"shape": "
|
10467
|
+
"shape": "Sol"
|
10400
10468
|
},
|
10401
10469
|
"HierarchyGroupCondition": {
|
10402
10470
|
"type": "structure",
|
@@ -10407,17 +10475,17 @@
|
|
10407
10475
|
}
|
10408
10476
|
}
|
10409
10477
|
},
|
10410
|
-
"
|
10478
|
+
"Spx": {
|
10411
10479
|
"type": "list",
|
10412
10480
|
"member": {
|
10413
|
-
"shape": "
|
10481
|
+
"shape": "Spw"
|
10414
10482
|
}
|
10415
10483
|
},
|
10416
|
-
"
|
10484
|
+
"Sqh": {
|
10417
10485
|
"type": "list",
|
10418
10486
|
"member": {}
|
10419
10487
|
},
|
10420
|
-
"
|
10488
|
+
"Sqj": {
|
10421
10489
|
"type": "structure",
|
10422
10490
|
"required": [
|
10423
10491
|
"DisplayName"
|
@@ -10426,7 +10494,7 @@
|
|
10426
10494
|
"DisplayName": {}
|
10427
10495
|
}
|
10428
10496
|
},
|
10429
|
-
"
|
10497
|
+
"Sqk": {
|
10430
10498
|
"type": "structure",
|
10431
10499
|
"required": [
|
10432
10500
|
"StreamingEndpointArn"
|
@@ -10435,25 +10503,25 @@
|
|
10435
10503
|
"StreamingEndpointArn": {}
|
10436
10504
|
}
|
10437
10505
|
},
|
10438
|
-
"
|
10506
|
+
"Sre": {
|
10439
10507
|
"type": "structure",
|
10440
10508
|
"members": {
|
10441
10509
|
"Video": {}
|
10442
10510
|
}
|
10443
10511
|
},
|
10444
|
-
"
|
10512
|
+
"Ss1": {
|
10445
10513
|
"type": "map",
|
10446
10514
|
"key": {},
|
10447
10515
|
"value": {
|
10448
10516
|
"type": "structure",
|
10449
10517
|
"members": {
|
10450
10518
|
"Value": {
|
10451
|
-
"shape": "
|
10519
|
+
"shape": "Sbo"
|
10452
10520
|
}
|
10453
10521
|
}
|
10454
10522
|
}
|
10455
10523
|
},
|
10456
|
-
"
|
10524
|
+
"Sua": {
|
10457
10525
|
"type": "structure",
|
10458
10526
|
"required": [
|
10459
10527
|
"Name"
|