@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29
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 +0 -1
- package/.jsii +5 -5
- package/.projenrc.ts +5 -3
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +384 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +20 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
- package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
- package/node_modules/aws-sdk/clients/all.d.ts +6 -0
- package/node_modules/aws-sdk/clients/all.js +7 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
- package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
- package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
- package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
- package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
- package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
- package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
- package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
- package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
- package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
- package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
- package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
- package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
- package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
- package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
- package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
- package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
- package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
- package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
- package/node_modules/aws-sdk/clients/location.d.ts +28 -19
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
- package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
- package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
- package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
- package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
- package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
- package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
- package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
- package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
- package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
- package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
- package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
- package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
- package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
- package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
- package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
- package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
- package/node_modules/aws-sdk/clients/transfer.js +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
- package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
- package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
- package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
- package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
- package/node_modules/aws-sdk/lib/core.d.ts +1 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
- package/node_modules/aws-sdk/lib/model/operation.js +6 -1
- package/node_modules/aws-sdk/lib/node_loader.js +2 -0
- package/node_modules/aws-sdk/lib/param_validator.js +1 -2
- package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +2 -1
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
- package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
- package/node_modules/jszip/CHANGES.md +20 -1
- package/node_modules/jszip/LICENSE.markdown +1 -1
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +229 -16
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +80 -15
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/load.js +8 -1
- package/node_modules/jszip/lib/utils.js +28 -3
- package/node_modules/jszip/package.json +10 -9
- package/node_modules/jszip/tsconfig.json +101 -0
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
- package/package.json +18 -13
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -157,6 +157,28 @@
|
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
+
"AssociatePhoneNumberContactFlow": {
|
|
161
|
+
"http": {
|
|
162
|
+
"method": "PUT",
|
|
163
|
+
"requestUri": "/phone-number/{PhoneNumberId}/contact-flow"
|
|
164
|
+
},
|
|
165
|
+
"input": {
|
|
166
|
+
"type": "structure",
|
|
167
|
+
"required": [
|
|
168
|
+
"PhoneNumberId",
|
|
169
|
+
"InstanceId",
|
|
170
|
+
"ContactFlowId"
|
|
171
|
+
],
|
|
172
|
+
"members": {
|
|
173
|
+
"PhoneNumberId": {
|
|
174
|
+
"location": "uri",
|
|
175
|
+
"locationName": "PhoneNumberId"
|
|
176
|
+
},
|
|
177
|
+
"InstanceId": {},
|
|
178
|
+
"ContactFlowId": {}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
160
182
|
"AssociateQueueQuickConnects": {
|
|
161
183
|
"http": {
|
|
162
184
|
"requestUri": "/queues/{InstanceId}/{QueueId}/associate-quick-connects"
|
|
@@ -178,7 +200,7 @@
|
|
|
178
200
|
"locationName": "QueueId"
|
|
179
201
|
},
|
|
180
202
|
"QuickConnectIds": {
|
|
181
|
-
"shape": "
|
|
203
|
+
"shape": "S13"
|
|
182
204
|
}
|
|
183
205
|
}
|
|
184
206
|
}
|
|
@@ -204,7 +226,7 @@
|
|
|
204
226
|
"locationName": "RoutingProfileId"
|
|
205
227
|
},
|
|
206
228
|
"QueueConfigs": {
|
|
207
|
-
"shape": "
|
|
229
|
+
"shape": "S17"
|
|
208
230
|
}
|
|
209
231
|
}
|
|
210
232
|
}
|
|
@@ -235,6 +257,36 @@
|
|
|
235
257
|
}
|
|
236
258
|
}
|
|
237
259
|
},
|
|
260
|
+
"ClaimPhoneNumber": {
|
|
261
|
+
"http": {
|
|
262
|
+
"requestUri": "/phone-number/claim"
|
|
263
|
+
},
|
|
264
|
+
"input": {
|
|
265
|
+
"type": "structure",
|
|
266
|
+
"required": [
|
|
267
|
+
"TargetArn",
|
|
268
|
+
"PhoneNumber"
|
|
269
|
+
],
|
|
270
|
+
"members": {
|
|
271
|
+
"TargetArn": {},
|
|
272
|
+
"PhoneNumber": {},
|
|
273
|
+
"PhoneNumberDescription": {},
|
|
274
|
+
"Tags": {
|
|
275
|
+
"shape": "S1j"
|
|
276
|
+
},
|
|
277
|
+
"ClientToken": {
|
|
278
|
+
"idempotencyToken": true
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"output": {
|
|
283
|
+
"type": "structure",
|
|
284
|
+
"members": {
|
|
285
|
+
"PhoneNumberId": {},
|
|
286
|
+
"PhoneNumberArn": {}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
},
|
|
238
290
|
"CreateAgentStatus": {
|
|
239
291
|
"http": {
|
|
240
292
|
"method": "PUT",
|
|
@@ -259,7 +311,7 @@
|
|
|
259
311
|
"type": "integer"
|
|
260
312
|
},
|
|
261
313
|
"Tags": {
|
|
262
|
-
"shape": "
|
|
314
|
+
"shape": "S1j"
|
|
263
315
|
}
|
|
264
316
|
}
|
|
265
317
|
},
|
|
@@ -294,7 +346,7 @@
|
|
|
294
346
|
"Description": {},
|
|
295
347
|
"Content": {},
|
|
296
348
|
"Tags": {
|
|
297
|
-
"shape": "
|
|
349
|
+
"shape": "S1j"
|
|
298
350
|
}
|
|
299
351
|
}
|
|
300
352
|
},
|
|
@@ -327,7 +379,7 @@
|
|
|
327
379
|
"Description": {},
|
|
328
380
|
"Content": {},
|
|
329
381
|
"Tags": {
|
|
330
|
-
"shape": "
|
|
382
|
+
"shape": "S1j"
|
|
331
383
|
},
|
|
332
384
|
"ClientToken": {
|
|
333
385
|
"idempotencyToken": true
|
|
@@ -364,10 +416,10 @@
|
|
|
364
416
|
"Description": {},
|
|
365
417
|
"TimeZone": {},
|
|
366
418
|
"Config": {
|
|
367
|
-
"shape": "
|
|
419
|
+
"shape": "S2b"
|
|
368
420
|
},
|
|
369
421
|
"Tags": {
|
|
370
|
-
"shape": "
|
|
422
|
+
"shape": "S1j"
|
|
371
423
|
}
|
|
372
424
|
}
|
|
373
425
|
},
|
|
@@ -395,7 +447,7 @@
|
|
|
395
447
|
"ClientToken": {},
|
|
396
448
|
"IdentityManagementType": {},
|
|
397
449
|
"InstanceAlias": {
|
|
398
|
-
"shape": "
|
|
450
|
+
"shape": "S2l"
|
|
399
451
|
},
|
|
400
452
|
"DirectoryId": {},
|
|
401
453
|
"InboundCallsEnabled": {
|
|
@@ -437,7 +489,7 @@
|
|
|
437
489
|
"SourceApplicationName": {},
|
|
438
490
|
"SourceType": {},
|
|
439
491
|
"Tags": {
|
|
440
|
-
"shape": "
|
|
492
|
+
"shape": "S1j"
|
|
441
493
|
}
|
|
442
494
|
}
|
|
443
495
|
},
|
|
@@ -469,17 +521,17 @@
|
|
|
469
521
|
"Name": {},
|
|
470
522
|
"Description": {},
|
|
471
523
|
"OutboundCallerConfig": {
|
|
472
|
-
"shape": "
|
|
524
|
+
"shape": "S2z"
|
|
473
525
|
},
|
|
474
526
|
"HoursOfOperationId": {},
|
|
475
527
|
"MaxContacts": {
|
|
476
528
|
"type": "integer"
|
|
477
529
|
},
|
|
478
530
|
"QuickConnectIds": {
|
|
479
|
-
"shape": "
|
|
531
|
+
"shape": "S13"
|
|
480
532
|
},
|
|
481
533
|
"Tags": {
|
|
482
|
-
"shape": "
|
|
534
|
+
"shape": "S1j"
|
|
483
535
|
}
|
|
484
536
|
}
|
|
485
537
|
},
|
|
@@ -511,10 +563,10 @@
|
|
|
511
563
|
"Name": {},
|
|
512
564
|
"Description": {},
|
|
513
565
|
"QuickConnectConfig": {
|
|
514
|
-
"shape": "
|
|
566
|
+
"shape": "S36"
|
|
515
567
|
},
|
|
516
568
|
"Tags": {
|
|
517
|
-
"shape": "
|
|
569
|
+
"shape": "S1j"
|
|
518
570
|
}
|
|
519
571
|
}
|
|
520
572
|
},
|
|
@@ -549,13 +601,13 @@
|
|
|
549
601
|
"Description": {},
|
|
550
602
|
"DefaultOutboundQueueId": {},
|
|
551
603
|
"QueueConfigs": {
|
|
552
|
-
"shape": "
|
|
604
|
+
"shape": "S17"
|
|
553
605
|
},
|
|
554
606
|
"MediaConcurrencies": {
|
|
555
|
-
"shape": "
|
|
607
|
+
"shape": "S3g"
|
|
556
608
|
},
|
|
557
609
|
"Tags": {
|
|
558
|
-
"shape": "
|
|
610
|
+
"shape": "S1j"
|
|
559
611
|
}
|
|
560
612
|
}
|
|
561
613
|
},
|
|
@@ -582,14 +634,14 @@
|
|
|
582
634
|
"SecurityProfileName": {},
|
|
583
635
|
"Description": {},
|
|
584
636
|
"Permissions": {
|
|
585
|
-
"shape": "
|
|
637
|
+
"shape": "S3n"
|
|
586
638
|
},
|
|
587
639
|
"InstanceId": {
|
|
588
640
|
"location": "uri",
|
|
589
641
|
"locationName": "InstanceId"
|
|
590
642
|
},
|
|
591
643
|
"Tags": {
|
|
592
|
-
"shape": "
|
|
644
|
+
"shape": "S1j"
|
|
593
645
|
}
|
|
594
646
|
}
|
|
595
647
|
},
|
|
@@ -624,7 +676,7 @@
|
|
|
624
676
|
},
|
|
625
677
|
"UseCaseType": {},
|
|
626
678
|
"Tags": {
|
|
627
|
-
"shape": "
|
|
679
|
+
"shape": "S1j"
|
|
628
680
|
}
|
|
629
681
|
}
|
|
630
682
|
},
|
|
@@ -654,14 +706,14 @@
|
|
|
654
706
|
"Username": {},
|
|
655
707
|
"Password": {},
|
|
656
708
|
"IdentityInfo": {
|
|
657
|
-
"shape": "
|
|
709
|
+
"shape": "S3y"
|
|
658
710
|
},
|
|
659
711
|
"PhoneConfig": {
|
|
660
|
-
"shape": "
|
|
712
|
+
"shape": "S42"
|
|
661
713
|
},
|
|
662
714
|
"DirectoryUserId": {},
|
|
663
715
|
"SecurityProfileIds": {
|
|
664
|
-
"shape": "
|
|
716
|
+
"shape": "S47"
|
|
665
717
|
},
|
|
666
718
|
"RoutingProfileId": {},
|
|
667
719
|
"HierarchyGroupId": {},
|
|
@@ -670,7 +722,7 @@
|
|
|
670
722
|
"locationName": "InstanceId"
|
|
671
723
|
},
|
|
672
724
|
"Tags": {
|
|
673
|
-
"shape": "
|
|
725
|
+
"shape": "S1j"
|
|
674
726
|
}
|
|
675
727
|
}
|
|
676
728
|
},
|
|
@@ -701,7 +753,7 @@
|
|
|
701
753
|
"locationName": "InstanceId"
|
|
702
754
|
},
|
|
703
755
|
"Tags": {
|
|
704
|
-
"shape": "
|
|
756
|
+
"shape": "S1j"
|
|
705
757
|
}
|
|
706
758
|
}
|
|
707
759
|
},
|
|
@@ -737,7 +789,7 @@
|
|
|
737
789
|
"LanguageCode": {},
|
|
738
790
|
"Content": {},
|
|
739
791
|
"Tags": {
|
|
740
|
-
"shape": "
|
|
792
|
+
"shape": "S1j"
|
|
741
793
|
}
|
|
742
794
|
}
|
|
743
795
|
},
|
|
@@ -1062,7 +1114,7 @@
|
|
|
1062
1114
|
},
|
|
1063
1115
|
"State": {},
|
|
1064
1116
|
"Tags": {
|
|
1065
|
-
"shape": "
|
|
1117
|
+
"shape": "S1j"
|
|
1066
1118
|
}
|
|
1067
1119
|
}
|
|
1068
1120
|
}
|
|
@@ -1176,7 +1228,7 @@
|
|
|
1176
1228
|
"Description": {},
|
|
1177
1229
|
"Content": {},
|
|
1178
1230
|
"Tags": {
|
|
1179
|
-
"shape": "
|
|
1231
|
+
"shape": "S1j"
|
|
1180
1232
|
}
|
|
1181
1233
|
}
|
|
1182
1234
|
}
|
|
@@ -1219,7 +1271,7 @@
|
|
|
1219
1271
|
"State": {},
|
|
1220
1272
|
"Status": {},
|
|
1221
1273
|
"Tags": {
|
|
1222
|
-
"shape": "
|
|
1274
|
+
"shape": "S1j"
|
|
1223
1275
|
}
|
|
1224
1276
|
}
|
|
1225
1277
|
}
|
|
@@ -1260,10 +1312,10 @@
|
|
|
1260
1312
|
"Description": {},
|
|
1261
1313
|
"TimeZone": {},
|
|
1262
1314
|
"Config": {
|
|
1263
|
-
"shape": "
|
|
1315
|
+
"shape": "S2b"
|
|
1264
1316
|
},
|
|
1265
1317
|
"Tags": {
|
|
1266
|
-
"shape": "
|
|
1318
|
+
"shape": "S1j"
|
|
1267
1319
|
}
|
|
1268
1320
|
}
|
|
1269
1321
|
}
|
|
@@ -1297,7 +1349,7 @@
|
|
|
1297
1349
|
"Arn": {},
|
|
1298
1350
|
"IdentityManagementType": {},
|
|
1299
1351
|
"InstanceAlias": {
|
|
1300
|
-
"shape": "
|
|
1352
|
+
"shape": "S2l"
|
|
1301
1353
|
},
|
|
1302
1354
|
"CreatedTime": {
|
|
1303
1355
|
"type": "timestamp"
|
|
@@ -1347,7 +1399,7 @@
|
|
|
1347
1399
|
"type": "structure",
|
|
1348
1400
|
"members": {
|
|
1349
1401
|
"Attribute": {
|
|
1350
|
-
"shape": "
|
|
1402
|
+
"shape": "S5w"
|
|
1351
1403
|
}
|
|
1352
1404
|
}
|
|
1353
1405
|
}
|
|
@@ -1388,6 +1440,51 @@
|
|
|
1388
1440
|
}
|
|
1389
1441
|
}
|
|
1390
1442
|
},
|
|
1443
|
+
"DescribePhoneNumber": {
|
|
1444
|
+
"http": {
|
|
1445
|
+
"method": "GET",
|
|
1446
|
+
"requestUri": "/phone-number/{PhoneNumberId}"
|
|
1447
|
+
},
|
|
1448
|
+
"input": {
|
|
1449
|
+
"type": "structure",
|
|
1450
|
+
"required": [
|
|
1451
|
+
"PhoneNumberId"
|
|
1452
|
+
],
|
|
1453
|
+
"members": {
|
|
1454
|
+
"PhoneNumberId": {
|
|
1455
|
+
"location": "uri",
|
|
1456
|
+
"locationName": "PhoneNumberId"
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
},
|
|
1460
|
+
"output": {
|
|
1461
|
+
"type": "structure",
|
|
1462
|
+
"members": {
|
|
1463
|
+
"ClaimedPhoneNumberSummary": {
|
|
1464
|
+
"type": "structure",
|
|
1465
|
+
"members": {
|
|
1466
|
+
"PhoneNumberId": {},
|
|
1467
|
+
"PhoneNumberArn": {},
|
|
1468
|
+
"PhoneNumber": {},
|
|
1469
|
+
"PhoneNumberCountryCode": {},
|
|
1470
|
+
"PhoneNumberType": {},
|
|
1471
|
+
"PhoneNumberDescription": {},
|
|
1472
|
+
"TargetArn": {},
|
|
1473
|
+
"Tags": {
|
|
1474
|
+
"shape": "S1j"
|
|
1475
|
+
},
|
|
1476
|
+
"PhoneNumberStatus": {
|
|
1477
|
+
"type": "structure",
|
|
1478
|
+
"members": {
|
|
1479
|
+
"Status": {},
|
|
1480
|
+
"Message": {}
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1391
1488
|
"DescribeQueue": {
|
|
1392
1489
|
"http": {
|
|
1393
1490
|
"method": "GET",
|
|
@@ -1421,7 +1518,7 @@
|
|
|
1421
1518
|
"QueueId": {},
|
|
1422
1519
|
"Description": {},
|
|
1423
1520
|
"OutboundCallerConfig": {
|
|
1424
|
-
"shape": "
|
|
1521
|
+
"shape": "S2z"
|
|
1425
1522
|
},
|
|
1426
1523
|
"HoursOfOperationId": {},
|
|
1427
1524
|
"MaxContacts": {
|
|
@@ -1429,7 +1526,7 @@
|
|
|
1429
1526
|
},
|
|
1430
1527
|
"Status": {},
|
|
1431
1528
|
"Tags": {
|
|
1432
|
-
"shape": "
|
|
1529
|
+
"shape": "S1j"
|
|
1433
1530
|
}
|
|
1434
1531
|
}
|
|
1435
1532
|
}
|
|
@@ -1469,10 +1566,10 @@
|
|
|
1469
1566
|
"Name": {},
|
|
1470
1567
|
"Description": {},
|
|
1471
1568
|
"QuickConnectConfig": {
|
|
1472
|
-
"shape": "
|
|
1569
|
+
"shape": "S36"
|
|
1473
1570
|
},
|
|
1474
1571
|
"Tags": {
|
|
1475
|
-
"shape": "
|
|
1572
|
+
"shape": "S1j"
|
|
1476
1573
|
}
|
|
1477
1574
|
}
|
|
1478
1575
|
}
|
|
@@ -1513,11 +1610,11 @@
|
|
|
1513
1610
|
"RoutingProfileId": {},
|
|
1514
1611
|
"Description": {},
|
|
1515
1612
|
"MediaConcurrencies": {
|
|
1516
|
-
"shape": "
|
|
1613
|
+
"shape": "S3g"
|
|
1517
1614
|
},
|
|
1518
1615
|
"DefaultOutboundQueueId": {},
|
|
1519
1616
|
"Tags": {
|
|
1520
|
-
"shape": "
|
|
1617
|
+
"shape": "S1j"
|
|
1521
1618
|
}
|
|
1522
1619
|
}
|
|
1523
1620
|
}
|
|
@@ -1558,7 +1655,7 @@
|
|
|
1558
1655
|
"SecurityProfileName": {},
|
|
1559
1656
|
"Description": {},
|
|
1560
1657
|
"Tags": {
|
|
1561
|
-
"shape": "
|
|
1658
|
+
"shape": "S1j"
|
|
1562
1659
|
}
|
|
1563
1660
|
}
|
|
1564
1661
|
}
|
|
@@ -1597,19 +1694,19 @@
|
|
|
1597
1694
|
"Arn": {},
|
|
1598
1695
|
"Username": {},
|
|
1599
1696
|
"IdentityInfo": {
|
|
1600
|
-
"shape": "
|
|
1697
|
+
"shape": "S3y"
|
|
1601
1698
|
},
|
|
1602
1699
|
"PhoneConfig": {
|
|
1603
|
-
"shape": "
|
|
1700
|
+
"shape": "S42"
|
|
1604
1701
|
},
|
|
1605
1702
|
"DirectoryUserId": {},
|
|
1606
1703
|
"SecurityProfileIds": {
|
|
1607
|
-
"shape": "
|
|
1704
|
+
"shape": "S47"
|
|
1608
1705
|
},
|
|
1609
1706
|
"RoutingProfileId": {},
|
|
1610
1707
|
"HierarchyGroupId": {},
|
|
1611
1708
|
"Tags": {
|
|
1612
|
-
"shape": "
|
|
1709
|
+
"shape": "S1j"
|
|
1613
1710
|
}
|
|
1614
1711
|
}
|
|
1615
1712
|
}
|
|
@@ -1652,24 +1749,24 @@
|
|
|
1652
1749
|
"type": "structure",
|
|
1653
1750
|
"members": {
|
|
1654
1751
|
"LevelOne": {
|
|
1655
|
-
"shape": "
|
|
1752
|
+
"shape": "S6t"
|
|
1656
1753
|
},
|
|
1657
1754
|
"LevelTwo": {
|
|
1658
|
-
"shape": "
|
|
1755
|
+
"shape": "S6t"
|
|
1659
1756
|
},
|
|
1660
1757
|
"LevelThree": {
|
|
1661
|
-
"shape": "
|
|
1758
|
+
"shape": "S6t"
|
|
1662
1759
|
},
|
|
1663
1760
|
"LevelFour": {
|
|
1664
|
-
"shape": "
|
|
1761
|
+
"shape": "S6t"
|
|
1665
1762
|
},
|
|
1666
1763
|
"LevelFive": {
|
|
1667
|
-
"shape": "
|
|
1764
|
+
"shape": "S6t"
|
|
1668
1765
|
}
|
|
1669
1766
|
}
|
|
1670
1767
|
},
|
|
1671
1768
|
"Tags": {
|
|
1672
|
-
"shape": "
|
|
1769
|
+
"shape": "S1j"
|
|
1673
1770
|
}
|
|
1674
1771
|
}
|
|
1675
1772
|
}
|
|
@@ -1700,19 +1797,19 @@
|
|
|
1700
1797
|
"type": "structure",
|
|
1701
1798
|
"members": {
|
|
1702
1799
|
"LevelOne": {
|
|
1703
|
-
"shape": "
|
|
1800
|
+
"shape": "S6x"
|
|
1704
1801
|
},
|
|
1705
1802
|
"LevelTwo": {
|
|
1706
|
-
"shape": "
|
|
1803
|
+
"shape": "S6x"
|
|
1707
1804
|
},
|
|
1708
1805
|
"LevelThree": {
|
|
1709
|
-
"shape": "
|
|
1806
|
+
"shape": "S6x"
|
|
1710
1807
|
},
|
|
1711
1808
|
"LevelFour": {
|
|
1712
|
-
"shape": "
|
|
1809
|
+
"shape": "S6x"
|
|
1713
1810
|
},
|
|
1714
1811
|
"LevelFive": {
|
|
1715
|
-
"shape": "
|
|
1812
|
+
"shape": "S6x"
|
|
1716
1813
|
}
|
|
1717
1814
|
}
|
|
1718
1815
|
}
|
|
@@ -1769,7 +1866,7 @@
|
|
|
1769
1866
|
"FailureReason": {},
|
|
1770
1867
|
"Content": {},
|
|
1771
1868
|
"Tags": {
|
|
1772
|
-
"shape": "
|
|
1869
|
+
"shape": "S1j"
|
|
1773
1870
|
}
|
|
1774
1871
|
}
|
|
1775
1872
|
}
|
|
@@ -1901,6 +1998,29 @@
|
|
|
1901
1998
|
}
|
|
1902
1999
|
}
|
|
1903
2000
|
},
|
|
2001
|
+
"DisassociatePhoneNumberContactFlow": {
|
|
2002
|
+
"http": {
|
|
2003
|
+
"method": "DELETE",
|
|
2004
|
+
"requestUri": "/phone-number/{PhoneNumberId}/contact-flow"
|
|
2005
|
+
},
|
|
2006
|
+
"input": {
|
|
2007
|
+
"type": "structure",
|
|
2008
|
+
"required": [
|
|
2009
|
+
"PhoneNumberId",
|
|
2010
|
+
"InstanceId"
|
|
2011
|
+
],
|
|
2012
|
+
"members": {
|
|
2013
|
+
"PhoneNumberId": {
|
|
2014
|
+
"location": "uri",
|
|
2015
|
+
"locationName": "PhoneNumberId"
|
|
2016
|
+
},
|
|
2017
|
+
"InstanceId": {
|
|
2018
|
+
"location": "querystring",
|
|
2019
|
+
"locationName": "instanceId"
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
1904
2024
|
"DisassociateQueueQuickConnects": {
|
|
1905
2025
|
"http": {
|
|
1906
2026
|
"requestUri": "/queues/{InstanceId}/{QueueId}/disassociate-quick-connects"
|
|
@@ -1922,7 +2042,7 @@
|
|
|
1922
2042
|
"locationName": "QueueId"
|
|
1923
2043
|
},
|
|
1924
2044
|
"QuickConnectIds": {
|
|
1925
|
-
"shape": "
|
|
2045
|
+
"shape": "S13"
|
|
1926
2046
|
}
|
|
1927
2047
|
}
|
|
1928
2048
|
}
|
|
@@ -1950,7 +2070,7 @@
|
|
|
1950
2070
|
"QueueReferences": {
|
|
1951
2071
|
"type": "list",
|
|
1952
2072
|
"member": {
|
|
1953
|
-
"shape": "
|
|
2073
|
+
"shape": "S19"
|
|
1954
2074
|
}
|
|
1955
2075
|
}
|
|
1956
2076
|
}
|
|
@@ -2005,7 +2125,7 @@
|
|
|
2005
2125
|
"type": "structure",
|
|
2006
2126
|
"members": {
|
|
2007
2127
|
"Attributes": {
|
|
2008
|
-
"shape": "
|
|
2128
|
+
"shape": "S7g"
|
|
2009
2129
|
}
|
|
2010
2130
|
}
|
|
2011
2131
|
}
|
|
@@ -2027,15 +2147,15 @@
|
|
|
2027
2147
|
"locationName": "InstanceId"
|
|
2028
2148
|
},
|
|
2029
2149
|
"Filters": {
|
|
2030
|
-
"shape": "
|
|
2150
|
+
"shape": "S7k"
|
|
2031
2151
|
},
|
|
2032
2152
|
"Groupings": {
|
|
2033
|
-
"shape": "
|
|
2153
|
+
"shape": "S7n"
|
|
2034
2154
|
},
|
|
2035
2155
|
"CurrentMetrics": {
|
|
2036
2156
|
"type": "list",
|
|
2037
2157
|
"member": {
|
|
2038
|
-
"shape": "
|
|
2158
|
+
"shape": "S7q"
|
|
2039
2159
|
}
|
|
2040
2160
|
},
|
|
2041
2161
|
"NextToken": {},
|
|
@@ -2054,7 +2174,7 @@
|
|
|
2054
2174
|
"type": "structure",
|
|
2055
2175
|
"members": {
|
|
2056
2176
|
"Dimensions": {
|
|
2057
|
-
"shape": "
|
|
2177
|
+
"shape": "S7y"
|
|
2058
2178
|
},
|
|
2059
2179
|
"Collections": {
|
|
2060
2180
|
"type": "list",
|
|
@@ -2062,7 +2182,7 @@
|
|
|
2062
2182
|
"type": "structure",
|
|
2063
2183
|
"members": {
|
|
2064
2184
|
"Metric": {
|
|
2065
|
-
"shape": "
|
|
2185
|
+
"shape": "S7q"
|
|
2066
2186
|
},
|
|
2067
2187
|
"Value": {
|
|
2068
2188
|
"type": "double"
|
|
@@ -2103,13 +2223,13 @@
|
|
|
2103
2223
|
"type": "structure",
|
|
2104
2224
|
"members": {
|
|
2105
2225
|
"AccessToken": {
|
|
2106
|
-
"shape": "
|
|
2226
|
+
"shape": "S86"
|
|
2107
2227
|
},
|
|
2108
2228
|
"AccessTokenExpiration": {
|
|
2109
2229
|
"type": "timestamp"
|
|
2110
2230
|
},
|
|
2111
2231
|
"RefreshToken": {
|
|
2112
|
-
"shape": "
|
|
2232
|
+
"shape": "S86"
|
|
2113
2233
|
},
|
|
2114
2234
|
"RefreshTokenExpiration": {
|
|
2115
2235
|
"type": "timestamp"
|
|
@@ -2144,15 +2264,15 @@
|
|
|
2144
2264
|
"type": "timestamp"
|
|
2145
2265
|
},
|
|
2146
2266
|
"Filters": {
|
|
2147
|
-
"shape": "
|
|
2267
|
+
"shape": "S7k"
|
|
2148
2268
|
},
|
|
2149
2269
|
"Groupings": {
|
|
2150
|
-
"shape": "
|
|
2270
|
+
"shape": "S7n"
|
|
2151
2271
|
},
|
|
2152
2272
|
"HistoricalMetrics": {
|
|
2153
2273
|
"type": "list",
|
|
2154
2274
|
"member": {
|
|
2155
|
-
"shape": "
|
|
2275
|
+
"shape": "S89"
|
|
2156
2276
|
}
|
|
2157
2277
|
},
|
|
2158
2278
|
"NextToken": {},
|
|
@@ -2171,7 +2291,7 @@
|
|
|
2171
2291
|
"type": "structure",
|
|
2172
2292
|
"members": {
|
|
2173
2293
|
"Dimensions": {
|
|
2174
|
-
"shape": "
|
|
2294
|
+
"shape": "S7y"
|
|
2175
2295
|
},
|
|
2176
2296
|
"Collections": {
|
|
2177
2297
|
"type": "list",
|
|
@@ -2179,7 +2299,7 @@
|
|
|
2179
2299
|
"type": "structure",
|
|
2180
2300
|
"members": {
|
|
2181
2301
|
"Metric": {
|
|
2182
|
-
"shape": "
|
|
2302
|
+
"shape": "S89"
|
|
2183
2303
|
},
|
|
2184
2304
|
"Value": {
|
|
2185
2305
|
"type": "double"
|
|
@@ -2623,7 +2743,7 @@
|
|
|
2623
2743
|
"Attributes": {
|
|
2624
2744
|
"type": "list",
|
|
2625
2745
|
"member": {
|
|
2626
|
-
"shape": "
|
|
2746
|
+
"shape": "S5w"
|
|
2627
2747
|
}
|
|
2628
2748
|
},
|
|
2629
2749
|
"NextToken": {}
|
|
@@ -2705,7 +2825,7 @@
|
|
|
2705
2825
|
"Arn": {},
|
|
2706
2826
|
"IdentityManagementType": {},
|
|
2707
2827
|
"InstanceAlias": {
|
|
2708
|
-
"shape": "
|
|
2828
|
+
"shape": "S2l"
|
|
2709
2829
|
},
|
|
2710
2830
|
"CreatedTime": {
|
|
2711
2831
|
"type": "timestamp"
|
|
@@ -2870,16 +2990,14 @@
|
|
|
2870
2990
|
"locationName": "InstanceId"
|
|
2871
2991
|
},
|
|
2872
2992
|
"PhoneNumberTypes": {
|
|
2993
|
+
"shape": "Sag",
|
|
2873
2994
|
"location": "querystring",
|
|
2874
|
-
"locationName": "phoneNumberTypes"
|
|
2875
|
-
"type": "list",
|
|
2876
|
-
"member": {}
|
|
2995
|
+
"locationName": "phoneNumberTypes"
|
|
2877
2996
|
},
|
|
2878
2997
|
"PhoneNumberCountryCodes": {
|
|
2998
|
+
"shape": "Sah",
|
|
2879
2999
|
"location": "querystring",
|
|
2880
|
-
"locationName": "phoneNumberCountryCodes"
|
|
2881
|
-
"type": "list",
|
|
2882
|
-
"member": {}
|
|
3000
|
+
"locationName": "phoneNumberCountryCodes"
|
|
2883
3001
|
},
|
|
2884
3002
|
"NextToken": {
|
|
2885
3003
|
"location": "querystring",
|
|
@@ -2912,6 +3030,48 @@
|
|
|
2912
3030
|
}
|
|
2913
3031
|
}
|
|
2914
3032
|
},
|
|
3033
|
+
"ListPhoneNumbersV2": {
|
|
3034
|
+
"http": {
|
|
3035
|
+
"requestUri": "/phone-number/list"
|
|
3036
|
+
},
|
|
3037
|
+
"input": {
|
|
3038
|
+
"type": "structure",
|
|
3039
|
+
"members": {
|
|
3040
|
+
"TargetArn": {},
|
|
3041
|
+
"MaxResults": {
|
|
3042
|
+
"type": "integer"
|
|
3043
|
+
},
|
|
3044
|
+
"NextToken": {},
|
|
3045
|
+
"PhoneNumberCountryCodes": {
|
|
3046
|
+
"shape": "Sah"
|
|
3047
|
+
},
|
|
3048
|
+
"PhoneNumberTypes": {
|
|
3049
|
+
"shape": "Sag"
|
|
3050
|
+
},
|
|
3051
|
+
"PhoneNumberPrefix": {}
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
"output": {
|
|
3055
|
+
"type": "structure",
|
|
3056
|
+
"members": {
|
|
3057
|
+
"NextToken": {},
|
|
3058
|
+
"ListPhoneNumbersSummaryList": {
|
|
3059
|
+
"type": "list",
|
|
3060
|
+
"member": {
|
|
3061
|
+
"type": "structure",
|
|
3062
|
+
"members": {
|
|
3063
|
+
"PhoneNumberId": {},
|
|
3064
|
+
"PhoneNumberArn": {},
|
|
3065
|
+
"PhoneNumber": {},
|
|
3066
|
+
"PhoneNumberCountryCode": {},
|
|
3067
|
+
"PhoneNumberType": {},
|
|
3068
|
+
"TargetArn": {}
|
|
3069
|
+
}
|
|
3070
|
+
}
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
2915
3075
|
"ListPrompts": {
|
|
2916
3076
|
"http": {
|
|
2917
3077
|
"method": "GET",
|
|
@@ -2992,7 +3152,7 @@
|
|
|
2992
3152
|
"members": {
|
|
2993
3153
|
"NextToken": {},
|
|
2994
3154
|
"QuickConnectSummaryList": {
|
|
2995
|
-
"shape": "
|
|
3155
|
+
"shape": "Saz"
|
|
2996
3156
|
}
|
|
2997
3157
|
}
|
|
2998
3158
|
}
|
|
@@ -3084,7 +3244,7 @@
|
|
|
3084
3244
|
"type": "structure",
|
|
3085
3245
|
"members": {
|
|
3086
3246
|
"QuickConnectSummaryList": {
|
|
3087
|
-
"shape": "
|
|
3247
|
+
"shape": "Saz"
|
|
3088
3248
|
},
|
|
3089
3249
|
"NextToken": {}
|
|
3090
3250
|
}
|
|
@@ -3279,7 +3439,7 @@
|
|
|
3279
3439
|
"type": "structure",
|
|
3280
3440
|
"members": {
|
|
3281
3441
|
"Permissions": {
|
|
3282
|
-
"shape": "
|
|
3442
|
+
"shape": "S3n"
|
|
3283
3443
|
},
|
|
3284
3444
|
"NextToken": {}
|
|
3285
3445
|
}
|
|
@@ -3350,7 +3510,7 @@
|
|
|
3350
3510
|
"type": "structure",
|
|
3351
3511
|
"members": {
|
|
3352
3512
|
"tags": {
|
|
3353
|
-
"shape": "
|
|
3513
|
+
"shape": "S1j"
|
|
3354
3514
|
}
|
|
3355
3515
|
}
|
|
3356
3516
|
}
|
|
@@ -3436,7 +3596,7 @@
|
|
|
3436
3596
|
"UserHierarchyGroupSummaryList": {
|
|
3437
3597
|
"type": "list",
|
|
3438
3598
|
"member": {
|
|
3439
|
-
"shape": "
|
|
3599
|
+
"shape": "S6t"
|
|
3440
3600
|
}
|
|
3441
3601
|
},
|
|
3442
3602
|
"NextToken": {}
|
|
@@ -3487,6 +3647,58 @@
|
|
|
3487
3647
|
}
|
|
3488
3648
|
}
|
|
3489
3649
|
},
|
|
3650
|
+
"PutUserStatus": {
|
|
3651
|
+
"http": {
|
|
3652
|
+
"method": "PUT",
|
|
3653
|
+
"requestUri": "/users/{InstanceId}/{UserId}/status"
|
|
3654
|
+
},
|
|
3655
|
+
"input": {
|
|
3656
|
+
"type": "structure",
|
|
3657
|
+
"required": [
|
|
3658
|
+
"UserId",
|
|
3659
|
+
"InstanceId",
|
|
3660
|
+
"AgentStatusId"
|
|
3661
|
+
],
|
|
3662
|
+
"members": {
|
|
3663
|
+
"UserId": {
|
|
3664
|
+
"location": "uri",
|
|
3665
|
+
"locationName": "UserId"
|
|
3666
|
+
},
|
|
3667
|
+
"InstanceId": {
|
|
3668
|
+
"location": "uri",
|
|
3669
|
+
"locationName": "InstanceId"
|
|
3670
|
+
},
|
|
3671
|
+
"AgentStatusId": {}
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
"output": {
|
|
3675
|
+
"type": "structure",
|
|
3676
|
+
"members": {}
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
"ReleasePhoneNumber": {
|
|
3680
|
+
"http": {
|
|
3681
|
+
"method": "DELETE",
|
|
3682
|
+
"requestUri": "/phone-number/{PhoneNumberId}"
|
|
3683
|
+
},
|
|
3684
|
+
"input": {
|
|
3685
|
+
"type": "structure",
|
|
3686
|
+
"required": [
|
|
3687
|
+
"PhoneNumberId"
|
|
3688
|
+
],
|
|
3689
|
+
"members": {
|
|
3690
|
+
"PhoneNumberId": {
|
|
3691
|
+
"location": "uri",
|
|
3692
|
+
"locationName": "PhoneNumberId"
|
|
3693
|
+
},
|
|
3694
|
+
"ClientToken": {
|
|
3695
|
+
"idempotencyToken": true,
|
|
3696
|
+
"location": "querystring",
|
|
3697
|
+
"locationName": "clientToken"
|
|
3698
|
+
}
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3490
3702
|
"ResumeContactRecording": {
|
|
3491
3703
|
"http": {
|
|
3492
3704
|
"requestUri": "/contact/resume-recording"
|
|
@@ -3509,6 +3721,125 @@
|
|
|
3509
3721
|
"members": {}
|
|
3510
3722
|
}
|
|
3511
3723
|
},
|
|
3724
|
+
"SearchAvailablePhoneNumbers": {
|
|
3725
|
+
"http": {
|
|
3726
|
+
"requestUri": "/phone-number/search-available"
|
|
3727
|
+
},
|
|
3728
|
+
"input": {
|
|
3729
|
+
"type": "structure",
|
|
3730
|
+
"required": [
|
|
3731
|
+
"TargetArn",
|
|
3732
|
+
"PhoneNumberCountryCode",
|
|
3733
|
+
"PhoneNumberType"
|
|
3734
|
+
],
|
|
3735
|
+
"members": {
|
|
3736
|
+
"TargetArn": {},
|
|
3737
|
+
"PhoneNumberCountryCode": {},
|
|
3738
|
+
"PhoneNumberType": {},
|
|
3739
|
+
"PhoneNumberPrefix": {},
|
|
3740
|
+
"MaxResults": {
|
|
3741
|
+
"type": "integer"
|
|
3742
|
+
},
|
|
3743
|
+
"NextToken": {}
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3746
|
+
"output": {
|
|
3747
|
+
"type": "structure",
|
|
3748
|
+
"members": {
|
|
3749
|
+
"NextToken": {},
|
|
3750
|
+
"AvailableNumbersList": {
|
|
3751
|
+
"type": "list",
|
|
3752
|
+
"member": {
|
|
3753
|
+
"type": "structure",
|
|
3754
|
+
"members": {
|
|
3755
|
+
"PhoneNumber": {},
|
|
3756
|
+
"PhoneNumberCountryCode": {},
|
|
3757
|
+
"PhoneNumberType": {}
|
|
3758
|
+
}
|
|
3759
|
+
}
|
|
3760
|
+
}
|
|
3761
|
+
}
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
"SearchUsers": {
|
|
3765
|
+
"http": {
|
|
3766
|
+
"requestUri": "/search-users"
|
|
3767
|
+
},
|
|
3768
|
+
"input": {
|
|
3769
|
+
"type": "structure",
|
|
3770
|
+
"members": {
|
|
3771
|
+
"InstanceId": {},
|
|
3772
|
+
"NextToken": {},
|
|
3773
|
+
"MaxResults": {
|
|
3774
|
+
"type": "integer"
|
|
3775
|
+
},
|
|
3776
|
+
"SearchFilter": {
|
|
3777
|
+
"type": "structure",
|
|
3778
|
+
"members": {
|
|
3779
|
+
"TagFilter": {
|
|
3780
|
+
"type": "structure",
|
|
3781
|
+
"members": {
|
|
3782
|
+
"OrConditions": {
|
|
3783
|
+
"type": "list",
|
|
3784
|
+
"member": {
|
|
3785
|
+
"shape": "Scl"
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3788
|
+
"AndConditions": {
|
|
3789
|
+
"shape": "Scl"
|
|
3790
|
+
},
|
|
3791
|
+
"TagCondition": {
|
|
3792
|
+
"shape": "Scm"
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
}
|
|
3796
|
+
}
|
|
3797
|
+
},
|
|
3798
|
+
"SearchCriteria": {
|
|
3799
|
+
"shape": "Scn"
|
|
3800
|
+
}
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3803
|
+
"output": {
|
|
3804
|
+
"type": "structure",
|
|
3805
|
+
"members": {
|
|
3806
|
+
"Users": {
|
|
3807
|
+
"type": "list",
|
|
3808
|
+
"member": {
|
|
3809
|
+
"type": "structure",
|
|
3810
|
+
"members": {
|
|
3811
|
+
"Arn": {},
|
|
3812
|
+
"DirectoryUserId": {},
|
|
3813
|
+
"HierarchyGroupId": {},
|
|
3814
|
+
"Id": {},
|
|
3815
|
+
"IdentityInfo": {
|
|
3816
|
+
"type": "structure",
|
|
3817
|
+
"members": {
|
|
3818
|
+
"FirstName": {},
|
|
3819
|
+
"LastName": {}
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
"PhoneConfig": {
|
|
3823
|
+
"shape": "S42"
|
|
3824
|
+
},
|
|
3825
|
+
"RoutingProfileId": {},
|
|
3826
|
+
"SecurityProfileIds": {
|
|
3827
|
+
"shape": "S47"
|
|
3828
|
+
},
|
|
3829
|
+
"Tags": {
|
|
3830
|
+
"shape": "S1j"
|
|
3831
|
+
},
|
|
3832
|
+
"Username": {}
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3836
|
+
"NextToken": {},
|
|
3837
|
+
"ApproximateTotalCount": {
|
|
3838
|
+
"type": "long"
|
|
3839
|
+
}
|
|
3840
|
+
}
|
|
3841
|
+
}
|
|
3842
|
+
},
|
|
3512
3843
|
"SearchVocabularies": {
|
|
3513
3844
|
"http": {
|
|
3514
3845
|
"requestUri": "/vocabulary-summary/{InstanceId}"
|
|
@@ -3580,7 +3911,7 @@
|
|
|
3580
3911
|
"InstanceId": {},
|
|
3581
3912
|
"ContactFlowId": {},
|
|
3582
3913
|
"Attributes": {
|
|
3583
|
-
"shape": "
|
|
3914
|
+
"shape": "S7g"
|
|
3584
3915
|
},
|
|
3585
3916
|
"ParticipantDetails": {
|
|
3586
3917
|
"type": "structure",
|
|
@@ -3607,6 +3938,10 @@
|
|
|
3607
3938
|
},
|
|
3608
3939
|
"ChatDurationInMinutes": {
|
|
3609
3940
|
"type": "integer"
|
|
3941
|
+
},
|
|
3942
|
+
"SupportedMessagingContentTypes": {
|
|
3943
|
+
"type": "list",
|
|
3944
|
+
"member": {}
|
|
3610
3945
|
}
|
|
3611
3946
|
}
|
|
3612
3947
|
},
|
|
@@ -3709,7 +4044,7 @@
|
|
|
3709
4044
|
"SourcePhoneNumber": {},
|
|
3710
4045
|
"QueueId": {},
|
|
3711
4046
|
"Attributes": {
|
|
3712
|
-
"shape": "
|
|
4047
|
+
"shape": "S7g"
|
|
3713
4048
|
},
|
|
3714
4049
|
"AnswerMachineDetectionConfig": {
|
|
3715
4050
|
"type": "structure",
|
|
@@ -3750,11 +4085,11 @@
|
|
|
3750
4085
|
"PreviousContactId": {},
|
|
3751
4086
|
"ContactFlowId": {},
|
|
3752
4087
|
"Attributes": {
|
|
3753
|
-
"shape": "
|
|
4088
|
+
"shape": "S7g"
|
|
3754
4089
|
},
|
|
3755
4090
|
"Name": {},
|
|
3756
4091
|
"References": {
|
|
3757
|
-
"shape": "
|
|
4092
|
+
"shape": "Sdu"
|
|
3758
4093
|
},
|
|
3759
4094
|
"Description": {},
|
|
3760
4095
|
"ClientToken": {
|
|
@@ -3874,7 +4209,7 @@
|
|
|
3874
4209
|
"locationName": "resourceArn"
|
|
3875
4210
|
},
|
|
3876
4211
|
"tags": {
|
|
3877
|
-
"shape": "
|
|
4212
|
+
"shape": "S1j"
|
|
3878
4213
|
}
|
|
3879
4214
|
}
|
|
3880
4215
|
}
|
|
@@ -3957,7 +4292,7 @@
|
|
|
3957
4292
|
"Name": {},
|
|
3958
4293
|
"Description": {},
|
|
3959
4294
|
"References": {
|
|
3960
|
-
"shape": "
|
|
4295
|
+
"shape": "Sdu"
|
|
3961
4296
|
}
|
|
3962
4297
|
}
|
|
3963
4298
|
},
|
|
@@ -3981,7 +4316,7 @@
|
|
|
3981
4316
|
"InitialContactId": {},
|
|
3982
4317
|
"InstanceId": {},
|
|
3983
4318
|
"Attributes": {
|
|
3984
|
-
"shape": "
|
|
4319
|
+
"shape": "S7g"
|
|
3985
4320
|
}
|
|
3986
4321
|
}
|
|
3987
4322
|
},
|
|
@@ -4167,7 +4502,7 @@
|
|
|
4167
4502
|
"Description": {},
|
|
4168
4503
|
"TimeZone": {},
|
|
4169
4504
|
"Config": {
|
|
4170
|
-
"shape": "
|
|
4505
|
+
"shape": "S2b"
|
|
4171
4506
|
}
|
|
4172
4507
|
}
|
|
4173
4508
|
}
|
|
@@ -4227,6 +4562,36 @@
|
|
|
4227
4562
|
}
|
|
4228
4563
|
}
|
|
4229
4564
|
},
|
|
4565
|
+
"UpdatePhoneNumber": {
|
|
4566
|
+
"http": {
|
|
4567
|
+
"method": "PUT",
|
|
4568
|
+
"requestUri": "/phone-number/{PhoneNumberId}"
|
|
4569
|
+
},
|
|
4570
|
+
"input": {
|
|
4571
|
+
"type": "structure",
|
|
4572
|
+
"required": [
|
|
4573
|
+
"PhoneNumberId",
|
|
4574
|
+
"TargetArn"
|
|
4575
|
+
],
|
|
4576
|
+
"members": {
|
|
4577
|
+
"PhoneNumberId": {
|
|
4578
|
+
"location": "uri",
|
|
4579
|
+
"locationName": "PhoneNumberId"
|
|
4580
|
+
},
|
|
4581
|
+
"TargetArn": {},
|
|
4582
|
+
"ClientToken": {
|
|
4583
|
+
"idempotencyToken": true
|
|
4584
|
+
}
|
|
4585
|
+
}
|
|
4586
|
+
},
|
|
4587
|
+
"output": {
|
|
4588
|
+
"type": "structure",
|
|
4589
|
+
"members": {
|
|
4590
|
+
"PhoneNumberId": {},
|
|
4591
|
+
"PhoneNumberArn": {}
|
|
4592
|
+
}
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4230
4595
|
"UpdateQueueHoursOfOperation": {
|
|
4231
4596
|
"http": {
|
|
4232
4597
|
"requestUri": "/queues/{InstanceId}/{QueueId}/hours-of-operation"
|
|
@@ -4321,7 +4686,7 @@
|
|
|
4321
4686
|
"locationName": "QueueId"
|
|
4322
4687
|
},
|
|
4323
4688
|
"OutboundCallerConfig": {
|
|
4324
|
-
"shape": "
|
|
4689
|
+
"shape": "S2z"
|
|
4325
4690
|
}
|
|
4326
4691
|
}
|
|
4327
4692
|
}
|
|
@@ -4371,7 +4736,7 @@
|
|
|
4371
4736
|
"locationName": "QuickConnectId"
|
|
4372
4737
|
},
|
|
4373
4738
|
"QuickConnectConfig": {
|
|
4374
|
-
"shape": "
|
|
4739
|
+
"shape": "S36"
|
|
4375
4740
|
}
|
|
4376
4741
|
}
|
|
4377
4742
|
}
|
|
@@ -4421,7 +4786,7 @@
|
|
|
4421
4786
|
"locationName": "RoutingProfileId"
|
|
4422
4787
|
},
|
|
4423
4788
|
"MediaConcurrencies": {
|
|
4424
|
-
"shape": "
|
|
4789
|
+
"shape": "S3g"
|
|
4425
4790
|
}
|
|
4426
4791
|
}
|
|
4427
4792
|
}
|
|
@@ -4495,7 +4860,7 @@
|
|
|
4495
4860
|
"locationName": "RoutingProfileId"
|
|
4496
4861
|
},
|
|
4497
4862
|
"QueueConfigs": {
|
|
4498
|
-
"shape": "
|
|
4863
|
+
"shape": "S17"
|
|
4499
4864
|
}
|
|
4500
4865
|
}
|
|
4501
4866
|
}
|
|
@@ -4513,7 +4878,7 @@
|
|
|
4513
4878
|
"members": {
|
|
4514
4879
|
"Description": {},
|
|
4515
4880
|
"Permissions": {
|
|
4516
|
-
"shape": "
|
|
4881
|
+
"shape": "S3n"
|
|
4517
4882
|
},
|
|
4518
4883
|
"SecurityProfileId": {
|
|
4519
4884
|
"location": "uri",
|
|
@@ -4588,19 +4953,19 @@
|
|
|
4588
4953
|
"type": "structure",
|
|
4589
4954
|
"members": {
|
|
4590
4955
|
"LevelOne": {
|
|
4591
|
-
"shape": "
|
|
4956
|
+
"shape": "Sfa"
|
|
4592
4957
|
},
|
|
4593
4958
|
"LevelTwo": {
|
|
4594
|
-
"shape": "
|
|
4959
|
+
"shape": "Sfa"
|
|
4595
4960
|
},
|
|
4596
4961
|
"LevelThree": {
|
|
4597
|
-
"shape": "
|
|
4962
|
+
"shape": "Sfa"
|
|
4598
4963
|
},
|
|
4599
4964
|
"LevelFour": {
|
|
4600
|
-
"shape": "
|
|
4965
|
+
"shape": "Sfa"
|
|
4601
4966
|
},
|
|
4602
4967
|
"LevelFive": {
|
|
4603
|
-
"shape": "
|
|
4968
|
+
"shape": "Sfa"
|
|
4604
4969
|
}
|
|
4605
4970
|
}
|
|
4606
4971
|
},
|
|
@@ -4624,7 +4989,7 @@
|
|
|
4624
4989
|
],
|
|
4625
4990
|
"members": {
|
|
4626
4991
|
"IdentityInfo": {
|
|
4627
|
-
"shape": "
|
|
4992
|
+
"shape": "S3y"
|
|
4628
4993
|
},
|
|
4629
4994
|
"UserId": {
|
|
4630
4995
|
"location": "uri",
|
|
@@ -4650,7 +5015,7 @@
|
|
|
4650
5015
|
],
|
|
4651
5016
|
"members": {
|
|
4652
5017
|
"PhoneConfig": {
|
|
4653
|
-
"shape": "
|
|
5018
|
+
"shape": "S42"
|
|
4654
5019
|
},
|
|
4655
5020
|
"UserId": {
|
|
4656
5021
|
"location": "uri",
|
|
@@ -4700,7 +5065,7 @@
|
|
|
4700
5065
|
],
|
|
4701
5066
|
"members": {
|
|
4702
5067
|
"SecurityProfileIds": {
|
|
4703
|
-
"shape": "
|
|
5068
|
+
"shape": "S47"
|
|
4704
5069
|
},
|
|
4705
5070
|
"UserId": {
|
|
4706
5071
|
"location": "uri",
|
|
@@ -4798,11 +5163,11 @@
|
|
|
4798
5163
|
"KeyId": {}
|
|
4799
5164
|
}
|
|
4800
5165
|
},
|
|
4801
|
-
"
|
|
5166
|
+
"S13": {
|
|
4802
5167
|
"type": "list",
|
|
4803
5168
|
"member": {}
|
|
4804
5169
|
},
|
|
4805
|
-
"
|
|
5170
|
+
"S17": {
|
|
4806
5171
|
"type": "list",
|
|
4807
5172
|
"member": {
|
|
4808
5173
|
"type": "structure",
|
|
@@ -4813,7 +5178,7 @@
|
|
|
4813
5178
|
],
|
|
4814
5179
|
"members": {
|
|
4815
5180
|
"QueueReference": {
|
|
4816
|
-
"shape": "
|
|
5181
|
+
"shape": "S19"
|
|
4817
5182
|
},
|
|
4818
5183
|
"Priority": {
|
|
4819
5184
|
"type": "integer"
|
|
@@ -4824,7 +5189,7 @@
|
|
|
4824
5189
|
}
|
|
4825
5190
|
}
|
|
4826
5191
|
},
|
|
4827
|
-
"
|
|
5192
|
+
"S19": {
|
|
4828
5193
|
"type": "structure",
|
|
4829
5194
|
"required": [
|
|
4830
5195
|
"QueueId",
|
|
@@ -4835,12 +5200,12 @@
|
|
|
4835
5200
|
"Channel": {}
|
|
4836
5201
|
}
|
|
4837
5202
|
},
|
|
4838
|
-
"
|
|
5203
|
+
"S1j": {
|
|
4839
5204
|
"type": "map",
|
|
4840
5205
|
"key": {},
|
|
4841
5206
|
"value": {}
|
|
4842
5207
|
},
|
|
4843
|
-
"
|
|
5208
|
+
"S2b": {
|
|
4844
5209
|
"type": "list",
|
|
4845
5210
|
"member": {
|
|
4846
5211
|
"type": "structure",
|
|
@@ -4852,15 +5217,15 @@
|
|
|
4852
5217
|
"members": {
|
|
4853
5218
|
"Day": {},
|
|
4854
5219
|
"StartTime": {
|
|
4855
|
-
"shape": "
|
|
5220
|
+
"shape": "S2e"
|
|
4856
5221
|
},
|
|
4857
5222
|
"EndTime": {
|
|
4858
|
-
"shape": "
|
|
5223
|
+
"shape": "S2e"
|
|
4859
5224
|
}
|
|
4860
5225
|
}
|
|
4861
5226
|
}
|
|
4862
5227
|
},
|
|
4863
|
-
"
|
|
5228
|
+
"S2e": {
|
|
4864
5229
|
"type": "structure",
|
|
4865
5230
|
"required": [
|
|
4866
5231
|
"Hours",
|
|
@@ -4875,11 +5240,11 @@
|
|
|
4875
5240
|
}
|
|
4876
5241
|
}
|
|
4877
5242
|
},
|
|
4878
|
-
"
|
|
5243
|
+
"S2l": {
|
|
4879
5244
|
"type": "string",
|
|
4880
5245
|
"sensitive": true
|
|
4881
5246
|
},
|
|
4882
|
-
"
|
|
5247
|
+
"S2z": {
|
|
4883
5248
|
"type": "structure",
|
|
4884
5249
|
"members": {
|
|
4885
5250
|
"OutboundCallerIdName": {},
|
|
@@ -4887,7 +5252,7 @@
|
|
|
4887
5252
|
"OutboundFlowId": {}
|
|
4888
5253
|
}
|
|
4889
5254
|
},
|
|
4890
|
-
"
|
|
5255
|
+
"S36": {
|
|
4891
5256
|
"type": "structure",
|
|
4892
5257
|
"required": [
|
|
4893
5258
|
"QuickConnectType"
|
|
@@ -4927,7 +5292,7 @@
|
|
|
4927
5292
|
}
|
|
4928
5293
|
}
|
|
4929
5294
|
},
|
|
4930
|
-
"
|
|
5295
|
+
"S3g": {
|
|
4931
5296
|
"type": "list",
|
|
4932
5297
|
"member": {
|
|
4933
5298
|
"type": "structure",
|
|
@@ -4943,11 +5308,11 @@
|
|
|
4943
5308
|
}
|
|
4944
5309
|
}
|
|
4945
5310
|
},
|
|
4946
|
-
"
|
|
5311
|
+
"S3n": {
|
|
4947
5312
|
"type": "list",
|
|
4948
5313
|
"member": {}
|
|
4949
5314
|
},
|
|
4950
|
-
"
|
|
5315
|
+
"S3y": {
|
|
4951
5316
|
"type": "structure",
|
|
4952
5317
|
"members": {
|
|
4953
5318
|
"FirstName": {},
|
|
@@ -4955,7 +5320,7 @@
|
|
|
4955
5320
|
"Email": {}
|
|
4956
5321
|
}
|
|
4957
5322
|
},
|
|
4958
|
-
"
|
|
5323
|
+
"S42": {
|
|
4959
5324
|
"type": "structure",
|
|
4960
5325
|
"required": [
|
|
4961
5326
|
"PhoneType"
|
|
@@ -4971,18 +5336,18 @@
|
|
|
4971
5336
|
"DeskPhoneNumber": {}
|
|
4972
5337
|
}
|
|
4973
5338
|
},
|
|
4974
|
-
"
|
|
5339
|
+
"S47": {
|
|
4975
5340
|
"type": "list",
|
|
4976
5341
|
"member": {}
|
|
4977
5342
|
},
|
|
4978
|
-
"
|
|
5343
|
+
"S5w": {
|
|
4979
5344
|
"type": "structure",
|
|
4980
5345
|
"members": {
|
|
4981
5346
|
"AttributeType": {},
|
|
4982
5347
|
"Value": {}
|
|
4983
5348
|
}
|
|
4984
5349
|
},
|
|
4985
|
-
"
|
|
5350
|
+
"S6t": {
|
|
4986
5351
|
"type": "structure",
|
|
4987
5352
|
"members": {
|
|
4988
5353
|
"Id": {},
|
|
@@ -4990,7 +5355,7 @@
|
|
|
4990
5355
|
"Name": {}
|
|
4991
5356
|
}
|
|
4992
5357
|
},
|
|
4993
|
-
"
|
|
5358
|
+
"S6x": {
|
|
4994
5359
|
"type": "structure",
|
|
4995
5360
|
"members": {
|
|
4996
5361
|
"Id": {},
|
|
@@ -4998,12 +5363,12 @@
|
|
|
4998
5363
|
"Name": {}
|
|
4999
5364
|
}
|
|
5000
5365
|
},
|
|
5001
|
-
"
|
|
5366
|
+
"S7g": {
|
|
5002
5367
|
"type": "map",
|
|
5003
5368
|
"key": {},
|
|
5004
5369
|
"value": {}
|
|
5005
5370
|
},
|
|
5006
|
-
"
|
|
5371
|
+
"S7k": {
|
|
5007
5372
|
"type": "structure",
|
|
5008
5373
|
"members": {
|
|
5009
5374
|
"Queues": {
|
|
@@ -5016,18 +5381,18 @@
|
|
|
5016
5381
|
}
|
|
5017
5382
|
}
|
|
5018
5383
|
},
|
|
5019
|
-
"
|
|
5384
|
+
"S7n": {
|
|
5020
5385
|
"type": "list",
|
|
5021
5386
|
"member": {}
|
|
5022
5387
|
},
|
|
5023
|
-
"
|
|
5388
|
+
"S7q": {
|
|
5024
5389
|
"type": "structure",
|
|
5025
5390
|
"members": {
|
|
5026
5391
|
"Name": {},
|
|
5027
5392
|
"Unit": {}
|
|
5028
5393
|
}
|
|
5029
5394
|
},
|
|
5030
|
-
"
|
|
5395
|
+
"S7y": {
|
|
5031
5396
|
"type": "structure",
|
|
5032
5397
|
"members": {
|
|
5033
5398
|
"Queue": {
|
|
@@ -5040,11 +5405,11 @@
|
|
|
5040
5405
|
"Channel": {}
|
|
5041
5406
|
}
|
|
5042
5407
|
},
|
|
5043
|
-
"
|
|
5408
|
+
"S86": {
|
|
5044
5409
|
"type": "string",
|
|
5045
5410
|
"sensitive": true
|
|
5046
5411
|
},
|
|
5047
|
-
"
|
|
5412
|
+
"S89": {
|
|
5048
5413
|
"type": "structure",
|
|
5049
5414
|
"members": {
|
|
5050
5415
|
"Name": {},
|
|
@@ -5061,7 +5426,15 @@
|
|
|
5061
5426
|
"Unit": {}
|
|
5062
5427
|
}
|
|
5063
5428
|
},
|
|
5064
|
-
"
|
|
5429
|
+
"Sag": {
|
|
5430
|
+
"type": "list",
|
|
5431
|
+
"member": {}
|
|
5432
|
+
},
|
|
5433
|
+
"Sah": {
|
|
5434
|
+
"type": "list",
|
|
5435
|
+
"member": {}
|
|
5436
|
+
},
|
|
5437
|
+
"Saz": {
|
|
5065
5438
|
"type": "list",
|
|
5066
5439
|
"member": {
|
|
5067
5440
|
"type": "structure",
|
|
@@ -5073,7 +5446,52 @@
|
|
|
5073
5446
|
}
|
|
5074
5447
|
}
|
|
5075
5448
|
},
|
|
5449
|
+
"Scl": {
|
|
5450
|
+
"type": "list",
|
|
5451
|
+
"member": {
|
|
5452
|
+
"shape": "Scm"
|
|
5453
|
+
}
|
|
5454
|
+
},
|
|
5076
5455
|
"Scm": {
|
|
5456
|
+
"type": "structure",
|
|
5457
|
+
"members": {
|
|
5458
|
+
"TagKey": {},
|
|
5459
|
+
"TagValue": {}
|
|
5460
|
+
}
|
|
5461
|
+
},
|
|
5462
|
+
"Scn": {
|
|
5463
|
+
"type": "structure",
|
|
5464
|
+
"members": {
|
|
5465
|
+
"OrConditions": {
|
|
5466
|
+
"shape": "Sco"
|
|
5467
|
+
},
|
|
5468
|
+
"AndConditions": {
|
|
5469
|
+
"shape": "Sco"
|
|
5470
|
+
},
|
|
5471
|
+
"StringCondition": {
|
|
5472
|
+
"type": "structure",
|
|
5473
|
+
"members": {
|
|
5474
|
+
"FieldName": {},
|
|
5475
|
+
"Value": {},
|
|
5476
|
+
"ComparisonType": {}
|
|
5477
|
+
}
|
|
5478
|
+
},
|
|
5479
|
+
"HierarchyGroupCondition": {
|
|
5480
|
+
"type": "structure",
|
|
5481
|
+
"members": {
|
|
5482
|
+
"Value": {},
|
|
5483
|
+
"HierarchyGroupMatchType": {}
|
|
5484
|
+
}
|
|
5485
|
+
}
|
|
5486
|
+
}
|
|
5487
|
+
},
|
|
5488
|
+
"Sco": {
|
|
5489
|
+
"type": "list",
|
|
5490
|
+
"member": {
|
|
5491
|
+
"shape": "Scn"
|
|
5492
|
+
}
|
|
5493
|
+
},
|
|
5494
|
+
"Sdu": {
|
|
5077
5495
|
"type": "map",
|
|
5078
5496
|
"key": {},
|
|
5079
5497
|
"value": {
|
|
@@ -5088,7 +5506,7 @@
|
|
|
5088
5506
|
}
|
|
5089
5507
|
}
|
|
5090
5508
|
},
|
|
5091
|
-
"
|
|
5509
|
+
"Sfa": {
|
|
5092
5510
|
"type": "structure",
|
|
5093
5511
|
"required": [
|
|
5094
5512
|
"Name"
|