aws-sdk 2.1413.0 → 2.1415.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/CHANGELOG.md +18 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +42 -13
- package/apis/connect-2017-08-08.min.json +223 -177
- package/apis/datasync-2018-11-09.min.json +11 -2
- package/apis/dms-2016-01-01.min.json +148 -146
- package/apis/fsx-2018-03-01.min.json +236 -131
- package/apis/mediatailor-2018-04-23.min.json +4 -3
- package/apis/personalize-2018-05-22.min.json +40 -6
- package/apis/proton-2020-07-20.min.json +400 -151
- package/apis/proton-2020-07-20.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +92 -92
- package/apis/sagemaker-2017-07-24.min.json +730 -723
- package/apis/secretsmanager-2017-10-17.examples.json +1 -1
- package/clients/connect.d.ts +38 -2
- package/clients/datasync.d.ts +24 -12
- package/clients/dms.d.ts +9 -0
- package/clients/ec2.d.ts +1 -1
- package/clients/fsx.d.ts +134 -4
- package/clients/iam.d.ts +27 -27
- package/clients/mediatailor.d.ts +6 -1
- package/clients/personalize.d.ts +52 -2
- package/clients/proton.d.ts +414 -0
- package/clients/s3.d.ts +4 -4
- package/clients/sagemaker.d.ts +21 -1
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +5 -4
- package/dist/aws-sdk-react-native.js +19 -17
- package/dist/aws-sdk.js +308 -199
- package/dist/aws-sdk.min.js +85 -84
- package/lib/core.js +1 -1
- package/lib/http/node.js +2 -1
- package/package.json +1 -1
@@ -1328,6 +1328,29 @@
|
|
1328
1328
|
}
|
1329
1329
|
}
|
1330
1330
|
},
|
1331
|
+
"DeleteQueue": {
|
1332
|
+
"http": {
|
1333
|
+
"method": "DELETE",
|
1334
|
+
"requestUri": "/queues/{InstanceId}/{QueueId}"
|
1335
|
+
},
|
1336
|
+
"input": {
|
1337
|
+
"type": "structure",
|
1338
|
+
"required": [
|
1339
|
+
"InstanceId",
|
1340
|
+
"QueueId"
|
1341
|
+
],
|
1342
|
+
"members": {
|
1343
|
+
"InstanceId": {
|
1344
|
+
"location": "uri",
|
1345
|
+
"locationName": "InstanceId"
|
1346
|
+
},
|
1347
|
+
"QueueId": {
|
1348
|
+
"location": "uri",
|
1349
|
+
"locationName": "QueueId"
|
1350
|
+
}
|
1351
|
+
}
|
1352
|
+
}
|
1353
|
+
},
|
1331
1354
|
"DeleteQuickConnect": {
|
1332
1355
|
"http": {
|
1333
1356
|
"method": "DELETE",
|
@@ -1351,6 +1374,29 @@
|
|
1351
1374
|
}
|
1352
1375
|
}
|
1353
1376
|
},
|
1377
|
+
"DeleteRoutingProfile": {
|
1378
|
+
"http": {
|
1379
|
+
"method": "DELETE",
|
1380
|
+
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}"
|
1381
|
+
},
|
1382
|
+
"input": {
|
1383
|
+
"type": "structure",
|
1384
|
+
"required": [
|
1385
|
+
"InstanceId",
|
1386
|
+
"RoutingProfileId"
|
1387
|
+
],
|
1388
|
+
"members": {
|
1389
|
+
"InstanceId": {
|
1390
|
+
"location": "uri",
|
1391
|
+
"locationName": "InstanceId"
|
1392
|
+
},
|
1393
|
+
"RoutingProfileId": {
|
1394
|
+
"location": "uri",
|
1395
|
+
"locationName": "RoutingProfileId"
|
1396
|
+
}
|
1397
|
+
}
|
1398
|
+
}
|
1399
|
+
},
|
1354
1400
|
"DeleteRule": {
|
1355
1401
|
"http": {
|
1356
1402
|
"method": "DELETE",
|
@@ -1733,7 +1779,7 @@
|
|
1733
1779
|
"EvaluatorArn": {},
|
1734
1780
|
"ContactAgentId": {},
|
1735
1781
|
"Score": {
|
1736
|
-
"shape": "
|
1782
|
+
"shape": "S9c"
|
1737
1783
|
}
|
1738
1784
|
}
|
1739
1785
|
},
|
@@ -1744,23 +1790,23 @@
|
|
1744
1790
|
"type": "structure",
|
1745
1791
|
"members": {
|
1746
1792
|
"Value": {
|
1747
|
-
"shape": "
|
1793
|
+
"shape": "S9g"
|
1748
1794
|
},
|
1749
1795
|
"SystemSuggestedValue": {
|
1750
|
-
"shape": "
|
1796
|
+
"shape": "S9g"
|
1751
1797
|
}
|
1752
1798
|
}
|
1753
1799
|
}
|
1754
1800
|
},
|
1755
1801
|
"Notes": {
|
1756
|
-
"shape": "
|
1802
|
+
"shape": "S9j"
|
1757
1803
|
},
|
1758
1804
|
"Status": {},
|
1759
1805
|
"Scores": {
|
1760
1806
|
"type": "map",
|
1761
1807
|
"key": {},
|
1762
1808
|
"value": {
|
1763
|
-
"shape": "
|
1809
|
+
"shape": "S9c"
|
1764
1810
|
}
|
1765
1811
|
},
|
1766
1812
|
"CreatedTime": {
|
@@ -1996,7 +2042,7 @@
|
|
1996
2042
|
"type": "structure",
|
1997
2043
|
"members": {
|
1998
2044
|
"HoursOfOperation": {
|
1999
|
-
"shape": "
|
2045
|
+
"shape": "Sa6"
|
2000
2046
|
}
|
2001
2047
|
}
|
2002
2048
|
}
|
@@ -2079,7 +2125,7 @@
|
|
2079
2125
|
"type": "structure",
|
2080
2126
|
"members": {
|
2081
2127
|
"Attribute": {
|
2082
|
-
"shape": "
|
2128
|
+
"shape": "Sag"
|
2083
2129
|
}
|
2084
2130
|
}
|
2085
2131
|
}
|
@@ -2191,7 +2237,7 @@
|
|
2191
2237
|
"type": "structure",
|
2192
2238
|
"members": {
|
2193
2239
|
"Prompt": {
|
2194
|
-
"shape": "
|
2240
|
+
"shape": "Sau"
|
2195
2241
|
}
|
2196
2242
|
}
|
2197
2243
|
}
|
@@ -2222,7 +2268,7 @@
|
|
2222
2268
|
"type": "structure",
|
2223
2269
|
"members": {
|
2224
2270
|
"Queue": {
|
2225
|
-
"shape": "
|
2271
|
+
"shape": "Sax"
|
2226
2272
|
}
|
2227
2273
|
}
|
2228
2274
|
}
|
@@ -2253,7 +2299,7 @@
|
|
2253
2299
|
"type": "structure",
|
2254
2300
|
"members": {
|
2255
2301
|
"QuickConnect": {
|
2256
|
-
"shape": "
|
2302
|
+
"shape": "Sb1"
|
2257
2303
|
}
|
2258
2304
|
}
|
2259
2305
|
}
|
@@ -2284,7 +2330,7 @@
|
|
2284
2330
|
"type": "structure",
|
2285
2331
|
"members": {
|
2286
2332
|
"RoutingProfile": {
|
2287
|
-
"shape": "
|
2333
|
+
"shape": "Sb4"
|
2288
2334
|
}
|
2289
2335
|
}
|
2290
2336
|
}
|
@@ -2529,19 +2575,19 @@
|
|
2529
2575
|
"type": "structure",
|
2530
2576
|
"members": {
|
2531
2577
|
"LevelOne": {
|
2532
|
-
"shape": "
|
2578
|
+
"shape": "Sbq"
|
2533
2579
|
},
|
2534
2580
|
"LevelTwo": {
|
2535
|
-
"shape": "
|
2581
|
+
"shape": "Sbq"
|
2536
2582
|
},
|
2537
2583
|
"LevelThree": {
|
2538
|
-
"shape": "
|
2584
|
+
"shape": "Sbq"
|
2539
2585
|
},
|
2540
2586
|
"LevelFour": {
|
2541
|
-
"shape": "
|
2587
|
+
"shape": "Sbq"
|
2542
2588
|
},
|
2543
2589
|
"LevelFive": {
|
2544
|
-
"shape": "
|
2590
|
+
"shape": "Sbq"
|
2545
2591
|
}
|
2546
2592
|
}
|
2547
2593
|
},
|
@@ -2577,19 +2623,19 @@
|
|
2577
2623
|
"type": "structure",
|
2578
2624
|
"members": {
|
2579
2625
|
"LevelOne": {
|
2580
|
-
"shape": "
|
2626
|
+
"shape": "Sbu"
|
2581
2627
|
},
|
2582
2628
|
"LevelTwo": {
|
2583
|
-
"shape": "
|
2629
|
+
"shape": "Sbu"
|
2584
2630
|
},
|
2585
2631
|
"LevelThree": {
|
2586
|
-
"shape": "
|
2632
|
+
"shape": "Sbu"
|
2587
2633
|
},
|
2588
2634
|
"LevelFour": {
|
2589
|
-
"shape": "
|
2635
|
+
"shape": "Sbu"
|
2590
2636
|
},
|
2591
2637
|
"LevelFive": {
|
2592
|
-
"shape": "
|
2638
|
+
"shape": "Sbu"
|
2593
2639
|
}
|
2594
2640
|
}
|
2595
2641
|
}
|
@@ -2933,7 +2979,7 @@
|
|
2933
2979
|
"type": "structure",
|
2934
2980
|
"members": {
|
2935
2981
|
"Attributes": {
|
2936
|
-
"shape": "
|
2982
|
+
"shape": "Scf"
|
2937
2983
|
}
|
2938
2984
|
}
|
2939
2985
|
}
|
@@ -2955,15 +3001,15 @@
|
|
2955
3001
|
"locationName": "InstanceId"
|
2956
3002
|
},
|
2957
3003
|
"Filters": {
|
2958
|
-
"shape": "
|
3004
|
+
"shape": "Scj"
|
2959
3005
|
},
|
2960
3006
|
"Groupings": {
|
2961
|
-
"shape": "
|
3007
|
+
"shape": "Scn"
|
2962
3008
|
},
|
2963
3009
|
"CurrentMetrics": {
|
2964
3010
|
"type": "list",
|
2965
3011
|
"member": {
|
2966
|
-
"shape": "
|
3012
|
+
"shape": "Scq"
|
2967
3013
|
}
|
2968
3014
|
},
|
2969
3015
|
"NextToken": {},
|
@@ -2992,7 +3038,7 @@
|
|
2992
3038
|
"type": "structure",
|
2993
3039
|
"members": {
|
2994
3040
|
"Dimensions": {
|
2995
|
-
"shape": "
|
3041
|
+
"shape": "Sd1"
|
2996
3042
|
},
|
2997
3043
|
"Collections": {
|
2998
3044
|
"type": "list",
|
@@ -3000,7 +3046,7 @@
|
|
3000
3046
|
"type": "structure",
|
3001
3047
|
"members": {
|
3002
3048
|
"Metric": {
|
3003
|
-
"shape": "
|
3049
|
+
"shape": "Scq"
|
3004
3050
|
},
|
3005
3051
|
"Value": {
|
3006
3052
|
"type": "double"
|
@@ -3039,7 +3085,7 @@
|
|
3039
3085
|
"type": "structure",
|
3040
3086
|
"members": {
|
3041
3087
|
"Queues": {
|
3042
|
-
"shape": "
|
3088
|
+
"shape": "Sck"
|
3043
3089
|
},
|
3044
3090
|
"ContactFilter": {
|
3045
3091
|
"type": "structure",
|
@@ -3051,7 +3097,7 @@
|
|
3051
3097
|
}
|
3052
3098
|
},
|
3053
3099
|
"RoutingProfiles": {
|
3054
|
-
"shape": "
|
3100
|
+
"shape": "Scm"
|
3055
3101
|
},
|
3056
3102
|
"Agents": {
|
3057
3103
|
"type": "list",
|
@@ -3086,25 +3132,25 @@
|
|
3086
3132
|
}
|
3087
3133
|
},
|
3088
3134
|
"RoutingProfile": {
|
3089
|
-
"shape": "
|
3135
|
+
"shape": "Sd3"
|
3090
3136
|
},
|
3091
3137
|
"HierarchyPath": {
|
3092
3138
|
"type": "structure",
|
3093
3139
|
"members": {
|
3094
3140
|
"LevelOne": {
|
3095
|
-
"shape": "
|
3141
|
+
"shape": "Sdk"
|
3096
3142
|
},
|
3097
3143
|
"LevelTwo": {
|
3098
|
-
"shape": "
|
3144
|
+
"shape": "Sdk"
|
3099
3145
|
},
|
3100
3146
|
"LevelThree": {
|
3101
|
-
"shape": "
|
3147
|
+
"shape": "Sdk"
|
3102
3148
|
},
|
3103
3149
|
"LevelFour": {
|
3104
|
-
"shape": "
|
3150
|
+
"shape": "Sdk"
|
3105
3151
|
},
|
3106
3152
|
"LevelFive": {
|
3107
|
-
"shape": "
|
3153
|
+
"shape": "Sdk"
|
3108
3154
|
}
|
3109
3155
|
}
|
3110
3156
|
},
|
@@ -3119,13 +3165,13 @@
|
|
3119
3165
|
}
|
3120
3166
|
},
|
3121
3167
|
"AvailableSlotsByChannel": {
|
3122
|
-
"shape": "
|
3168
|
+
"shape": "Sdm"
|
3123
3169
|
},
|
3124
3170
|
"MaxSlotsByChannel": {
|
3125
|
-
"shape": "
|
3171
|
+
"shape": "Sdm"
|
3126
3172
|
},
|
3127
3173
|
"ActiveSlotsByChannel": {
|
3128
|
-
"shape": "
|
3174
|
+
"shape": "Sdm"
|
3129
3175
|
},
|
3130
3176
|
"Contacts": {
|
3131
3177
|
"type": "list",
|
@@ -3143,7 +3189,7 @@
|
|
3143
3189
|
"type": "timestamp"
|
3144
3190
|
},
|
3145
3191
|
"Queue": {
|
3146
|
-
"shape": "
|
3192
|
+
"shape": "Sd2"
|
3147
3193
|
}
|
3148
3194
|
}
|
3149
3195
|
}
|
@@ -3182,13 +3228,13 @@
|
|
3182
3228
|
"type": "structure",
|
3183
3229
|
"members": {
|
3184
3230
|
"AccessToken": {
|
3185
|
-
"shape": "
|
3231
|
+
"shape": "Sdt"
|
3186
3232
|
},
|
3187
3233
|
"AccessTokenExpiration": {
|
3188
3234
|
"type": "timestamp"
|
3189
3235
|
},
|
3190
3236
|
"RefreshToken": {
|
3191
|
-
"shape": "
|
3237
|
+
"shape": "Sdt"
|
3192
3238
|
},
|
3193
3239
|
"RefreshTokenExpiration": {
|
3194
3240
|
"type": "timestamp"
|
@@ -3226,15 +3272,15 @@
|
|
3226
3272
|
"type": "timestamp"
|
3227
3273
|
},
|
3228
3274
|
"Filters": {
|
3229
|
-
"shape": "
|
3275
|
+
"shape": "Scj"
|
3230
3276
|
},
|
3231
3277
|
"Groupings": {
|
3232
|
-
"shape": "
|
3278
|
+
"shape": "Scn"
|
3233
3279
|
},
|
3234
3280
|
"HistoricalMetrics": {
|
3235
3281
|
"type": "list",
|
3236
3282
|
"member": {
|
3237
|
-
"shape": "
|
3283
|
+
"shape": "Sdw"
|
3238
3284
|
}
|
3239
3285
|
},
|
3240
3286
|
"NextToken": {},
|
@@ -3253,7 +3299,7 @@
|
|
3253
3299
|
"type": "structure",
|
3254
3300
|
"members": {
|
3255
3301
|
"Dimensions": {
|
3256
|
-
"shape": "
|
3302
|
+
"shape": "Sd1"
|
3257
3303
|
},
|
3258
3304
|
"Collections": {
|
3259
3305
|
"type": "list",
|
@@ -3261,7 +3307,7 @@
|
|
3261
3307
|
"type": "structure",
|
3262
3308
|
"members": {
|
3263
3309
|
"Metric": {
|
3264
|
-
"shape": "
|
3310
|
+
"shape": "Sdw"
|
3265
3311
|
},
|
3266
3312
|
"Value": {
|
3267
3313
|
"type": "double"
|
@@ -3316,7 +3362,7 @@
|
|
3316
3362
|
"Metrics": {
|
3317
3363
|
"type": "list",
|
3318
3364
|
"member": {
|
3319
|
-
"shape": "
|
3365
|
+
"shape": "Sef"
|
3320
3366
|
}
|
3321
3367
|
},
|
3322
3368
|
"NextToken": {},
|
@@ -3345,7 +3391,7 @@
|
|
3345
3391
|
"type": "structure",
|
3346
3392
|
"members": {
|
3347
3393
|
"Metric": {
|
3348
|
-
"shape": "
|
3394
|
+
"shape": "Sef"
|
3349
3395
|
},
|
3350
3396
|
"Value": {
|
3351
3397
|
"type": "double"
|
@@ -3471,7 +3517,7 @@
|
|
3471
3517
|
"type": "structure",
|
3472
3518
|
"members": {
|
3473
3519
|
"TelephonyConfig": {
|
3474
|
-
"shape": "
|
3520
|
+
"shape": "Sf3"
|
3475
3521
|
},
|
3476
3522
|
"Id": {},
|
3477
3523
|
"Arn": {}
|
@@ -3672,7 +3718,7 @@
|
|
3672
3718
|
"Status": {},
|
3673
3719
|
"EvaluatorArn": {},
|
3674
3720
|
"Score": {
|
3675
|
-
"shape": "
|
3721
|
+
"shape": "S9c"
|
3676
3722
|
},
|
3677
3723
|
"CreatedTime": {
|
3678
3724
|
"type": "timestamp"
|
@@ -4157,7 +4203,7 @@
|
|
4157
4203
|
"Attributes": {
|
4158
4204
|
"type": "list",
|
4159
4205
|
"member": {
|
4160
|
-
"shape": "
|
4206
|
+
"shape": "Sag"
|
4161
4207
|
}
|
4162
4208
|
},
|
4163
4209
|
"NextToken": {}
|
@@ -4405,12 +4451,12 @@
|
|
4405
4451
|
"locationName": "InstanceId"
|
4406
4452
|
},
|
4407
4453
|
"PhoneNumberTypes": {
|
4408
|
-
"shape": "
|
4454
|
+
"shape": "Shh",
|
4409
4455
|
"location": "querystring",
|
4410
4456
|
"locationName": "phoneNumberTypes"
|
4411
4457
|
},
|
4412
4458
|
"PhoneNumberCountryCodes": {
|
4413
|
-
"shape": "
|
4459
|
+
"shape": "Shi",
|
4414
4460
|
"location": "querystring",
|
4415
4461
|
"locationName": "phoneNumberCountryCodes"
|
4416
4462
|
},
|
@@ -4458,10 +4504,10 @@
|
|
4458
4504
|
},
|
4459
4505
|
"NextToken": {},
|
4460
4506
|
"PhoneNumberCountryCodes": {
|
4461
|
-
"shape": "
|
4507
|
+
"shape": "Shi"
|
4462
4508
|
},
|
4463
4509
|
"PhoneNumberTypes": {
|
4464
|
-
"shape": "
|
4510
|
+
"shape": "Shh"
|
4465
4511
|
},
|
4466
4512
|
"PhoneNumberPrefix": {}
|
4467
4513
|
}
|
@@ -4567,7 +4613,7 @@
|
|
4567
4613
|
"members": {
|
4568
4614
|
"NextToken": {},
|
4569
4615
|
"QuickConnectSummaryList": {
|
4570
|
-
"shape": "
|
4616
|
+
"shape": "Shz"
|
4571
4617
|
}
|
4572
4618
|
}
|
4573
4619
|
}
|
@@ -4659,7 +4705,7 @@
|
|
4659
4705
|
"type": "structure",
|
4660
4706
|
"members": {
|
4661
4707
|
"QuickConnectSummaryList": {
|
4662
|
-
"shape": "
|
4708
|
+
"shape": "Shz"
|
4663
4709
|
},
|
4664
4710
|
"NextToken": {}
|
4665
4711
|
}
|
@@ -5199,7 +5245,7 @@
|
|
5199
5245
|
"UserHierarchyGroupSummaryList": {
|
5200
5246
|
"type": "list",
|
5201
5247
|
"member": {
|
5202
|
-
"shape": "
|
5248
|
+
"shape": "Sbq"
|
5203
5249
|
}
|
5204
5250
|
},
|
5205
5251
|
"NextToken": {}
|
@@ -5448,12 +5494,12 @@
|
|
5448
5494
|
"type": "structure",
|
5449
5495
|
"members": {
|
5450
5496
|
"TagFilter": {
|
5451
|
-
"shape": "
|
5497
|
+
"shape": "Sk3"
|
5452
5498
|
}
|
5453
5499
|
}
|
5454
5500
|
},
|
5455
5501
|
"SearchCriteria": {
|
5456
|
-
"shape": "
|
5502
|
+
"shape": "Sk7"
|
5457
5503
|
}
|
5458
5504
|
}
|
5459
5505
|
},
|
@@ -5463,7 +5509,7 @@
|
|
5463
5509
|
"HoursOfOperations": {
|
5464
5510
|
"type": "list",
|
5465
5511
|
"member": {
|
5466
|
-
"shape": "
|
5512
|
+
"shape": "Sa6"
|
5467
5513
|
}
|
5468
5514
|
},
|
5469
5515
|
"NextToken": {},
|
@@ -5492,12 +5538,12 @@
|
|
5492
5538
|
"type": "structure",
|
5493
5539
|
"members": {
|
5494
5540
|
"TagFilter": {
|
5495
|
-
"shape": "
|
5541
|
+
"shape": "Sk3"
|
5496
5542
|
}
|
5497
5543
|
}
|
5498
5544
|
},
|
5499
5545
|
"SearchCriteria": {
|
5500
|
-
"shape": "
|
5546
|
+
"shape": "Skf"
|
5501
5547
|
}
|
5502
5548
|
}
|
5503
5549
|
},
|
@@ -5507,7 +5553,7 @@
|
|
5507
5553
|
"Prompts": {
|
5508
5554
|
"type": "list",
|
5509
5555
|
"member": {
|
5510
|
-
"shape": "
|
5556
|
+
"shape": "Sau"
|
5511
5557
|
}
|
5512
5558
|
},
|
5513
5559
|
"NextToken": {},
|
@@ -5536,12 +5582,12 @@
|
|
5536
5582
|
"type": "structure",
|
5537
5583
|
"members": {
|
5538
5584
|
"TagFilter": {
|
5539
|
-
"shape": "
|
5585
|
+
"shape": "Sk3"
|
5540
5586
|
}
|
5541
5587
|
}
|
5542
5588
|
},
|
5543
5589
|
"SearchCriteria": {
|
5544
|
-
"shape": "
|
5590
|
+
"shape": "Skl"
|
5545
5591
|
}
|
5546
5592
|
}
|
5547
5593
|
},
|
@@ -5551,7 +5597,7 @@
|
|
5551
5597
|
"Queues": {
|
5552
5598
|
"type": "list",
|
5553
5599
|
"member": {
|
5554
|
-
"shape": "
|
5600
|
+
"shape": "Sax"
|
5555
5601
|
}
|
5556
5602
|
},
|
5557
5603
|
"NextToken": {},
|
@@ -5580,12 +5626,12 @@
|
|
5580
5626
|
"type": "structure",
|
5581
5627
|
"members": {
|
5582
5628
|
"TagFilter": {
|
5583
|
-
"shape": "
|
5629
|
+
"shape": "Sk3"
|
5584
5630
|
}
|
5585
5631
|
}
|
5586
5632
|
},
|
5587
5633
|
"SearchCriteria": {
|
5588
|
-
"shape": "
|
5634
|
+
"shape": "Sks"
|
5589
5635
|
}
|
5590
5636
|
}
|
5591
5637
|
},
|
@@ -5595,7 +5641,7 @@
|
|
5595
5641
|
"QuickConnects": {
|
5596
5642
|
"type": "list",
|
5597
5643
|
"member": {
|
5598
|
-
"shape": "
|
5644
|
+
"shape": "Sb1"
|
5599
5645
|
}
|
5600
5646
|
},
|
5601
5647
|
"NextToken": {},
|
@@ -5676,12 +5722,12 @@
|
|
5676
5722
|
"type": "structure",
|
5677
5723
|
"members": {
|
5678
5724
|
"TagFilter": {
|
5679
|
-
"shape": "
|
5725
|
+
"shape": "Sk3"
|
5680
5726
|
}
|
5681
5727
|
}
|
5682
5728
|
},
|
5683
5729
|
"SearchCriteria": {
|
5684
|
-
"shape": "
|
5730
|
+
"shape": "Sl7"
|
5685
5731
|
}
|
5686
5732
|
}
|
5687
5733
|
},
|
@@ -5691,7 +5737,7 @@
|
|
5691
5737
|
"RoutingProfiles": {
|
5692
5738
|
"type": "list",
|
5693
5739
|
"member": {
|
5694
|
-
"shape": "
|
5740
|
+
"shape": "Sb4"
|
5695
5741
|
}
|
5696
5742
|
},
|
5697
5743
|
"NextToken": {},
|
@@ -5717,13 +5763,13 @@
|
|
5717
5763
|
"type": "integer"
|
5718
5764
|
},
|
5719
5765
|
"SearchCriteria": {
|
5720
|
-
"shape": "
|
5766
|
+
"shape": "Slc"
|
5721
5767
|
},
|
5722
5768
|
"SearchFilter": {
|
5723
5769
|
"type": "structure",
|
5724
5770
|
"members": {
|
5725
5771
|
"TagFilter": {
|
5726
|
-
"shape": "
|
5772
|
+
"shape": "Sk3"
|
5727
5773
|
}
|
5728
5774
|
}
|
5729
5775
|
}
|
@@ -5771,12 +5817,12 @@
|
|
5771
5817
|
"type": "structure",
|
5772
5818
|
"members": {
|
5773
5819
|
"TagFilter": {
|
5774
|
-
"shape": "
|
5820
|
+
"shape": "Sk3"
|
5775
5821
|
}
|
5776
5822
|
}
|
5777
5823
|
},
|
5778
5824
|
"SearchCriteria": {
|
5779
|
-
"shape": "
|
5825
|
+
"shape": "Slk"
|
5780
5826
|
}
|
5781
5827
|
}
|
5782
5828
|
},
|
@@ -5891,7 +5937,7 @@
|
|
5891
5937
|
"InstanceId": {},
|
5892
5938
|
"ContactFlowId": {},
|
5893
5939
|
"Attributes": {
|
5894
|
-
"shape": "
|
5940
|
+
"shape": "Scf"
|
5895
5941
|
},
|
5896
5942
|
"ParticipantDetails": {
|
5897
5943
|
"type": "structure",
|
@@ -6070,7 +6116,7 @@
|
|
6070
6116
|
"SourcePhoneNumber": {},
|
6071
6117
|
"QueueId": {},
|
6072
6118
|
"Attributes": {
|
6073
|
-
"shape": "
|
6119
|
+
"shape": "Scf"
|
6074
6120
|
},
|
6075
6121
|
"AnswerMachineDetectionConfig": {
|
6076
6122
|
"type": "structure",
|
@@ -6110,7 +6156,7 @@
|
|
6110
6156
|
"PreviousContactId": {},
|
6111
6157
|
"ContactFlowId": {},
|
6112
6158
|
"Attributes": {
|
6113
|
-
"shape": "
|
6159
|
+
"shape": "Scf"
|
6114
6160
|
},
|
6115
6161
|
"Name": {},
|
6116
6162
|
"References": {
|
@@ -6219,10 +6265,10 @@
|
|
6219
6265
|
"locationName": "EvaluationId"
|
6220
6266
|
},
|
6221
6267
|
"Answers": {
|
6222
|
-
"shape": "
|
6268
|
+
"shape": "Smw"
|
6223
6269
|
},
|
6224
6270
|
"Notes": {
|
6225
|
-
"shape": "
|
6271
|
+
"shape": "S9j"
|
6226
6272
|
}
|
6227
6273
|
}
|
6228
6274
|
},
|
@@ -6413,7 +6459,7 @@
|
|
6413
6459
|
"InitialContactId": {},
|
6414
6460
|
"InstanceId": {},
|
6415
6461
|
"Attributes": {
|
6416
|
-
"shape": "
|
6462
|
+
"shape": "Scf"
|
6417
6463
|
}
|
6418
6464
|
}
|
6419
6465
|
},
|
@@ -6442,10 +6488,10 @@
|
|
6442
6488
|
"locationName": "EvaluationId"
|
6443
6489
|
},
|
6444
6490
|
"Answers": {
|
6445
|
-
"shape": "
|
6491
|
+
"shape": "Smw"
|
6446
6492
|
},
|
6447
6493
|
"Notes": {
|
6448
|
-
"shape": "
|
6494
|
+
"shape": "S9j"
|
6449
6495
|
}
|
6450
6496
|
}
|
6451
6497
|
},
|
@@ -7314,7 +7360,7 @@
|
|
7314
7360
|
"locationName": "Id"
|
7315
7361
|
},
|
7316
7362
|
"TelephonyConfig": {
|
7317
|
-
"shape": "
|
7363
|
+
"shape": "Sf3"
|
7318
7364
|
}
|
7319
7365
|
}
|
7320
7366
|
},
|
@@ -7385,19 +7431,19 @@
|
|
7385
7431
|
"type": "structure",
|
7386
7432
|
"members": {
|
7387
7433
|
"LevelOne": {
|
7388
|
-
"shape": "
|
7434
|
+
"shape": "Soy"
|
7389
7435
|
},
|
7390
7436
|
"LevelTwo": {
|
7391
|
-
"shape": "
|
7437
|
+
"shape": "Soy"
|
7392
7438
|
},
|
7393
7439
|
"LevelThree": {
|
7394
|
-
"shape": "
|
7440
|
+
"shape": "Soy"
|
7395
7441
|
},
|
7396
7442
|
"LevelFour": {
|
7397
|
-
"shape": "
|
7443
|
+
"shape": "Soy"
|
7398
7444
|
},
|
7399
7445
|
"LevelFive": {
|
7400
|
-
"shape": "
|
7446
|
+
"shape": "Soy"
|
7401
7447
|
}
|
7402
7448
|
}
|
7403
7449
|
},
|
@@ -8150,7 +8196,7 @@
|
|
8150
8196
|
"type": "list",
|
8151
8197
|
"member": {}
|
8152
8198
|
},
|
8153
|
-
"
|
8199
|
+
"S9c": {
|
8154
8200
|
"type": "structure",
|
8155
8201
|
"members": {
|
8156
8202
|
"Percentage": {
|
@@ -8164,7 +8210,7 @@
|
|
8164
8210
|
}
|
8165
8211
|
}
|
8166
8212
|
},
|
8167
|
-
"
|
8213
|
+
"S9g": {
|
8168
8214
|
"type": "structure",
|
8169
8215
|
"members": {
|
8170
8216
|
"StringValue": {},
|
@@ -8177,7 +8223,7 @@
|
|
8177
8223
|
},
|
8178
8224
|
"union": true
|
8179
8225
|
},
|
8180
|
-
"
|
8226
|
+
"S9j": {
|
8181
8227
|
"type": "map",
|
8182
8228
|
"key": {},
|
8183
8229
|
"value": {
|
@@ -8187,7 +8233,7 @@
|
|
8187
8233
|
}
|
8188
8234
|
}
|
8189
8235
|
},
|
8190
|
-
"
|
8236
|
+
"Sa6": {
|
8191
8237
|
"type": "structure",
|
8192
8238
|
"members": {
|
8193
8239
|
"HoursOfOperationId": {},
|
@@ -8203,14 +8249,14 @@
|
|
8203
8249
|
}
|
8204
8250
|
}
|
8205
8251
|
},
|
8206
|
-
"
|
8252
|
+
"Sag": {
|
8207
8253
|
"type": "structure",
|
8208
8254
|
"members": {
|
8209
8255
|
"AttributeType": {},
|
8210
8256
|
"Value": {}
|
8211
8257
|
}
|
8212
8258
|
},
|
8213
|
-
"
|
8259
|
+
"Sau": {
|
8214
8260
|
"type": "structure",
|
8215
8261
|
"members": {
|
8216
8262
|
"PromptARN": {},
|
@@ -8222,7 +8268,7 @@
|
|
8222
8268
|
}
|
8223
8269
|
}
|
8224
8270
|
},
|
8225
|
-
"
|
8271
|
+
"Sax": {
|
8226
8272
|
"type": "structure",
|
8227
8273
|
"members": {
|
8228
8274
|
"Name": {},
|
@@ -8242,7 +8288,7 @@
|
|
8242
8288
|
}
|
8243
8289
|
}
|
8244
8290
|
},
|
8245
|
-
"
|
8291
|
+
"Sb1": {
|
8246
8292
|
"type": "structure",
|
8247
8293
|
"members": {
|
8248
8294
|
"QuickConnectARN": {},
|
@@ -8257,7 +8303,7 @@
|
|
8257
8303
|
}
|
8258
8304
|
}
|
8259
8305
|
},
|
8260
|
-
"
|
8306
|
+
"Sb4": {
|
8261
8307
|
"type": "structure",
|
8262
8308
|
"members": {
|
8263
8309
|
"InstanceId": {},
|
@@ -8280,7 +8326,7 @@
|
|
8280
8326
|
}
|
8281
8327
|
}
|
8282
8328
|
},
|
8283
|
-
"
|
8329
|
+
"Sbq": {
|
8284
8330
|
"type": "structure",
|
8285
8331
|
"members": {
|
8286
8332
|
"Id": {},
|
@@ -8288,7 +8334,7 @@
|
|
8288
8334
|
"Name": {}
|
8289
8335
|
}
|
8290
8336
|
},
|
8291
|
-
"
|
8337
|
+
"Sbu": {
|
8292
8338
|
"type": "structure",
|
8293
8339
|
"members": {
|
8294
8340
|
"Id": {},
|
@@ -8296,90 +8342,90 @@
|
|
8296
8342
|
"Name": {}
|
8297
8343
|
}
|
8298
8344
|
},
|
8299
|
-
"
|
8345
|
+
"Scf": {
|
8300
8346
|
"type": "map",
|
8301
8347
|
"key": {},
|
8302
8348
|
"value": {}
|
8303
8349
|
},
|
8304
|
-
"
|
8350
|
+
"Scj": {
|
8305
8351
|
"type": "structure",
|
8306
8352
|
"members": {
|
8307
8353
|
"Queues": {
|
8308
|
-
"shape": "
|
8354
|
+
"shape": "Sck"
|
8309
8355
|
},
|
8310
8356
|
"Channels": {
|
8311
8357
|
"type": "list",
|
8312
8358
|
"member": {}
|
8313
8359
|
},
|
8314
8360
|
"RoutingProfiles": {
|
8315
|
-
"shape": "
|
8361
|
+
"shape": "Scm"
|
8316
8362
|
}
|
8317
8363
|
}
|
8318
8364
|
},
|
8319
|
-
"
|
8365
|
+
"Sck": {
|
8320
8366
|
"type": "list",
|
8321
8367
|
"member": {}
|
8322
8368
|
},
|
8323
|
-
"
|
8369
|
+
"Scm": {
|
8324
8370
|
"type": "list",
|
8325
8371
|
"member": {}
|
8326
8372
|
},
|
8327
|
-
"
|
8373
|
+
"Scn": {
|
8328
8374
|
"type": "list",
|
8329
8375
|
"member": {}
|
8330
8376
|
},
|
8331
|
-
"
|
8377
|
+
"Scq": {
|
8332
8378
|
"type": "structure",
|
8333
8379
|
"members": {
|
8334
8380
|
"Name": {},
|
8335
8381
|
"Unit": {}
|
8336
8382
|
}
|
8337
8383
|
},
|
8338
|
-
"
|
8384
|
+
"Sd1": {
|
8339
8385
|
"type": "structure",
|
8340
8386
|
"members": {
|
8341
8387
|
"Queue": {
|
8342
|
-
"shape": "
|
8388
|
+
"shape": "Sd2"
|
8343
8389
|
},
|
8344
8390
|
"Channel": {},
|
8345
8391
|
"RoutingProfile": {
|
8346
|
-
"shape": "
|
8392
|
+
"shape": "Sd3"
|
8347
8393
|
}
|
8348
8394
|
}
|
8349
8395
|
},
|
8350
|
-
"
|
8396
|
+
"Sd2": {
|
8351
8397
|
"type": "structure",
|
8352
8398
|
"members": {
|
8353
8399
|
"Id": {},
|
8354
8400
|
"Arn": {}
|
8355
8401
|
}
|
8356
8402
|
},
|
8357
|
-
"
|
8403
|
+
"Sd3": {
|
8358
8404
|
"type": "structure",
|
8359
8405
|
"members": {
|
8360
8406
|
"Id": {},
|
8361
8407
|
"Arn": {}
|
8362
8408
|
}
|
8363
8409
|
},
|
8364
|
-
"
|
8410
|
+
"Sdk": {
|
8365
8411
|
"type": "structure",
|
8366
8412
|
"members": {
|
8367
8413
|
"Id": {},
|
8368
8414
|
"Arn": {}
|
8369
8415
|
}
|
8370
8416
|
},
|
8371
|
-
"
|
8417
|
+
"Sdm": {
|
8372
8418
|
"type": "map",
|
8373
8419
|
"key": {},
|
8374
8420
|
"value": {
|
8375
8421
|
"type": "integer"
|
8376
8422
|
}
|
8377
8423
|
},
|
8378
|
-
"
|
8424
|
+
"Sdt": {
|
8379
8425
|
"type": "string",
|
8380
8426
|
"sensitive": true
|
8381
8427
|
},
|
8382
|
-
"
|
8428
|
+
"Sdw": {
|
8383
8429
|
"type": "structure",
|
8384
8430
|
"members": {
|
8385
8431
|
"Name": {},
|
@@ -8396,7 +8442,7 @@
|
|
8396
8442
|
"Unit": {}
|
8397
8443
|
}
|
8398
8444
|
},
|
8399
|
-
"
|
8445
|
+
"Sef": {
|
8400
8446
|
"type": "structure",
|
8401
8447
|
"members": {
|
8402
8448
|
"Name": {},
|
@@ -8427,7 +8473,7 @@
|
|
8427
8473
|
}
|
8428
8474
|
}
|
8429
8475
|
},
|
8430
|
-
"
|
8476
|
+
"Sf3": {
|
8431
8477
|
"type": "structure",
|
8432
8478
|
"required": [
|
8433
8479
|
"Distributions"
|
@@ -8451,15 +8497,15 @@
|
|
8451
8497
|
}
|
8452
8498
|
}
|
8453
8499
|
},
|
8454
|
-
"
|
8500
|
+
"Shh": {
|
8455
8501
|
"type": "list",
|
8456
8502
|
"member": {}
|
8457
8503
|
},
|
8458
|
-
"
|
8504
|
+
"Shi": {
|
8459
8505
|
"type": "list",
|
8460
8506
|
"member": {}
|
8461
8507
|
},
|
8462
|
-
"
|
8508
|
+
"Shz": {
|
8463
8509
|
"type": "list",
|
8464
8510
|
"member": {
|
8465
8511
|
"type": "structure",
|
@@ -8471,57 +8517,57 @@
|
|
8471
8517
|
}
|
8472
8518
|
}
|
8473
8519
|
},
|
8474
|
-
"
|
8520
|
+
"Sk3": {
|
8475
8521
|
"type": "structure",
|
8476
8522
|
"members": {
|
8477
8523
|
"OrConditions": {
|
8478
8524
|
"type": "list",
|
8479
8525
|
"member": {
|
8480
|
-
"shape": "
|
8526
|
+
"shape": "Sk5"
|
8481
8527
|
}
|
8482
8528
|
},
|
8483
8529
|
"AndConditions": {
|
8484
|
-
"shape": "
|
8530
|
+
"shape": "Sk5"
|
8485
8531
|
},
|
8486
8532
|
"TagCondition": {
|
8487
|
-
"shape": "
|
8533
|
+
"shape": "Sk6"
|
8488
8534
|
}
|
8489
8535
|
}
|
8490
8536
|
},
|
8491
|
-
"
|
8537
|
+
"Sk5": {
|
8492
8538
|
"type": "list",
|
8493
8539
|
"member": {
|
8494
|
-
"shape": "
|
8540
|
+
"shape": "Sk6"
|
8495
8541
|
}
|
8496
8542
|
},
|
8497
|
-
"
|
8543
|
+
"Sk6": {
|
8498
8544
|
"type": "structure",
|
8499
8545
|
"members": {
|
8500
8546
|
"TagKey": {},
|
8501
8547
|
"TagValue": {}
|
8502
8548
|
}
|
8503
8549
|
},
|
8504
|
-
"
|
8550
|
+
"Sk7": {
|
8505
8551
|
"type": "structure",
|
8506
8552
|
"members": {
|
8507
8553
|
"OrConditions": {
|
8508
|
-
"shape": "
|
8554
|
+
"shape": "Sk8"
|
8509
8555
|
},
|
8510
8556
|
"AndConditions": {
|
8511
|
-
"shape": "
|
8557
|
+
"shape": "Sk8"
|
8512
8558
|
},
|
8513
8559
|
"StringCondition": {
|
8514
|
-
"shape": "
|
8560
|
+
"shape": "Sk9"
|
8515
8561
|
}
|
8516
8562
|
}
|
8517
8563
|
},
|
8518
|
-
"
|
8564
|
+
"Sk8": {
|
8519
8565
|
"type": "list",
|
8520
8566
|
"member": {
|
8521
|
-
"shape": "
|
8567
|
+
"shape": "Sk7"
|
8522
8568
|
}
|
8523
8569
|
},
|
8524
|
-
"
|
8570
|
+
"Sk9": {
|
8525
8571
|
"type": "structure",
|
8526
8572
|
"members": {
|
8527
8573
|
"FieldName": {},
|
@@ -8529,118 +8575,118 @@
|
|
8529
8575
|
"ComparisonType": {}
|
8530
8576
|
}
|
8531
8577
|
},
|
8532
|
-
"
|
8578
|
+
"Skf": {
|
8533
8579
|
"type": "structure",
|
8534
8580
|
"members": {
|
8535
8581
|
"OrConditions": {
|
8536
|
-
"shape": "
|
8582
|
+
"shape": "Skg"
|
8537
8583
|
},
|
8538
8584
|
"AndConditions": {
|
8539
|
-
"shape": "
|
8585
|
+
"shape": "Skg"
|
8540
8586
|
},
|
8541
8587
|
"StringCondition": {
|
8542
|
-
"shape": "
|
8588
|
+
"shape": "Sk9"
|
8543
8589
|
}
|
8544
8590
|
}
|
8545
8591
|
},
|
8546
|
-
"
|
8592
|
+
"Skg": {
|
8547
8593
|
"type": "list",
|
8548
8594
|
"member": {
|
8549
|
-
"shape": "
|
8595
|
+
"shape": "Skf"
|
8550
8596
|
}
|
8551
8597
|
},
|
8552
|
-
"
|
8598
|
+
"Skl": {
|
8553
8599
|
"type": "structure",
|
8554
8600
|
"members": {
|
8555
8601
|
"OrConditions": {
|
8556
|
-
"shape": "
|
8602
|
+
"shape": "Skm"
|
8557
8603
|
},
|
8558
8604
|
"AndConditions": {
|
8559
|
-
"shape": "
|
8605
|
+
"shape": "Skm"
|
8560
8606
|
},
|
8561
8607
|
"StringCondition": {
|
8562
|
-
"shape": "
|
8608
|
+
"shape": "Sk9"
|
8563
8609
|
},
|
8564
8610
|
"QueueTypeCondition": {}
|
8565
8611
|
}
|
8566
8612
|
},
|
8567
|
-
"
|
8613
|
+
"Skm": {
|
8568
8614
|
"type": "list",
|
8569
8615
|
"member": {
|
8570
|
-
"shape": "
|
8616
|
+
"shape": "Skl"
|
8571
8617
|
}
|
8572
8618
|
},
|
8573
|
-
"
|
8619
|
+
"Sks": {
|
8574
8620
|
"type": "structure",
|
8575
8621
|
"members": {
|
8576
8622
|
"OrConditions": {
|
8577
|
-
"shape": "
|
8623
|
+
"shape": "Skt"
|
8578
8624
|
},
|
8579
8625
|
"AndConditions": {
|
8580
|
-
"shape": "
|
8626
|
+
"shape": "Skt"
|
8581
8627
|
},
|
8582
8628
|
"StringCondition": {
|
8583
|
-
"shape": "
|
8629
|
+
"shape": "Sk9"
|
8584
8630
|
}
|
8585
8631
|
}
|
8586
8632
|
},
|
8587
|
-
"
|
8633
|
+
"Skt": {
|
8588
8634
|
"type": "list",
|
8589
8635
|
"member": {
|
8590
|
-
"shape": "
|
8636
|
+
"shape": "Sks"
|
8591
8637
|
}
|
8592
8638
|
},
|
8593
|
-
"
|
8639
|
+
"Sl7": {
|
8594
8640
|
"type": "structure",
|
8595
8641
|
"members": {
|
8596
8642
|
"OrConditions": {
|
8597
|
-
"shape": "
|
8643
|
+
"shape": "Sl8"
|
8598
8644
|
},
|
8599
8645
|
"AndConditions": {
|
8600
|
-
"shape": "
|
8646
|
+
"shape": "Sl8"
|
8601
8647
|
},
|
8602
8648
|
"StringCondition": {
|
8603
|
-
"shape": "
|
8649
|
+
"shape": "Sk9"
|
8604
8650
|
}
|
8605
8651
|
}
|
8606
8652
|
},
|
8607
|
-
"
|
8653
|
+
"Sl8": {
|
8608
8654
|
"type": "list",
|
8609
8655
|
"member": {
|
8610
|
-
"shape": "
|
8656
|
+
"shape": "Sl7"
|
8611
8657
|
}
|
8612
8658
|
},
|
8613
|
-
"
|
8659
|
+
"Slc": {
|
8614
8660
|
"type": "structure",
|
8615
8661
|
"members": {
|
8616
8662
|
"OrConditions": {
|
8617
|
-
"shape": "
|
8663
|
+
"shape": "Sld"
|
8618
8664
|
},
|
8619
8665
|
"AndConditions": {
|
8620
|
-
"shape": "
|
8666
|
+
"shape": "Sld"
|
8621
8667
|
},
|
8622
8668
|
"StringCondition": {
|
8623
|
-
"shape": "
|
8669
|
+
"shape": "Sk9"
|
8624
8670
|
}
|
8625
8671
|
}
|
8626
8672
|
},
|
8627
|
-
"
|
8673
|
+
"Sld": {
|
8628
8674
|
"type": "list",
|
8629
8675
|
"member": {
|
8630
|
-
"shape": "
|
8676
|
+
"shape": "Slc"
|
8631
8677
|
}
|
8632
8678
|
},
|
8633
|
-
"
|
8679
|
+
"Slk": {
|
8634
8680
|
"type": "structure",
|
8635
8681
|
"members": {
|
8636
8682
|
"OrConditions": {
|
8637
|
-
"shape": "
|
8683
|
+
"shape": "Sll"
|
8638
8684
|
},
|
8639
8685
|
"AndConditions": {
|
8640
|
-
"shape": "
|
8686
|
+
"shape": "Sll"
|
8641
8687
|
},
|
8642
8688
|
"StringCondition": {
|
8643
|
-
"shape": "
|
8689
|
+
"shape": "Sk9"
|
8644
8690
|
},
|
8645
8691
|
"HierarchyGroupCondition": {
|
8646
8692
|
"type": "structure",
|
@@ -8651,25 +8697,25 @@
|
|
8651
8697
|
}
|
8652
8698
|
}
|
8653
8699
|
},
|
8654
|
-
"
|
8700
|
+
"Sll": {
|
8655
8701
|
"type": "list",
|
8656
8702
|
"member": {
|
8657
|
-
"shape": "
|
8703
|
+
"shape": "Slk"
|
8658
8704
|
}
|
8659
8705
|
},
|
8660
|
-
"
|
8706
|
+
"Smw": {
|
8661
8707
|
"type": "map",
|
8662
8708
|
"key": {},
|
8663
8709
|
"value": {
|
8664
8710
|
"type": "structure",
|
8665
8711
|
"members": {
|
8666
8712
|
"Value": {
|
8667
|
-
"shape": "
|
8713
|
+
"shape": "S9g"
|
8668
8714
|
}
|
8669
8715
|
}
|
8670
8716
|
}
|
8671
8717
|
},
|
8672
|
-
"
|
8718
|
+
"Soy": {
|
8673
8719
|
"type": "structure",
|
8674
8720
|
"required": [
|
8675
8721
|
"Name"
|