@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
|
@@ -829,6 +829,9 @@
|
|
|
829
829
|
"ClientRequestToken": {
|
|
830
830
|
"shape": "S2g",
|
|
831
831
|
"idempotencyToken": true
|
|
832
|
+
},
|
|
833
|
+
"ChimeSdkMeetingConfiguration": {
|
|
834
|
+
"shape": "S39"
|
|
832
835
|
}
|
|
833
836
|
}
|
|
834
837
|
},
|
|
@@ -836,7 +839,7 @@
|
|
|
836
839
|
"type": "structure",
|
|
837
840
|
"members": {
|
|
838
841
|
"MediaCapturePipeline": {
|
|
839
|
-
"shape": "
|
|
842
|
+
"shape": "S3n"
|
|
840
843
|
}
|
|
841
844
|
}
|
|
842
845
|
}
|
|
@@ -857,17 +860,17 @@
|
|
|
857
860
|
"idempotencyToken": true
|
|
858
861
|
},
|
|
859
862
|
"ExternalMeetingId": {
|
|
860
|
-
"shape": "
|
|
863
|
+
"shape": "S3q"
|
|
861
864
|
},
|
|
862
865
|
"MeetingHostId": {
|
|
863
866
|
"shape": "Sn"
|
|
864
867
|
},
|
|
865
868
|
"MediaRegion": {},
|
|
866
869
|
"Tags": {
|
|
867
|
-
"shape": "
|
|
870
|
+
"shape": "S3r"
|
|
868
871
|
},
|
|
869
872
|
"NotificationsConfiguration": {
|
|
870
|
-
"shape": "
|
|
873
|
+
"shape": "S3s"
|
|
871
874
|
}
|
|
872
875
|
}
|
|
873
876
|
},
|
|
@@ -875,7 +878,7 @@
|
|
|
875
878
|
"type": "structure",
|
|
876
879
|
"members": {
|
|
877
880
|
"Meeting": {
|
|
878
|
-
"shape": "
|
|
881
|
+
"shape": "S3u"
|
|
879
882
|
}
|
|
880
883
|
}
|
|
881
884
|
}
|
|
@@ -932,17 +935,17 @@
|
|
|
932
935
|
"idempotencyToken": true
|
|
933
936
|
},
|
|
934
937
|
"ExternalMeetingId": {
|
|
935
|
-
"shape": "
|
|
938
|
+
"shape": "S3q"
|
|
936
939
|
},
|
|
937
940
|
"MeetingHostId": {
|
|
938
941
|
"shape": "Sn"
|
|
939
942
|
},
|
|
940
943
|
"MediaRegion": {},
|
|
941
944
|
"Tags": {
|
|
942
|
-
"shape": "
|
|
945
|
+
"shape": "S3r"
|
|
943
946
|
},
|
|
944
947
|
"NotificationsConfiguration": {
|
|
945
|
-
"shape": "
|
|
948
|
+
"shape": "S3s"
|
|
946
949
|
},
|
|
947
950
|
"Attendees": {
|
|
948
951
|
"type": "list",
|
|
@@ -956,7 +959,7 @@
|
|
|
956
959
|
"type": "structure",
|
|
957
960
|
"members": {
|
|
958
961
|
"Meeting": {
|
|
959
|
-
"shape": "
|
|
962
|
+
"shape": "S3u"
|
|
960
963
|
},
|
|
961
964
|
"Attendees": {
|
|
962
965
|
"shape": "St"
|
|
@@ -989,7 +992,7 @@
|
|
|
989
992
|
"type": "structure",
|
|
990
993
|
"members": {
|
|
991
994
|
"PhoneNumberOrder": {
|
|
992
|
-
"shape": "
|
|
995
|
+
"shape": "S44"
|
|
993
996
|
}
|
|
994
997
|
}
|
|
995
998
|
}
|
|
@@ -1025,12 +1028,12 @@
|
|
|
1025
1028
|
"type": "integer"
|
|
1026
1029
|
},
|
|
1027
1030
|
"Capabilities": {
|
|
1028
|
-
"shape": "
|
|
1031
|
+
"shape": "S4e"
|
|
1029
1032
|
},
|
|
1030
1033
|
"NumberSelectionBehavior": {},
|
|
1031
1034
|
"GeoMatchLevel": {},
|
|
1032
1035
|
"GeoMatchParams": {
|
|
1033
|
-
"shape": "
|
|
1036
|
+
"shape": "S4i"
|
|
1034
1037
|
}
|
|
1035
1038
|
}
|
|
1036
1039
|
},
|
|
@@ -1038,7 +1041,7 @@
|
|
|
1038
1041
|
"type": "structure",
|
|
1039
1042
|
"members": {
|
|
1040
1043
|
"ProxySession": {
|
|
1041
|
-
"shape": "
|
|
1044
|
+
"shape": "S4m"
|
|
1042
1045
|
}
|
|
1043
1046
|
}
|
|
1044
1047
|
}
|
|
@@ -1072,7 +1075,7 @@
|
|
|
1072
1075
|
"type": "structure",
|
|
1073
1076
|
"members": {
|
|
1074
1077
|
"Room": {
|
|
1075
|
-
"shape": "
|
|
1078
|
+
"shape": "S4t"
|
|
1076
1079
|
}
|
|
1077
1080
|
}
|
|
1078
1081
|
}
|
|
@@ -1106,7 +1109,7 @@
|
|
|
1106
1109
|
"type": "structure",
|
|
1107
1110
|
"members": {
|
|
1108
1111
|
"RoomMembership": {
|
|
1109
|
-
"shape": "
|
|
1112
|
+
"shape": "S4w"
|
|
1110
1113
|
}
|
|
1111
1114
|
}
|
|
1112
1115
|
}
|
|
@@ -1127,7 +1130,7 @@
|
|
|
1127
1130
|
"AwsRegion": {},
|
|
1128
1131
|
"Name": {},
|
|
1129
1132
|
"Endpoints": {
|
|
1130
|
-
"shape": "
|
|
1133
|
+
"shape": "S51"
|
|
1131
1134
|
}
|
|
1132
1135
|
}
|
|
1133
1136
|
},
|
|
@@ -1135,7 +1138,7 @@
|
|
|
1135
1138
|
"type": "structure",
|
|
1136
1139
|
"members": {
|
|
1137
1140
|
"SipMediaApplication": {
|
|
1138
|
-
"shape": "
|
|
1141
|
+
"shape": "S55"
|
|
1139
1142
|
}
|
|
1140
1143
|
}
|
|
1141
1144
|
}
|
|
@@ -1162,6 +1165,15 @@
|
|
|
1162
1165
|
"SipMediaApplicationId": {
|
|
1163
1166
|
"location": "uri",
|
|
1164
1167
|
"locationName": "sipMediaApplicationId"
|
|
1168
|
+
},
|
|
1169
|
+
"SipHeaders": {
|
|
1170
|
+
"type": "map",
|
|
1171
|
+
"key": {
|
|
1172
|
+
"shape": "S23"
|
|
1173
|
+
},
|
|
1174
|
+
"value": {
|
|
1175
|
+
"shape": "S23"
|
|
1176
|
+
}
|
|
1165
1177
|
}
|
|
1166
1178
|
}
|
|
1167
1179
|
},
|
|
@@ -1169,7 +1181,7 @@
|
|
|
1169
1181
|
"type": "structure",
|
|
1170
1182
|
"members": {
|
|
1171
1183
|
"SipMediaApplicationCall": {
|
|
1172
|
-
"shape": "
|
|
1184
|
+
"shape": "S59"
|
|
1173
1185
|
}
|
|
1174
1186
|
}
|
|
1175
1187
|
}
|
|
@@ -1195,7 +1207,7 @@
|
|
|
1195
1207
|
"type": "boolean"
|
|
1196
1208
|
},
|
|
1197
1209
|
"TargetApplications": {
|
|
1198
|
-
"shape": "
|
|
1210
|
+
"shape": "S5d"
|
|
1199
1211
|
}
|
|
1200
1212
|
}
|
|
1201
1213
|
},
|
|
@@ -1203,7 +1215,7 @@
|
|
|
1203
1215
|
"type": "structure",
|
|
1204
1216
|
"members": {
|
|
1205
1217
|
"SipRule": {
|
|
1206
|
-
"shape": "
|
|
1218
|
+
"shape": "S5h"
|
|
1207
1219
|
}
|
|
1208
1220
|
}
|
|
1209
1221
|
}
|
|
@@ -1225,7 +1237,7 @@
|
|
|
1225
1237
|
},
|
|
1226
1238
|
"Username": {},
|
|
1227
1239
|
"Email": {
|
|
1228
|
-
"shape": "
|
|
1240
|
+
"shape": "S5j"
|
|
1229
1241
|
},
|
|
1230
1242
|
"UserType": {}
|
|
1231
1243
|
}
|
|
@@ -1234,7 +1246,7 @@
|
|
|
1234
1246
|
"type": "structure",
|
|
1235
1247
|
"members": {
|
|
1236
1248
|
"User": {
|
|
1237
|
-
"shape": "
|
|
1249
|
+
"shape": "S5l"
|
|
1238
1250
|
}
|
|
1239
1251
|
}
|
|
1240
1252
|
}
|
|
@@ -1262,7 +1274,7 @@
|
|
|
1262
1274
|
"type": "structure",
|
|
1263
1275
|
"members": {
|
|
1264
1276
|
"VoiceConnector": {
|
|
1265
|
-
"shape": "
|
|
1277
|
+
"shape": "S5s"
|
|
1266
1278
|
}
|
|
1267
1279
|
}
|
|
1268
1280
|
}
|
|
@@ -1280,7 +1292,7 @@
|
|
|
1280
1292
|
"members": {
|
|
1281
1293
|
"Name": {},
|
|
1282
1294
|
"VoiceConnectorItems": {
|
|
1283
|
-
"shape": "
|
|
1295
|
+
"shape": "S5v"
|
|
1284
1296
|
}
|
|
1285
1297
|
}
|
|
1286
1298
|
},
|
|
@@ -1288,7 +1300,7 @@
|
|
|
1288
1300
|
"type": "structure",
|
|
1289
1301
|
"members": {
|
|
1290
1302
|
"VoiceConnectorGroup": {
|
|
1291
|
-
"shape": "
|
|
1303
|
+
"shape": "S5z"
|
|
1292
1304
|
}
|
|
1293
1305
|
}
|
|
1294
1306
|
}
|
|
@@ -1926,7 +1938,7 @@
|
|
|
1926
1938
|
"locationName": "voiceConnectorId"
|
|
1927
1939
|
},
|
|
1928
1940
|
"Usernames": {
|
|
1929
|
-
"shape": "
|
|
1941
|
+
"shape": "S6u"
|
|
1930
1942
|
}
|
|
1931
1943
|
}
|
|
1932
1944
|
}
|
|
@@ -2259,7 +2271,7 @@
|
|
|
2259
2271
|
"type": "structure",
|
|
2260
2272
|
"members": {
|
|
2261
2273
|
"ChannelMembership": {
|
|
2262
|
-
"shape": "
|
|
2274
|
+
"shape": "S7g"
|
|
2263
2275
|
}
|
|
2264
2276
|
}
|
|
2265
2277
|
},
|
|
@@ -2298,7 +2310,7 @@
|
|
|
2298
2310
|
"type": "structure",
|
|
2299
2311
|
"members": {
|
|
2300
2312
|
"Channel": {
|
|
2301
|
-
"shape": "
|
|
2313
|
+
"shape": "S7l"
|
|
2302
2314
|
}
|
|
2303
2315
|
}
|
|
2304
2316
|
},
|
|
@@ -2517,7 +2529,7 @@
|
|
|
2517
2529
|
"type": "structure",
|
|
2518
2530
|
"members": {
|
|
2519
2531
|
"AccountSettings": {
|
|
2520
|
-
"shape": "
|
|
2532
|
+
"shape": "S81"
|
|
2521
2533
|
}
|
|
2522
2534
|
}
|
|
2523
2535
|
}
|
|
@@ -2544,7 +2556,7 @@
|
|
|
2544
2556
|
"type": "structure",
|
|
2545
2557
|
"members": {
|
|
2546
2558
|
"AppInstanceRetentionSettings": {
|
|
2547
|
-
"shape": "
|
|
2559
|
+
"shape": "S84"
|
|
2548
2560
|
},
|
|
2549
2561
|
"InitiateDeletionTimestamp": {
|
|
2550
2562
|
"type": "timestamp"
|
|
@@ -2577,7 +2589,7 @@
|
|
|
2577
2589
|
"type": "structure",
|
|
2578
2590
|
"members": {
|
|
2579
2591
|
"AppInstanceStreamingConfigurations": {
|
|
2580
|
-
"shape": "
|
|
2592
|
+
"shape": "S89"
|
|
2581
2593
|
}
|
|
2582
2594
|
}
|
|
2583
2595
|
}
|
|
@@ -2682,7 +2694,7 @@
|
|
|
2682
2694
|
"ChannelArn": {},
|
|
2683
2695
|
"MessageId": {},
|
|
2684
2696
|
"Content": {
|
|
2685
|
-
"shape": "
|
|
2697
|
+
"shape": "S8j"
|
|
2686
2698
|
},
|
|
2687
2699
|
"Metadata": {
|
|
2688
2700
|
"shape": "S2f"
|
|
@@ -2739,7 +2751,7 @@
|
|
|
2739
2751
|
"type": "structure",
|
|
2740
2752
|
"members": {
|
|
2741
2753
|
"EventsConfiguration": {
|
|
2742
|
-
"shape": "
|
|
2754
|
+
"shape": "S8p"
|
|
2743
2755
|
}
|
|
2744
2756
|
}
|
|
2745
2757
|
}
|
|
@@ -2754,10 +2766,10 @@
|
|
|
2754
2766
|
"type": "structure",
|
|
2755
2767
|
"members": {
|
|
2756
2768
|
"BusinessCalling": {
|
|
2757
|
-
"shape": "
|
|
2769
|
+
"shape": "S8r"
|
|
2758
2770
|
},
|
|
2759
2771
|
"VoiceConnector": {
|
|
2760
|
-
"shape": "
|
|
2772
|
+
"shape": "S8s"
|
|
2761
2773
|
}
|
|
2762
2774
|
}
|
|
2763
2775
|
}
|
|
@@ -2784,7 +2796,7 @@
|
|
|
2784
2796
|
"type": "structure",
|
|
2785
2797
|
"members": {
|
|
2786
2798
|
"MediaCapturePipeline": {
|
|
2787
|
-
"shape": "
|
|
2799
|
+
"shape": "S3n"
|
|
2788
2800
|
}
|
|
2789
2801
|
}
|
|
2790
2802
|
}
|
|
@@ -2811,7 +2823,7 @@
|
|
|
2811
2823
|
"type": "structure",
|
|
2812
2824
|
"members": {
|
|
2813
2825
|
"Meeting": {
|
|
2814
|
-
"shape": "
|
|
2826
|
+
"shape": "S3u"
|
|
2815
2827
|
}
|
|
2816
2828
|
}
|
|
2817
2829
|
}
|
|
@@ -2862,7 +2874,7 @@
|
|
|
2862
2874
|
"type": "structure",
|
|
2863
2875
|
"members": {
|
|
2864
2876
|
"PhoneNumber": {
|
|
2865
|
-
"shape": "
|
|
2877
|
+
"shape": "S93"
|
|
2866
2878
|
}
|
|
2867
2879
|
}
|
|
2868
2880
|
}
|
|
@@ -2889,7 +2901,7 @@
|
|
|
2889
2901
|
"type": "structure",
|
|
2890
2902
|
"members": {
|
|
2891
2903
|
"PhoneNumberOrder": {
|
|
2892
|
-
"shape": "
|
|
2904
|
+
"shape": "S44"
|
|
2893
2905
|
}
|
|
2894
2906
|
}
|
|
2895
2907
|
}
|
|
@@ -2939,7 +2951,7 @@
|
|
|
2939
2951
|
"type": "structure",
|
|
2940
2952
|
"members": {
|
|
2941
2953
|
"ProxySession": {
|
|
2942
|
-
"shape": "
|
|
2954
|
+
"shape": "S4m"
|
|
2943
2955
|
}
|
|
2944
2956
|
}
|
|
2945
2957
|
}
|
|
@@ -2965,7 +2977,7 @@
|
|
|
2965
2977
|
"type": "structure",
|
|
2966
2978
|
"members": {
|
|
2967
2979
|
"RetentionSettings": {
|
|
2968
|
-
"shape": "
|
|
2980
|
+
"shape": "S9j"
|
|
2969
2981
|
},
|
|
2970
2982
|
"InitiateDeletionTimestamp": {
|
|
2971
2983
|
"shape": "S2a"
|
|
@@ -3000,7 +3012,7 @@
|
|
|
3000
3012
|
"type": "structure",
|
|
3001
3013
|
"members": {
|
|
3002
3014
|
"Room": {
|
|
3003
|
-
"shape": "
|
|
3015
|
+
"shape": "S4t"
|
|
3004
3016
|
}
|
|
3005
3017
|
}
|
|
3006
3018
|
}
|
|
@@ -3027,7 +3039,7 @@
|
|
|
3027
3039
|
"type": "structure",
|
|
3028
3040
|
"members": {
|
|
3029
3041
|
"SipMediaApplication": {
|
|
3030
|
-
"shape": "
|
|
3042
|
+
"shape": "S55"
|
|
3031
3043
|
}
|
|
3032
3044
|
}
|
|
3033
3045
|
}
|
|
@@ -3054,7 +3066,7 @@
|
|
|
3054
3066
|
"type": "structure",
|
|
3055
3067
|
"members": {
|
|
3056
3068
|
"SipMediaApplicationLoggingConfiguration": {
|
|
3057
|
-
"shape": "
|
|
3069
|
+
"shape": "S9s"
|
|
3058
3070
|
}
|
|
3059
3071
|
}
|
|
3060
3072
|
}
|
|
@@ -3081,7 +3093,7 @@
|
|
|
3081
3093
|
"type": "structure",
|
|
3082
3094
|
"members": {
|
|
3083
3095
|
"SipRule": {
|
|
3084
|
-
"shape": "
|
|
3096
|
+
"shape": "S5h"
|
|
3085
3097
|
}
|
|
3086
3098
|
}
|
|
3087
3099
|
}
|
|
@@ -3113,7 +3125,7 @@
|
|
|
3113
3125
|
"type": "structure",
|
|
3114
3126
|
"members": {
|
|
3115
3127
|
"User": {
|
|
3116
|
-
"shape": "
|
|
3128
|
+
"shape": "S5l"
|
|
3117
3129
|
}
|
|
3118
3130
|
}
|
|
3119
3131
|
}
|
|
@@ -3145,7 +3157,7 @@
|
|
|
3145
3157
|
"type": "structure",
|
|
3146
3158
|
"members": {
|
|
3147
3159
|
"UserSettings": {
|
|
3148
|
-
"shape": "
|
|
3160
|
+
"shape": "S9z"
|
|
3149
3161
|
}
|
|
3150
3162
|
}
|
|
3151
3163
|
}
|
|
@@ -3172,7 +3184,7 @@
|
|
|
3172
3184
|
"type": "structure",
|
|
3173
3185
|
"members": {
|
|
3174
3186
|
"VoiceConnector": {
|
|
3175
|
-
"shape": "
|
|
3187
|
+
"shape": "S5s"
|
|
3176
3188
|
}
|
|
3177
3189
|
}
|
|
3178
3190
|
}
|
|
@@ -3199,7 +3211,7 @@
|
|
|
3199
3211
|
"type": "structure",
|
|
3200
3212
|
"members": {
|
|
3201
3213
|
"EmergencyCallingConfiguration": {
|
|
3202
|
-
"shape": "
|
|
3214
|
+
"shape": "Sa5"
|
|
3203
3215
|
}
|
|
3204
3216
|
}
|
|
3205
3217
|
}
|
|
@@ -3226,7 +3238,7 @@
|
|
|
3226
3238
|
"type": "structure",
|
|
3227
3239
|
"members": {
|
|
3228
3240
|
"VoiceConnectorGroup": {
|
|
3229
|
-
"shape": "
|
|
3241
|
+
"shape": "S5z"
|
|
3230
3242
|
}
|
|
3231
3243
|
}
|
|
3232
3244
|
}
|
|
@@ -3253,7 +3265,7 @@
|
|
|
3253
3265
|
"type": "structure",
|
|
3254
3266
|
"members": {
|
|
3255
3267
|
"LoggingConfiguration": {
|
|
3256
|
-
"shape": "
|
|
3268
|
+
"shape": "Sac"
|
|
3257
3269
|
}
|
|
3258
3270
|
}
|
|
3259
3271
|
}
|
|
@@ -3280,7 +3292,7 @@
|
|
|
3280
3292
|
"type": "structure",
|
|
3281
3293
|
"members": {
|
|
3282
3294
|
"Origination": {
|
|
3283
|
-
"shape": "
|
|
3295
|
+
"shape": "Saf"
|
|
3284
3296
|
}
|
|
3285
3297
|
}
|
|
3286
3298
|
}
|
|
@@ -3307,7 +3319,7 @@
|
|
|
3307
3319
|
"type": "structure",
|
|
3308
3320
|
"members": {
|
|
3309
3321
|
"Proxy": {
|
|
3310
|
-
"shape": "
|
|
3322
|
+
"shape": "Sao"
|
|
3311
3323
|
}
|
|
3312
3324
|
}
|
|
3313
3325
|
}
|
|
@@ -3334,7 +3346,7 @@
|
|
|
3334
3346
|
"type": "structure",
|
|
3335
3347
|
"members": {
|
|
3336
3348
|
"StreamingConfiguration": {
|
|
3337
|
-
"shape": "
|
|
3349
|
+
"shape": "Sat"
|
|
3338
3350
|
}
|
|
3339
3351
|
}
|
|
3340
3352
|
}
|
|
@@ -3361,7 +3373,7 @@
|
|
|
3361
3373
|
"type": "structure",
|
|
3362
3374
|
"members": {
|
|
3363
3375
|
"Termination": {
|
|
3364
|
-
"shape": "
|
|
3376
|
+
"shape": "Sb0"
|
|
3365
3377
|
}
|
|
3366
3378
|
}
|
|
3367
3379
|
}
|
|
@@ -3418,7 +3430,7 @@
|
|
|
3418
3430
|
"UserEmailList": {
|
|
3419
3431
|
"type": "list",
|
|
3420
3432
|
"member": {
|
|
3421
|
-
"shape": "
|
|
3433
|
+
"shape": "S5j"
|
|
3422
3434
|
}
|
|
3423
3435
|
},
|
|
3424
3436
|
"UserType": {}
|
|
@@ -3435,7 +3447,7 @@
|
|
|
3435
3447
|
"InviteId": {},
|
|
3436
3448
|
"Status": {},
|
|
3437
3449
|
"EmailAddress": {
|
|
3438
|
-
"shape": "
|
|
3450
|
+
"shape": "S5j"
|
|
3439
3451
|
},
|
|
3440
3452
|
"EmailStatus": {}
|
|
3441
3453
|
}
|
|
@@ -3457,7 +3469,7 @@
|
|
|
3457
3469
|
"locationName": "name"
|
|
3458
3470
|
},
|
|
3459
3471
|
"UserEmail": {
|
|
3460
|
-
"shape": "
|
|
3472
|
+
"shape": "S5j",
|
|
3461
3473
|
"location": "querystring",
|
|
3462
3474
|
"locationName": "user-email"
|
|
3463
3475
|
},
|
|
@@ -3507,7 +3519,7 @@
|
|
|
3507
3519
|
"type": "integer"
|
|
3508
3520
|
},
|
|
3509
3521
|
"NextToken": {
|
|
3510
|
-
"shape": "
|
|
3522
|
+
"shape": "Sbj",
|
|
3511
3523
|
"location": "querystring",
|
|
3512
3524
|
"locationName": "next-token"
|
|
3513
3525
|
}
|
|
@@ -3529,7 +3541,7 @@
|
|
|
3529
3541
|
}
|
|
3530
3542
|
},
|
|
3531
3543
|
"NextToken": {
|
|
3532
|
-
"shape": "
|
|
3544
|
+
"shape": "Sbj"
|
|
3533
3545
|
}
|
|
3534
3546
|
}
|
|
3535
3547
|
},
|
|
@@ -3559,7 +3571,7 @@
|
|
|
3559
3571
|
"type": "integer"
|
|
3560
3572
|
},
|
|
3561
3573
|
"NextToken": {
|
|
3562
|
-
"shape": "
|
|
3574
|
+
"shape": "Sbj",
|
|
3563
3575
|
"location": "querystring",
|
|
3564
3576
|
"locationName": "next-token"
|
|
3565
3577
|
}
|
|
@@ -3585,7 +3597,7 @@
|
|
|
3585
3597
|
}
|
|
3586
3598
|
},
|
|
3587
3599
|
"NextToken": {
|
|
3588
|
-
"shape": "
|
|
3600
|
+
"shape": "Sbj"
|
|
3589
3601
|
}
|
|
3590
3602
|
}
|
|
3591
3603
|
},
|
|
@@ -3608,7 +3620,7 @@
|
|
|
3608
3620
|
"type": "integer"
|
|
3609
3621
|
},
|
|
3610
3622
|
"NextToken": {
|
|
3611
|
-
"shape": "
|
|
3623
|
+
"shape": "Sbj",
|
|
3612
3624
|
"location": "querystring",
|
|
3613
3625
|
"locationName": "next-token"
|
|
3614
3626
|
}
|
|
@@ -3633,7 +3645,7 @@
|
|
|
3633
3645
|
}
|
|
3634
3646
|
},
|
|
3635
3647
|
"NextToken": {
|
|
3636
|
-
"shape": "
|
|
3648
|
+
"shape": "Sbj"
|
|
3637
3649
|
}
|
|
3638
3650
|
}
|
|
3639
3651
|
},
|
|
@@ -3772,7 +3784,7 @@
|
|
|
3772
3784
|
"type": "integer"
|
|
3773
3785
|
},
|
|
3774
3786
|
"NextToken": {
|
|
3775
|
-
"shape": "
|
|
3787
|
+
"shape": "Sbj",
|
|
3776
3788
|
"location": "querystring",
|
|
3777
3789
|
"locationName": "next-token"
|
|
3778
3790
|
},
|
|
@@ -3787,7 +3799,7 @@
|
|
|
3787
3799
|
"members": {
|
|
3788
3800
|
"ChannelArn": {},
|
|
3789
3801
|
"NextToken": {
|
|
3790
|
-
"shape": "
|
|
3802
|
+
"shape": "Sbj"
|
|
3791
3803
|
},
|
|
3792
3804
|
"ChannelBans": {
|
|
3793
3805
|
"type": "list",
|
|
@@ -3832,7 +3844,7 @@
|
|
|
3832
3844
|
"type": "integer"
|
|
3833
3845
|
},
|
|
3834
3846
|
"NextToken": {
|
|
3835
|
-
"shape": "
|
|
3847
|
+
"shape": "Sbj",
|
|
3836
3848
|
"location": "querystring",
|
|
3837
3849
|
"locationName": "next-token"
|
|
3838
3850
|
},
|
|
@@ -3858,7 +3870,7 @@
|
|
|
3858
3870
|
}
|
|
3859
3871
|
},
|
|
3860
3872
|
"NextToken": {
|
|
3861
|
-
"shape": "
|
|
3873
|
+
"shape": "Sbj"
|
|
3862
3874
|
}
|
|
3863
3875
|
}
|
|
3864
3876
|
},
|
|
@@ -3885,7 +3897,7 @@
|
|
|
3885
3897
|
"type": "integer"
|
|
3886
3898
|
},
|
|
3887
3899
|
"NextToken": {
|
|
3888
|
-
"shape": "
|
|
3900
|
+
"shape": "Sbj",
|
|
3889
3901
|
"location": "querystring",
|
|
3890
3902
|
"locationName": "next-token"
|
|
3891
3903
|
},
|
|
@@ -3901,11 +3913,11 @@
|
|
|
3901
3913
|
"ChannelMemberships": {
|
|
3902
3914
|
"type": "list",
|
|
3903
3915
|
"member": {
|
|
3904
|
-
"shape": "
|
|
3916
|
+
"shape": "S7g"
|
|
3905
3917
|
}
|
|
3906
3918
|
},
|
|
3907
3919
|
"NextToken": {
|
|
3908
|
-
"shape": "
|
|
3920
|
+
"shape": "Sbj"
|
|
3909
3921
|
}
|
|
3910
3922
|
}
|
|
3911
3923
|
},
|
|
@@ -3949,7 +3961,7 @@
|
|
|
3949
3961
|
"type": "integer"
|
|
3950
3962
|
},
|
|
3951
3963
|
"NextToken": {
|
|
3952
|
-
"shape": "
|
|
3964
|
+
"shape": "Sbj",
|
|
3953
3965
|
"location": "querystring",
|
|
3954
3966
|
"locationName": "next-token"
|
|
3955
3967
|
},
|
|
@@ -3964,7 +3976,7 @@
|
|
|
3964
3976
|
"members": {
|
|
3965
3977
|
"ChannelArn": {},
|
|
3966
3978
|
"NextToken": {
|
|
3967
|
-
"shape": "
|
|
3979
|
+
"shape": "Sbj"
|
|
3968
3980
|
},
|
|
3969
3981
|
"ChannelMessages": {
|
|
3970
3982
|
"type": "list",
|
|
@@ -3973,7 +3985,7 @@
|
|
|
3973
3985
|
"members": {
|
|
3974
3986
|
"MessageId": {},
|
|
3975
3987
|
"Content": {
|
|
3976
|
-
"shape": "
|
|
3988
|
+
"shape": "S8j"
|
|
3977
3989
|
},
|
|
3978
3990
|
"Metadata": {
|
|
3979
3991
|
"shape": "S2f"
|
|
@@ -4025,7 +4037,7 @@
|
|
|
4025
4037
|
"type": "integer"
|
|
4026
4038
|
},
|
|
4027
4039
|
"NextToken": {
|
|
4028
|
-
"shape": "
|
|
4040
|
+
"shape": "Sbj",
|
|
4029
4041
|
"location": "querystring",
|
|
4030
4042
|
"locationName": "next-token"
|
|
4031
4043
|
},
|
|
@@ -4040,7 +4052,7 @@
|
|
|
4040
4052
|
"members": {
|
|
4041
4053
|
"ChannelArn": {},
|
|
4042
4054
|
"NextToken": {
|
|
4043
|
-
"shape": "
|
|
4055
|
+
"shape": "Sbj"
|
|
4044
4056
|
},
|
|
4045
4057
|
"ChannelModerators": {
|
|
4046
4058
|
"type": "list",
|
|
@@ -4085,7 +4097,7 @@
|
|
|
4085
4097
|
"type": "integer"
|
|
4086
4098
|
},
|
|
4087
4099
|
"NextToken": {
|
|
4088
|
-
"shape": "
|
|
4100
|
+
"shape": "Sbj",
|
|
4089
4101
|
"location": "querystring",
|
|
4090
4102
|
"locationName": "next-token"
|
|
4091
4103
|
},
|
|
@@ -4101,11 +4113,11 @@
|
|
|
4101
4113
|
"Channels": {
|
|
4102
4114
|
"type": "list",
|
|
4103
4115
|
"member": {
|
|
4104
|
-
"shape": "
|
|
4116
|
+
"shape": "S7h"
|
|
4105
4117
|
}
|
|
4106
4118
|
},
|
|
4107
4119
|
"NextToken": {
|
|
4108
|
-
"shape": "
|
|
4120
|
+
"shape": "Sbj"
|
|
4109
4121
|
}
|
|
4110
4122
|
}
|
|
4111
4123
|
},
|
|
@@ -4132,7 +4144,7 @@
|
|
|
4132
4144
|
"type": "integer"
|
|
4133
4145
|
},
|
|
4134
4146
|
"NextToken": {
|
|
4135
|
-
"shape": "
|
|
4147
|
+
"shape": "Sbj",
|
|
4136
4148
|
"location": "querystring",
|
|
4137
4149
|
"locationName": "next-token"
|
|
4138
4150
|
},
|
|
@@ -4148,11 +4160,11 @@
|
|
|
4148
4160
|
"Channels": {
|
|
4149
4161
|
"type": "list",
|
|
4150
4162
|
"member": {
|
|
4151
|
-
"shape": "
|
|
4163
|
+
"shape": "S7l"
|
|
4152
4164
|
}
|
|
4153
4165
|
},
|
|
4154
4166
|
"NextToken": {
|
|
4155
|
-
"shape": "
|
|
4167
|
+
"shape": "Sbj"
|
|
4156
4168
|
}
|
|
4157
4169
|
}
|
|
4158
4170
|
},
|
|
@@ -4186,7 +4198,7 @@
|
|
|
4186
4198
|
"MediaCapturePipelines": {
|
|
4187
4199
|
"type": "list",
|
|
4188
4200
|
"member": {
|
|
4189
|
-
"shape": "
|
|
4201
|
+
"shape": "S3n"
|
|
4190
4202
|
}
|
|
4191
4203
|
},
|
|
4192
4204
|
"NextToken": {}
|
|
@@ -4246,7 +4258,7 @@
|
|
|
4246
4258
|
"Meetings": {
|
|
4247
4259
|
"type": "list",
|
|
4248
4260
|
"member": {
|
|
4249
|
-
"shape": "
|
|
4261
|
+
"shape": "S3u"
|
|
4250
4262
|
}
|
|
4251
4263
|
},
|
|
4252
4264
|
"NextToken": {}
|
|
@@ -4279,7 +4291,7 @@
|
|
|
4279
4291
|
"PhoneNumberOrders": {
|
|
4280
4292
|
"type": "list",
|
|
4281
4293
|
"member": {
|
|
4282
|
-
"shape": "
|
|
4294
|
+
"shape": "S44"
|
|
4283
4295
|
}
|
|
4284
4296
|
},
|
|
4285
4297
|
"NextToken": {}
|
|
@@ -4327,7 +4339,7 @@
|
|
|
4327
4339
|
"PhoneNumbers": {
|
|
4328
4340
|
"type": "list",
|
|
4329
4341
|
"member": {
|
|
4330
|
-
"shape": "
|
|
4342
|
+
"shape": "S93"
|
|
4331
4343
|
}
|
|
4332
4344
|
},
|
|
4333
4345
|
"NextToken": {}
|
|
@@ -4371,7 +4383,7 @@
|
|
|
4371
4383
|
"ProxySessions": {
|
|
4372
4384
|
"type": "list",
|
|
4373
4385
|
"member": {
|
|
4374
|
-
"shape": "
|
|
4386
|
+
"shape": "S4m"
|
|
4375
4387
|
}
|
|
4376
4388
|
},
|
|
4377
4389
|
"NextToken": {}
|
|
@@ -4416,7 +4428,7 @@
|
|
|
4416
4428
|
"RoomMemberships": {
|
|
4417
4429
|
"type": "list",
|
|
4418
4430
|
"member": {
|
|
4419
|
-
"shape": "
|
|
4431
|
+
"shape": "S4w"
|
|
4420
4432
|
}
|
|
4421
4433
|
},
|
|
4422
4434
|
"NextToken": {}
|
|
@@ -4460,7 +4472,7 @@
|
|
|
4460
4472
|
"Rooms": {
|
|
4461
4473
|
"type": "list",
|
|
4462
4474
|
"member": {
|
|
4463
|
-
"shape": "
|
|
4475
|
+
"shape": "S4t"
|
|
4464
4476
|
}
|
|
4465
4477
|
},
|
|
4466
4478
|
"NextToken": {}
|
|
@@ -4493,7 +4505,7 @@
|
|
|
4493
4505
|
"SipMediaApplications": {
|
|
4494
4506
|
"type": "list",
|
|
4495
4507
|
"member": {
|
|
4496
|
-
"shape": "
|
|
4508
|
+
"shape": "S55"
|
|
4497
4509
|
}
|
|
4498
4510
|
},
|
|
4499
4511
|
"NextToken": {}
|
|
@@ -4530,7 +4542,7 @@
|
|
|
4530
4542
|
"SipRules": {
|
|
4531
4543
|
"type": "list",
|
|
4532
4544
|
"member": {
|
|
4533
|
-
"shape": "
|
|
4545
|
+
"shape": "S5h"
|
|
4534
4546
|
}
|
|
4535
4547
|
},
|
|
4536
4548
|
"NextToken": {}
|
|
@@ -4618,7 +4630,7 @@
|
|
|
4618
4630
|
"locationName": "accountId"
|
|
4619
4631
|
},
|
|
4620
4632
|
"UserEmail": {
|
|
4621
|
-
"shape": "
|
|
4633
|
+
"shape": "S5j",
|
|
4622
4634
|
"location": "querystring",
|
|
4623
4635
|
"locationName": "user-email"
|
|
4624
4636
|
},
|
|
@@ -4643,7 +4655,7 @@
|
|
|
4643
4655
|
"Users": {
|
|
4644
4656
|
"type": "list",
|
|
4645
4657
|
"member": {
|
|
4646
|
-
"shape": "
|
|
4658
|
+
"shape": "S5l"
|
|
4647
4659
|
}
|
|
4648
4660
|
},
|
|
4649
4661
|
"NextToken": {}
|
|
@@ -4676,7 +4688,7 @@
|
|
|
4676
4688
|
"VoiceConnectorGroups": {
|
|
4677
4689
|
"type": "list",
|
|
4678
4690
|
"member": {
|
|
4679
|
-
"shape": "
|
|
4691
|
+
"shape": "S5z"
|
|
4680
4692
|
}
|
|
4681
4693
|
},
|
|
4682
4694
|
"NextToken": {}
|
|
@@ -4705,7 +4717,7 @@
|
|
|
4705
4717
|
"type": "structure",
|
|
4706
4718
|
"members": {
|
|
4707
4719
|
"Usernames": {
|
|
4708
|
-
"shape": "
|
|
4720
|
+
"shape": "S6u"
|
|
4709
4721
|
}
|
|
4710
4722
|
}
|
|
4711
4723
|
}
|
|
@@ -4736,7 +4748,7 @@
|
|
|
4736
4748
|
"VoiceConnectors": {
|
|
4737
4749
|
"type": "list",
|
|
4738
4750
|
"member": {
|
|
4739
|
-
"shape": "
|
|
4751
|
+
"shape": "S5s"
|
|
4740
4752
|
}
|
|
4741
4753
|
},
|
|
4742
4754
|
"NextToken": {}
|
|
@@ -4788,7 +4800,7 @@
|
|
|
4788
4800
|
"locationName": "appInstanceArn"
|
|
4789
4801
|
},
|
|
4790
4802
|
"AppInstanceRetentionSettings": {
|
|
4791
|
-
"shape": "
|
|
4803
|
+
"shape": "S84"
|
|
4792
4804
|
}
|
|
4793
4805
|
}
|
|
4794
4806
|
},
|
|
@@ -4796,7 +4808,7 @@
|
|
|
4796
4808
|
"type": "structure",
|
|
4797
4809
|
"members": {
|
|
4798
4810
|
"AppInstanceRetentionSettings": {
|
|
4799
|
-
"shape": "
|
|
4811
|
+
"shape": "S84"
|
|
4800
4812
|
},
|
|
4801
4813
|
"InitiateDeletionTimestamp": {
|
|
4802
4814
|
"type": "timestamp"
|
|
@@ -4825,7 +4837,7 @@
|
|
|
4825
4837
|
"locationName": "appInstanceArn"
|
|
4826
4838
|
},
|
|
4827
4839
|
"AppInstanceStreamingConfigurations": {
|
|
4828
|
-
"shape": "
|
|
4840
|
+
"shape": "S89"
|
|
4829
4841
|
}
|
|
4830
4842
|
}
|
|
4831
4843
|
},
|
|
@@ -4833,7 +4845,7 @@
|
|
|
4833
4845
|
"type": "structure",
|
|
4834
4846
|
"members": {
|
|
4835
4847
|
"AppInstanceStreamingConfigurations": {
|
|
4836
|
-
"shape": "
|
|
4848
|
+
"shape": "S89"
|
|
4837
4849
|
}
|
|
4838
4850
|
}
|
|
4839
4851
|
}
|
|
@@ -4871,7 +4883,7 @@
|
|
|
4871
4883
|
"type": "structure",
|
|
4872
4884
|
"members": {
|
|
4873
4885
|
"EventsConfiguration": {
|
|
4874
|
-
"shape": "
|
|
4886
|
+
"shape": "S8p"
|
|
4875
4887
|
}
|
|
4876
4888
|
}
|
|
4877
4889
|
}
|
|
@@ -4894,7 +4906,7 @@
|
|
|
4894
4906
|
"locationName": "accountId"
|
|
4895
4907
|
},
|
|
4896
4908
|
"RetentionSettings": {
|
|
4897
|
-
"shape": "
|
|
4909
|
+
"shape": "S9j"
|
|
4898
4910
|
}
|
|
4899
4911
|
}
|
|
4900
4912
|
},
|
|
@@ -4902,7 +4914,7 @@
|
|
|
4902
4914
|
"type": "structure",
|
|
4903
4915
|
"members": {
|
|
4904
4916
|
"RetentionSettings": {
|
|
4905
|
-
"shape": "
|
|
4917
|
+
"shape": "S9j"
|
|
4906
4918
|
},
|
|
4907
4919
|
"InitiateDeletionTimestamp": {
|
|
4908
4920
|
"shape": "S2a"
|
|
@@ -4927,7 +4939,7 @@
|
|
|
4927
4939
|
"locationName": "sipMediaApplicationId"
|
|
4928
4940
|
},
|
|
4929
4941
|
"SipMediaApplicationLoggingConfiguration": {
|
|
4930
|
-
"shape": "
|
|
4942
|
+
"shape": "S9s"
|
|
4931
4943
|
}
|
|
4932
4944
|
}
|
|
4933
4945
|
},
|
|
@@ -4935,7 +4947,7 @@
|
|
|
4935
4947
|
"type": "structure",
|
|
4936
4948
|
"members": {
|
|
4937
4949
|
"SipMediaApplicationLoggingConfiguration": {
|
|
4938
|
-
"shape": "
|
|
4950
|
+
"shape": "S9s"
|
|
4939
4951
|
}
|
|
4940
4952
|
}
|
|
4941
4953
|
}
|
|
@@ -4958,7 +4970,7 @@
|
|
|
4958
4970
|
"locationName": "voiceConnectorId"
|
|
4959
4971
|
},
|
|
4960
4972
|
"EmergencyCallingConfiguration": {
|
|
4961
|
-
"shape": "
|
|
4973
|
+
"shape": "Sa5"
|
|
4962
4974
|
}
|
|
4963
4975
|
}
|
|
4964
4976
|
},
|
|
@@ -4966,7 +4978,7 @@
|
|
|
4966
4978
|
"type": "structure",
|
|
4967
4979
|
"members": {
|
|
4968
4980
|
"EmergencyCallingConfiguration": {
|
|
4969
|
-
"shape": "
|
|
4981
|
+
"shape": "Sa5"
|
|
4970
4982
|
}
|
|
4971
4983
|
}
|
|
4972
4984
|
}
|
|
@@ -4989,7 +5001,7 @@
|
|
|
4989
5001
|
"locationName": "voiceConnectorId"
|
|
4990
5002
|
},
|
|
4991
5003
|
"LoggingConfiguration": {
|
|
4992
|
-
"shape": "
|
|
5004
|
+
"shape": "Sac"
|
|
4993
5005
|
}
|
|
4994
5006
|
}
|
|
4995
5007
|
},
|
|
@@ -4997,7 +5009,7 @@
|
|
|
4997
5009
|
"type": "structure",
|
|
4998
5010
|
"members": {
|
|
4999
5011
|
"LoggingConfiguration": {
|
|
5000
|
-
"shape": "
|
|
5012
|
+
"shape": "Sac"
|
|
5001
5013
|
}
|
|
5002
5014
|
}
|
|
5003
5015
|
}
|
|
@@ -5020,7 +5032,7 @@
|
|
|
5020
5032
|
"locationName": "voiceConnectorId"
|
|
5021
5033
|
},
|
|
5022
5034
|
"Origination": {
|
|
5023
|
-
"shape": "
|
|
5035
|
+
"shape": "Saf"
|
|
5024
5036
|
}
|
|
5025
5037
|
}
|
|
5026
5038
|
},
|
|
@@ -5028,7 +5040,7 @@
|
|
|
5028
5040
|
"type": "structure",
|
|
5029
5041
|
"members": {
|
|
5030
5042
|
"Origination": {
|
|
5031
|
-
"shape": "
|
|
5043
|
+
"shape": "Saf"
|
|
5032
5044
|
}
|
|
5033
5045
|
}
|
|
5034
5046
|
}
|
|
@@ -5069,7 +5081,7 @@
|
|
|
5069
5081
|
"type": "structure",
|
|
5070
5082
|
"members": {
|
|
5071
5083
|
"Proxy": {
|
|
5072
|
-
"shape": "
|
|
5084
|
+
"shape": "Sao"
|
|
5073
5085
|
}
|
|
5074
5086
|
}
|
|
5075
5087
|
}
|
|
@@ -5092,7 +5104,7 @@
|
|
|
5092
5104
|
"locationName": "voiceConnectorId"
|
|
5093
5105
|
},
|
|
5094
5106
|
"StreamingConfiguration": {
|
|
5095
|
-
"shape": "
|
|
5107
|
+
"shape": "Sat"
|
|
5096
5108
|
}
|
|
5097
5109
|
}
|
|
5098
5110
|
},
|
|
@@ -5100,7 +5112,7 @@
|
|
|
5100
5112
|
"type": "structure",
|
|
5101
5113
|
"members": {
|
|
5102
5114
|
"StreamingConfiguration": {
|
|
5103
|
-
"shape": "
|
|
5115
|
+
"shape": "Sat"
|
|
5104
5116
|
}
|
|
5105
5117
|
}
|
|
5106
5118
|
}
|
|
@@ -5123,7 +5135,7 @@
|
|
|
5123
5135
|
"locationName": "voiceConnectorId"
|
|
5124
5136
|
},
|
|
5125
5137
|
"Termination": {
|
|
5126
|
-
"shape": "
|
|
5138
|
+
"shape": "Sb0"
|
|
5127
5139
|
}
|
|
5128
5140
|
}
|
|
5129
5141
|
},
|
|
@@ -5131,7 +5143,7 @@
|
|
|
5131
5143
|
"type": "structure",
|
|
5132
5144
|
"members": {
|
|
5133
5145
|
"Termination": {
|
|
5134
|
-
"shape": "
|
|
5146
|
+
"shape": "Sb0"
|
|
5135
5147
|
}
|
|
5136
5148
|
}
|
|
5137
5149
|
}
|
|
@@ -5326,7 +5338,7 @@
|
|
|
5326
5338
|
"type": "structure",
|
|
5327
5339
|
"members": {
|
|
5328
5340
|
"User": {
|
|
5329
|
-
"shape": "
|
|
5341
|
+
"shape": "S5l"
|
|
5330
5342
|
}
|
|
5331
5343
|
}
|
|
5332
5344
|
}
|
|
@@ -5352,7 +5364,7 @@
|
|
|
5352
5364
|
"type": "structure",
|
|
5353
5365
|
"members": {
|
|
5354
5366
|
"PhoneNumber": {
|
|
5355
|
-
"shape": "
|
|
5367
|
+
"shape": "S93"
|
|
5356
5368
|
}
|
|
5357
5369
|
}
|
|
5358
5370
|
}
|
|
@@ -5488,7 +5500,15 @@
|
|
|
5488
5500
|
"VocabularyFilterMethod": {},
|
|
5489
5501
|
"VocabularyFilterName": {},
|
|
5490
5502
|
"VocabularyName": {},
|
|
5491
|
-
"Region": {}
|
|
5503
|
+
"Region": {},
|
|
5504
|
+
"EnablePartialResultsStabilization": {
|
|
5505
|
+
"type": "boolean"
|
|
5506
|
+
},
|
|
5507
|
+
"PartialResultsStability": {},
|
|
5508
|
+
"ContentIdentificationType": {},
|
|
5509
|
+
"ContentRedactionType": {},
|
|
5510
|
+
"PiiEntityTypes": {},
|
|
5511
|
+
"LanguageModelName": {}
|
|
5492
5512
|
}
|
|
5493
5513
|
},
|
|
5494
5514
|
"EngineTranscribeMedicalSettings": {
|
|
@@ -5503,7 +5523,8 @@
|
|
|
5503
5523
|
"Specialty": {},
|
|
5504
5524
|
"Type": {},
|
|
5505
5525
|
"VocabularyName": {},
|
|
5506
|
-
"Region": {}
|
|
5526
|
+
"Region": {},
|
|
5527
|
+
"ContentIdentificationType": {}
|
|
5507
5528
|
}
|
|
5508
5529
|
}
|
|
5509
5530
|
}
|
|
@@ -5581,7 +5602,7 @@
|
|
|
5581
5602
|
"locationName": "meetingId"
|
|
5582
5603
|
},
|
|
5583
5604
|
"Tags": {
|
|
5584
|
-
"shape": "
|
|
5605
|
+
"shape": "S3r"
|
|
5585
5606
|
}
|
|
5586
5607
|
}
|
|
5587
5608
|
}
|
|
@@ -5732,7 +5753,7 @@
|
|
|
5732
5753
|
"locationName": "accountId"
|
|
5733
5754
|
},
|
|
5734
5755
|
"AccountSettings": {
|
|
5735
|
-
"shape": "
|
|
5756
|
+
"shape": "S81"
|
|
5736
5757
|
}
|
|
5737
5758
|
}
|
|
5738
5759
|
},
|
|
@@ -5908,7 +5929,7 @@
|
|
|
5908
5929
|
"locationName": "messageId"
|
|
5909
5930
|
},
|
|
5910
5931
|
"Content": {
|
|
5911
|
-
"shape": "
|
|
5932
|
+
"shape": "S8j"
|
|
5912
5933
|
},
|
|
5913
5934
|
"Metadata": {
|
|
5914
5935
|
"shape": "S2f"
|
|
@@ -5970,16 +5991,12 @@
|
|
|
5970
5991
|
},
|
|
5971
5992
|
"input": {
|
|
5972
5993
|
"type": "structure",
|
|
5973
|
-
"required": [
|
|
5974
|
-
"BusinessCalling",
|
|
5975
|
-
"VoiceConnector"
|
|
5976
|
-
],
|
|
5977
5994
|
"members": {
|
|
5978
5995
|
"BusinessCalling": {
|
|
5979
|
-
"shape": "
|
|
5996
|
+
"shape": "S8r"
|
|
5980
5997
|
},
|
|
5981
5998
|
"VoiceConnector": {
|
|
5982
|
-
"shape": "
|
|
5999
|
+
"shape": "S8s"
|
|
5983
6000
|
}
|
|
5984
6001
|
}
|
|
5985
6002
|
}
|
|
@@ -6009,7 +6026,7 @@
|
|
|
6009
6026
|
"type": "structure",
|
|
6010
6027
|
"members": {
|
|
6011
6028
|
"PhoneNumber": {
|
|
6012
|
-
"shape": "
|
|
6029
|
+
"shape": "S93"
|
|
6013
6030
|
}
|
|
6014
6031
|
}
|
|
6015
6032
|
}
|
|
@@ -6054,7 +6071,7 @@
|
|
|
6054
6071
|
"locationName": "proxySessionId"
|
|
6055
6072
|
},
|
|
6056
6073
|
"Capabilities": {
|
|
6057
|
-
"shape": "
|
|
6074
|
+
"shape": "S4e"
|
|
6058
6075
|
},
|
|
6059
6076
|
"ExpiryMinutes": {
|
|
6060
6077
|
"type": "integer"
|
|
@@ -6065,7 +6082,7 @@
|
|
|
6065
6082
|
"type": "structure",
|
|
6066
6083
|
"members": {
|
|
6067
6084
|
"ProxySession": {
|
|
6068
|
-
"shape": "
|
|
6085
|
+
"shape": "S4m"
|
|
6069
6086
|
}
|
|
6070
6087
|
}
|
|
6071
6088
|
}
|
|
@@ -6099,7 +6116,7 @@
|
|
|
6099
6116
|
"type": "structure",
|
|
6100
6117
|
"members": {
|
|
6101
6118
|
"Room": {
|
|
6102
|
-
"shape": "
|
|
6119
|
+
"shape": "S4t"
|
|
6103
6120
|
}
|
|
6104
6121
|
}
|
|
6105
6122
|
}
|
|
@@ -6136,7 +6153,7 @@
|
|
|
6136
6153
|
"type": "structure",
|
|
6137
6154
|
"members": {
|
|
6138
6155
|
"RoomMembership": {
|
|
6139
|
-
"shape": "
|
|
6156
|
+
"shape": "S4w"
|
|
6140
6157
|
}
|
|
6141
6158
|
}
|
|
6142
6159
|
}
|
|
@@ -6159,7 +6176,7 @@
|
|
|
6159
6176
|
},
|
|
6160
6177
|
"Name": {},
|
|
6161
6178
|
"Endpoints": {
|
|
6162
|
-
"shape": "
|
|
6179
|
+
"shape": "S51"
|
|
6163
6180
|
}
|
|
6164
6181
|
}
|
|
6165
6182
|
},
|
|
@@ -6167,7 +6184,7 @@
|
|
|
6167
6184
|
"type": "structure",
|
|
6168
6185
|
"members": {
|
|
6169
6186
|
"SipMediaApplication": {
|
|
6170
|
-
"shape": "
|
|
6187
|
+
"shape": "S55"
|
|
6171
6188
|
}
|
|
6172
6189
|
}
|
|
6173
6190
|
}
|
|
@@ -6208,7 +6225,7 @@
|
|
|
6208
6225
|
"type": "structure",
|
|
6209
6226
|
"members": {
|
|
6210
6227
|
"SipMediaApplicationCall": {
|
|
6211
|
-
"shape": "
|
|
6228
|
+
"shape": "S59"
|
|
6212
6229
|
}
|
|
6213
6230
|
}
|
|
6214
6231
|
}
|
|
@@ -6235,7 +6252,7 @@
|
|
|
6235
6252
|
"type": "boolean"
|
|
6236
6253
|
},
|
|
6237
6254
|
"TargetApplications": {
|
|
6238
|
-
"shape": "
|
|
6255
|
+
"shape": "S5d"
|
|
6239
6256
|
}
|
|
6240
6257
|
}
|
|
6241
6258
|
},
|
|
@@ -6243,7 +6260,7 @@
|
|
|
6243
6260
|
"type": "structure",
|
|
6244
6261
|
"members": {
|
|
6245
6262
|
"SipRule": {
|
|
6246
|
-
"shape": "
|
|
6263
|
+
"shape": "S5h"
|
|
6247
6264
|
}
|
|
6248
6265
|
}
|
|
6249
6266
|
}
|
|
@@ -6279,7 +6296,7 @@
|
|
|
6279
6296
|
"type": "structure",
|
|
6280
6297
|
"members": {
|
|
6281
6298
|
"User": {
|
|
6282
|
-
"shape": "
|
|
6299
|
+
"shape": "S5l"
|
|
6283
6300
|
}
|
|
6284
6301
|
}
|
|
6285
6302
|
}
|
|
@@ -6307,7 +6324,7 @@
|
|
|
6307
6324
|
"locationName": "userId"
|
|
6308
6325
|
},
|
|
6309
6326
|
"UserSettings": {
|
|
6310
|
-
"shape": "
|
|
6327
|
+
"shape": "S9z"
|
|
6311
6328
|
}
|
|
6312
6329
|
}
|
|
6313
6330
|
}
|
|
@@ -6340,7 +6357,7 @@
|
|
|
6340
6357
|
"type": "structure",
|
|
6341
6358
|
"members": {
|
|
6342
6359
|
"VoiceConnector": {
|
|
6343
|
-
"shape": "
|
|
6360
|
+
"shape": "S5s"
|
|
6344
6361
|
}
|
|
6345
6362
|
}
|
|
6346
6363
|
}
|
|
@@ -6365,7 +6382,7 @@
|
|
|
6365
6382
|
},
|
|
6366
6383
|
"Name": {},
|
|
6367
6384
|
"VoiceConnectorItems": {
|
|
6368
|
-
"shape": "
|
|
6385
|
+
"shape": "S5v"
|
|
6369
6386
|
}
|
|
6370
6387
|
}
|
|
6371
6388
|
},
|
|
@@ -6373,7 +6390,7 @@
|
|
|
6373
6390
|
"type": "structure",
|
|
6374
6391
|
"members": {
|
|
6375
6392
|
"VoiceConnectorGroup": {
|
|
6376
|
-
"shape": "
|
|
6393
|
+
"shape": "S5z"
|
|
6377
6394
|
}
|
|
6378
6395
|
}
|
|
6379
6396
|
}
|
|
@@ -6619,7 +6636,71 @@
|
|
|
6619
6636
|
"type": "string",
|
|
6620
6637
|
"sensitive": true
|
|
6621
6638
|
},
|
|
6622
|
-
"
|
|
6639
|
+
"S39": {
|
|
6640
|
+
"type": "structure",
|
|
6641
|
+
"members": {
|
|
6642
|
+
"SourceConfiguration": {
|
|
6643
|
+
"type": "structure",
|
|
6644
|
+
"members": {
|
|
6645
|
+
"SelectedVideoStreams": {
|
|
6646
|
+
"type": "structure",
|
|
6647
|
+
"members": {
|
|
6648
|
+
"AttendeeIds": {
|
|
6649
|
+
"type": "list",
|
|
6650
|
+
"member": {}
|
|
6651
|
+
},
|
|
6652
|
+
"ExternalUserIds": {
|
|
6653
|
+
"type": "list",
|
|
6654
|
+
"member": {
|
|
6655
|
+
"shape": "Sn"
|
|
6656
|
+
}
|
|
6657
|
+
}
|
|
6658
|
+
}
|
|
6659
|
+
}
|
|
6660
|
+
}
|
|
6661
|
+
},
|
|
6662
|
+
"ArtifactsConfiguration": {
|
|
6663
|
+
"type": "structure",
|
|
6664
|
+
"required": [
|
|
6665
|
+
"Audio",
|
|
6666
|
+
"Video",
|
|
6667
|
+
"Content"
|
|
6668
|
+
],
|
|
6669
|
+
"members": {
|
|
6670
|
+
"Audio": {
|
|
6671
|
+
"type": "structure",
|
|
6672
|
+
"required": [
|
|
6673
|
+
"MuxType"
|
|
6674
|
+
],
|
|
6675
|
+
"members": {
|
|
6676
|
+
"MuxType": {}
|
|
6677
|
+
}
|
|
6678
|
+
},
|
|
6679
|
+
"Video": {
|
|
6680
|
+
"type": "structure",
|
|
6681
|
+
"required": [
|
|
6682
|
+
"State"
|
|
6683
|
+
],
|
|
6684
|
+
"members": {
|
|
6685
|
+
"State": {},
|
|
6686
|
+
"MuxType": {}
|
|
6687
|
+
}
|
|
6688
|
+
},
|
|
6689
|
+
"Content": {
|
|
6690
|
+
"type": "structure",
|
|
6691
|
+
"required": [
|
|
6692
|
+
"State"
|
|
6693
|
+
],
|
|
6694
|
+
"members": {
|
|
6695
|
+
"State": {},
|
|
6696
|
+
"MuxType": {}
|
|
6697
|
+
}
|
|
6698
|
+
}
|
|
6699
|
+
}
|
|
6700
|
+
}
|
|
6701
|
+
}
|
|
6702
|
+
},
|
|
6703
|
+
"S3n": {
|
|
6623
6704
|
"type": "structure",
|
|
6624
6705
|
"members": {
|
|
6625
6706
|
"MediaPipelineId": {},
|
|
@@ -6637,20 +6718,23 @@
|
|
|
6637
6718
|
},
|
|
6638
6719
|
"UpdatedTimestamp": {
|
|
6639
6720
|
"shape": "S2a"
|
|
6721
|
+
},
|
|
6722
|
+
"ChimeSdkMeetingConfiguration": {
|
|
6723
|
+
"shape": "S39"
|
|
6640
6724
|
}
|
|
6641
6725
|
}
|
|
6642
6726
|
},
|
|
6643
|
-
"
|
|
6727
|
+
"S3q": {
|
|
6644
6728
|
"type": "string",
|
|
6645
6729
|
"sensitive": true
|
|
6646
6730
|
},
|
|
6647
|
-
"
|
|
6731
|
+
"S3r": {
|
|
6648
6732
|
"type": "list",
|
|
6649
6733
|
"member": {
|
|
6650
6734
|
"shape": "Sp"
|
|
6651
6735
|
}
|
|
6652
6736
|
},
|
|
6653
|
-
"
|
|
6737
|
+
"S3s": {
|
|
6654
6738
|
"type": "structure",
|
|
6655
6739
|
"members": {
|
|
6656
6740
|
"SnsTopicArn": {
|
|
@@ -6661,12 +6745,12 @@
|
|
|
6661
6745
|
}
|
|
6662
6746
|
}
|
|
6663
6747
|
},
|
|
6664
|
-
"
|
|
6748
|
+
"S3u": {
|
|
6665
6749
|
"type": "structure",
|
|
6666
6750
|
"members": {
|
|
6667
6751
|
"MeetingId": {},
|
|
6668
6752
|
"ExternalMeetingId": {
|
|
6669
|
-
"shape": "
|
|
6753
|
+
"shape": "S3q"
|
|
6670
6754
|
},
|
|
6671
6755
|
"MediaPlacement": {
|
|
6672
6756
|
"type": "structure",
|
|
@@ -6684,7 +6768,7 @@
|
|
|
6684
6768
|
"MediaRegion": {}
|
|
6685
6769
|
}
|
|
6686
6770
|
},
|
|
6687
|
-
"
|
|
6771
|
+
"S44": {
|
|
6688
6772
|
"type": "structure",
|
|
6689
6773
|
"members": {
|
|
6690
6774
|
"PhoneNumberOrderId": {},
|
|
@@ -6710,11 +6794,11 @@
|
|
|
6710
6794
|
}
|
|
6711
6795
|
}
|
|
6712
6796
|
},
|
|
6713
|
-
"
|
|
6797
|
+
"S4e": {
|
|
6714
6798
|
"type": "list",
|
|
6715
6799
|
"member": {}
|
|
6716
6800
|
},
|
|
6717
|
-
"
|
|
6801
|
+
"S4i": {
|
|
6718
6802
|
"type": "structure",
|
|
6719
6803
|
"required": [
|
|
6720
6804
|
"Country",
|
|
@@ -6725,7 +6809,7 @@
|
|
|
6725
6809
|
"AreaCode": {}
|
|
6726
6810
|
}
|
|
6727
6811
|
},
|
|
6728
|
-
"
|
|
6812
|
+
"S4m": {
|
|
6729
6813
|
"type": "structure",
|
|
6730
6814
|
"members": {
|
|
6731
6815
|
"VoiceConnectorId": {},
|
|
@@ -6736,7 +6820,7 @@
|
|
|
6736
6820
|
"type": "integer"
|
|
6737
6821
|
},
|
|
6738
6822
|
"Capabilities": {
|
|
6739
|
-
"shape": "
|
|
6823
|
+
"shape": "S4e"
|
|
6740
6824
|
},
|
|
6741
6825
|
"CreatedTimestamp": {
|
|
6742
6826
|
"shape": "S2a"
|
|
@@ -6764,11 +6848,11 @@
|
|
|
6764
6848
|
"NumberSelectionBehavior": {},
|
|
6765
6849
|
"GeoMatchLevel": {},
|
|
6766
6850
|
"GeoMatchParams": {
|
|
6767
|
-
"shape": "
|
|
6851
|
+
"shape": "S4i"
|
|
6768
6852
|
}
|
|
6769
6853
|
}
|
|
6770
6854
|
},
|
|
6771
|
-
"
|
|
6855
|
+
"S4t": {
|
|
6772
6856
|
"type": "structure",
|
|
6773
6857
|
"members": {
|
|
6774
6858
|
"RoomId": {},
|
|
@@ -6785,7 +6869,7 @@
|
|
|
6785
6869
|
}
|
|
6786
6870
|
}
|
|
6787
6871
|
},
|
|
6788
|
-
"
|
|
6872
|
+
"S4w": {
|
|
6789
6873
|
"type": "structure",
|
|
6790
6874
|
"members": {
|
|
6791
6875
|
"RoomId": {},
|
|
@@ -6810,7 +6894,7 @@
|
|
|
6810
6894
|
}
|
|
6811
6895
|
}
|
|
6812
6896
|
},
|
|
6813
|
-
"
|
|
6897
|
+
"S51": {
|
|
6814
6898
|
"type": "list",
|
|
6815
6899
|
"member": {
|
|
6816
6900
|
"type": "structure",
|
|
@@ -6822,14 +6906,14 @@
|
|
|
6822
6906
|
}
|
|
6823
6907
|
}
|
|
6824
6908
|
},
|
|
6825
|
-
"
|
|
6909
|
+
"S55": {
|
|
6826
6910
|
"type": "structure",
|
|
6827
6911
|
"members": {
|
|
6828
6912
|
"SipMediaApplicationId": {},
|
|
6829
6913
|
"AwsRegion": {},
|
|
6830
6914
|
"Name": {},
|
|
6831
6915
|
"Endpoints": {
|
|
6832
|
-
"shape": "
|
|
6916
|
+
"shape": "S51"
|
|
6833
6917
|
},
|
|
6834
6918
|
"CreatedTimestamp": {
|
|
6835
6919
|
"shape": "S2a"
|
|
@@ -6839,13 +6923,13 @@
|
|
|
6839
6923
|
}
|
|
6840
6924
|
}
|
|
6841
6925
|
},
|
|
6842
|
-
"
|
|
6926
|
+
"S59": {
|
|
6843
6927
|
"type": "structure",
|
|
6844
6928
|
"members": {
|
|
6845
6929
|
"TransactionId": {}
|
|
6846
6930
|
}
|
|
6847
6931
|
},
|
|
6848
|
-
"
|
|
6932
|
+
"S5d": {
|
|
6849
6933
|
"type": "list",
|
|
6850
6934
|
"member": {
|
|
6851
6935
|
"type": "structure",
|
|
@@ -6858,7 +6942,7 @@
|
|
|
6858
6942
|
}
|
|
6859
6943
|
}
|
|
6860
6944
|
},
|
|
6861
|
-
"
|
|
6945
|
+
"S5h": {
|
|
6862
6946
|
"type": "structure",
|
|
6863
6947
|
"members": {
|
|
6864
6948
|
"SipRuleId": {},
|
|
@@ -6869,7 +6953,7 @@
|
|
|
6869
6953
|
"TriggerType": {},
|
|
6870
6954
|
"TriggerValue": {},
|
|
6871
6955
|
"TargetApplications": {
|
|
6872
|
-
"shape": "
|
|
6956
|
+
"shape": "S5d"
|
|
6873
6957
|
},
|
|
6874
6958
|
"CreatedTimestamp": {
|
|
6875
6959
|
"shape": "S2a"
|
|
@@ -6879,11 +6963,11 @@
|
|
|
6879
6963
|
}
|
|
6880
6964
|
}
|
|
6881
6965
|
},
|
|
6882
|
-
"
|
|
6966
|
+
"S5j": {
|
|
6883
6967
|
"type": "string",
|
|
6884
6968
|
"sensitive": true
|
|
6885
6969
|
},
|
|
6886
|
-
"
|
|
6970
|
+
"S5l": {
|
|
6887
6971
|
"type": "structure",
|
|
6888
6972
|
"required": [
|
|
6889
6973
|
"UserId"
|
|
@@ -6892,7 +6976,7 @@
|
|
|
6892
6976
|
"UserId": {},
|
|
6893
6977
|
"AccountId": {},
|
|
6894
6978
|
"PrimaryEmail": {
|
|
6895
|
-
"shape": "
|
|
6979
|
+
"shape": "S5j"
|
|
6896
6980
|
},
|
|
6897
6981
|
"PrimaryProvisionedNumber": {
|
|
6898
6982
|
"shape": "S23"
|
|
@@ -6916,7 +7000,7 @@
|
|
|
6916
7000
|
"PersonalPIN": {}
|
|
6917
7001
|
}
|
|
6918
7002
|
},
|
|
6919
|
-
"
|
|
7003
|
+
"S5s": {
|
|
6920
7004
|
"type": "structure",
|
|
6921
7005
|
"members": {
|
|
6922
7006
|
"VoiceConnectorId": {},
|
|
@@ -6931,10 +7015,11 @@
|
|
|
6931
7015
|
},
|
|
6932
7016
|
"UpdatedTimestamp": {
|
|
6933
7017
|
"shape": "S2a"
|
|
6934
|
-
}
|
|
7018
|
+
},
|
|
7019
|
+
"VoiceConnectorArn": {}
|
|
6935
7020
|
}
|
|
6936
7021
|
},
|
|
6937
|
-
"
|
|
7022
|
+
"S5v": {
|
|
6938
7023
|
"type": "list",
|
|
6939
7024
|
"member": {
|
|
6940
7025
|
"type": "structure",
|
|
@@ -6950,33 +7035,34 @@
|
|
|
6950
7035
|
}
|
|
6951
7036
|
}
|
|
6952
7037
|
},
|
|
6953
|
-
"
|
|
7038
|
+
"S5z": {
|
|
6954
7039
|
"type": "structure",
|
|
6955
7040
|
"members": {
|
|
6956
7041
|
"VoiceConnectorGroupId": {},
|
|
6957
7042
|
"Name": {},
|
|
6958
7043
|
"VoiceConnectorItems": {
|
|
6959
|
-
"shape": "
|
|
7044
|
+
"shape": "S5v"
|
|
6960
7045
|
},
|
|
6961
7046
|
"CreatedTimestamp": {
|
|
6962
7047
|
"shape": "S2a"
|
|
6963
7048
|
},
|
|
6964
7049
|
"UpdatedTimestamp": {
|
|
6965
7050
|
"shape": "S2a"
|
|
6966
|
-
}
|
|
7051
|
+
},
|
|
7052
|
+
"VoiceConnectorGroupArn": {}
|
|
6967
7053
|
}
|
|
6968
7054
|
},
|
|
6969
|
-
"
|
|
7055
|
+
"S6u": {
|
|
6970
7056
|
"type": "list",
|
|
6971
7057
|
"member": {
|
|
6972
7058
|
"shape": "S23"
|
|
6973
7059
|
}
|
|
6974
7060
|
},
|
|
6975
|
-
"
|
|
7061
|
+
"S7g": {
|
|
6976
7062
|
"type": "structure",
|
|
6977
7063
|
"members": {
|
|
6978
7064
|
"ChannelSummary": {
|
|
6979
|
-
"shape": "
|
|
7065
|
+
"shape": "S7h"
|
|
6980
7066
|
},
|
|
6981
7067
|
"AppInstanceUserMembershipSummary": {
|
|
6982
7068
|
"type": "structure",
|
|
@@ -6989,7 +7075,7 @@
|
|
|
6989
7075
|
}
|
|
6990
7076
|
}
|
|
6991
7077
|
},
|
|
6992
|
-
"
|
|
7078
|
+
"S7h": {
|
|
6993
7079
|
"type": "structure",
|
|
6994
7080
|
"members": {
|
|
6995
7081
|
"Name": {
|
|
@@ -7006,15 +7092,15 @@
|
|
|
7006
7092
|
}
|
|
7007
7093
|
}
|
|
7008
7094
|
},
|
|
7009
|
-
"
|
|
7095
|
+
"S7l": {
|
|
7010
7096
|
"type": "structure",
|
|
7011
7097
|
"members": {
|
|
7012
7098
|
"ChannelSummary": {
|
|
7013
|
-
"shape": "
|
|
7099
|
+
"shape": "S7h"
|
|
7014
7100
|
}
|
|
7015
7101
|
}
|
|
7016
7102
|
},
|
|
7017
|
-
"
|
|
7103
|
+
"S81": {
|
|
7018
7104
|
"type": "structure",
|
|
7019
7105
|
"members": {
|
|
7020
7106
|
"DisableRemoteControl": {
|
|
@@ -7025,7 +7111,7 @@
|
|
|
7025
7111
|
}
|
|
7026
7112
|
}
|
|
7027
7113
|
},
|
|
7028
|
-
"
|
|
7114
|
+
"S84": {
|
|
7029
7115
|
"type": "structure",
|
|
7030
7116
|
"members": {
|
|
7031
7117
|
"ChannelRetentionSettings": {
|
|
@@ -7038,7 +7124,7 @@
|
|
|
7038
7124
|
}
|
|
7039
7125
|
}
|
|
7040
7126
|
},
|
|
7041
|
-
"
|
|
7127
|
+
"S89": {
|
|
7042
7128
|
"type": "list",
|
|
7043
7129
|
"member": {
|
|
7044
7130
|
"type": "structure",
|
|
@@ -7054,11 +7140,11 @@
|
|
|
7054
7140
|
}
|
|
7055
7141
|
}
|
|
7056
7142
|
},
|
|
7057
|
-
"
|
|
7143
|
+
"S8j": {
|
|
7058
7144
|
"type": "string",
|
|
7059
7145
|
"sensitive": true
|
|
7060
7146
|
},
|
|
7061
|
-
"
|
|
7147
|
+
"S8p": {
|
|
7062
7148
|
"type": "structure",
|
|
7063
7149
|
"members": {
|
|
7064
7150
|
"BotId": {},
|
|
@@ -7070,19 +7156,19 @@
|
|
|
7070
7156
|
}
|
|
7071
7157
|
}
|
|
7072
7158
|
},
|
|
7073
|
-
"
|
|
7159
|
+
"S8r": {
|
|
7074
7160
|
"type": "structure",
|
|
7075
7161
|
"members": {
|
|
7076
7162
|
"CdrBucket": {}
|
|
7077
7163
|
}
|
|
7078
7164
|
},
|
|
7079
|
-
"
|
|
7165
|
+
"S8s": {
|
|
7080
7166
|
"type": "structure",
|
|
7081
7167
|
"members": {
|
|
7082
7168
|
"CdrBucket": {}
|
|
7083
7169
|
}
|
|
7084
7170
|
},
|
|
7085
|
-
"
|
|
7171
|
+
"S93": {
|
|
7086
7172
|
"type": "structure",
|
|
7087
7173
|
"members": {
|
|
7088
7174
|
"PhoneNumberId": {},
|
|
@@ -7144,7 +7230,7 @@
|
|
|
7144
7230
|
}
|
|
7145
7231
|
}
|
|
7146
7232
|
},
|
|
7147
|
-
"
|
|
7233
|
+
"S9j": {
|
|
7148
7234
|
"type": "structure",
|
|
7149
7235
|
"members": {
|
|
7150
7236
|
"RoomRetentionSettings": {
|
|
@@ -7165,7 +7251,7 @@
|
|
|
7165
7251
|
}
|
|
7166
7252
|
}
|
|
7167
7253
|
},
|
|
7168
|
-
"
|
|
7254
|
+
"S9s": {
|
|
7169
7255
|
"type": "structure",
|
|
7170
7256
|
"members": {
|
|
7171
7257
|
"EnableSipMediaApplicationMessageLogs": {
|
|
@@ -7173,7 +7259,7 @@
|
|
|
7173
7259
|
}
|
|
7174
7260
|
}
|
|
7175
7261
|
},
|
|
7176
|
-
"
|
|
7262
|
+
"S9z": {
|
|
7177
7263
|
"type": "structure",
|
|
7178
7264
|
"required": [
|
|
7179
7265
|
"Telephony"
|
|
@@ -7200,7 +7286,7 @@
|
|
|
7200
7286
|
}
|
|
7201
7287
|
}
|
|
7202
7288
|
},
|
|
7203
|
-
"
|
|
7289
|
+
"Sa5": {
|
|
7204
7290
|
"type": "structure",
|
|
7205
7291
|
"members": {
|
|
7206
7292
|
"DNIS": {
|
|
@@ -7224,7 +7310,7 @@
|
|
|
7224
7310
|
}
|
|
7225
7311
|
}
|
|
7226
7312
|
},
|
|
7227
|
-
"
|
|
7313
|
+
"Sac": {
|
|
7228
7314
|
"type": "structure",
|
|
7229
7315
|
"members": {
|
|
7230
7316
|
"EnableSIPLogs": {
|
|
@@ -7232,7 +7318,7 @@
|
|
|
7232
7318
|
}
|
|
7233
7319
|
}
|
|
7234
7320
|
},
|
|
7235
|
-
"
|
|
7321
|
+
"Saf": {
|
|
7236
7322
|
"type": "structure",
|
|
7237
7323
|
"members": {
|
|
7238
7324
|
"Routes": {
|
|
@@ -7259,7 +7345,7 @@
|
|
|
7259
7345
|
}
|
|
7260
7346
|
}
|
|
7261
7347
|
},
|
|
7262
|
-
"
|
|
7348
|
+
"Sao": {
|
|
7263
7349
|
"type": "structure",
|
|
7264
7350
|
"members": {
|
|
7265
7351
|
"DefaultSessionExpiryMinutes": {
|
|
@@ -7272,15 +7358,15 @@
|
|
|
7272
7358
|
"shape": "S3"
|
|
7273
7359
|
},
|
|
7274
7360
|
"PhoneNumberCountries": {
|
|
7275
|
-
"shape": "
|
|
7361
|
+
"shape": "Saq"
|
|
7276
7362
|
}
|
|
7277
7363
|
}
|
|
7278
7364
|
},
|
|
7279
|
-
"
|
|
7365
|
+
"Saq": {
|
|
7280
7366
|
"type": "list",
|
|
7281
7367
|
"member": {}
|
|
7282
7368
|
},
|
|
7283
|
-
"
|
|
7369
|
+
"Sat": {
|
|
7284
7370
|
"type": "structure",
|
|
7285
7371
|
"required": [
|
|
7286
7372
|
"DataRetentionInHours"
|
|
@@ -7306,7 +7392,7 @@
|
|
|
7306
7392
|
}
|
|
7307
7393
|
}
|
|
7308
7394
|
},
|
|
7309
|
-
"
|
|
7395
|
+
"Sb0": {
|
|
7310
7396
|
"type": "structure",
|
|
7311
7397
|
"members": {
|
|
7312
7398
|
"CpsLimit": {
|
|
@@ -7320,14 +7406,14 @@
|
|
|
7320
7406
|
"member": {}
|
|
7321
7407
|
},
|
|
7322
7408
|
"CidrAllowedList": {
|
|
7323
|
-
"shape": "
|
|
7409
|
+
"shape": "Saq"
|
|
7324
7410
|
},
|
|
7325
7411
|
"Disabled": {
|
|
7326
7412
|
"type": "boolean"
|
|
7327
7413
|
}
|
|
7328
7414
|
}
|
|
7329
7415
|
},
|
|
7330
|
-
"
|
|
7416
|
+
"Sbj": {
|
|
7331
7417
|
"type": "string",
|
|
7332
7418
|
"sensitive": true
|
|
7333
7419
|
}
|