aws-sdk 2.1415.0 → 2.1417.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 +14 -1
- package/README.md +1 -1
- package/apis/docdb-2014-10-31.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +294 -278
- package/apis/ivs-2020-07-14.min.json +39 -18
- package/apis/lakeformation-2017-03-31.min.json +8 -4
- package/apis/m2-2021-04-28.min.json +19 -3
- package/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/apis/snowball-2016-06-30.examples.json +26 -0
- package/apis/snowball-2016-06-30.min.json +113 -55
- package/apis/snowball-2016-06-30.paginators.json +5 -0
- package/clients/codeartifact.d.ts +1 -1
- package/clients/codegurusecurity.d.ts +3 -3
- package/clients/connect.d.ts +2 -2
- package/clients/docdb.d.ts +5 -1
- package/clients/ec2.d.ts +17 -0
- package/clients/glue.d.ts +1 -1
- package/clients/ivs.d.ts +33 -1
- package/clients/lakeformation.d.ts +14 -6
- package/clients/lexmodelsv2.d.ts +1035 -33
- package/clients/m2.d.ts +14 -4
- package/clients/snowball.d.ts +101 -9
- package/clients/translate.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +59 -80
- package/dist/aws-sdk-react-native.js +126 -168
- package/dist/aws-sdk.js +297 -281
- package/dist/aws-sdk.min.js +71 -71
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -2982,6 +2982,314 @@
|
|
2982
2982
|
}
|
2983
2983
|
}
|
2984
2984
|
},
|
2985
|
+
"ListIntentMetrics": {
|
2986
|
+
"http": {
|
2987
|
+
"requestUri": "/bots/{botId}/analytics/intentmetrics",
|
2988
|
+
"responseCode": 200
|
2989
|
+
},
|
2990
|
+
"input": {
|
2991
|
+
"type": "structure",
|
2992
|
+
"required": [
|
2993
|
+
"botId",
|
2994
|
+
"startDateTime",
|
2995
|
+
"endDateTime",
|
2996
|
+
"metrics"
|
2997
|
+
],
|
2998
|
+
"members": {
|
2999
|
+
"botId": {
|
3000
|
+
"location": "uri",
|
3001
|
+
"locationName": "botId"
|
3002
|
+
},
|
3003
|
+
"startDateTime": {
|
3004
|
+
"type": "timestamp"
|
3005
|
+
},
|
3006
|
+
"endDateTime": {
|
3007
|
+
"type": "timestamp"
|
3008
|
+
},
|
3009
|
+
"metrics": {
|
3010
|
+
"type": "list",
|
3011
|
+
"member": {
|
3012
|
+
"type": "structure",
|
3013
|
+
"required": [
|
3014
|
+
"name",
|
3015
|
+
"statistic"
|
3016
|
+
],
|
3017
|
+
"members": {
|
3018
|
+
"name": {},
|
3019
|
+
"statistic": {},
|
3020
|
+
"order": {}
|
3021
|
+
}
|
3022
|
+
}
|
3023
|
+
},
|
3024
|
+
"binBy": {
|
3025
|
+
"shape": "Sct"
|
3026
|
+
},
|
3027
|
+
"groupBy": {
|
3028
|
+
"type": "list",
|
3029
|
+
"member": {
|
3030
|
+
"type": "structure",
|
3031
|
+
"required": [
|
3032
|
+
"name"
|
3033
|
+
],
|
3034
|
+
"members": {
|
3035
|
+
"name": {}
|
3036
|
+
}
|
3037
|
+
}
|
3038
|
+
},
|
3039
|
+
"filters": {
|
3040
|
+
"type": "list",
|
3041
|
+
"member": {
|
3042
|
+
"type": "structure",
|
3043
|
+
"required": [
|
3044
|
+
"name",
|
3045
|
+
"operator",
|
3046
|
+
"values"
|
3047
|
+
],
|
3048
|
+
"members": {
|
3049
|
+
"name": {},
|
3050
|
+
"operator": {},
|
3051
|
+
"values": {
|
3052
|
+
"shape": "Sd4"
|
3053
|
+
}
|
3054
|
+
}
|
3055
|
+
}
|
3056
|
+
},
|
3057
|
+
"maxResults": {
|
3058
|
+
"type": "integer"
|
3059
|
+
},
|
3060
|
+
"nextToken": {}
|
3061
|
+
}
|
3062
|
+
},
|
3063
|
+
"output": {
|
3064
|
+
"type": "structure",
|
3065
|
+
"members": {
|
3066
|
+
"botId": {},
|
3067
|
+
"results": {
|
3068
|
+
"type": "list",
|
3069
|
+
"member": {
|
3070
|
+
"type": "structure",
|
3071
|
+
"members": {
|
3072
|
+
"binKeys": {
|
3073
|
+
"shape": "Sd9"
|
3074
|
+
},
|
3075
|
+
"groupByKeys": {
|
3076
|
+
"type": "list",
|
3077
|
+
"member": {
|
3078
|
+
"type": "structure",
|
3079
|
+
"members": {
|
3080
|
+
"name": {},
|
3081
|
+
"value": {}
|
3082
|
+
}
|
3083
|
+
}
|
3084
|
+
},
|
3085
|
+
"metricsResults": {
|
3086
|
+
"type": "list",
|
3087
|
+
"member": {
|
3088
|
+
"type": "structure",
|
3089
|
+
"members": {
|
3090
|
+
"name": {},
|
3091
|
+
"statistic": {},
|
3092
|
+
"value": {
|
3093
|
+
"type": "double"
|
3094
|
+
}
|
3095
|
+
}
|
3096
|
+
}
|
3097
|
+
}
|
3098
|
+
}
|
3099
|
+
}
|
3100
|
+
},
|
3101
|
+
"nextToken": {}
|
3102
|
+
}
|
3103
|
+
}
|
3104
|
+
},
|
3105
|
+
"ListIntentPaths": {
|
3106
|
+
"http": {
|
3107
|
+
"requestUri": "/bots/{botId}/analytics/intentpaths",
|
3108
|
+
"responseCode": 200
|
3109
|
+
},
|
3110
|
+
"input": {
|
3111
|
+
"type": "structure",
|
3112
|
+
"required": [
|
3113
|
+
"botId",
|
3114
|
+
"startDateTime",
|
3115
|
+
"endDateTime",
|
3116
|
+
"intentPath"
|
3117
|
+
],
|
3118
|
+
"members": {
|
3119
|
+
"botId": {
|
3120
|
+
"location": "uri",
|
3121
|
+
"locationName": "botId"
|
3122
|
+
},
|
3123
|
+
"startDateTime": {
|
3124
|
+
"type": "timestamp"
|
3125
|
+
},
|
3126
|
+
"endDateTime": {
|
3127
|
+
"type": "timestamp"
|
3128
|
+
},
|
3129
|
+
"intentPath": {},
|
3130
|
+
"filters": {
|
3131
|
+
"type": "list",
|
3132
|
+
"member": {
|
3133
|
+
"type": "structure",
|
3134
|
+
"required": [
|
3135
|
+
"name",
|
3136
|
+
"operator",
|
3137
|
+
"values"
|
3138
|
+
],
|
3139
|
+
"members": {
|
3140
|
+
"name": {},
|
3141
|
+
"operator": {},
|
3142
|
+
"values": {
|
3143
|
+
"shape": "Sd4"
|
3144
|
+
}
|
3145
|
+
}
|
3146
|
+
}
|
3147
|
+
}
|
3148
|
+
}
|
3149
|
+
},
|
3150
|
+
"output": {
|
3151
|
+
"type": "structure",
|
3152
|
+
"members": {
|
3153
|
+
"nodeSummaries": {
|
3154
|
+
"type": "list",
|
3155
|
+
"member": {
|
3156
|
+
"type": "structure",
|
3157
|
+
"members": {
|
3158
|
+
"intentName": {},
|
3159
|
+
"intentPath": {},
|
3160
|
+
"intentCount": {
|
3161
|
+
"type": "integer"
|
3162
|
+
},
|
3163
|
+
"intentLevel": {
|
3164
|
+
"type": "integer"
|
3165
|
+
},
|
3166
|
+
"nodeType": {}
|
3167
|
+
}
|
3168
|
+
}
|
3169
|
+
}
|
3170
|
+
}
|
3171
|
+
}
|
3172
|
+
},
|
3173
|
+
"ListIntentStageMetrics": {
|
3174
|
+
"http": {
|
3175
|
+
"requestUri": "/bots/{botId}/analytics/intentstagemetrics",
|
3176
|
+
"responseCode": 200
|
3177
|
+
},
|
3178
|
+
"input": {
|
3179
|
+
"type": "structure",
|
3180
|
+
"required": [
|
3181
|
+
"botId",
|
3182
|
+
"startDateTime",
|
3183
|
+
"endDateTime",
|
3184
|
+
"metrics"
|
3185
|
+
],
|
3186
|
+
"members": {
|
3187
|
+
"botId": {
|
3188
|
+
"location": "uri",
|
3189
|
+
"locationName": "botId"
|
3190
|
+
},
|
3191
|
+
"startDateTime": {
|
3192
|
+
"type": "timestamp"
|
3193
|
+
},
|
3194
|
+
"endDateTime": {
|
3195
|
+
"type": "timestamp"
|
3196
|
+
},
|
3197
|
+
"metrics": {
|
3198
|
+
"type": "list",
|
3199
|
+
"member": {
|
3200
|
+
"type": "structure",
|
3201
|
+
"required": [
|
3202
|
+
"name",
|
3203
|
+
"statistic"
|
3204
|
+
],
|
3205
|
+
"members": {
|
3206
|
+
"name": {},
|
3207
|
+
"statistic": {},
|
3208
|
+
"order": {}
|
3209
|
+
}
|
3210
|
+
}
|
3211
|
+
},
|
3212
|
+
"binBy": {
|
3213
|
+
"shape": "Sct"
|
3214
|
+
},
|
3215
|
+
"groupBy": {
|
3216
|
+
"type": "list",
|
3217
|
+
"member": {
|
3218
|
+
"type": "structure",
|
3219
|
+
"required": [
|
3220
|
+
"name"
|
3221
|
+
],
|
3222
|
+
"members": {
|
3223
|
+
"name": {}
|
3224
|
+
}
|
3225
|
+
}
|
3226
|
+
},
|
3227
|
+
"filters": {
|
3228
|
+
"type": "list",
|
3229
|
+
"member": {
|
3230
|
+
"type": "structure",
|
3231
|
+
"required": [
|
3232
|
+
"name",
|
3233
|
+
"operator",
|
3234
|
+
"values"
|
3235
|
+
],
|
3236
|
+
"members": {
|
3237
|
+
"name": {},
|
3238
|
+
"operator": {},
|
3239
|
+
"values": {
|
3240
|
+
"shape": "Sd4"
|
3241
|
+
}
|
3242
|
+
}
|
3243
|
+
}
|
3244
|
+
},
|
3245
|
+
"maxResults": {
|
3246
|
+
"type": "integer"
|
3247
|
+
},
|
3248
|
+
"nextToken": {}
|
3249
|
+
}
|
3250
|
+
},
|
3251
|
+
"output": {
|
3252
|
+
"type": "structure",
|
3253
|
+
"members": {
|
3254
|
+
"botId": {},
|
3255
|
+
"results": {
|
3256
|
+
"type": "list",
|
3257
|
+
"member": {
|
3258
|
+
"type": "structure",
|
3259
|
+
"members": {
|
3260
|
+
"binKeys": {
|
3261
|
+
"shape": "Sd9"
|
3262
|
+
},
|
3263
|
+
"groupByKeys": {
|
3264
|
+
"type": "list",
|
3265
|
+
"member": {
|
3266
|
+
"type": "structure",
|
3267
|
+
"members": {
|
3268
|
+
"name": {},
|
3269
|
+
"value": {}
|
3270
|
+
}
|
3271
|
+
}
|
3272
|
+
},
|
3273
|
+
"metricsResults": {
|
3274
|
+
"type": "list",
|
3275
|
+
"member": {
|
3276
|
+
"type": "structure",
|
3277
|
+
"members": {
|
3278
|
+
"name": {},
|
3279
|
+
"statistic": {},
|
3280
|
+
"value": {
|
3281
|
+
"type": "double"
|
3282
|
+
}
|
3283
|
+
}
|
3284
|
+
}
|
3285
|
+
}
|
3286
|
+
}
|
3287
|
+
}
|
3288
|
+
},
|
3289
|
+
"nextToken": {}
|
3290
|
+
}
|
3291
|
+
}
|
3292
|
+
},
|
2985
3293
|
"ListIntents": {
|
2986
3294
|
"http": {
|
2987
3295
|
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/",
|
@@ -3121,10 +3429,203 @@
|
|
3121
3429
|
"member": {
|
3122
3430
|
"type": "structure",
|
3123
3431
|
"members": {
|
3124
|
-
"intentId": {},
|
3125
|
-
"intentName": {},
|
3126
|
-
"sampleUtterancesCount": {
|
3127
|
-
"type": "integer"
|
3432
|
+
"intentId": {},
|
3433
|
+
"intentName": {},
|
3434
|
+
"sampleUtterancesCount": {
|
3435
|
+
"type": "integer"
|
3436
|
+
}
|
3437
|
+
}
|
3438
|
+
}
|
3439
|
+
},
|
3440
|
+
"nextToken": {}
|
3441
|
+
}
|
3442
|
+
}
|
3443
|
+
},
|
3444
|
+
"ListSessionAnalyticsData": {
|
3445
|
+
"http": {
|
3446
|
+
"requestUri": "/bots/{botId}/analytics/sessions",
|
3447
|
+
"responseCode": 200
|
3448
|
+
},
|
3449
|
+
"input": {
|
3450
|
+
"type": "structure",
|
3451
|
+
"required": [
|
3452
|
+
"botId",
|
3453
|
+
"startDateTime",
|
3454
|
+
"endDateTime"
|
3455
|
+
],
|
3456
|
+
"members": {
|
3457
|
+
"botId": {
|
3458
|
+
"location": "uri",
|
3459
|
+
"locationName": "botId"
|
3460
|
+
},
|
3461
|
+
"startDateTime": {
|
3462
|
+
"type": "timestamp"
|
3463
|
+
},
|
3464
|
+
"endDateTime": {
|
3465
|
+
"type": "timestamp"
|
3466
|
+
},
|
3467
|
+
"sortBy": {
|
3468
|
+
"type": "structure",
|
3469
|
+
"required": [
|
3470
|
+
"name",
|
3471
|
+
"order"
|
3472
|
+
],
|
3473
|
+
"members": {
|
3474
|
+
"name": {},
|
3475
|
+
"order": {}
|
3476
|
+
}
|
3477
|
+
},
|
3478
|
+
"filters": {
|
3479
|
+
"shape": "Ses"
|
3480
|
+
},
|
3481
|
+
"maxResults": {
|
3482
|
+
"type": "integer"
|
3483
|
+
},
|
3484
|
+
"nextToken": {}
|
3485
|
+
}
|
3486
|
+
},
|
3487
|
+
"output": {
|
3488
|
+
"type": "structure",
|
3489
|
+
"members": {
|
3490
|
+
"botId": {},
|
3491
|
+
"nextToken": {},
|
3492
|
+
"sessions": {
|
3493
|
+
"type": "list",
|
3494
|
+
"member": {
|
3495
|
+
"type": "structure",
|
3496
|
+
"members": {
|
3497
|
+
"botAliasId": {},
|
3498
|
+
"botVersion": {},
|
3499
|
+
"localeId": {},
|
3500
|
+
"channel": {},
|
3501
|
+
"sessionId": {},
|
3502
|
+
"conversationStartTime": {
|
3503
|
+
"type": "timestamp"
|
3504
|
+
},
|
3505
|
+
"conversationEndTime": {
|
3506
|
+
"type": "timestamp"
|
3507
|
+
},
|
3508
|
+
"conversationDurationSeconds": {
|
3509
|
+
"type": "long"
|
3510
|
+
},
|
3511
|
+
"conversationEndState": {},
|
3512
|
+
"mode": {},
|
3513
|
+
"numberOfTurns": {
|
3514
|
+
"type": "long"
|
3515
|
+
},
|
3516
|
+
"invokedIntentSamples": {
|
3517
|
+
"type": "list",
|
3518
|
+
"member": {
|
3519
|
+
"type": "structure",
|
3520
|
+
"members": {
|
3521
|
+
"intentName": {}
|
3522
|
+
}
|
3523
|
+
}
|
3524
|
+
},
|
3525
|
+
"originatingRequestId": {}
|
3526
|
+
}
|
3527
|
+
}
|
3528
|
+
}
|
3529
|
+
}
|
3530
|
+
}
|
3531
|
+
},
|
3532
|
+
"ListSessionMetrics": {
|
3533
|
+
"http": {
|
3534
|
+
"requestUri": "/bots/{botId}/analytics/sessionmetrics",
|
3535
|
+
"responseCode": 200
|
3536
|
+
},
|
3537
|
+
"input": {
|
3538
|
+
"type": "structure",
|
3539
|
+
"required": [
|
3540
|
+
"botId",
|
3541
|
+
"startDateTime",
|
3542
|
+
"endDateTime",
|
3543
|
+
"metrics"
|
3544
|
+
],
|
3545
|
+
"members": {
|
3546
|
+
"botId": {
|
3547
|
+
"location": "uri",
|
3548
|
+
"locationName": "botId"
|
3549
|
+
},
|
3550
|
+
"startDateTime": {
|
3551
|
+
"type": "timestamp"
|
3552
|
+
},
|
3553
|
+
"endDateTime": {
|
3554
|
+
"type": "timestamp"
|
3555
|
+
},
|
3556
|
+
"metrics": {
|
3557
|
+
"type": "list",
|
3558
|
+
"member": {
|
3559
|
+
"type": "structure",
|
3560
|
+
"required": [
|
3561
|
+
"name",
|
3562
|
+
"statistic"
|
3563
|
+
],
|
3564
|
+
"members": {
|
3565
|
+
"name": {},
|
3566
|
+
"statistic": {},
|
3567
|
+
"order": {}
|
3568
|
+
}
|
3569
|
+
}
|
3570
|
+
},
|
3571
|
+
"binBy": {
|
3572
|
+
"shape": "Sct"
|
3573
|
+
},
|
3574
|
+
"groupBy": {
|
3575
|
+
"type": "list",
|
3576
|
+
"member": {
|
3577
|
+
"type": "structure",
|
3578
|
+
"required": [
|
3579
|
+
"name"
|
3580
|
+
],
|
3581
|
+
"members": {
|
3582
|
+
"name": {}
|
3583
|
+
}
|
3584
|
+
}
|
3585
|
+
},
|
3586
|
+
"filters": {
|
3587
|
+
"shape": "Ses"
|
3588
|
+
},
|
3589
|
+
"maxResults": {
|
3590
|
+
"type": "integer"
|
3591
|
+
},
|
3592
|
+
"nextToken": {}
|
3593
|
+
}
|
3594
|
+
},
|
3595
|
+
"output": {
|
3596
|
+
"type": "structure",
|
3597
|
+
"members": {
|
3598
|
+
"botId": {},
|
3599
|
+
"results": {
|
3600
|
+
"type": "list",
|
3601
|
+
"member": {
|
3602
|
+
"type": "structure",
|
3603
|
+
"members": {
|
3604
|
+
"binKeys": {
|
3605
|
+
"shape": "Sd9"
|
3606
|
+
},
|
3607
|
+
"groupByKeys": {
|
3608
|
+
"type": "list",
|
3609
|
+
"member": {
|
3610
|
+
"type": "structure",
|
3611
|
+
"members": {
|
3612
|
+
"name": {},
|
3613
|
+
"value": {}
|
3614
|
+
}
|
3615
|
+
}
|
3616
|
+
},
|
3617
|
+
"metricsResults": {
|
3618
|
+
"type": "list",
|
3619
|
+
"member": {
|
3620
|
+
"type": "structure",
|
3621
|
+
"members": {
|
3622
|
+
"name": {},
|
3623
|
+
"statistic": {},
|
3624
|
+
"value": {
|
3625
|
+
"type": "double"
|
3626
|
+
}
|
3627
|
+
}
|
3628
|
+
}
|
3128
3629
|
}
|
3129
3630
|
}
|
3130
3631
|
}
|
@@ -3407,10 +3908,10 @@
|
|
3407
3908
|
"type": "integer"
|
3408
3909
|
},
|
3409
3910
|
"speechTranscriptionResultCounts": {
|
3410
|
-
"shape": "
|
3911
|
+
"shape": "Sgh"
|
3411
3912
|
},
|
3412
3913
|
"endToEndResultCounts": {
|
3413
|
-
"shape": "
|
3914
|
+
"shape": "Sgh"
|
3414
3915
|
}
|
3415
3916
|
}
|
3416
3917
|
}
|
@@ -3503,10 +4004,10 @@
|
|
3503
4004
|
"type": "integer"
|
3504
4005
|
},
|
3505
4006
|
"speechTranscriptionResultCounts": {
|
3506
|
-
"shape": "
|
4007
|
+
"shape": "Sgh"
|
3507
4008
|
},
|
3508
4009
|
"intentMatchResultCounts": {
|
3509
|
-
"shape": "
|
4010
|
+
"shape": "Sgh"
|
3510
4011
|
}
|
3511
4012
|
}
|
3512
4013
|
}
|
@@ -3556,10 +4057,10 @@
|
|
3556
4057
|
"type": "integer"
|
3557
4058
|
},
|
3558
4059
|
"speechTranscriptionResultCounts": {
|
3559
|
-
"shape": "
|
4060
|
+
"shape": "Sgh"
|
3560
4061
|
},
|
3561
4062
|
"slotMatchResultCounts": {
|
3562
|
-
"shape": "
|
4063
|
+
"shape": "Sgh"
|
3563
4064
|
}
|
3564
4065
|
}
|
3565
4066
|
}
|
@@ -3602,7 +4103,7 @@
|
|
3602
4103
|
"expectedAgentPrompt": {},
|
3603
4104
|
"actualAgentPrompt": {},
|
3604
4105
|
"errorDetails": {
|
3605
|
-
"shape": "
|
4106
|
+
"shape": "Sh8"
|
3606
4107
|
},
|
3607
4108
|
"actualElicitedSlot": {},
|
3608
4109
|
"actualIntent": {}
|
@@ -3616,16 +4117,16 @@
|
|
3616
4117
|
],
|
3617
4118
|
"members": {
|
3618
4119
|
"input": {
|
3619
|
-
"shape": "
|
4120
|
+
"shape": "Sha"
|
3620
4121
|
},
|
3621
4122
|
"expectedOutput": {
|
3622
|
-
"shape": "
|
4123
|
+
"shape": "Shq"
|
3623
4124
|
},
|
3624
4125
|
"actualOutput": {
|
3625
|
-
"shape": "
|
4126
|
+
"shape": "Shq"
|
3626
4127
|
},
|
3627
4128
|
"errorDetails": {
|
3628
|
-
"shape": "
|
4129
|
+
"shape": "Sh8"
|
3629
4130
|
},
|
3630
4131
|
"endToEndResult": {},
|
3631
4132
|
"intentMatchResult": {},
|
@@ -3771,10 +4272,10 @@
|
|
3771
4272
|
],
|
3772
4273
|
"members": {
|
3773
4274
|
"input": {
|
3774
|
-
"shape": "
|
4275
|
+
"shape": "Sha"
|
3775
4276
|
},
|
3776
4277
|
"expected": {
|
3777
|
-
"shape": "
|
4278
|
+
"shape": "Shq"
|
3778
4279
|
}
|
3779
4280
|
}
|
3780
4281
|
}
|
@@ -3845,6 +4346,235 @@
|
|
3845
4346
|
}
|
3846
4347
|
}
|
3847
4348
|
},
|
4349
|
+
"ListUtteranceAnalyticsData": {
|
4350
|
+
"http": {
|
4351
|
+
"requestUri": "/bots/{botId}/analytics/utterances",
|
4352
|
+
"responseCode": 200
|
4353
|
+
},
|
4354
|
+
"input": {
|
4355
|
+
"type": "structure",
|
4356
|
+
"required": [
|
4357
|
+
"botId",
|
4358
|
+
"startDateTime",
|
4359
|
+
"endDateTime"
|
4360
|
+
],
|
4361
|
+
"members": {
|
4362
|
+
"botId": {
|
4363
|
+
"location": "uri",
|
4364
|
+
"locationName": "botId"
|
4365
|
+
},
|
4366
|
+
"startDateTime": {
|
4367
|
+
"type": "timestamp"
|
4368
|
+
},
|
4369
|
+
"endDateTime": {
|
4370
|
+
"type": "timestamp"
|
4371
|
+
},
|
4372
|
+
"sortBy": {
|
4373
|
+
"type": "structure",
|
4374
|
+
"required": [
|
4375
|
+
"name",
|
4376
|
+
"order"
|
4377
|
+
],
|
4378
|
+
"members": {
|
4379
|
+
"name": {},
|
4380
|
+
"order": {}
|
4381
|
+
}
|
4382
|
+
},
|
4383
|
+
"filters": {
|
4384
|
+
"shape": "Sij"
|
4385
|
+
},
|
4386
|
+
"maxResults": {
|
4387
|
+
"type": "integer"
|
4388
|
+
},
|
4389
|
+
"nextToken": {}
|
4390
|
+
}
|
4391
|
+
},
|
4392
|
+
"output": {
|
4393
|
+
"type": "structure",
|
4394
|
+
"members": {
|
4395
|
+
"botId": {},
|
4396
|
+
"nextToken": {},
|
4397
|
+
"utterances": {
|
4398
|
+
"type": "list",
|
4399
|
+
"member": {
|
4400
|
+
"type": "structure",
|
4401
|
+
"members": {
|
4402
|
+
"botAliasId": {},
|
4403
|
+
"botVersion": {},
|
4404
|
+
"localeId": {},
|
4405
|
+
"sessionId": {},
|
4406
|
+
"channel": {},
|
4407
|
+
"mode": {},
|
4408
|
+
"conversationStartTime": {
|
4409
|
+
"type": "timestamp"
|
4410
|
+
},
|
4411
|
+
"conversationEndTime": {
|
4412
|
+
"type": "timestamp"
|
4413
|
+
},
|
4414
|
+
"utterance": {},
|
4415
|
+
"utteranceTimestamp": {
|
4416
|
+
"type": "timestamp"
|
4417
|
+
},
|
4418
|
+
"audioVoiceDurationMillis": {
|
4419
|
+
"type": "long"
|
4420
|
+
},
|
4421
|
+
"utteranceUnderstood": {
|
4422
|
+
"type": "boolean"
|
4423
|
+
},
|
4424
|
+
"inputType": {},
|
4425
|
+
"outputType": {},
|
4426
|
+
"associatedIntentName": {},
|
4427
|
+
"associatedSlotName": {},
|
4428
|
+
"intentState": {},
|
4429
|
+
"dialogActionType": {},
|
4430
|
+
"botResponseAudioVoiceId": {},
|
4431
|
+
"slotsFilledInSession": {},
|
4432
|
+
"utteranceRequestId": {},
|
4433
|
+
"botResponses": {
|
4434
|
+
"type": "list",
|
4435
|
+
"member": {
|
4436
|
+
"type": "structure",
|
4437
|
+
"members": {
|
4438
|
+
"content": {},
|
4439
|
+
"contentType": {},
|
4440
|
+
"imageResponseCard": {
|
4441
|
+
"shape": "S32"
|
4442
|
+
}
|
4443
|
+
}
|
4444
|
+
}
|
4445
|
+
}
|
4446
|
+
}
|
4447
|
+
}
|
4448
|
+
}
|
4449
|
+
}
|
4450
|
+
}
|
4451
|
+
},
|
4452
|
+
"ListUtteranceMetrics": {
|
4453
|
+
"http": {
|
4454
|
+
"requestUri": "/bots/{botId}/analytics/utterancemetrics",
|
4455
|
+
"responseCode": 200
|
4456
|
+
},
|
4457
|
+
"input": {
|
4458
|
+
"type": "structure",
|
4459
|
+
"required": [
|
4460
|
+
"botId",
|
4461
|
+
"startDateTime",
|
4462
|
+
"endDateTime",
|
4463
|
+
"metrics"
|
4464
|
+
],
|
4465
|
+
"members": {
|
4466
|
+
"botId": {
|
4467
|
+
"location": "uri",
|
4468
|
+
"locationName": "botId"
|
4469
|
+
},
|
4470
|
+
"startDateTime": {
|
4471
|
+
"type": "timestamp"
|
4472
|
+
},
|
4473
|
+
"endDateTime": {
|
4474
|
+
"type": "timestamp"
|
4475
|
+
},
|
4476
|
+
"metrics": {
|
4477
|
+
"type": "list",
|
4478
|
+
"member": {
|
4479
|
+
"type": "structure",
|
4480
|
+
"required": [
|
4481
|
+
"name",
|
4482
|
+
"statistic"
|
4483
|
+
],
|
4484
|
+
"members": {
|
4485
|
+
"name": {},
|
4486
|
+
"statistic": {},
|
4487
|
+
"order": {}
|
4488
|
+
}
|
4489
|
+
}
|
4490
|
+
},
|
4491
|
+
"binBy": {
|
4492
|
+
"shape": "Sct"
|
4493
|
+
},
|
4494
|
+
"groupBy": {
|
4495
|
+
"type": "list",
|
4496
|
+
"member": {
|
4497
|
+
"type": "structure",
|
4498
|
+
"required": [
|
4499
|
+
"name"
|
4500
|
+
],
|
4501
|
+
"members": {
|
4502
|
+
"name": {}
|
4503
|
+
}
|
4504
|
+
}
|
4505
|
+
},
|
4506
|
+
"attributes": {
|
4507
|
+
"type": "list",
|
4508
|
+
"member": {
|
4509
|
+
"type": "structure",
|
4510
|
+
"required": [
|
4511
|
+
"name"
|
4512
|
+
],
|
4513
|
+
"members": {
|
4514
|
+
"name": {}
|
4515
|
+
}
|
4516
|
+
}
|
4517
|
+
},
|
4518
|
+
"filters": {
|
4519
|
+
"shape": "Sij"
|
4520
|
+
},
|
4521
|
+
"maxResults": {
|
4522
|
+
"type": "integer"
|
4523
|
+
},
|
4524
|
+
"nextToken": {}
|
4525
|
+
}
|
4526
|
+
},
|
4527
|
+
"output": {
|
4528
|
+
"type": "structure",
|
4529
|
+
"members": {
|
4530
|
+
"botId": {},
|
4531
|
+
"results": {
|
4532
|
+
"type": "list",
|
4533
|
+
"member": {
|
4534
|
+
"type": "structure",
|
4535
|
+
"members": {
|
4536
|
+
"binKeys": {
|
4537
|
+
"shape": "Sd9"
|
4538
|
+
},
|
4539
|
+
"groupByKeys": {
|
4540
|
+
"type": "list",
|
4541
|
+
"member": {
|
4542
|
+
"type": "structure",
|
4543
|
+
"members": {
|
4544
|
+
"name": {},
|
4545
|
+
"value": {}
|
4546
|
+
}
|
4547
|
+
}
|
4548
|
+
},
|
4549
|
+
"metricsResults": {
|
4550
|
+
"type": "list",
|
4551
|
+
"member": {
|
4552
|
+
"type": "structure",
|
4553
|
+
"members": {
|
4554
|
+
"name": {},
|
4555
|
+
"statistic": {},
|
4556
|
+
"value": {
|
4557
|
+
"type": "double"
|
4558
|
+
}
|
4559
|
+
}
|
4560
|
+
}
|
4561
|
+
},
|
4562
|
+
"attributeResults": {
|
4563
|
+
"type": "list",
|
4564
|
+
"member": {
|
4565
|
+
"type": "structure",
|
4566
|
+
"members": {
|
4567
|
+
"lastUsedIntent": {}
|
4568
|
+
}
|
4569
|
+
}
|
4570
|
+
}
|
4571
|
+
}
|
4572
|
+
}
|
4573
|
+
},
|
4574
|
+
"nextToken": {}
|
4575
|
+
}
|
4576
|
+
}
|
4577
|
+
},
|
3848
4578
|
"SearchAssociatedTranscripts": {
|
3849
4579
|
"http": {
|
3850
4580
|
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/associatedtranscripts",
|
@@ -5315,27 +6045,30 @@
|
|
5315
6045
|
}
|
5316
6046
|
},
|
5317
6047
|
"imageResponseCard": {
|
5318
|
-
"
|
5319
|
-
|
5320
|
-
|
5321
|
-
|
5322
|
-
|
5323
|
-
|
5324
|
-
|
5325
|
-
|
5326
|
-
|
5327
|
-
|
5328
|
-
|
5329
|
-
|
5330
|
-
|
5331
|
-
|
5332
|
-
|
5333
|
-
|
5334
|
-
|
5335
|
-
|
5336
|
-
|
5337
|
-
|
5338
|
-
|
6048
|
+
"shape": "S32"
|
6049
|
+
}
|
6050
|
+
}
|
6051
|
+
},
|
6052
|
+
"S32": {
|
6053
|
+
"type": "structure",
|
6054
|
+
"required": [
|
6055
|
+
"title"
|
6056
|
+
],
|
6057
|
+
"members": {
|
6058
|
+
"title": {},
|
6059
|
+
"subtitle": {},
|
6060
|
+
"imageUrl": {},
|
6061
|
+
"buttons": {
|
6062
|
+
"type": "list",
|
6063
|
+
"member": {
|
6064
|
+
"type": "structure",
|
6065
|
+
"required": [
|
6066
|
+
"text",
|
6067
|
+
"value"
|
6068
|
+
],
|
6069
|
+
"members": {
|
6070
|
+
"text": {},
|
6071
|
+
"value": {}
|
5339
6072
|
}
|
5340
6073
|
}
|
5341
6074
|
}
|
@@ -6309,14 +7042,63 @@
|
|
6309
7042
|
"type": "list",
|
6310
7043
|
"member": {}
|
6311
7044
|
},
|
6312
|
-
"
|
7045
|
+
"Sct": {
|
7046
|
+
"type": "list",
|
7047
|
+
"member": {
|
7048
|
+
"type": "structure",
|
7049
|
+
"required": [
|
7050
|
+
"name",
|
7051
|
+
"interval"
|
7052
|
+
],
|
7053
|
+
"members": {
|
7054
|
+
"name": {},
|
7055
|
+
"interval": {},
|
7056
|
+
"order": {}
|
7057
|
+
}
|
7058
|
+
}
|
7059
|
+
},
|
7060
|
+
"Sd4": {
|
7061
|
+
"type": "list",
|
7062
|
+
"member": {}
|
7063
|
+
},
|
7064
|
+
"Sd9": {
|
7065
|
+
"type": "list",
|
7066
|
+
"member": {
|
7067
|
+
"type": "structure",
|
7068
|
+
"members": {
|
7069
|
+
"name": {},
|
7070
|
+
"value": {
|
7071
|
+
"type": "long"
|
7072
|
+
}
|
7073
|
+
}
|
7074
|
+
}
|
7075
|
+
},
|
7076
|
+
"Ses": {
|
7077
|
+
"type": "list",
|
7078
|
+
"member": {
|
7079
|
+
"type": "structure",
|
7080
|
+
"required": [
|
7081
|
+
"name",
|
7082
|
+
"operator",
|
7083
|
+
"values"
|
7084
|
+
],
|
7085
|
+
"members": {
|
7086
|
+
"name": {},
|
7087
|
+
"operator": {},
|
7088
|
+
"values": {
|
7089
|
+
"shape": "Sd4"
|
7090
|
+
}
|
7091
|
+
}
|
7092
|
+
}
|
7093
|
+
},
|
7094
|
+
"Sgh": {
|
6313
7095
|
"type": "map",
|
6314
7096
|
"key": {},
|
6315
7097
|
"value": {
|
6316
7098
|
"type": "integer"
|
6317
7099
|
}
|
6318
7100
|
},
|
6319
|
-
"
|
7101
|
+
"Sh8": {
|
6320
7102
|
"type": "structure",
|
6321
7103
|
"required": [
|
6322
7104
|
"errorCode",
|
@@ -6327,7 +7109,7 @@
|
|
6327
7109
|
"errorMessage": {}
|
6328
7110
|
}
|
6329
7111
|
},
|
6330
|
-
"
|
7112
|
+
"Sha": {
|
6331
7113
|
"type": "structure",
|
6332
7114
|
"required": [
|
6333
7115
|
"utteranceInput"
|
@@ -6358,7 +7140,7 @@
|
|
6358
7140
|
"shape": "S3l"
|
6359
7141
|
},
|
6360
7142
|
"activeContexts": {
|
6361
|
-
"shape": "
|
7143
|
+
"shape": "Shg"
|
6362
7144
|
},
|
6363
7145
|
"runtimeHints": {
|
6364
7146
|
"type": "structure",
|
@@ -6367,7 +7149,7 @@
|
|
6367
7149
|
"type": "map",
|
6368
7150
|
"key": {},
|
6369
7151
|
"value": {
|
6370
|
-
"shape": "
|
7152
|
+
"shape": "Shl"
|
6371
7153
|
}
|
6372
7154
|
}
|
6373
7155
|
}
|
@@ -6376,7 +7158,7 @@
|
|
6376
7158
|
}
|
6377
7159
|
}
|
6378
7160
|
},
|
6379
|
-
"
|
7161
|
+
"Shg": {
|
6380
7162
|
"type": "list",
|
6381
7163
|
"member": {
|
6382
7164
|
"type": "structure",
|
@@ -6388,7 +7170,7 @@
|
|
6388
7170
|
}
|
6389
7171
|
}
|
6390
7172
|
},
|
6391
|
-
"
|
7173
|
+
"Shl": {
|
6392
7174
|
"type": "map",
|
6393
7175
|
"key": {},
|
6394
7176
|
"value": {
|
@@ -6407,12 +7189,12 @@
|
|
6407
7189
|
}
|
6408
7190
|
},
|
6409
7191
|
"subSlotHints": {
|
6410
|
-
"shape": "
|
7192
|
+
"shape": "Shl"
|
6411
7193
|
}
|
6412
7194
|
}
|
6413
7195
|
}
|
6414
7196
|
},
|
6415
|
-
"
|
7197
|
+
"Shq": {
|
6416
7198
|
"type": "structure",
|
6417
7199
|
"required": [
|
6418
7200
|
"intent"
|
@@ -6426,35 +7208,53 @@
|
|
6426
7208
|
"members": {
|
6427
7209
|
"name": {},
|
6428
7210
|
"slots": {
|
6429
|
-
"shape": "
|
7211
|
+
"shape": "Shs"
|
6430
7212
|
}
|
6431
7213
|
}
|
6432
7214
|
},
|
6433
7215
|
"activeContexts": {
|
6434
|
-
"shape": "
|
7216
|
+
"shape": "Shg"
|
6435
7217
|
},
|
6436
7218
|
"transcript": {}
|
6437
7219
|
}
|
6438
7220
|
},
|
6439
|
-
"
|
7221
|
+
"Shs": {
|
6440
7222
|
"type": "map",
|
6441
7223
|
"key": {},
|
6442
7224
|
"value": {
|
6443
|
-
"shape": "
|
7225
|
+
"shape": "Sht"
|
6444
7226
|
}
|
6445
7227
|
},
|
6446
|
-
"
|
7228
|
+
"Sht": {
|
6447
7229
|
"type": "structure",
|
6448
7230
|
"members": {
|
6449
7231
|
"value": {},
|
6450
7232
|
"values": {
|
6451
7233
|
"type": "list",
|
6452
7234
|
"member": {
|
6453
|
-
"shape": "
|
7235
|
+
"shape": "Sht"
|
6454
7236
|
}
|
6455
7237
|
},
|
6456
7238
|
"subSlots": {
|
6457
|
-
"shape": "
|
7239
|
+
"shape": "Shs"
|
7240
|
+
}
|
7241
|
+
}
|
7242
|
+
},
|
7243
|
+
"Sij": {
|
7244
|
+
"type": "list",
|
7245
|
+
"member": {
|
7246
|
+
"type": "structure",
|
7247
|
+
"required": [
|
7248
|
+
"name",
|
7249
|
+
"operator",
|
7250
|
+
"values"
|
7251
|
+
],
|
7252
|
+
"members": {
|
7253
|
+
"name": {},
|
7254
|
+
"operator": {},
|
7255
|
+
"values": {
|
7256
|
+
"shape": "Sd4"
|
7257
|
+
}
|
6458
7258
|
}
|
6459
7259
|
}
|
6460
7260
|
}
|