@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
"description": {},
|
|
247
247
|
"botVersionLocaleSpecification": {
|
|
248
|
-
"shape": "
|
|
248
|
+
"shape": "S1i"
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"description": {},
|
|
257
257
|
"botVersion": {},
|
|
258
258
|
"botVersionLocaleSpecification": {
|
|
259
|
-
"shape": "
|
|
259
|
+
"shape": "S1i"
|
|
260
260
|
},
|
|
261
261
|
"botStatus": {},
|
|
262
262
|
"creationDateTime": {
|
|
@@ -279,11 +279,11 @@
|
|
|
279
279
|
],
|
|
280
280
|
"members": {
|
|
281
281
|
"resourceSpecification": {
|
|
282
|
-
"shape": "
|
|
282
|
+
"shape": "S1n"
|
|
283
283
|
},
|
|
284
284
|
"fileFormat": {},
|
|
285
285
|
"filePassword": {
|
|
286
|
-
"shape": "
|
|
286
|
+
"shape": "S1r"
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
},
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"members": {
|
|
293
293
|
"exportId": {},
|
|
294
294
|
"resourceSpecification": {
|
|
295
|
-
"shape": "
|
|
295
|
+
"shape": "S1n"
|
|
296
296
|
},
|
|
297
297
|
"fileFormat": {},
|
|
298
298
|
"exportStatus": {},
|
|
@@ -321,28 +321,28 @@
|
|
|
321
321
|
"description": {},
|
|
322
322
|
"parentIntentSignature": {},
|
|
323
323
|
"sampleUtterances": {
|
|
324
|
-
"shape": "
|
|
324
|
+
"shape": "S1w"
|
|
325
325
|
},
|
|
326
326
|
"dialogCodeHook": {
|
|
327
|
-
"shape": "
|
|
327
|
+
"shape": "S1z"
|
|
328
328
|
},
|
|
329
329
|
"fulfillmentCodeHook": {
|
|
330
|
-
"shape": "
|
|
330
|
+
"shape": "S20"
|
|
331
331
|
},
|
|
332
332
|
"intentConfirmationSetting": {
|
|
333
|
-
"shape": "
|
|
333
|
+
"shape": "S2r"
|
|
334
334
|
},
|
|
335
335
|
"intentClosingSetting": {
|
|
336
|
-
"shape": "
|
|
336
|
+
"shape": "S2u"
|
|
337
337
|
},
|
|
338
338
|
"inputContexts": {
|
|
339
|
-
"shape": "
|
|
339
|
+
"shape": "S2v"
|
|
340
340
|
},
|
|
341
341
|
"outputContexts": {
|
|
342
|
-
"shape": "
|
|
342
|
+
"shape": "S2x"
|
|
343
343
|
},
|
|
344
344
|
"kendraConfiguration": {
|
|
345
|
-
"shape": "
|
|
345
|
+
"shape": "S31"
|
|
346
346
|
},
|
|
347
347
|
"botId": {
|
|
348
348
|
"location": "uri",
|
|
@@ -366,28 +366,28 @@
|
|
|
366
366
|
"description": {},
|
|
367
367
|
"parentIntentSignature": {},
|
|
368
368
|
"sampleUtterances": {
|
|
369
|
-
"shape": "
|
|
369
|
+
"shape": "S1w"
|
|
370
370
|
},
|
|
371
371
|
"dialogCodeHook": {
|
|
372
|
-
"shape": "
|
|
372
|
+
"shape": "S1z"
|
|
373
373
|
},
|
|
374
374
|
"fulfillmentCodeHook": {
|
|
375
|
-
"shape": "
|
|
375
|
+
"shape": "S20"
|
|
376
376
|
},
|
|
377
377
|
"intentConfirmationSetting": {
|
|
378
|
-
"shape": "
|
|
378
|
+
"shape": "S2r"
|
|
379
379
|
},
|
|
380
380
|
"intentClosingSetting": {
|
|
381
|
-
"shape": "
|
|
381
|
+
"shape": "S2u"
|
|
382
382
|
},
|
|
383
383
|
"inputContexts": {
|
|
384
|
-
"shape": "
|
|
384
|
+
"shape": "S2v"
|
|
385
385
|
},
|
|
386
386
|
"outputContexts": {
|
|
387
|
-
"shape": "
|
|
387
|
+
"shape": "S2x"
|
|
388
388
|
},
|
|
389
389
|
"kendraConfiguration": {
|
|
390
|
-
"shape": "
|
|
390
|
+
"shape": "S31"
|
|
391
391
|
},
|
|
392
392
|
"botId": {},
|
|
393
393
|
"botVersion": {},
|
|
@@ -505,10 +505,10 @@
|
|
|
505
505
|
"description": {},
|
|
506
506
|
"slotTypeId": {},
|
|
507
507
|
"valueElicitationSetting": {
|
|
508
|
-
"shape": "
|
|
508
|
+
"shape": "S3q"
|
|
509
509
|
},
|
|
510
510
|
"obfuscationSetting": {
|
|
511
|
-
"shape": "
|
|
511
|
+
"shape": "S40"
|
|
512
512
|
},
|
|
513
513
|
"botId": {
|
|
514
514
|
"location": "uri",
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"locationName": "intentId"
|
|
528
528
|
},
|
|
529
529
|
"multipleValuesSetting": {
|
|
530
|
-
"shape": "
|
|
530
|
+
"shape": "S42"
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
},
|
|
@@ -539,10 +539,10 @@
|
|
|
539
539
|
"description": {},
|
|
540
540
|
"slotTypeId": {},
|
|
541
541
|
"valueElicitationSetting": {
|
|
542
|
-
"shape": "
|
|
542
|
+
"shape": "S3q"
|
|
543
543
|
},
|
|
544
544
|
"obfuscationSetting": {
|
|
545
|
-
"shape": "
|
|
545
|
+
"shape": "S40"
|
|
546
546
|
},
|
|
547
547
|
"botId": {},
|
|
548
548
|
"botVersion": {},
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
"type": "timestamp"
|
|
553
553
|
},
|
|
554
554
|
"multipleValuesSetting": {
|
|
555
|
-
"shape": "
|
|
555
|
+
"shape": "S42"
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
558
|
}
|
|
@@ -576,10 +576,10 @@
|
|
|
576
576
|
"slotTypeName": {},
|
|
577
577
|
"description": {},
|
|
578
578
|
"slotTypeValues": {
|
|
579
|
-
"shape": "
|
|
579
|
+
"shape": "S45"
|
|
580
580
|
},
|
|
581
581
|
"valueSelectionSetting": {
|
|
582
|
-
"shape": "
|
|
582
|
+
"shape": "S4a"
|
|
583
583
|
},
|
|
584
584
|
"parentSlotTypeSignature": {},
|
|
585
585
|
"botId": {
|
|
@@ -603,10 +603,10 @@
|
|
|
603
603
|
"slotTypeName": {},
|
|
604
604
|
"description": {},
|
|
605
605
|
"slotTypeValues": {
|
|
606
|
-
"shape": "
|
|
606
|
+
"shape": "S45"
|
|
607
607
|
},
|
|
608
608
|
"valueSelectionSetting": {
|
|
609
|
-
"shape": "
|
|
609
|
+
"shape": "S4a"
|
|
610
610
|
},
|
|
611
611
|
"parentSlotTypeSignature": {},
|
|
612
612
|
"botId": {},
|
|
@@ -1007,6 +1007,37 @@
|
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
},
|
|
1010
|
+
"DeleteUtterances": {
|
|
1011
|
+
"http": {
|
|
1012
|
+
"method": "DELETE",
|
|
1013
|
+
"requestUri": "/bots/{botId}/utterances/",
|
|
1014
|
+
"responseCode": 204
|
|
1015
|
+
},
|
|
1016
|
+
"input": {
|
|
1017
|
+
"type": "structure",
|
|
1018
|
+
"required": [
|
|
1019
|
+
"botId"
|
|
1020
|
+
],
|
|
1021
|
+
"members": {
|
|
1022
|
+
"botId": {
|
|
1023
|
+
"location": "uri",
|
|
1024
|
+
"locationName": "botId"
|
|
1025
|
+
},
|
|
1026
|
+
"localeId": {
|
|
1027
|
+
"location": "querystring",
|
|
1028
|
+
"locationName": "localeId"
|
|
1029
|
+
},
|
|
1030
|
+
"sessionId": {
|
|
1031
|
+
"location": "querystring",
|
|
1032
|
+
"locationName": "sessionId"
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"output": {
|
|
1037
|
+
"type": "structure",
|
|
1038
|
+
"members": {}
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1010
1041
|
"DescribeBot": {
|
|
1011
1042
|
"http": {
|
|
1012
1043
|
"method": "GET",
|
|
@@ -1163,7 +1194,7 @@
|
|
|
1163
1194
|
},
|
|
1164
1195
|
"botLocaleStatus": {},
|
|
1165
1196
|
"failureReasons": {
|
|
1166
|
-
"shape": "
|
|
1197
|
+
"shape": "S5g"
|
|
1167
1198
|
},
|
|
1168
1199
|
"creationDateTime": {
|
|
1169
1200
|
"type": "timestamp"
|
|
@@ -1193,6 +1224,93 @@
|
|
|
1193
1224
|
}
|
|
1194
1225
|
}
|
|
1195
1226
|
},
|
|
1227
|
+
"DescribeBotRecommendation": {
|
|
1228
|
+
"http": {
|
|
1229
|
+
"method": "GET",
|
|
1230
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/",
|
|
1231
|
+
"responseCode": 200
|
|
1232
|
+
},
|
|
1233
|
+
"input": {
|
|
1234
|
+
"type": "structure",
|
|
1235
|
+
"required": [
|
|
1236
|
+
"botId",
|
|
1237
|
+
"botVersion",
|
|
1238
|
+
"localeId",
|
|
1239
|
+
"botRecommendationId"
|
|
1240
|
+
],
|
|
1241
|
+
"members": {
|
|
1242
|
+
"botId": {
|
|
1243
|
+
"location": "uri",
|
|
1244
|
+
"locationName": "botId"
|
|
1245
|
+
},
|
|
1246
|
+
"botVersion": {
|
|
1247
|
+
"location": "uri",
|
|
1248
|
+
"locationName": "botVersion"
|
|
1249
|
+
},
|
|
1250
|
+
"localeId": {
|
|
1251
|
+
"location": "uri",
|
|
1252
|
+
"locationName": "localeId"
|
|
1253
|
+
},
|
|
1254
|
+
"botRecommendationId": {
|
|
1255
|
+
"location": "uri",
|
|
1256
|
+
"locationName": "botRecommendationId"
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"output": {
|
|
1261
|
+
"type": "structure",
|
|
1262
|
+
"members": {
|
|
1263
|
+
"botId": {},
|
|
1264
|
+
"botVersion": {},
|
|
1265
|
+
"localeId": {},
|
|
1266
|
+
"botRecommendationStatus": {},
|
|
1267
|
+
"botRecommendationId": {},
|
|
1268
|
+
"failureReasons": {
|
|
1269
|
+
"shape": "S5g"
|
|
1270
|
+
},
|
|
1271
|
+
"creationDateTime": {
|
|
1272
|
+
"type": "timestamp"
|
|
1273
|
+
},
|
|
1274
|
+
"lastUpdatedDateTime": {
|
|
1275
|
+
"type": "timestamp"
|
|
1276
|
+
},
|
|
1277
|
+
"transcriptSourceSetting": {
|
|
1278
|
+
"shape": "S5o"
|
|
1279
|
+
},
|
|
1280
|
+
"encryptionSetting": {
|
|
1281
|
+
"shape": "S5y"
|
|
1282
|
+
},
|
|
1283
|
+
"botRecommendationResults": {
|
|
1284
|
+
"type": "structure",
|
|
1285
|
+
"members": {
|
|
1286
|
+
"botLocaleExportUrl": {},
|
|
1287
|
+
"associatedTranscriptsUrl": {},
|
|
1288
|
+
"statistics": {
|
|
1289
|
+
"type": "structure",
|
|
1290
|
+
"members": {
|
|
1291
|
+
"intents": {
|
|
1292
|
+
"type": "structure",
|
|
1293
|
+
"members": {
|
|
1294
|
+
"discoveredIntentCount": {
|
|
1295
|
+
"type": "integer"
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
"slotTypes": {
|
|
1300
|
+
"type": "structure",
|
|
1301
|
+
"members": {
|
|
1302
|
+
"discoveredSlotTypeCount": {
|
|
1303
|
+
"type": "integer"
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1196
1314
|
"DescribeBotVersion": {
|
|
1197
1315
|
"http": {
|
|
1198
1316
|
"method": "GET",
|
|
@@ -1232,7 +1350,7 @@
|
|
|
1232
1350
|
},
|
|
1233
1351
|
"botStatus": {},
|
|
1234
1352
|
"failureReasons": {
|
|
1235
|
-
"shape": "
|
|
1353
|
+
"shape": "S5g"
|
|
1236
1354
|
},
|
|
1237
1355
|
"creationDateTime": {
|
|
1238
1356
|
"type": "timestamp"
|
|
@@ -1263,12 +1381,12 @@
|
|
|
1263
1381
|
"members": {
|
|
1264
1382
|
"exportId": {},
|
|
1265
1383
|
"resourceSpecification": {
|
|
1266
|
-
"shape": "
|
|
1384
|
+
"shape": "S1n"
|
|
1267
1385
|
},
|
|
1268
1386
|
"fileFormat": {},
|
|
1269
1387
|
"exportStatus": {},
|
|
1270
1388
|
"failureReasons": {
|
|
1271
|
-
"shape": "
|
|
1389
|
+
"shape": "S5g"
|
|
1272
1390
|
},
|
|
1273
1391
|
"downloadUrl": {},
|
|
1274
1392
|
"creationDateTime": {
|
|
@@ -1303,14 +1421,14 @@
|
|
|
1303
1421
|
"members": {
|
|
1304
1422
|
"importId": {},
|
|
1305
1423
|
"resourceSpecification": {
|
|
1306
|
-
"shape": "
|
|
1424
|
+
"shape": "S6b"
|
|
1307
1425
|
},
|
|
1308
1426
|
"importedResourceId": {},
|
|
1309
1427
|
"importedResourceName": {},
|
|
1310
1428
|
"mergeStrategy": {},
|
|
1311
1429
|
"importStatus": {},
|
|
1312
1430
|
"failureReasons": {
|
|
1313
|
-
"shape": "
|
|
1431
|
+
"shape": "S5g"
|
|
1314
1432
|
},
|
|
1315
1433
|
"creationDateTime": {
|
|
1316
1434
|
"type": "timestamp"
|
|
@@ -1362,31 +1480,31 @@
|
|
|
1362
1480
|
"description": {},
|
|
1363
1481
|
"parentIntentSignature": {},
|
|
1364
1482
|
"sampleUtterances": {
|
|
1365
|
-
"shape": "
|
|
1483
|
+
"shape": "S1w"
|
|
1366
1484
|
},
|
|
1367
1485
|
"dialogCodeHook": {
|
|
1368
|
-
"shape": "
|
|
1486
|
+
"shape": "S1z"
|
|
1369
1487
|
},
|
|
1370
1488
|
"fulfillmentCodeHook": {
|
|
1371
|
-
"shape": "
|
|
1489
|
+
"shape": "S20"
|
|
1372
1490
|
},
|
|
1373
1491
|
"slotPriorities": {
|
|
1374
|
-
"shape": "
|
|
1492
|
+
"shape": "S6i"
|
|
1375
1493
|
},
|
|
1376
1494
|
"intentConfirmationSetting": {
|
|
1377
|
-
"shape": "
|
|
1495
|
+
"shape": "S2r"
|
|
1378
1496
|
},
|
|
1379
1497
|
"intentClosingSetting": {
|
|
1380
|
-
"shape": "
|
|
1498
|
+
"shape": "S2u"
|
|
1381
1499
|
},
|
|
1382
1500
|
"inputContexts": {
|
|
1383
|
-
"shape": "
|
|
1501
|
+
"shape": "S2v"
|
|
1384
1502
|
},
|
|
1385
1503
|
"outputContexts": {
|
|
1386
|
-
"shape": "
|
|
1504
|
+
"shape": "S2x"
|
|
1387
1505
|
},
|
|
1388
1506
|
"kendraConfiguration": {
|
|
1389
|
-
"shape": "
|
|
1507
|
+
"shape": "S31"
|
|
1390
1508
|
},
|
|
1391
1509
|
"botId": {},
|
|
1392
1510
|
"botVersion": {},
|
|
@@ -1473,10 +1591,10 @@
|
|
|
1473
1591
|
"description": {},
|
|
1474
1592
|
"slotTypeId": {},
|
|
1475
1593
|
"valueElicitationSetting": {
|
|
1476
|
-
"shape": "
|
|
1594
|
+
"shape": "S3q"
|
|
1477
1595
|
},
|
|
1478
1596
|
"obfuscationSetting": {
|
|
1479
|
-
"shape": "
|
|
1597
|
+
"shape": "S40"
|
|
1480
1598
|
},
|
|
1481
1599
|
"botId": {},
|
|
1482
1600
|
"botVersion": {},
|
|
@@ -1489,7 +1607,7 @@
|
|
|
1489
1607
|
"type": "timestamp"
|
|
1490
1608
|
},
|
|
1491
1609
|
"multipleValuesSetting": {
|
|
1492
|
-
"shape": "
|
|
1610
|
+
"shape": "S42"
|
|
1493
1611
|
}
|
|
1494
1612
|
}
|
|
1495
1613
|
}
|
|
@@ -1534,10 +1652,10 @@
|
|
|
1534
1652
|
"slotTypeName": {},
|
|
1535
1653
|
"description": {},
|
|
1536
1654
|
"slotTypeValues": {
|
|
1537
|
-
"shape": "
|
|
1655
|
+
"shape": "S45"
|
|
1538
1656
|
},
|
|
1539
1657
|
"valueSelectionSetting": {
|
|
1540
|
-
"shape": "
|
|
1658
|
+
"shape": "S4a"
|
|
1541
1659
|
},
|
|
1542
1660
|
"parentSlotTypeSignature": {},
|
|
1543
1661
|
"botId": {},
|
|
@@ -1552,6 +1670,111 @@
|
|
|
1552
1670
|
}
|
|
1553
1671
|
}
|
|
1554
1672
|
},
|
|
1673
|
+
"ListAggregatedUtterances": {
|
|
1674
|
+
"http": {
|
|
1675
|
+
"requestUri": "/bots/{botId}/aggregatedutterances/",
|
|
1676
|
+
"responseCode": 200
|
|
1677
|
+
},
|
|
1678
|
+
"input": {
|
|
1679
|
+
"type": "structure",
|
|
1680
|
+
"required": [
|
|
1681
|
+
"botId",
|
|
1682
|
+
"localeId",
|
|
1683
|
+
"aggregationDuration"
|
|
1684
|
+
],
|
|
1685
|
+
"members": {
|
|
1686
|
+
"botId": {
|
|
1687
|
+
"location": "uri",
|
|
1688
|
+
"locationName": "botId"
|
|
1689
|
+
},
|
|
1690
|
+
"botAliasId": {},
|
|
1691
|
+
"botVersion": {},
|
|
1692
|
+
"localeId": {},
|
|
1693
|
+
"aggregationDuration": {
|
|
1694
|
+
"shape": "S6s"
|
|
1695
|
+
},
|
|
1696
|
+
"sortBy": {
|
|
1697
|
+
"type": "structure",
|
|
1698
|
+
"required": [
|
|
1699
|
+
"attribute",
|
|
1700
|
+
"order"
|
|
1701
|
+
],
|
|
1702
|
+
"members": {
|
|
1703
|
+
"attribute": {},
|
|
1704
|
+
"order": {}
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"filters": {
|
|
1708
|
+
"type": "list",
|
|
1709
|
+
"member": {
|
|
1710
|
+
"type": "structure",
|
|
1711
|
+
"required": [
|
|
1712
|
+
"name",
|
|
1713
|
+
"values",
|
|
1714
|
+
"operator"
|
|
1715
|
+
],
|
|
1716
|
+
"members": {
|
|
1717
|
+
"name": {},
|
|
1718
|
+
"values": {
|
|
1719
|
+
"shape": "S72"
|
|
1720
|
+
},
|
|
1721
|
+
"operator": {}
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
"maxResults": {
|
|
1726
|
+
"type": "integer"
|
|
1727
|
+
},
|
|
1728
|
+
"nextToken": {}
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
"output": {
|
|
1732
|
+
"type": "structure",
|
|
1733
|
+
"members": {
|
|
1734
|
+
"botId": {},
|
|
1735
|
+
"botAliasId": {},
|
|
1736
|
+
"botVersion": {},
|
|
1737
|
+
"localeId": {},
|
|
1738
|
+
"aggregationDuration": {
|
|
1739
|
+
"shape": "S6s"
|
|
1740
|
+
},
|
|
1741
|
+
"aggregationWindowStartTime": {
|
|
1742
|
+
"type": "timestamp"
|
|
1743
|
+
},
|
|
1744
|
+
"aggregationWindowEndTime": {
|
|
1745
|
+
"type": "timestamp"
|
|
1746
|
+
},
|
|
1747
|
+
"aggregationLastRefreshedDateTime": {
|
|
1748
|
+
"type": "timestamp"
|
|
1749
|
+
},
|
|
1750
|
+
"aggregatedUtterancesSummaries": {
|
|
1751
|
+
"type": "list",
|
|
1752
|
+
"member": {
|
|
1753
|
+
"type": "structure",
|
|
1754
|
+
"members": {
|
|
1755
|
+
"utterance": {},
|
|
1756
|
+
"hitCount": {
|
|
1757
|
+
"type": "integer"
|
|
1758
|
+
},
|
|
1759
|
+
"missedCount": {
|
|
1760
|
+
"type": "integer"
|
|
1761
|
+
},
|
|
1762
|
+
"utteranceFirstRecordedInAggregationDuration": {
|
|
1763
|
+
"type": "timestamp"
|
|
1764
|
+
},
|
|
1765
|
+
"utteranceLastRecordedInAggregationDuration": {
|
|
1766
|
+
"type": "timestamp"
|
|
1767
|
+
},
|
|
1768
|
+
"containsDataFromDeletedResources": {
|
|
1769
|
+
"type": "boolean"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
"nextToken": {}
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1555
1778
|
"ListBotAliases": {
|
|
1556
1779
|
"http": {
|
|
1557
1780
|
"requestUri": "/bots/{botId}/botaliases/",
|
|
@@ -1643,7 +1866,7 @@
|
|
|
1643
1866
|
"members": {
|
|
1644
1867
|
"name": {},
|
|
1645
1868
|
"values": {
|
|
1646
|
-
"shape": "
|
|
1869
|
+
"shape": "S72"
|
|
1647
1870
|
},
|
|
1648
1871
|
"operator": {}
|
|
1649
1872
|
}
|
|
@@ -1682,6 +1905,67 @@
|
|
|
1682
1905
|
}
|
|
1683
1906
|
}
|
|
1684
1907
|
},
|
|
1908
|
+
"ListBotRecommendations": {
|
|
1909
|
+
"http": {
|
|
1910
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/",
|
|
1911
|
+
"responseCode": 200
|
|
1912
|
+
},
|
|
1913
|
+
"input": {
|
|
1914
|
+
"type": "structure",
|
|
1915
|
+
"required": [
|
|
1916
|
+
"botId",
|
|
1917
|
+
"botVersion",
|
|
1918
|
+
"localeId"
|
|
1919
|
+
],
|
|
1920
|
+
"members": {
|
|
1921
|
+
"botId": {
|
|
1922
|
+
"location": "uri",
|
|
1923
|
+
"locationName": "botId"
|
|
1924
|
+
},
|
|
1925
|
+
"botVersion": {
|
|
1926
|
+
"location": "uri",
|
|
1927
|
+
"locationName": "botVersion"
|
|
1928
|
+
},
|
|
1929
|
+
"localeId": {
|
|
1930
|
+
"location": "uri",
|
|
1931
|
+
"locationName": "localeId"
|
|
1932
|
+
},
|
|
1933
|
+
"maxResults": {
|
|
1934
|
+
"type": "integer"
|
|
1935
|
+
},
|
|
1936
|
+
"nextToken": {}
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"output": {
|
|
1940
|
+
"type": "structure",
|
|
1941
|
+
"members": {
|
|
1942
|
+
"botId": {},
|
|
1943
|
+
"botVersion": {},
|
|
1944
|
+
"localeId": {},
|
|
1945
|
+
"botRecommendationSummaries": {
|
|
1946
|
+
"type": "list",
|
|
1947
|
+
"member": {
|
|
1948
|
+
"type": "structure",
|
|
1949
|
+
"required": [
|
|
1950
|
+
"botRecommendationStatus",
|
|
1951
|
+
"botRecommendationId"
|
|
1952
|
+
],
|
|
1953
|
+
"members": {
|
|
1954
|
+
"botRecommendationStatus": {},
|
|
1955
|
+
"botRecommendationId": {},
|
|
1956
|
+
"creationDateTime": {
|
|
1957
|
+
"type": "timestamp"
|
|
1958
|
+
},
|
|
1959
|
+
"lastUpdatedDateTime": {
|
|
1960
|
+
"type": "timestamp"
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
},
|
|
1965
|
+
"nextToken": {}
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1685
1969
|
"ListBotVersions": {
|
|
1686
1970
|
"http": {
|
|
1687
1971
|
"requestUri": "/bots/{botId}/botversions/",
|
|
@@ -1768,7 +2052,7 @@
|
|
|
1768
2052
|
"members": {
|
|
1769
2053
|
"name": {},
|
|
1770
2054
|
"values": {
|
|
1771
|
-
"shape": "
|
|
2055
|
+
"shape": "S72"
|
|
1772
2056
|
},
|
|
1773
2057
|
"operator": {}
|
|
1774
2058
|
}
|
|
@@ -1936,7 +2220,7 @@
|
|
|
1936
2220
|
"members": {
|
|
1937
2221
|
"name": {},
|
|
1938
2222
|
"values": {
|
|
1939
|
-
"shape": "
|
|
2223
|
+
"shape": "S72"
|
|
1940
2224
|
},
|
|
1941
2225
|
"operator": {}
|
|
1942
2226
|
}
|
|
@@ -1960,7 +2244,7 @@
|
|
|
1960
2244
|
"members": {
|
|
1961
2245
|
"exportId": {},
|
|
1962
2246
|
"resourceSpecification": {
|
|
1963
|
-
"shape": "
|
|
2247
|
+
"shape": "S1n"
|
|
1964
2248
|
},
|
|
1965
2249
|
"fileFormat": {},
|
|
1966
2250
|
"exportStatus": {},
|
|
@@ -2010,7 +2294,7 @@
|
|
|
2010
2294
|
"members": {
|
|
2011
2295
|
"name": {},
|
|
2012
2296
|
"values": {
|
|
2013
|
-
"shape": "
|
|
2297
|
+
"shape": "S72"
|
|
2014
2298
|
},
|
|
2015
2299
|
"operator": {}
|
|
2016
2300
|
}
|
|
@@ -2098,7 +2382,7 @@
|
|
|
2098
2382
|
"members": {
|
|
2099
2383
|
"name": {},
|
|
2100
2384
|
"values": {
|
|
2101
|
-
"shape": "
|
|
2385
|
+
"shape": "S72"
|
|
2102
2386
|
},
|
|
2103
2387
|
"operator": {}
|
|
2104
2388
|
}
|
|
@@ -2126,10 +2410,10 @@
|
|
|
2126
2410
|
"description": {},
|
|
2127
2411
|
"parentIntentSignature": {},
|
|
2128
2412
|
"inputContexts": {
|
|
2129
|
-
"shape": "
|
|
2413
|
+
"shape": "S2v"
|
|
2130
2414
|
},
|
|
2131
2415
|
"outputContexts": {
|
|
2132
|
-
"shape": "
|
|
2416
|
+
"shape": "S2x"
|
|
2133
2417
|
},
|
|
2134
2418
|
"lastUpdatedDateTime": {
|
|
2135
2419
|
"type": "timestamp"
|
|
@@ -2141,9 +2425,69 @@
|
|
|
2141
2425
|
}
|
|
2142
2426
|
}
|
|
2143
2427
|
},
|
|
2144
|
-
"
|
|
2428
|
+
"ListRecommendedIntents": {
|
|
2145
2429
|
"http": {
|
|
2146
|
-
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/
|
|
2430
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/intents",
|
|
2431
|
+
"responseCode": 200
|
|
2432
|
+
},
|
|
2433
|
+
"input": {
|
|
2434
|
+
"type": "structure",
|
|
2435
|
+
"required": [
|
|
2436
|
+
"botId",
|
|
2437
|
+
"botVersion",
|
|
2438
|
+
"localeId",
|
|
2439
|
+
"botRecommendationId"
|
|
2440
|
+
],
|
|
2441
|
+
"members": {
|
|
2442
|
+
"botId": {
|
|
2443
|
+
"location": "uri",
|
|
2444
|
+
"locationName": "botId"
|
|
2445
|
+
},
|
|
2446
|
+
"botVersion": {
|
|
2447
|
+
"location": "uri",
|
|
2448
|
+
"locationName": "botVersion"
|
|
2449
|
+
},
|
|
2450
|
+
"localeId": {
|
|
2451
|
+
"location": "uri",
|
|
2452
|
+
"locationName": "localeId"
|
|
2453
|
+
},
|
|
2454
|
+
"botRecommendationId": {
|
|
2455
|
+
"location": "uri",
|
|
2456
|
+
"locationName": "botRecommendationId"
|
|
2457
|
+
},
|
|
2458
|
+
"nextToken": {},
|
|
2459
|
+
"maxResults": {
|
|
2460
|
+
"type": "integer"
|
|
2461
|
+
}
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
"output": {
|
|
2465
|
+
"type": "structure",
|
|
2466
|
+
"members": {
|
|
2467
|
+
"botId": {},
|
|
2468
|
+
"botVersion": {},
|
|
2469
|
+
"localeId": {},
|
|
2470
|
+
"botRecommendationId": {},
|
|
2471
|
+
"summaryList": {
|
|
2472
|
+
"type": "list",
|
|
2473
|
+
"member": {
|
|
2474
|
+
"type": "structure",
|
|
2475
|
+
"members": {
|
|
2476
|
+
"intentId": {},
|
|
2477
|
+
"intentName": {},
|
|
2478
|
+
"sampleUtterancesCount": {
|
|
2479
|
+
"type": "integer"
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
"nextToken": {}
|
|
2485
|
+
}
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
"ListSlotTypes": {
|
|
2489
|
+
"http": {
|
|
2490
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/",
|
|
2147
2491
|
"responseCode": 200
|
|
2148
2492
|
},
|
|
2149
2493
|
"input": {
|
|
@@ -2189,7 +2533,7 @@
|
|
|
2189
2533
|
"members": {
|
|
2190
2534
|
"name": {},
|
|
2191
2535
|
"values": {
|
|
2192
|
-
"shape": "
|
|
2536
|
+
"shape": "S72"
|
|
2193
2537
|
},
|
|
2194
2538
|
"operator": {}
|
|
2195
2539
|
}
|
|
@@ -2279,7 +2623,7 @@
|
|
|
2279
2623
|
"members": {
|
|
2280
2624
|
"name": {},
|
|
2281
2625
|
"values": {
|
|
2282
|
-
"shape": "
|
|
2626
|
+
"shape": "S72"
|
|
2283
2627
|
},
|
|
2284
2628
|
"operator": {}
|
|
2285
2629
|
}
|
|
@@ -2309,7 +2653,7 @@
|
|
|
2309
2653
|
"slotConstraint": {},
|
|
2310
2654
|
"slotTypeId": {},
|
|
2311
2655
|
"valueElicitationPromptSpecification": {
|
|
2312
|
-
"shape": "
|
|
2656
|
+
"shape": "S2s"
|
|
2313
2657
|
},
|
|
2314
2658
|
"lastUpdatedDateTime": {
|
|
2315
2659
|
"type": "timestamp"
|
|
@@ -2348,6 +2692,142 @@
|
|
|
2348
2692
|
}
|
|
2349
2693
|
}
|
|
2350
2694
|
},
|
|
2695
|
+
"SearchAssociatedTranscripts": {
|
|
2696
|
+
"http": {
|
|
2697
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/associatedtranscripts",
|
|
2698
|
+
"responseCode": 200
|
|
2699
|
+
},
|
|
2700
|
+
"input": {
|
|
2701
|
+
"type": "structure",
|
|
2702
|
+
"required": [
|
|
2703
|
+
"botId",
|
|
2704
|
+
"botVersion",
|
|
2705
|
+
"localeId",
|
|
2706
|
+
"botRecommendationId",
|
|
2707
|
+
"filters"
|
|
2708
|
+
],
|
|
2709
|
+
"members": {
|
|
2710
|
+
"botId": {
|
|
2711
|
+
"location": "uri",
|
|
2712
|
+
"locationName": "botId"
|
|
2713
|
+
},
|
|
2714
|
+
"botVersion": {
|
|
2715
|
+
"location": "uri",
|
|
2716
|
+
"locationName": "botVersion"
|
|
2717
|
+
},
|
|
2718
|
+
"localeId": {
|
|
2719
|
+
"location": "uri",
|
|
2720
|
+
"locationName": "localeId"
|
|
2721
|
+
},
|
|
2722
|
+
"botRecommendationId": {
|
|
2723
|
+
"location": "uri",
|
|
2724
|
+
"locationName": "botRecommendationId"
|
|
2725
|
+
},
|
|
2726
|
+
"searchOrder": {},
|
|
2727
|
+
"filters": {
|
|
2728
|
+
"type": "list",
|
|
2729
|
+
"member": {
|
|
2730
|
+
"type": "structure",
|
|
2731
|
+
"required": [
|
|
2732
|
+
"name",
|
|
2733
|
+
"values"
|
|
2734
|
+
],
|
|
2735
|
+
"members": {
|
|
2736
|
+
"name": {},
|
|
2737
|
+
"values": {
|
|
2738
|
+
"shape": "S72"
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
2743
|
+
"maxResults": {
|
|
2744
|
+
"type": "integer"
|
|
2745
|
+
},
|
|
2746
|
+
"nextIndex": {
|
|
2747
|
+
"type": "integer"
|
|
2748
|
+
}
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"output": {
|
|
2752
|
+
"type": "structure",
|
|
2753
|
+
"members": {
|
|
2754
|
+
"botId": {},
|
|
2755
|
+
"botVersion": {},
|
|
2756
|
+
"localeId": {},
|
|
2757
|
+
"botRecommendationId": {},
|
|
2758
|
+
"nextIndex": {
|
|
2759
|
+
"type": "integer"
|
|
2760
|
+
},
|
|
2761
|
+
"associatedTranscripts": {
|
|
2762
|
+
"type": "list",
|
|
2763
|
+
"member": {
|
|
2764
|
+
"type": "structure",
|
|
2765
|
+
"members": {
|
|
2766
|
+
"transcript": {}
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2770
|
+
"totalResults": {
|
|
2771
|
+
"type": "integer"
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2776
|
+
"StartBotRecommendation": {
|
|
2777
|
+
"http": {
|
|
2778
|
+
"method": "PUT",
|
|
2779
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/",
|
|
2780
|
+
"responseCode": 202
|
|
2781
|
+
},
|
|
2782
|
+
"input": {
|
|
2783
|
+
"type": "structure",
|
|
2784
|
+
"required": [
|
|
2785
|
+
"botId",
|
|
2786
|
+
"botVersion",
|
|
2787
|
+
"localeId",
|
|
2788
|
+
"transcriptSourceSetting"
|
|
2789
|
+
],
|
|
2790
|
+
"members": {
|
|
2791
|
+
"botId": {
|
|
2792
|
+
"location": "uri",
|
|
2793
|
+
"locationName": "botId"
|
|
2794
|
+
},
|
|
2795
|
+
"botVersion": {
|
|
2796
|
+
"location": "uri",
|
|
2797
|
+
"locationName": "botVersion"
|
|
2798
|
+
},
|
|
2799
|
+
"localeId": {
|
|
2800
|
+
"location": "uri",
|
|
2801
|
+
"locationName": "localeId"
|
|
2802
|
+
},
|
|
2803
|
+
"transcriptSourceSetting": {
|
|
2804
|
+
"shape": "S5o"
|
|
2805
|
+
},
|
|
2806
|
+
"encryptionSetting": {
|
|
2807
|
+
"shape": "S5y"
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2811
|
+
"output": {
|
|
2812
|
+
"type": "structure",
|
|
2813
|
+
"members": {
|
|
2814
|
+
"botId": {},
|
|
2815
|
+
"botVersion": {},
|
|
2816
|
+
"localeId": {},
|
|
2817
|
+
"botRecommendationStatus": {},
|
|
2818
|
+
"botRecommendationId": {},
|
|
2819
|
+
"creationDateTime": {
|
|
2820
|
+
"type": "timestamp"
|
|
2821
|
+
},
|
|
2822
|
+
"transcriptSourceSetting": {
|
|
2823
|
+
"shape": "S5o"
|
|
2824
|
+
},
|
|
2825
|
+
"encryptionSetting": {
|
|
2826
|
+
"shape": "S5y"
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2351
2831
|
"StartImport": {
|
|
2352
2832
|
"http": {
|
|
2353
2833
|
"method": "PUT",
|
|
@@ -2364,11 +2844,11 @@
|
|
|
2364
2844
|
"members": {
|
|
2365
2845
|
"importId": {},
|
|
2366
2846
|
"resourceSpecification": {
|
|
2367
|
-
"shape": "
|
|
2847
|
+
"shape": "S6b"
|
|
2368
2848
|
},
|
|
2369
2849
|
"mergeStrategy": {},
|
|
2370
2850
|
"filePassword": {
|
|
2371
|
-
"shape": "
|
|
2851
|
+
"shape": "S1r"
|
|
2372
2852
|
}
|
|
2373
2853
|
}
|
|
2374
2854
|
},
|
|
@@ -2377,7 +2857,7 @@
|
|
|
2377
2857
|
"members": {
|
|
2378
2858
|
"importId": {},
|
|
2379
2859
|
"resourceSpecification": {
|
|
2380
|
-
"shape": "
|
|
2860
|
+
"shape": "S6b"
|
|
2381
2861
|
},
|
|
2382
2862
|
"mergeStrategy": {},
|
|
2383
2863
|
"importStatus": {},
|
|
@@ -2612,13 +3092,73 @@
|
|
|
2612
3092
|
},
|
|
2613
3093
|
"botLocaleStatus": {},
|
|
2614
3094
|
"failureReasons": {
|
|
2615
|
-
"shape": "
|
|
3095
|
+
"shape": "S5g"
|
|
3096
|
+
},
|
|
3097
|
+
"creationDateTime": {
|
|
3098
|
+
"type": "timestamp"
|
|
3099
|
+
},
|
|
3100
|
+
"lastUpdatedDateTime": {
|
|
3101
|
+
"type": "timestamp"
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3106
|
+
"UpdateBotRecommendation": {
|
|
3107
|
+
"http": {
|
|
3108
|
+
"method": "PUT",
|
|
3109
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/",
|
|
3110
|
+
"responseCode": 202
|
|
3111
|
+
},
|
|
3112
|
+
"input": {
|
|
3113
|
+
"type": "structure",
|
|
3114
|
+
"required": [
|
|
3115
|
+
"botId",
|
|
3116
|
+
"botVersion",
|
|
3117
|
+
"localeId",
|
|
3118
|
+
"botRecommendationId",
|
|
3119
|
+
"encryptionSetting"
|
|
3120
|
+
],
|
|
3121
|
+
"members": {
|
|
3122
|
+
"botId": {
|
|
3123
|
+
"location": "uri",
|
|
3124
|
+
"locationName": "botId"
|
|
3125
|
+
},
|
|
3126
|
+
"botVersion": {
|
|
3127
|
+
"location": "uri",
|
|
3128
|
+
"locationName": "botVersion"
|
|
2616
3129
|
},
|
|
3130
|
+
"localeId": {
|
|
3131
|
+
"location": "uri",
|
|
3132
|
+
"locationName": "localeId"
|
|
3133
|
+
},
|
|
3134
|
+
"botRecommendationId": {
|
|
3135
|
+
"location": "uri",
|
|
3136
|
+
"locationName": "botRecommendationId"
|
|
3137
|
+
},
|
|
3138
|
+
"encryptionSetting": {
|
|
3139
|
+
"shape": "S5y"
|
|
3140
|
+
}
|
|
3141
|
+
}
|
|
3142
|
+
},
|
|
3143
|
+
"output": {
|
|
3144
|
+
"type": "structure",
|
|
3145
|
+
"members": {
|
|
3146
|
+
"botId": {},
|
|
3147
|
+
"botVersion": {},
|
|
3148
|
+
"localeId": {},
|
|
3149
|
+
"botRecommendationStatus": {},
|
|
3150
|
+
"botRecommendationId": {},
|
|
2617
3151
|
"creationDateTime": {
|
|
2618
3152
|
"type": "timestamp"
|
|
2619
3153
|
},
|
|
2620
3154
|
"lastUpdatedDateTime": {
|
|
2621
3155
|
"type": "timestamp"
|
|
3156
|
+
},
|
|
3157
|
+
"transcriptSourceSetting": {
|
|
3158
|
+
"shape": "S5o"
|
|
3159
|
+
},
|
|
3160
|
+
"encryptionSetting": {
|
|
3161
|
+
"shape": "S5y"
|
|
2622
3162
|
}
|
|
2623
3163
|
}
|
|
2624
3164
|
}
|
|
@@ -2640,7 +3180,7 @@
|
|
|
2640
3180
|
"locationName": "exportId"
|
|
2641
3181
|
},
|
|
2642
3182
|
"filePassword": {
|
|
2643
|
-
"shape": "
|
|
3183
|
+
"shape": "S1r"
|
|
2644
3184
|
}
|
|
2645
3185
|
}
|
|
2646
3186
|
},
|
|
@@ -2649,7 +3189,7 @@
|
|
|
2649
3189
|
"members": {
|
|
2650
3190
|
"exportId": {},
|
|
2651
3191
|
"resourceSpecification": {
|
|
2652
|
-
"shape": "
|
|
3192
|
+
"shape": "S1n"
|
|
2653
3193
|
},
|
|
2654
3194
|
"fileFormat": {},
|
|
2655
3195
|
"exportStatus": {},
|
|
@@ -2686,31 +3226,31 @@
|
|
|
2686
3226
|
"description": {},
|
|
2687
3227
|
"parentIntentSignature": {},
|
|
2688
3228
|
"sampleUtterances": {
|
|
2689
|
-
"shape": "
|
|
3229
|
+
"shape": "S1w"
|
|
2690
3230
|
},
|
|
2691
3231
|
"dialogCodeHook": {
|
|
2692
|
-
"shape": "
|
|
3232
|
+
"shape": "S1z"
|
|
2693
3233
|
},
|
|
2694
3234
|
"fulfillmentCodeHook": {
|
|
2695
|
-
"shape": "
|
|
3235
|
+
"shape": "S20"
|
|
2696
3236
|
},
|
|
2697
3237
|
"slotPriorities": {
|
|
2698
|
-
"shape": "
|
|
3238
|
+
"shape": "S6i"
|
|
2699
3239
|
},
|
|
2700
3240
|
"intentConfirmationSetting": {
|
|
2701
|
-
"shape": "
|
|
3241
|
+
"shape": "S2r"
|
|
2702
3242
|
},
|
|
2703
3243
|
"intentClosingSetting": {
|
|
2704
|
-
"shape": "
|
|
3244
|
+
"shape": "S2u"
|
|
2705
3245
|
},
|
|
2706
3246
|
"inputContexts": {
|
|
2707
|
-
"shape": "
|
|
3247
|
+
"shape": "S2v"
|
|
2708
3248
|
},
|
|
2709
3249
|
"outputContexts": {
|
|
2710
|
-
"shape": "
|
|
3250
|
+
"shape": "S2x"
|
|
2711
3251
|
},
|
|
2712
3252
|
"kendraConfiguration": {
|
|
2713
|
-
"shape": "
|
|
3253
|
+
"shape": "S31"
|
|
2714
3254
|
},
|
|
2715
3255
|
"botId": {
|
|
2716
3256
|
"location": "uri",
|
|
@@ -2734,31 +3274,31 @@
|
|
|
2734
3274
|
"description": {},
|
|
2735
3275
|
"parentIntentSignature": {},
|
|
2736
3276
|
"sampleUtterances": {
|
|
2737
|
-
"shape": "
|
|
3277
|
+
"shape": "S1w"
|
|
2738
3278
|
},
|
|
2739
3279
|
"dialogCodeHook": {
|
|
2740
|
-
"shape": "
|
|
3280
|
+
"shape": "S1z"
|
|
2741
3281
|
},
|
|
2742
3282
|
"fulfillmentCodeHook": {
|
|
2743
|
-
"shape": "
|
|
3283
|
+
"shape": "S20"
|
|
2744
3284
|
},
|
|
2745
3285
|
"slotPriorities": {
|
|
2746
|
-
"shape": "
|
|
3286
|
+
"shape": "S6i"
|
|
2747
3287
|
},
|
|
2748
3288
|
"intentConfirmationSetting": {
|
|
2749
|
-
"shape": "
|
|
3289
|
+
"shape": "S2r"
|
|
2750
3290
|
},
|
|
2751
3291
|
"intentClosingSetting": {
|
|
2752
|
-
"shape": "
|
|
3292
|
+
"shape": "S2u"
|
|
2753
3293
|
},
|
|
2754
3294
|
"inputContexts": {
|
|
2755
|
-
"shape": "
|
|
3295
|
+
"shape": "S2v"
|
|
2756
3296
|
},
|
|
2757
3297
|
"outputContexts": {
|
|
2758
|
-
"shape": "
|
|
3298
|
+
"shape": "S2x"
|
|
2759
3299
|
},
|
|
2760
3300
|
"kendraConfiguration": {
|
|
2761
|
-
"shape": "
|
|
3301
|
+
"shape": "S31"
|
|
2762
3302
|
},
|
|
2763
3303
|
"botId": {},
|
|
2764
3304
|
"botVersion": {},
|
|
@@ -2831,10 +3371,10 @@
|
|
|
2831
3371
|
"description": {},
|
|
2832
3372
|
"slotTypeId": {},
|
|
2833
3373
|
"valueElicitationSetting": {
|
|
2834
|
-
"shape": "
|
|
3374
|
+
"shape": "S3q"
|
|
2835
3375
|
},
|
|
2836
3376
|
"obfuscationSetting": {
|
|
2837
|
-
"shape": "
|
|
3377
|
+
"shape": "S40"
|
|
2838
3378
|
},
|
|
2839
3379
|
"botId": {
|
|
2840
3380
|
"location": "uri",
|
|
@@ -2853,7 +3393,7 @@
|
|
|
2853
3393
|
"locationName": "intentId"
|
|
2854
3394
|
},
|
|
2855
3395
|
"multipleValuesSetting": {
|
|
2856
|
-
"shape": "
|
|
3396
|
+
"shape": "S42"
|
|
2857
3397
|
}
|
|
2858
3398
|
}
|
|
2859
3399
|
},
|
|
@@ -2865,10 +3405,10 @@
|
|
|
2865
3405
|
"description": {},
|
|
2866
3406
|
"slotTypeId": {},
|
|
2867
3407
|
"valueElicitationSetting": {
|
|
2868
|
-
"shape": "
|
|
3408
|
+
"shape": "S3q"
|
|
2869
3409
|
},
|
|
2870
3410
|
"obfuscationSetting": {
|
|
2871
|
-
"shape": "
|
|
3411
|
+
"shape": "S40"
|
|
2872
3412
|
},
|
|
2873
3413
|
"botId": {},
|
|
2874
3414
|
"botVersion": {},
|
|
@@ -2881,7 +3421,7 @@
|
|
|
2881
3421
|
"type": "timestamp"
|
|
2882
3422
|
},
|
|
2883
3423
|
"multipleValuesSetting": {
|
|
2884
|
-
"shape": "
|
|
3424
|
+
"shape": "S42"
|
|
2885
3425
|
}
|
|
2886
3426
|
}
|
|
2887
3427
|
}
|
|
@@ -2910,10 +3450,10 @@
|
|
|
2910
3450
|
"slotTypeName": {},
|
|
2911
3451
|
"description": {},
|
|
2912
3452
|
"slotTypeValues": {
|
|
2913
|
-
"shape": "
|
|
3453
|
+
"shape": "S45"
|
|
2914
3454
|
},
|
|
2915
3455
|
"valueSelectionSetting": {
|
|
2916
|
-
"shape": "
|
|
3456
|
+
"shape": "S4a"
|
|
2917
3457
|
},
|
|
2918
3458
|
"parentSlotTypeSignature": {},
|
|
2919
3459
|
"botId": {
|
|
@@ -2937,10 +3477,10 @@
|
|
|
2937
3477
|
"slotTypeName": {},
|
|
2938
3478
|
"description": {},
|
|
2939
3479
|
"slotTypeValues": {
|
|
2940
|
-
"shape": "
|
|
3480
|
+
"shape": "S45"
|
|
2941
3481
|
},
|
|
2942
3482
|
"valueSelectionSetting": {
|
|
2943
|
-
"shape": "
|
|
3483
|
+
"shape": "S4a"
|
|
2944
3484
|
},
|
|
2945
3485
|
"parentSlotTypeSignature": {},
|
|
2946
3486
|
"botId": {},
|
|
@@ -3098,10 +3638,11 @@
|
|
|
3098
3638
|
"voiceId"
|
|
3099
3639
|
],
|
|
3100
3640
|
"members": {
|
|
3101
|
-
"voiceId": {}
|
|
3641
|
+
"voiceId": {},
|
|
3642
|
+
"engine": {}
|
|
3102
3643
|
}
|
|
3103
3644
|
},
|
|
3104
|
-
"
|
|
3645
|
+
"S1i": {
|
|
3105
3646
|
"type": "map",
|
|
3106
3647
|
"key": {},
|
|
3107
3648
|
"value": {
|
|
@@ -3114,7 +3655,7 @@
|
|
|
3114
3655
|
}
|
|
3115
3656
|
}
|
|
3116
3657
|
},
|
|
3117
|
-
"
|
|
3658
|
+
"S1n": {
|
|
3118
3659
|
"type": "structure",
|
|
3119
3660
|
"members": {
|
|
3120
3661
|
"botExportSpecification": {
|
|
@@ -3143,11 +3684,11 @@
|
|
|
3143
3684
|
}
|
|
3144
3685
|
}
|
|
3145
3686
|
},
|
|
3146
|
-
"
|
|
3687
|
+
"S1r": {
|
|
3147
3688
|
"type": "string",
|
|
3148
3689
|
"sensitive": true
|
|
3149
3690
|
},
|
|
3150
|
-
"
|
|
3691
|
+
"S1w": {
|
|
3151
3692
|
"type": "list",
|
|
3152
3693
|
"member": {
|
|
3153
3694
|
"type": "structure",
|
|
@@ -3159,7 +3700,7 @@
|
|
|
3159
3700
|
}
|
|
3160
3701
|
}
|
|
3161
3702
|
},
|
|
3162
|
-
"
|
|
3703
|
+
"S1z": {
|
|
3163
3704
|
"type": "structure",
|
|
3164
3705
|
"required": [
|
|
3165
3706
|
"enabled"
|
|
@@ -3170,7 +3711,7 @@
|
|
|
3170
3711
|
}
|
|
3171
3712
|
}
|
|
3172
3713
|
},
|
|
3173
|
-
"
|
|
3714
|
+
"S20": {
|
|
3174
3715
|
"type": "structure",
|
|
3175
3716
|
"required": [
|
|
3176
3717
|
"enabled"
|
|
@@ -3178,46 +3719,88 @@
|
|
|
3178
3719
|
"members": {
|
|
3179
3720
|
"enabled": {
|
|
3180
3721
|
"type": "boolean"
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
"S20": {
|
|
3185
|
-
"type": "structure",
|
|
3186
|
-
"required": [
|
|
3187
|
-
"promptSpecification",
|
|
3188
|
-
"declinationResponse"
|
|
3189
|
-
],
|
|
3190
|
-
"members": {
|
|
3191
|
-
"promptSpecification": {
|
|
3192
|
-
"shape": "S21"
|
|
3193
3722
|
},
|
|
3194
|
-
"
|
|
3195
|
-
"
|
|
3723
|
+
"postFulfillmentStatusSpecification": {
|
|
3724
|
+
"type": "structure",
|
|
3725
|
+
"members": {
|
|
3726
|
+
"successResponse": {
|
|
3727
|
+
"shape": "S22"
|
|
3728
|
+
},
|
|
3729
|
+
"failureResponse": {
|
|
3730
|
+
"shape": "S22"
|
|
3731
|
+
},
|
|
3732
|
+
"timeoutResponse": {
|
|
3733
|
+
"shape": "S22"
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3196
3736
|
},
|
|
3197
|
-
"
|
|
3198
|
-
"type": "
|
|
3737
|
+
"fulfillmentUpdatesSpecification": {
|
|
3738
|
+
"type": "structure",
|
|
3739
|
+
"required": [
|
|
3740
|
+
"active"
|
|
3741
|
+
],
|
|
3742
|
+
"members": {
|
|
3743
|
+
"active": {
|
|
3744
|
+
"type": "boolean"
|
|
3745
|
+
},
|
|
3746
|
+
"startResponse": {
|
|
3747
|
+
"type": "structure",
|
|
3748
|
+
"required": [
|
|
3749
|
+
"delayInSeconds",
|
|
3750
|
+
"messageGroups"
|
|
3751
|
+
],
|
|
3752
|
+
"members": {
|
|
3753
|
+
"delayInSeconds": {
|
|
3754
|
+
"type": "integer"
|
|
3755
|
+
},
|
|
3756
|
+
"messageGroups": {
|
|
3757
|
+
"shape": "S23"
|
|
3758
|
+
},
|
|
3759
|
+
"allowInterrupt": {
|
|
3760
|
+
"type": "boolean"
|
|
3761
|
+
}
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
"updateResponse": {
|
|
3765
|
+
"type": "structure",
|
|
3766
|
+
"required": [
|
|
3767
|
+
"frequencyInSeconds",
|
|
3768
|
+
"messageGroups"
|
|
3769
|
+
],
|
|
3770
|
+
"members": {
|
|
3771
|
+
"frequencyInSeconds": {
|
|
3772
|
+
"type": "integer"
|
|
3773
|
+
},
|
|
3774
|
+
"messageGroups": {
|
|
3775
|
+
"shape": "S23"
|
|
3776
|
+
},
|
|
3777
|
+
"allowInterrupt": {
|
|
3778
|
+
"type": "boolean"
|
|
3779
|
+
}
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
"timeoutInSeconds": {
|
|
3783
|
+
"type": "integer"
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3199
3786
|
}
|
|
3200
3787
|
}
|
|
3201
3788
|
},
|
|
3202
|
-
"
|
|
3789
|
+
"S22": {
|
|
3203
3790
|
"type": "structure",
|
|
3204
3791
|
"required": [
|
|
3205
|
-
"messageGroups"
|
|
3206
|
-
"maxRetries"
|
|
3792
|
+
"messageGroups"
|
|
3207
3793
|
],
|
|
3208
3794
|
"members": {
|
|
3209
3795
|
"messageGroups": {
|
|
3210
|
-
"shape": "
|
|
3211
|
-
},
|
|
3212
|
-
"maxRetries": {
|
|
3213
|
-
"type": "integer"
|
|
3796
|
+
"shape": "S23"
|
|
3214
3797
|
},
|
|
3215
3798
|
"allowInterrupt": {
|
|
3216
3799
|
"type": "boolean"
|
|
3217
3800
|
}
|
|
3218
3801
|
}
|
|
3219
3802
|
},
|
|
3220
|
-
"
|
|
3803
|
+
"S23": {
|
|
3221
3804
|
"type": "list",
|
|
3222
3805
|
"member": {
|
|
3223
3806
|
"type": "structure",
|
|
@@ -3226,18 +3809,18 @@
|
|
|
3226
3809
|
],
|
|
3227
3810
|
"members": {
|
|
3228
3811
|
"message": {
|
|
3229
|
-
"shape": "
|
|
3812
|
+
"shape": "S25"
|
|
3230
3813
|
},
|
|
3231
3814
|
"variations": {
|
|
3232
3815
|
"type": "list",
|
|
3233
3816
|
"member": {
|
|
3234
|
-
"shape": "
|
|
3817
|
+
"shape": "S25"
|
|
3235
3818
|
}
|
|
3236
3819
|
}
|
|
3237
3820
|
}
|
|
3238
3821
|
}
|
|
3239
3822
|
},
|
|
3240
|
-
"
|
|
3823
|
+
"S25": {
|
|
3241
3824
|
"type": "structure",
|
|
3242
3825
|
"members": {
|
|
3243
3826
|
"plainTextMessage": {
|
|
@@ -3294,35 +3877,57 @@
|
|
|
3294
3877
|
}
|
|
3295
3878
|
}
|
|
3296
3879
|
},
|
|
3297
|
-
"
|
|
3880
|
+
"S2r": {
|
|
3298
3881
|
"type": "structure",
|
|
3299
3882
|
"required": [
|
|
3300
|
-
"
|
|
3883
|
+
"promptSpecification",
|
|
3884
|
+
"declinationResponse"
|
|
3301
3885
|
],
|
|
3302
3886
|
"members": {
|
|
3303
|
-
"
|
|
3887
|
+
"promptSpecification": {
|
|
3888
|
+
"shape": "S2s"
|
|
3889
|
+
},
|
|
3890
|
+
"declinationResponse": {
|
|
3304
3891
|
"shape": "S22"
|
|
3305
3892
|
},
|
|
3893
|
+
"active": {
|
|
3894
|
+
"type": "boolean"
|
|
3895
|
+
}
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3898
|
+
"S2s": {
|
|
3899
|
+
"type": "structure",
|
|
3900
|
+
"required": [
|
|
3901
|
+
"messageGroups",
|
|
3902
|
+
"maxRetries"
|
|
3903
|
+
],
|
|
3904
|
+
"members": {
|
|
3905
|
+
"messageGroups": {
|
|
3906
|
+
"shape": "S23"
|
|
3907
|
+
},
|
|
3908
|
+
"maxRetries": {
|
|
3909
|
+
"type": "integer"
|
|
3910
|
+
},
|
|
3306
3911
|
"allowInterrupt": {
|
|
3307
3912
|
"type": "boolean"
|
|
3308
3913
|
}
|
|
3309
3914
|
}
|
|
3310
3915
|
},
|
|
3311
|
-
"
|
|
3916
|
+
"S2u": {
|
|
3312
3917
|
"type": "structure",
|
|
3313
3918
|
"required": [
|
|
3314
3919
|
"closingResponse"
|
|
3315
3920
|
],
|
|
3316
3921
|
"members": {
|
|
3317
3922
|
"closingResponse": {
|
|
3318
|
-
"shape": "
|
|
3923
|
+
"shape": "S22"
|
|
3319
3924
|
},
|
|
3320
3925
|
"active": {
|
|
3321
3926
|
"type": "boolean"
|
|
3322
3927
|
}
|
|
3323
3928
|
}
|
|
3324
3929
|
},
|
|
3325
|
-
"
|
|
3930
|
+
"S2v": {
|
|
3326
3931
|
"type": "list",
|
|
3327
3932
|
"member": {
|
|
3328
3933
|
"type": "structure",
|
|
@@ -3334,7 +3939,7 @@
|
|
|
3334
3939
|
}
|
|
3335
3940
|
}
|
|
3336
3941
|
},
|
|
3337
|
-
"
|
|
3942
|
+
"S2x": {
|
|
3338
3943
|
"type": "list",
|
|
3339
3944
|
"member": {
|
|
3340
3945
|
"type": "structure",
|
|
@@ -3354,7 +3959,7 @@
|
|
|
3354
3959
|
}
|
|
3355
3960
|
}
|
|
3356
3961
|
},
|
|
3357
|
-
"
|
|
3962
|
+
"S31": {
|
|
3358
3963
|
"type": "structure",
|
|
3359
3964
|
"required": [
|
|
3360
3965
|
"kendraIndex"
|
|
@@ -3367,7 +3972,7 @@
|
|
|
3367
3972
|
"queryFilterString": {}
|
|
3368
3973
|
}
|
|
3369
3974
|
},
|
|
3370
|
-
"
|
|
3975
|
+
"S3q": {
|
|
3371
3976
|
"type": "structure",
|
|
3372
3977
|
"required": [
|
|
3373
3978
|
"slotConstraint"
|
|
@@ -3395,10 +4000,10 @@
|
|
|
3395
4000
|
},
|
|
3396
4001
|
"slotConstraint": {},
|
|
3397
4002
|
"promptSpecification": {
|
|
3398
|
-
"shape": "
|
|
4003
|
+
"shape": "S2s"
|
|
3399
4004
|
},
|
|
3400
4005
|
"sampleUtterances": {
|
|
3401
|
-
"shape": "
|
|
4006
|
+
"shape": "S1w"
|
|
3402
4007
|
},
|
|
3403
4008
|
"waitAndContinueSpecification": {
|
|
3404
4009
|
"type": "structure",
|
|
@@ -3408,10 +4013,10 @@
|
|
|
3408
4013
|
],
|
|
3409
4014
|
"members": {
|
|
3410
4015
|
"waitingResponse": {
|
|
3411
|
-
"shape": "
|
|
4016
|
+
"shape": "S22"
|
|
3412
4017
|
},
|
|
3413
4018
|
"continueResponse": {
|
|
3414
|
-
"shape": "
|
|
4019
|
+
"shape": "S22"
|
|
3415
4020
|
},
|
|
3416
4021
|
"stillWaitingResponse": {
|
|
3417
4022
|
"type": "structure",
|
|
@@ -3422,7 +4027,7 @@
|
|
|
3422
4027
|
],
|
|
3423
4028
|
"members": {
|
|
3424
4029
|
"messageGroups": {
|
|
3425
|
-
"shape": "
|
|
4030
|
+
"shape": "S23"
|
|
3426
4031
|
},
|
|
3427
4032
|
"frequencyInSeconds": {
|
|
3428
4033
|
"type": "integer"
|
|
@@ -3442,7 +4047,7 @@
|
|
|
3442
4047
|
}
|
|
3443
4048
|
}
|
|
3444
4049
|
},
|
|
3445
|
-
"
|
|
4050
|
+
"S40": {
|
|
3446
4051
|
"type": "structure",
|
|
3447
4052
|
"required": [
|
|
3448
4053
|
"obfuscationSettingType"
|
|
@@ -3451,7 +4056,7 @@
|
|
|
3451
4056
|
"obfuscationSettingType": {}
|
|
3452
4057
|
}
|
|
3453
4058
|
},
|
|
3454
|
-
"
|
|
4059
|
+
"S42": {
|
|
3455
4060
|
"type": "structure",
|
|
3456
4061
|
"members": {
|
|
3457
4062
|
"allowMultipleValues": {
|
|
@@ -3459,24 +4064,24 @@
|
|
|
3459
4064
|
}
|
|
3460
4065
|
}
|
|
3461
4066
|
},
|
|
3462
|
-
"
|
|
4067
|
+
"S45": {
|
|
3463
4068
|
"type": "list",
|
|
3464
4069
|
"member": {
|
|
3465
4070
|
"type": "structure",
|
|
3466
4071
|
"members": {
|
|
3467
4072
|
"sampleValue": {
|
|
3468
|
-
"shape": "
|
|
4073
|
+
"shape": "S47"
|
|
3469
4074
|
},
|
|
3470
4075
|
"synonyms": {
|
|
3471
4076
|
"type": "list",
|
|
3472
4077
|
"member": {
|
|
3473
|
-
"shape": "
|
|
4078
|
+
"shape": "S47"
|
|
3474
4079
|
}
|
|
3475
4080
|
}
|
|
3476
4081
|
}
|
|
3477
4082
|
}
|
|
3478
4083
|
},
|
|
3479
|
-
"
|
|
4084
|
+
"S47": {
|
|
3480
4085
|
"type": "structure",
|
|
3481
4086
|
"required": [
|
|
3482
4087
|
"value"
|
|
@@ -3485,7 +4090,7 @@
|
|
|
3485
4090
|
"value": {}
|
|
3486
4091
|
}
|
|
3487
4092
|
},
|
|
3488
|
-
"
|
|
4093
|
+
"S4a": {
|
|
3489
4094
|
"type": "structure",
|
|
3490
4095
|
"required": [
|
|
3491
4096
|
"resolutionStrategy"
|
|
@@ -3503,11 +4108,78 @@
|
|
|
3503
4108
|
}
|
|
3504
4109
|
}
|
|
3505
4110
|
},
|
|
3506
|
-
"
|
|
4111
|
+
"S5g": {
|
|
3507
4112
|
"type": "list",
|
|
3508
4113
|
"member": {}
|
|
3509
4114
|
},
|
|
3510
|
-
"
|
|
4115
|
+
"S5o": {
|
|
4116
|
+
"type": "structure",
|
|
4117
|
+
"members": {
|
|
4118
|
+
"s3BucketTranscriptSource": {
|
|
4119
|
+
"type": "structure",
|
|
4120
|
+
"required": [
|
|
4121
|
+
"s3BucketName",
|
|
4122
|
+
"transcriptFormat"
|
|
4123
|
+
],
|
|
4124
|
+
"members": {
|
|
4125
|
+
"s3BucketName": {},
|
|
4126
|
+
"pathFormat": {
|
|
4127
|
+
"type": "structure",
|
|
4128
|
+
"members": {
|
|
4129
|
+
"objectPrefixes": {
|
|
4130
|
+
"type": "list",
|
|
4131
|
+
"member": {}
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
"transcriptFormat": {},
|
|
4136
|
+
"transcriptFilter": {
|
|
4137
|
+
"type": "structure",
|
|
4138
|
+
"members": {
|
|
4139
|
+
"lexTranscriptFilter": {
|
|
4140
|
+
"type": "structure",
|
|
4141
|
+
"members": {
|
|
4142
|
+
"dateRangeFilter": {
|
|
4143
|
+
"type": "structure",
|
|
4144
|
+
"required": [
|
|
4145
|
+
"startDateTime",
|
|
4146
|
+
"endDateTime"
|
|
4147
|
+
],
|
|
4148
|
+
"members": {
|
|
4149
|
+
"startDateTime": {
|
|
4150
|
+
"type": "timestamp"
|
|
4151
|
+
},
|
|
4152
|
+
"endDateTime": {
|
|
4153
|
+
"type": "timestamp"
|
|
4154
|
+
}
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
}
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
},
|
|
4161
|
+
"kmsKeyArn": {}
|
|
4162
|
+
}
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
"S5y": {
|
|
4167
|
+
"type": "structure",
|
|
4168
|
+
"members": {
|
|
4169
|
+
"kmsKeyArn": {},
|
|
4170
|
+
"botLocaleExportPassword": {
|
|
4171
|
+
"shape": "S5z"
|
|
4172
|
+
},
|
|
4173
|
+
"associatedTranscriptsPassword": {
|
|
4174
|
+
"shape": "S5z"
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4178
|
+
"S5z": {
|
|
4179
|
+
"type": "string",
|
|
4180
|
+
"sensitive": true
|
|
4181
|
+
},
|
|
4182
|
+
"S6b": {
|
|
3511
4183
|
"type": "structure",
|
|
3512
4184
|
"members": {
|
|
3513
4185
|
"botImportSpecification": {
|
|
@@ -3555,7 +4227,7 @@
|
|
|
3555
4227
|
}
|
|
3556
4228
|
}
|
|
3557
4229
|
},
|
|
3558
|
-
"
|
|
4230
|
+
"S6i": {
|
|
3559
4231
|
"type": "list",
|
|
3560
4232
|
"member": {
|
|
3561
4233
|
"type": "structure",
|
|
@@ -3571,7 +4243,28 @@
|
|
|
3571
4243
|
}
|
|
3572
4244
|
}
|
|
3573
4245
|
},
|
|
3574
|
-
"
|
|
4246
|
+
"S6s": {
|
|
4247
|
+
"type": "structure",
|
|
4248
|
+
"required": [
|
|
4249
|
+
"relativeAggregationDuration"
|
|
4250
|
+
],
|
|
4251
|
+
"members": {
|
|
4252
|
+
"relativeAggregationDuration": {
|
|
4253
|
+
"type": "structure",
|
|
4254
|
+
"required": [
|
|
4255
|
+
"timeDimension",
|
|
4256
|
+
"timeValue"
|
|
4257
|
+
],
|
|
4258
|
+
"members": {
|
|
4259
|
+
"timeDimension": {},
|
|
4260
|
+
"timeValue": {
|
|
4261
|
+
"type": "integer"
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4265
|
+
}
|
|
4266
|
+
},
|
|
4267
|
+
"S72": {
|
|
3575
4268
|
"type": "list",
|
|
3576
4269
|
"member": {}
|
|
3577
4270
|
}
|