cdk-comprehend-s3olap 2.0.86 → 2.0.89
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 +5 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +619 -563
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
- package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +74 -1
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +754 -747
- package/node_modules/aws-sdk/dist/aws-sdk.js +398 -198
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +5 -5
- package/node_modules/esbuild/lib/main.js +14 -13
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +12 -10
@@ -1585,24 +1585,7 @@
|
|
1585
1585
|
"type": "structure",
|
1586
1586
|
"members": {
|
1587
1587
|
"Queue": {
|
1588
|
-
"
|
1589
|
-
"members": {
|
1590
|
-
"Name": {},
|
1591
|
-
"QueueArn": {},
|
1592
|
-
"QueueId": {},
|
1593
|
-
"Description": {},
|
1594
|
-
"OutboundCallerConfig": {
|
1595
|
-
"shape": "S2z"
|
1596
|
-
},
|
1597
|
-
"HoursOfOperationId": {},
|
1598
|
-
"MaxContacts": {
|
1599
|
-
"type": "integer"
|
1600
|
-
},
|
1601
|
-
"Status": {},
|
1602
|
-
"Tags": {
|
1603
|
-
"shape": "S1j"
|
1604
|
-
}
|
1605
|
-
}
|
1588
|
+
"shape": "S72"
|
1606
1589
|
}
|
1607
1590
|
}
|
1608
1591
|
}
|
@@ -1676,21 +1659,7 @@
|
|
1676
1659
|
"type": "structure",
|
1677
1660
|
"members": {
|
1678
1661
|
"RoutingProfile": {
|
1679
|
-
"
|
1680
|
-
"members": {
|
1681
|
-
"InstanceId": {},
|
1682
|
-
"Name": {},
|
1683
|
-
"RoutingProfileArn": {},
|
1684
|
-
"RoutingProfileId": {},
|
1685
|
-
"Description": {},
|
1686
|
-
"MediaConcurrencies": {
|
1687
|
-
"shape": "S3g"
|
1688
|
-
},
|
1689
|
-
"DefaultOutboundQueueId": {},
|
1690
|
-
"Tags": {
|
1691
|
-
"shape": "S1j"
|
1692
|
-
}
|
1693
|
-
}
|
1662
|
+
"shape": "S79"
|
1694
1663
|
}
|
1695
1664
|
}
|
1696
1665
|
}
|
@@ -1823,19 +1792,19 @@
|
|
1823
1792
|
"type": "structure",
|
1824
1793
|
"members": {
|
1825
1794
|
"LevelOne": {
|
1826
|
-
"shape": "
|
1795
|
+
"shape": "S7m"
|
1827
1796
|
},
|
1828
1797
|
"LevelTwo": {
|
1829
|
-
"shape": "
|
1798
|
+
"shape": "S7m"
|
1830
1799
|
},
|
1831
1800
|
"LevelThree": {
|
1832
|
-
"shape": "
|
1801
|
+
"shape": "S7m"
|
1833
1802
|
},
|
1834
1803
|
"LevelFour": {
|
1835
|
-
"shape": "
|
1804
|
+
"shape": "S7m"
|
1836
1805
|
},
|
1837
1806
|
"LevelFive": {
|
1838
|
-
"shape": "
|
1807
|
+
"shape": "S7m"
|
1839
1808
|
}
|
1840
1809
|
}
|
1841
1810
|
},
|
@@ -1871,19 +1840,19 @@
|
|
1871
1840
|
"type": "structure",
|
1872
1841
|
"members": {
|
1873
1842
|
"LevelOne": {
|
1874
|
-
"shape": "
|
1843
|
+
"shape": "S7q"
|
1875
1844
|
},
|
1876
1845
|
"LevelTwo": {
|
1877
|
-
"shape": "
|
1846
|
+
"shape": "S7q"
|
1878
1847
|
},
|
1879
1848
|
"LevelThree": {
|
1880
|
-
"shape": "
|
1849
|
+
"shape": "S7q"
|
1881
1850
|
},
|
1882
1851
|
"LevelFour": {
|
1883
|
-
"shape": "
|
1852
|
+
"shape": "S7q"
|
1884
1853
|
},
|
1885
1854
|
"LevelFive": {
|
1886
|
-
"shape": "
|
1855
|
+
"shape": "S7q"
|
1887
1856
|
}
|
1888
1857
|
}
|
1889
1858
|
}
|
@@ -2199,7 +2168,7 @@
|
|
2199
2168
|
"type": "structure",
|
2200
2169
|
"members": {
|
2201
2170
|
"Attributes": {
|
2202
|
-
"shape": "
|
2171
|
+
"shape": "S89"
|
2203
2172
|
}
|
2204
2173
|
}
|
2205
2174
|
}
|
@@ -2221,15 +2190,15 @@
|
|
2221
2190
|
"locationName": "InstanceId"
|
2222
2191
|
},
|
2223
2192
|
"Filters": {
|
2224
|
-
"shape": "
|
2193
|
+
"shape": "S8d"
|
2225
2194
|
},
|
2226
2195
|
"Groupings": {
|
2227
|
-
"shape": "
|
2196
|
+
"shape": "S8g"
|
2228
2197
|
},
|
2229
2198
|
"CurrentMetrics": {
|
2230
2199
|
"type": "list",
|
2231
2200
|
"member": {
|
2232
|
-
"shape": "
|
2201
|
+
"shape": "S8j"
|
2233
2202
|
}
|
2234
2203
|
},
|
2235
2204
|
"NextToken": {},
|
@@ -2248,7 +2217,7 @@
|
|
2248
2217
|
"type": "structure",
|
2249
2218
|
"members": {
|
2250
2219
|
"Dimensions": {
|
2251
|
-
"shape": "
|
2220
|
+
"shape": "S8r"
|
2252
2221
|
},
|
2253
2222
|
"Collections": {
|
2254
2223
|
"type": "list",
|
@@ -2256,7 +2225,7 @@
|
|
2256
2225
|
"type": "structure",
|
2257
2226
|
"members": {
|
2258
2227
|
"Metric": {
|
2259
|
-
"shape": "
|
2228
|
+
"shape": "S8j"
|
2260
2229
|
},
|
2261
2230
|
"Value": {
|
2262
2231
|
"type": "double"
|
@@ -2292,7 +2261,7 @@
|
|
2292
2261
|
"type": "structure",
|
2293
2262
|
"members": {
|
2294
2263
|
"Queues": {
|
2295
|
-
"shape": "
|
2264
|
+
"shape": "S8e"
|
2296
2265
|
},
|
2297
2266
|
"ContactFilter": {
|
2298
2267
|
"type": "structure",
|
@@ -2338,19 +2307,19 @@
|
|
2338
2307
|
"type": "structure",
|
2339
2308
|
"members": {
|
2340
2309
|
"LevelOne": {
|
2341
|
-
"shape": "
|
2310
|
+
"shape": "S97"
|
2342
2311
|
},
|
2343
2312
|
"LevelTwo": {
|
2344
|
-
"shape": "
|
2313
|
+
"shape": "S97"
|
2345
2314
|
},
|
2346
2315
|
"LevelThree": {
|
2347
|
-
"shape": "
|
2316
|
+
"shape": "S97"
|
2348
2317
|
},
|
2349
2318
|
"LevelFour": {
|
2350
|
-
"shape": "
|
2319
|
+
"shape": "S97"
|
2351
2320
|
},
|
2352
2321
|
"LevelFive": {
|
2353
|
-
"shape": "
|
2322
|
+
"shape": "S97"
|
2354
2323
|
}
|
2355
2324
|
}
|
2356
2325
|
},
|
@@ -2364,13 +2333,13 @@
|
|
2364
2333
|
}
|
2365
2334
|
},
|
2366
2335
|
"AvailableSlotsByChannel": {
|
2367
|
-
"shape": "
|
2336
|
+
"shape": "S99"
|
2368
2337
|
},
|
2369
2338
|
"MaxSlotsByChannel": {
|
2370
|
-
"shape": "
|
2339
|
+
"shape": "S99"
|
2371
2340
|
},
|
2372
2341
|
"ActiveSlotsByChannel": {
|
2373
|
-
"shape": "
|
2342
|
+
"shape": "S99"
|
2374
2343
|
},
|
2375
2344
|
"Contacts": {
|
2376
2345
|
"type": "list",
|
@@ -2388,7 +2357,7 @@
|
|
2388
2357
|
"type": "timestamp"
|
2389
2358
|
},
|
2390
2359
|
"Queue": {
|
2391
|
-
"shape": "
|
2360
|
+
"shape": "S8s"
|
2392
2361
|
}
|
2393
2362
|
}
|
2394
2363
|
}
|
@@ -2423,13 +2392,13 @@
|
|
2423
2392
|
"type": "structure",
|
2424
2393
|
"members": {
|
2425
2394
|
"AccessToken": {
|
2426
|
-
"shape": "
|
2395
|
+
"shape": "S9g"
|
2427
2396
|
},
|
2428
2397
|
"AccessTokenExpiration": {
|
2429
2398
|
"type": "timestamp"
|
2430
2399
|
},
|
2431
2400
|
"RefreshToken": {
|
2432
|
-
"shape": "
|
2401
|
+
"shape": "S9g"
|
2433
2402
|
},
|
2434
2403
|
"RefreshTokenExpiration": {
|
2435
2404
|
"type": "timestamp"
|
@@ -2464,15 +2433,15 @@
|
|
2464
2433
|
"type": "timestamp"
|
2465
2434
|
},
|
2466
2435
|
"Filters": {
|
2467
|
-
"shape": "
|
2436
|
+
"shape": "S8d"
|
2468
2437
|
},
|
2469
2438
|
"Groupings": {
|
2470
|
-
"shape": "
|
2439
|
+
"shape": "S8g"
|
2471
2440
|
},
|
2472
2441
|
"HistoricalMetrics": {
|
2473
2442
|
"type": "list",
|
2474
2443
|
"member": {
|
2475
|
-
"shape": "
|
2444
|
+
"shape": "S9j"
|
2476
2445
|
}
|
2477
2446
|
},
|
2478
2447
|
"NextToken": {},
|
@@ -2491,7 +2460,7 @@
|
|
2491
2460
|
"type": "structure",
|
2492
2461
|
"members": {
|
2493
2462
|
"Dimensions": {
|
2494
|
-
"shape": "
|
2463
|
+
"shape": "S8r"
|
2495
2464
|
},
|
2496
2465
|
"Collections": {
|
2497
2466
|
"type": "list",
|
@@ -2499,7 +2468,7 @@
|
|
2499
2468
|
"type": "structure",
|
2500
2469
|
"members": {
|
2501
2470
|
"Metric": {
|
2502
|
-
"shape": "
|
2471
|
+
"shape": "S9j"
|
2503
2472
|
},
|
2504
2473
|
"Value": {
|
2505
2474
|
"type": "double"
|
@@ -3280,12 +3249,12 @@
|
|
3280
3249
|
"locationName": "InstanceId"
|
3281
3250
|
},
|
3282
3251
|
"PhoneNumberTypes": {
|
3283
|
-
"shape": "
|
3252
|
+
"shape": "Sbx",
|
3284
3253
|
"location": "querystring",
|
3285
3254
|
"locationName": "phoneNumberTypes"
|
3286
3255
|
},
|
3287
3256
|
"PhoneNumberCountryCodes": {
|
3288
|
-
"shape": "
|
3257
|
+
"shape": "Sby",
|
3289
3258
|
"location": "querystring",
|
3290
3259
|
"locationName": "phoneNumberCountryCodes"
|
3291
3260
|
},
|
@@ -3333,10 +3302,10 @@
|
|
3333
3302
|
},
|
3334
3303
|
"NextToken": {},
|
3335
3304
|
"PhoneNumberCountryCodes": {
|
3336
|
-
"shape": "
|
3305
|
+
"shape": "Sby"
|
3337
3306
|
},
|
3338
3307
|
"PhoneNumberTypes": {
|
3339
|
-
"shape": "
|
3308
|
+
"shape": "Sbx"
|
3340
3309
|
},
|
3341
3310
|
"PhoneNumberPrefix": {}
|
3342
3311
|
}
|
@@ -3442,7 +3411,7 @@
|
|
3442
3411
|
"members": {
|
3443
3412
|
"NextToken": {},
|
3444
3413
|
"QuickConnectSummaryList": {
|
3445
|
-
"shape": "
|
3414
|
+
"shape": "Scg"
|
3446
3415
|
}
|
3447
3416
|
}
|
3448
3417
|
}
|
@@ -3534,7 +3503,7 @@
|
|
3534
3503
|
"type": "structure",
|
3535
3504
|
"members": {
|
3536
3505
|
"QuickConnectSummaryList": {
|
3537
|
-
"shape": "
|
3506
|
+
"shape": "Scg"
|
3538
3507
|
},
|
3539
3508
|
"NextToken": {}
|
3540
3509
|
}
|
@@ -3946,7 +3915,7 @@
|
|
3946
3915
|
"UserHierarchyGroupSummaryList": {
|
3947
3916
|
"type": "list",
|
3948
3917
|
"member": {
|
3949
|
-
"shape": "
|
3918
|
+
"shape": "S7m"
|
3950
3919
|
}
|
3951
3920
|
},
|
3952
3921
|
"NextToken": {}
|
@@ -4111,6 +4080,94 @@
|
|
4111
4080
|
}
|
4112
4081
|
}
|
4113
4082
|
},
|
4083
|
+
"SearchQueues": {
|
4084
|
+
"http": {
|
4085
|
+
"requestUri": "/search-queues"
|
4086
|
+
},
|
4087
|
+
"input": {
|
4088
|
+
"type": "structure",
|
4089
|
+
"required": [
|
4090
|
+
"InstanceId"
|
4091
|
+
],
|
4092
|
+
"members": {
|
4093
|
+
"InstanceId": {},
|
4094
|
+
"NextToken": {},
|
4095
|
+
"MaxResults": {
|
4096
|
+
"type": "integer"
|
4097
|
+
},
|
4098
|
+
"SearchFilter": {
|
4099
|
+
"type": "structure",
|
4100
|
+
"members": {
|
4101
|
+
"TagFilter": {
|
4102
|
+
"shape": "Se4"
|
4103
|
+
}
|
4104
|
+
}
|
4105
|
+
},
|
4106
|
+
"SearchCriteria": {
|
4107
|
+
"shape": "Se8"
|
4108
|
+
}
|
4109
|
+
}
|
4110
|
+
},
|
4111
|
+
"output": {
|
4112
|
+
"type": "structure",
|
4113
|
+
"members": {
|
4114
|
+
"Queues": {
|
4115
|
+
"type": "list",
|
4116
|
+
"member": {
|
4117
|
+
"shape": "S72"
|
4118
|
+
}
|
4119
|
+
},
|
4120
|
+
"NextToken": {},
|
4121
|
+
"ApproximateTotalCount": {
|
4122
|
+
"type": "long"
|
4123
|
+
}
|
4124
|
+
}
|
4125
|
+
}
|
4126
|
+
},
|
4127
|
+
"SearchRoutingProfiles": {
|
4128
|
+
"http": {
|
4129
|
+
"requestUri": "/search-routing-profiles"
|
4130
|
+
},
|
4131
|
+
"input": {
|
4132
|
+
"type": "structure",
|
4133
|
+
"required": [
|
4134
|
+
"InstanceId"
|
4135
|
+
],
|
4136
|
+
"members": {
|
4137
|
+
"InstanceId": {},
|
4138
|
+
"NextToken": {},
|
4139
|
+
"MaxResults": {
|
4140
|
+
"type": "integer"
|
4141
|
+
},
|
4142
|
+
"SearchFilter": {
|
4143
|
+
"type": "structure",
|
4144
|
+
"members": {
|
4145
|
+
"TagFilter": {
|
4146
|
+
"shape": "Se4"
|
4147
|
+
}
|
4148
|
+
}
|
4149
|
+
},
|
4150
|
+
"SearchCriteria": {
|
4151
|
+
"shape": "Sei"
|
4152
|
+
}
|
4153
|
+
}
|
4154
|
+
},
|
4155
|
+
"output": {
|
4156
|
+
"type": "structure",
|
4157
|
+
"members": {
|
4158
|
+
"RoutingProfiles": {
|
4159
|
+
"type": "list",
|
4160
|
+
"member": {
|
4161
|
+
"shape": "S79"
|
4162
|
+
}
|
4163
|
+
},
|
4164
|
+
"NextToken": {},
|
4165
|
+
"ApproximateTotalCount": {
|
4166
|
+
"type": "long"
|
4167
|
+
}
|
4168
|
+
}
|
4169
|
+
}
|
4170
|
+
},
|
4114
4171
|
"SearchSecurityProfiles": {
|
4115
4172
|
"http": {
|
4116
4173
|
"requestUri": "/search-security-profiles"
|
@@ -4127,13 +4184,13 @@
|
|
4127
4184
|
"type": "integer"
|
4128
4185
|
},
|
4129
4186
|
"SearchCriteria": {
|
4130
|
-
"shape": "
|
4187
|
+
"shape": "Sen"
|
4131
4188
|
},
|
4132
4189
|
"SearchFilter": {
|
4133
4190
|
"type": "structure",
|
4134
4191
|
"members": {
|
4135
4192
|
"TagFilter": {
|
4136
|
-
"shape": "
|
4193
|
+
"shape": "Se4"
|
4137
4194
|
}
|
4138
4195
|
}
|
4139
4196
|
}
|
@@ -4181,12 +4238,12 @@
|
|
4181
4238
|
"type": "structure",
|
4182
4239
|
"members": {
|
4183
4240
|
"TagFilter": {
|
4184
|
-
"shape": "
|
4241
|
+
"shape": "Se4"
|
4185
4242
|
}
|
4186
4243
|
}
|
4187
4244
|
},
|
4188
4245
|
"SearchCriteria": {
|
4189
|
-
"shape": "
|
4246
|
+
"shape": "Sev"
|
4190
4247
|
}
|
4191
4248
|
}
|
4192
4249
|
},
|
@@ -4301,7 +4358,7 @@
|
|
4301
4358
|
"InstanceId": {},
|
4302
4359
|
"ContactFlowId": {},
|
4303
4360
|
"Attributes": {
|
4304
|
-
"shape": "
|
4361
|
+
"shape": "S89"
|
4305
4362
|
},
|
4306
4363
|
"ParticipantDetails": {
|
4307
4364
|
"type": "structure",
|
@@ -4434,7 +4491,7 @@
|
|
4434
4491
|
"SourcePhoneNumber": {},
|
4435
4492
|
"QueueId": {},
|
4436
4493
|
"Attributes": {
|
4437
|
-
"shape": "
|
4494
|
+
"shape": "S89"
|
4438
4495
|
},
|
4439
4496
|
"AnswerMachineDetectionConfig": {
|
4440
4497
|
"type": "structure",
|
@@ -4474,11 +4531,11 @@
|
|
4474
4531
|
"PreviousContactId": {},
|
4475
4532
|
"ContactFlowId": {},
|
4476
4533
|
"Attributes": {
|
4477
|
-
"shape": "
|
4534
|
+
"shape": "S89"
|
4478
4535
|
},
|
4479
4536
|
"Name": {},
|
4480
4537
|
"References": {
|
4481
|
-
"shape": "
|
4538
|
+
"shape": "Sfz"
|
4482
4539
|
},
|
4483
4540
|
"Description": {},
|
4484
4541
|
"ClientToken": {
|
@@ -4713,7 +4770,7 @@
|
|
4713
4770
|
"Name": {},
|
4714
4771
|
"Description": {},
|
4715
4772
|
"References": {
|
4716
|
-
"shape": "
|
4773
|
+
"shape": "Sfz"
|
4717
4774
|
}
|
4718
4775
|
}
|
4719
4776
|
},
|
@@ -4737,7 +4794,7 @@
|
|
4737
4794
|
"InitialContactId": {},
|
4738
4795
|
"InstanceId": {},
|
4739
4796
|
"Attributes": {
|
4740
|
-
"shape": "
|
4797
|
+
"shape": "S89"
|
4741
4798
|
}
|
4742
4799
|
}
|
4743
4800
|
},
|
@@ -5436,19 +5493,19 @@
|
|
5436
5493
|
"type": "structure",
|
5437
5494
|
"members": {
|
5438
5495
|
"LevelOne": {
|
5439
|
-
"shape": "
|
5496
|
+
"shape": "Shj"
|
5440
5497
|
},
|
5441
5498
|
"LevelTwo": {
|
5442
|
-
"shape": "
|
5499
|
+
"shape": "Shj"
|
5443
5500
|
},
|
5444
5501
|
"LevelThree": {
|
5445
|
-
"shape": "
|
5502
|
+
"shape": "Shj"
|
5446
5503
|
},
|
5447
5504
|
"LevelFour": {
|
5448
|
-
"shape": "
|
5505
|
+
"shape": "Shj"
|
5449
5506
|
},
|
5450
5507
|
"LevelFive": {
|
5451
|
-
"shape": "
|
5508
|
+
"shape": "Shj"
|
5452
5509
|
}
|
5453
5510
|
}
|
5454
5511
|
},
|
@@ -5911,7 +5968,50 @@
|
|
5911
5968
|
"Value": {}
|
5912
5969
|
}
|
5913
5970
|
},
|
5914
|
-
"
|
5971
|
+
"S72": {
|
5972
|
+
"type": "structure",
|
5973
|
+
"members": {
|
5974
|
+
"Name": {},
|
5975
|
+
"QueueArn": {},
|
5976
|
+
"QueueId": {},
|
5977
|
+
"Description": {},
|
5978
|
+
"OutboundCallerConfig": {
|
5979
|
+
"shape": "S2z"
|
5980
|
+
},
|
5981
|
+
"HoursOfOperationId": {},
|
5982
|
+
"MaxContacts": {
|
5983
|
+
"type": "integer"
|
5984
|
+
},
|
5985
|
+
"Status": {},
|
5986
|
+
"Tags": {
|
5987
|
+
"shape": "S1j"
|
5988
|
+
}
|
5989
|
+
}
|
5990
|
+
},
|
5991
|
+
"S79": {
|
5992
|
+
"type": "structure",
|
5993
|
+
"members": {
|
5994
|
+
"InstanceId": {},
|
5995
|
+
"Name": {},
|
5996
|
+
"RoutingProfileArn": {},
|
5997
|
+
"RoutingProfileId": {},
|
5998
|
+
"Description": {},
|
5999
|
+
"MediaConcurrencies": {
|
6000
|
+
"shape": "S3g"
|
6001
|
+
},
|
6002
|
+
"DefaultOutboundQueueId": {},
|
6003
|
+
"Tags": {
|
6004
|
+
"shape": "S1j"
|
6005
|
+
},
|
6006
|
+
"NumberOfAssociatedQueues": {
|
6007
|
+
"type": "long"
|
6008
|
+
},
|
6009
|
+
"NumberOfAssociatedUsers": {
|
6010
|
+
"type": "long"
|
6011
|
+
}
|
6012
|
+
}
|
6013
|
+
},
|
6014
|
+
"S7m": {
|
5915
6015
|
"type": "structure",
|
5916
6016
|
"members": {
|
5917
6017
|
"Id": {},
|
@@ -5919,7 +6019,7 @@
|
|
5919
6019
|
"Name": {}
|
5920
6020
|
}
|
5921
6021
|
},
|
5922
|
-
"
|
6022
|
+
"S7q": {
|
5923
6023
|
"type": "structure",
|
5924
6024
|
"members": {
|
5925
6025
|
"Id": {},
|
@@ -5927,16 +6027,16 @@
|
|
5927
6027
|
"Name": {}
|
5928
6028
|
}
|
5929
6029
|
},
|
5930
|
-
"
|
6030
|
+
"S89": {
|
5931
6031
|
"type": "map",
|
5932
6032
|
"key": {},
|
5933
6033
|
"value": {}
|
5934
6034
|
},
|
5935
|
-
"
|
6035
|
+
"S8d": {
|
5936
6036
|
"type": "structure",
|
5937
6037
|
"members": {
|
5938
6038
|
"Queues": {
|
5939
|
-
"shape": "
|
6039
|
+
"shape": "S8e"
|
5940
6040
|
},
|
5941
6041
|
"Channels": {
|
5942
6042
|
"type": "list",
|
@@ -5944,56 +6044,56 @@
|
|
5944
6044
|
}
|
5945
6045
|
}
|
5946
6046
|
},
|
5947
|
-
"
|
6047
|
+
"S8e": {
|
5948
6048
|
"type": "list",
|
5949
6049
|
"member": {}
|
5950
6050
|
},
|
5951
|
-
"
|
6051
|
+
"S8g": {
|
5952
6052
|
"type": "list",
|
5953
6053
|
"member": {}
|
5954
6054
|
},
|
5955
|
-
"
|
6055
|
+
"S8j": {
|
5956
6056
|
"type": "structure",
|
5957
6057
|
"members": {
|
5958
6058
|
"Name": {},
|
5959
6059
|
"Unit": {}
|
5960
6060
|
}
|
5961
6061
|
},
|
5962
|
-
"
|
6062
|
+
"S8r": {
|
5963
6063
|
"type": "structure",
|
5964
6064
|
"members": {
|
5965
6065
|
"Queue": {
|
5966
|
-
"shape": "
|
6066
|
+
"shape": "S8s"
|
5967
6067
|
},
|
5968
6068
|
"Channel": {}
|
5969
6069
|
}
|
5970
6070
|
},
|
5971
|
-
"
|
6071
|
+
"S8s": {
|
5972
6072
|
"type": "structure",
|
5973
6073
|
"members": {
|
5974
6074
|
"Id": {},
|
5975
6075
|
"Arn": {}
|
5976
6076
|
}
|
5977
6077
|
},
|
5978
|
-
"
|
6078
|
+
"S97": {
|
5979
6079
|
"type": "structure",
|
5980
6080
|
"members": {
|
5981
6081
|
"Id": {},
|
5982
6082
|
"Arn": {}
|
5983
6083
|
}
|
5984
6084
|
},
|
5985
|
-
"
|
6085
|
+
"S99": {
|
5986
6086
|
"type": "map",
|
5987
6087
|
"key": {},
|
5988
6088
|
"value": {
|
5989
6089
|
"type": "integer"
|
5990
6090
|
}
|
5991
6091
|
},
|
5992
|
-
"
|
6092
|
+
"S9g": {
|
5993
6093
|
"type": "string",
|
5994
6094
|
"sensitive": true
|
5995
6095
|
},
|
5996
|
-
"
|
6096
|
+
"S9j": {
|
5997
6097
|
"type": "structure",
|
5998
6098
|
"members": {
|
5999
6099
|
"Name": {},
|
@@ -6010,15 +6110,15 @@
|
|
6010
6110
|
"Unit": {}
|
6011
6111
|
}
|
6012
6112
|
},
|
6013
|
-
"
|
6113
|
+
"Sbx": {
|
6014
6114
|
"type": "list",
|
6015
6115
|
"member": {}
|
6016
6116
|
},
|
6017
|
-
"
|
6117
|
+
"Sby": {
|
6018
6118
|
"type": "list",
|
6019
6119
|
"member": {}
|
6020
6120
|
},
|
6021
|
-
"
|
6121
|
+
"Scg": {
|
6022
6122
|
"type": "list",
|
6023
6123
|
"member": {
|
6024
6124
|
"type": "structure",
|
@@ -6030,27 +6130,58 @@
|
|
6030
6130
|
}
|
6031
6131
|
}
|
6032
6132
|
},
|
6033
|
-
"
|
6133
|
+
"Se4": {
|
6034
6134
|
"type": "structure",
|
6035
6135
|
"members": {
|
6036
6136
|
"OrConditions": {
|
6037
|
-
"
|
6137
|
+
"type": "list",
|
6138
|
+
"member": {
|
6139
|
+
"shape": "Se6"
|
6140
|
+
}
|
6038
6141
|
},
|
6039
6142
|
"AndConditions": {
|
6040
|
-
"shape": "
|
6143
|
+
"shape": "Se6"
|
6041
6144
|
},
|
6042
|
-
"
|
6043
|
-
"shape": "
|
6145
|
+
"TagCondition": {
|
6146
|
+
"shape": "Se7"
|
6044
6147
|
}
|
6045
6148
|
}
|
6046
6149
|
},
|
6047
|
-
"
|
6150
|
+
"Se6": {
|
6048
6151
|
"type": "list",
|
6049
6152
|
"member": {
|
6050
|
-
"shape": "
|
6153
|
+
"shape": "Se7"
|
6051
6154
|
}
|
6052
6155
|
},
|
6053
|
-
"
|
6156
|
+
"Se7": {
|
6157
|
+
"type": "structure",
|
6158
|
+
"members": {
|
6159
|
+
"TagKey": {},
|
6160
|
+
"TagValue": {}
|
6161
|
+
}
|
6162
|
+
},
|
6163
|
+
"Se8": {
|
6164
|
+
"type": "structure",
|
6165
|
+
"members": {
|
6166
|
+
"OrConditions": {
|
6167
|
+
"shape": "Se9"
|
6168
|
+
},
|
6169
|
+
"AndConditions": {
|
6170
|
+
"shape": "Se9"
|
6171
|
+
},
|
6172
|
+
"StringCondition": {
|
6173
|
+
"shape": "Sea"
|
6174
|
+
},
|
6175
|
+
"QueueTypeCondition": {}
|
6176
|
+
}
|
6177
|
+
},
|
6178
|
+
"Se9": {
|
6179
|
+
"type": "list",
|
6180
|
+
"member": {
|
6181
|
+
"shape": "Se8"
|
6182
|
+
}
|
6183
|
+
},
|
6184
|
+
"Sea": {
|
6054
6185
|
"type": "structure",
|
6055
6186
|
"members": {
|
6056
6187
|
"FieldName": {},
|
@@ -6058,47 +6189,57 @@
|
|
6058
6189
|
"ComparisonType": {}
|
6059
6190
|
}
|
6060
6191
|
},
|
6061
|
-
"
|
6192
|
+
"Sei": {
|
6062
6193
|
"type": "structure",
|
6063
6194
|
"members": {
|
6064
6195
|
"OrConditions": {
|
6065
|
-
"
|
6066
|
-
"member": {
|
6067
|
-
"shape": "Se9"
|
6068
|
-
}
|
6196
|
+
"shape": "Sej"
|
6069
6197
|
},
|
6070
6198
|
"AndConditions": {
|
6071
|
-
"shape": "
|
6199
|
+
"shape": "Sej"
|
6072
6200
|
},
|
6073
|
-
"
|
6201
|
+
"StringCondition": {
|
6074
6202
|
"shape": "Sea"
|
6075
6203
|
}
|
6076
6204
|
}
|
6077
6205
|
},
|
6078
|
-
"
|
6206
|
+
"Sej": {
|
6079
6207
|
"type": "list",
|
6080
6208
|
"member": {
|
6081
|
-
"shape": "
|
6209
|
+
"shape": "Sei"
|
6082
6210
|
}
|
6083
6211
|
},
|
6084
|
-
"
|
6212
|
+
"Sen": {
|
6085
6213
|
"type": "structure",
|
6086
6214
|
"members": {
|
6087
|
-
"
|
6088
|
-
|
6215
|
+
"OrConditions": {
|
6216
|
+
"shape": "Seo"
|
6217
|
+
},
|
6218
|
+
"AndConditions": {
|
6219
|
+
"shape": "Seo"
|
6220
|
+
},
|
6221
|
+
"StringCondition": {
|
6222
|
+
"shape": "Sea"
|
6223
|
+
}
|
6089
6224
|
}
|
6090
6225
|
},
|
6091
|
-
"
|
6226
|
+
"Seo": {
|
6227
|
+
"type": "list",
|
6228
|
+
"member": {
|
6229
|
+
"shape": "Sen"
|
6230
|
+
}
|
6231
|
+
},
|
6232
|
+
"Sev": {
|
6092
6233
|
"type": "structure",
|
6093
6234
|
"members": {
|
6094
6235
|
"OrConditions": {
|
6095
|
-
"shape": "
|
6236
|
+
"shape": "Sew"
|
6096
6237
|
},
|
6097
6238
|
"AndConditions": {
|
6098
|
-
"shape": "
|
6239
|
+
"shape": "Sew"
|
6099
6240
|
},
|
6100
6241
|
"StringCondition": {
|
6101
|
-
"shape": "
|
6242
|
+
"shape": "Sea"
|
6102
6243
|
},
|
6103
6244
|
"HierarchyGroupCondition": {
|
6104
6245
|
"type": "structure",
|
@@ -6109,13 +6250,13 @@
|
|
6109
6250
|
}
|
6110
6251
|
}
|
6111
6252
|
},
|
6112
|
-
"
|
6253
|
+
"Sew": {
|
6113
6254
|
"type": "list",
|
6114
6255
|
"member": {
|
6115
|
-
"shape": "
|
6256
|
+
"shape": "Sev"
|
6116
6257
|
}
|
6117
6258
|
},
|
6118
|
-
"
|
6259
|
+
"Sfz": {
|
6119
6260
|
"type": "map",
|
6120
6261
|
"key": {},
|
6121
6262
|
"value": {
|
@@ -6130,7 +6271,7 @@
|
|
6130
6271
|
}
|
6131
6272
|
}
|
6132
6273
|
},
|
6133
|
-
"
|
6274
|
+
"Shj": {
|
6134
6275
|
"type": "structure",
|
6135
6276
|
"required": [
|
6136
6277
|
"Name"
|