@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
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"type": "structure",
|
|
78
78
|
"members": {
|
|
79
79
|
"CampaignResponse": {
|
|
80
|
-
"shape": "
|
|
80
|
+
"shape": "S1j"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"required": [
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"type": "structure",
|
|
96
96
|
"members": {
|
|
97
97
|
"EmailTemplateRequest": {
|
|
98
|
-
"shape": "
|
|
98
|
+
"shape": "S1p"
|
|
99
99
|
},
|
|
100
100
|
"TemplateName": {
|
|
101
101
|
"location": "uri",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"type": "structure",
|
|
113
113
|
"members": {
|
|
114
114
|
"CreateTemplateMessageBody": {
|
|
115
|
-
"shape": "
|
|
115
|
+
"shape": "S1r"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"required": [
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"type": "structure",
|
|
160
160
|
"members": {
|
|
161
161
|
"ExportJobResponse": {
|
|
162
|
-
"shape": "
|
|
162
|
+
"shape": "S1v"
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
165
|
"required": [
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"type": "structure",
|
|
214
214
|
"members": {
|
|
215
215
|
"ImportJobResponse": {
|
|
216
|
-
"shape": "
|
|
216
|
+
"shape": "S22"
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
"required": [
|
|
@@ -222,6 +222,46 @@
|
|
|
222
222
|
"payload": "ImportJobResponse"
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
|
+
"CreateInAppTemplate": {
|
|
226
|
+
"http": {
|
|
227
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
228
|
+
"responseCode": 201
|
|
229
|
+
},
|
|
230
|
+
"input": {
|
|
231
|
+
"type": "structure",
|
|
232
|
+
"members": {
|
|
233
|
+
"InAppTemplateRequest": {
|
|
234
|
+
"shape": "S25"
|
|
235
|
+
},
|
|
236
|
+
"TemplateName": {
|
|
237
|
+
"location": "uri",
|
|
238
|
+
"locationName": "template-name"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"required": [
|
|
242
|
+
"TemplateName",
|
|
243
|
+
"InAppTemplateRequest"
|
|
244
|
+
],
|
|
245
|
+
"payload": "InAppTemplateRequest"
|
|
246
|
+
},
|
|
247
|
+
"output": {
|
|
248
|
+
"type": "structure",
|
|
249
|
+
"members": {
|
|
250
|
+
"TemplateCreateMessageBody": {
|
|
251
|
+
"type": "structure",
|
|
252
|
+
"members": {
|
|
253
|
+
"Arn": {},
|
|
254
|
+
"Message": {},
|
|
255
|
+
"RequestID": {}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"required": [
|
|
260
|
+
"TemplateCreateMessageBody"
|
|
261
|
+
],
|
|
262
|
+
"payload": "TemplateCreateMessageBody"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
225
265
|
"CreateJourney": {
|
|
226
266
|
"http": {
|
|
227
267
|
"requestUri": "/v1/apps/{application-id}/journeys",
|
|
@@ -235,7 +275,7 @@
|
|
|
235
275
|
"locationName": "application-id"
|
|
236
276
|
},
|
|
237
277
|
"WriteJourneyRequest": {
|
|
238
|
-
"shape": "
|
|
278
|
+
"shape": "S29"
|
|
239
279
|
}
|
|
240
280
|
},
|
|
241
281
|
"required": [
|
|
@@ -248,7 +288,7 @@
|
|
|
248
288
|
"type": "structure",
|
|
249
289
|
"members": {
|
|
250
290
|
"JourneyResponse": {
|
|
251
|
-
"shape": "
|
|
291
|
+
"shape": "S3i"
|
|
252
292
|
}
|
|
253
293
|
},
|
|
254
294
|
"required": [
|
|
@@ -266,7 +306,7 @@
|
|
|
266
306
|
"type": "structure",
|
|
267
307
|
"members": {
|
|
268
308
|
"PushNotificationTemplateRequest": {
|
|
269
|
-
"shape": "
|
|
309
|
+
"shape": "S3l"
|
|
270
310
|
},
|
|
271
311
|
"TemplateName": {
|
|
272
312
|
"location": "uri",
|
|
@@ -283,7 +323,7 @@
|
|
|
283
323
|
"type": "structure",
|
|
284
324
|
"members": {
|
|
285
325
|
"CreateTemplateMessageBody": {
|
|
286
|
-
"shape": "
|
|
326
|
+
"shape": "S1r"
|
|
287
327
|
}
|
|
288
328
|
},
|
|
289
329
|
"required": [
|
|
@@ -332,7 +372,7 @@
|
|
|
332
372
|
"type": "structure",
|
|
333
373
|
"members": {
|
|
334
374
|
"RecommenderConfigurationResponse": {
|
|
335
|
-
"shape": "
|
|
375
|
+
"shape": "S3t"
|
|
336
376
|
}
|
|
337
377
|
},
|
|
338
378
|
"required": [
|
|
@@ -354,7 +394,7 @@
|
|
|
354
394
|
"locationName": "application-id"
|
|
355
395
|
},
|
|
356
396
|
"WriteSegmentRequest": {
|
|
357
|
-
"shape": "
|
|
397
|
+
"shape": "S3v"
|
|
358
398
|
}
|
|
359
399
|
},
|
|
360
400
|
"required": [
|
|
@@ -367,7 +407,7 @@
|
|
|
367
407
|
"type": "structure",
|
|
368
408
|
"members": {
|
|
369
409
|
"SegmentResponse": {
|
|
370
|
-
"shape": "
|
|
410
|
+
"shape": "S46"
|
|
371
411
|
}
|
|
372
412
|
},
|
|
373
413
|
"required": [
|
|
@@ -385,7 +425,7 @@
|
|
|
385
425
|
"type": "structure",
|
|
386
426
|
"members": {
|
|
387
427
|
"SMSTemplateRequest": {
|
|
388
|
-
"shape": "
|
|
428
|
+
"shape": "S4b"
|
|
389
429
|
},
|
|
390
430
|
"TemplateName": {
|
|
391
431
|
"location": "uri",
|
|
@@ -402,7 +442,7 @@
|
|
|
402
442
|
"type": "structure",
|
|
403
443
|
"members": {
|
|
404
444
|
"CreateTemplateMessageBody": {
|
|
405
|
-
"shape": "
|
|
445
|
+
"shape": "S1r"
|
|
406
446
|
}
|
|
407
447
|
},
|
|
408
448
|
"required": [
|
|
@@ -424,7 +464,7 @@
|
|
|
424
464
|
"locationName": "template-name"
|
|
425
465
|
},
|
|
426
466
|
"VoiceTemplateRequest": {
|
|
427
|
-
"shape": "
|
|
467
|
+
"shape": "S4e"
|
|
428
468
|
}
|
|
429
469
|
},
|
|
430
470
|
"required": [
|
|
@@ -437,7 +477,7 @@
|
|
|
437
477
|
"type": "structure",
|
|
438
478
|
"members": {
|
|
439
479
|
"CreateTemplateMessageBody": {
|
|
440
|
-
"shape": "
|
|
480
|
+
"shape": "S1r"
|
|
441
481
|
}
|
|
442
482
|
},
|
|
443
483
|
"required": [
|
|
@@ -468,7 +508,7 @@
|
|
|
468
508
|
"type": "structure",
|
|
469
509
|
"members": {
|
|
470
510
|
"ADMChannelResponse": {
|
|
471
|
-
"shape": "
|
|
511
|
+
"shape": "S4i"
|
|
472
512
|
}
|
|
473
513
|
},
|
|
474
514
|
"required": [
|
|
@@ -499,7 +539,7 @@
|
|
|
499
539
|
"type": "structure",
|
|
500
540
|
"members": {
|
|
501
541
|
"APNSChannelResponse": {
|
|
502
|
-
"shape": "
|
|
542
|
+
"shape": "S4l"
|
|
503
543
|
}
|
|
504
544
|
},
|
|
505
545
|
"required": [
|
|
@@ -530,7 +570,7 @@
|
|
|
530
570
|
"type": "structure",
|
|
531
571
|
"members": {
|
|
532
572
|
"APNSSandboxChannelResponse": {
|
|
533
|
-
"shape": "
|
|
573
|
+
"shape": "S4o"
|
|
534
574
|
}
|
|
535
575
|
},
|
|
536
576
|
"required": [
|
|
@@ -561,7 +601,7 @@
|
|
|
561
601
|
"type": "structure",
|
|
562
602
|
"members": {
|
|
563
603
|
"APNSVoipChannelResponse": {
|
|
564
|
-
"shape": "
|
|
604
|
+
"shape": "S4r"
|
|
565
605
|
}
|
|
566
606
|
},
|
|
567
607
|
"required": [
|
|
@@ -592,7 +632,7 @@
|
|
|
592
632
|
"type": "structure",
|
|
593
633
|
"members": {
|
|
594
634
|
"APNSVoipSandboxChannelResponse": {
|
|
595
|
-
"shape": "
|
|
635
|
+
"shape": "S4u"
|
|
596
636
|
}
|
|
597
637
|
},
|
|
598
638
|
"required": [
|
|
@@ -654,7 +694,7 @@
|
|
|
654
694
|
"type": "structure",
|
|
655
695
|
"members": {
|
|
656
696
|
"BaiduChannelResponse": {
|
|
657
|
-
"shape": "
|
|
697
|
+
"shape": "S4z"
|
|
658
698
|
}
|
|
659
699
|
},
|
|
660
700
|
"required": [
|
|
@@ -690,7 +730,7 @@
|
|
|
690
730
|
"type": "structure",
|
|
691
731
|
"members": {
|
|
692
732
|
"CampaignResponse": {
|
|
693
|
-
"shape": "
|
|
733
|
+
"shape": "S1j"
|
|
694
734
|
}
|
|
695
735
|
},
|
|
696
736
|
"required": [
|
|
@@ -721,7 +761,7 @@
|
|
|
721
761
|
"type": "structure",
|
|
722
762
|
"members": {
|
|
723
763
|
"EmailChannelResponse": {
|
|
724
|
-
"shape": "
|
|
764
|
+
"shape": "S54"
|
|
725
765
|
}
|
|
726
766
|
},
|
|
727
767
|
"required": [
|
|
@@ -756,7 +796,7 @@
|
|
|
756
796
|
"type": "structure",
|
|
757
797
|
"members": {
|
|
758
798
|
"MessageBody": {
|
|
759
|
-
"shape": "
|
|
799
|
+
"shape": "S57"
|
|
760
800
|
}
|
|
761
801
|
},
|
|
762
802
|
"required": [
|
|
@@ -792,7 +832,7 @@
|
|
|
792
832
|
"type": "structure",
|
|
793
833
|
"members": {
|
|
794
834
|
"EndpointResponse": {
|
|
795
|
-
"shape": "
|
|
835
|
+
"shape": "S5a"
|
|
796
836
|
}
|
|
797
837
|
},
|
|
798
838
|
"required": [
|
|
@@ -823,7 +863,7 @@
|
|
|
823
863
|
"type": "structure",
|
|
824
864
|
"members": {
|
|
825
865
|
"EventStream": {
|
|
826
|
-
"shape": "
|
|
866
|
+
"shape": "S5j"
|
|
827
867
|
}
|
|
828
868
|
},
|
|
829
869
|
"required": [
|
|
@@ -854,7 +894,7 @@
|
|
|
854
894
|
"type": "structure",
|
|
855
895
|
"members": {
|
|
856
896
|
"GCMChannelResponse": {
|
|
857
|
-
"shape": "
|
|
897
|
+
"shape": "S5m"
|
|
858
898
|
}
|
|
859
899
|
},
|
|
860
900
|
"required": [
|
|
@@ -863,6 +903,41 @@
|
|
|
863
903
|
"payload": "GCMChannelResponse"
|
|
864
904
|
}
|
|
865
905
|
},
|
|
906
|
+
"DeleteInAppTemplate": {
|
|
907
|
+
"http": {
|
|
908
|
+
"method": "DELETE",
|
|
909
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
910
|
+
"responseCode": 202
|
|
911
|
+
},
|
|
912
|
+
"input": {
|
|
913
|
+
"type": "structure",
|
|
914
|
+
"members": {
|
|
915
|
+
"TemplateName": {
|
|
916
|
+
"location": "uri",
|
|
917
|
+
"locationName": "template-name"
|
|
918
|
+
},
|
|
919
|
+
"Version": {
|
|
920
|
+
"location": "querystring",
|
|
921
|
+
"locationName": "version"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"required": [
|
|
925
|
+
"TemplateName"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
"output": {
|
|
929
|
+
"type": "structure",
|
|
930
|
+
"members": {
|
|
931
|
+
"MessageBody": {
|
|
932
|
+
"shape": "S57"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"required": [
|
|
936
|
+
"MessageBody"
|
|
937
|
+
],
|
|
938
|
+
"payload": "MessageBody"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
866
941
|
"DeleteJourney": {
|
|
867
942
|
"http": {
|
|
868
943
|
"method": "DELETE",
|
|
@@ -890,7 +965,7 @@
|
|
|
890
965
|
"type": "structure",
|
|
891
966
|
"members": {
|
|
892
967
|
"JourneyResponse": {
|
|
893
|
-
"shape": "
|
|
968
|
+
"shape": "S3i"
|
|
894
969
|
}
|
|
895
970
|
},
|
|
896
971
|
"required": [
|
|
@@ -925,7 +1000,7 @@
|
|
|
925
1000
|
"type": "structure",
|
|
926
1001
|
"members": {
|
|
927
1002
|
"MessageBody": {
|
|
928
|
-
"shape": "
|
|
1003
|
+
"shape": "S57"
|
|
929
1004
|
}
|
|
930
1005
|
},
|
|
931
1006
|
"required": [
|
|
@@ -956,7 +1031,7 @@
|
|
|
956
1031
|
"type": "structure",
|
|
957
1032
|
"members": {
|
|
958
1033
|
"RecommenderConfigurationResponse": {
|
|
959
|
-
"shape": "
|
|
1034
|
+
"shape": "S3t"
|
|
960
1035
|
}
|
|
961
1036
|
},
|
|
962
1037
|
"required": [
|
|
@@ -992,7 +1067,7 @@
|
|
|
992
1067
|
"type": "structure",
|
|
993
1068
|
"members": {
|
|
994
1069
|
"SegmentResponse": {
|
|
995
|
-
"shape": "
|
|
1070
|
+
"shape": "S46"
|
|
996
1071
|
}
|
|
997
1072
|
},
|
|
998
1073
|
"required": [
|
|
@@ -1023,7 +1098,7 @@
|
|
|
1023
1098
|
"type": "structure",
|
|
1024
1099
|
"members": {
|
|
1025
1100
|
"SMSChannelResponse": {
|
|
1026
|
-
"shape": "
|
|
1101
|
+
"shape": "S5z"
|
|
1027
1102
|
}
|
|
1028
1103
|
},
|
|
1029
1104
|
"required": [
|
|
@@ -1058,7 +1133,7 @@
|
|
|
1058
1133
|
"type": "structure",
|
|
1059
1134
|
"members": {
|
|
1060
1135
|
"MessageBody": {
|
|
1061
|
-
"shape": "
|
|
1136
|
+
"shape": "S57"
|
|
1062
1137
|
}
|
|
1063
1138
|
},
|
|
1064
1139
|
"required": [
|
|
@@ -1094,7 +1169,7 @@
|
|
|
1094
1169
|
"type": "structure",
|
|
1095
1170
|
"members": {
|
|
1096
1171
|
"EndpointsResponse": {
|
|
1097
|
-
"shape": "
|
|
1172
|
+
"shape": "S64"
|
|
1098
1173
|
}
|
|
1099
1174
|
},
|
|
1100
1175
|
"required": [
|
|
@@ -1125,7 +1200,7 @@
|
|
|
1125
1200
|
"type": "structure",
|
|
1126
1201
|
"members": {
|
|
1127
1202
|
"VoiceChannelResponse": {
|
|
1128
|
-
"shape": "
|
|
1203
|
+
"shape": "S68"
|
|
1129
1204
|
}
|
|
1130
1205
|
},
|
|
1131
1206
|
"required": [
|
|
@@ -1160,7 +1235,7 @@
|
|
|
1160
1235
|
"type": "structure",
|
|
1161
1236
|
"members": {
|
|
1162
1237
|
"MessageBody": {
|
|
1163
|
-
"shape": "
|
|
1238
|
+
"shape": "S57"
|
|
1164
1239
|
}
|
|
1165
1240
|
},
|
|
1166
1241
|
"required": [
|
|
@@ -1191,7 +1266,7 @@
|
|
|
1191
1266
|
"type": "structure",
|
|
1192
1267
|
"members": {
|
|
1193
1268
|
"ADMChannelResponse": {
|
|
1194
|
-
"shape": "
|
|
1269
|
+
"shape": "S4i"
|
|
1195
1270
|
}
|
|
1196
1271
|
},
|
|
1197
1272
|
"required": [
|
|
@@ -1222,7 +1297,7 @@
|
|
|
1222
1297
|
"type": "structure",
|
|
1223
1298
|
"members": {
|
|
1224
1299
|
"APNSChannelResponse": {
|
|
1225
|
-
"shape": "
|
|
1300
|
+
"shape": "S4l"
|
|
1226
1301
|
}
|
|
1227
1302
|
},
|
|
1228
1303
|
"required": [
|
|
@@ -1253,7 +1328,7 @@
|
|
|
1253
1328
|
"type": "structure",
|
|
1254
1329
|
"members": {
|
|
1255
1330
|
"APNSSandboxChannelResponse": {
|
|
1256
|
-
"shape": "
|
|
1331
|
+
"shape": "S4o"
|
|
1257
1332
|
}
|
|
1258
1333
|
},
|
|
1259
1334
|
"required": [
|
|
@@ -1284,7 +1359,7 @@
|
|
|
1284
1359
|
"type": "structure",
|
|
1285
1360
|
"members": {
|
|
1286
1361
|
"APNSVoipChannelResponse": {
|
|
1287
|
-
"shape": "
|
|
1362
|
+
"shape": "S4r"
|
|
1288
1363
|
}
|
|
1289
1364
|
},
|
|
1290
1365
|
"required": [
|
|
@@ -1315,7 +1390,7 @@
|
|
|
1315
1390
|
"type": "structure",
|
|
1316
1391
|
"members": {
|
|
1317
1392
|
"APNSVoipSandboxChannelResponse": {
|
|
1318
|
-
"shape": "
|
|
1393
|
+
"shape": "S4u"
|
|
1319
1394
|
}
|
|
1320
1395
|
},
|
|
1321
1396
|
"required": [
|
|
@@ -1369,7 +1444,7 @@
|
|
|
1369
1444
|
"locationName": "application-id"
|
|
1370
1445
|
},
|
|
1371
1446
|
"EndTime": {
|
|
1372
|
-
"shape": "
|
|
1447
|
+
"shape": "S3c",
|
|
1373
1448
|
"location": "querystring",
|
|
1374
1449
|
"locationName": "end-time"
|
|
1375
1450
|
},
|
|
@@ -1386,7 +1461,7 @@
|
|
|
1386
1461
|
"locationName": "page-size"
|
|
1387
1462
|
},
|
|
1388
1463
|
"StartTime": {
|
|
1389
|
-
"shape": "
|
|
1464
|
+
"shape": "S3c",
|
|
1390
1465
|
"location": "querystring",
|
|
1391
1466
|
"locationName": "start-time"
|
|
1392
1467
|
}
|
|
@@ -1404,15 +1479,15 @@
|
|
|
1404
1479
|
"members": {
|
|
1405
1480
|
"ApplicationId": {},
|
|
1406
1481
|
"EndTime": {
|
|
1407
|
-
"shape": "
|
|
1482
|
+
"shape": "S3c"
|
|
1408
1483
|
},
|
|
1409
1484
|
"KpiName": {},
|
|
1410
1485
|
"KpiResult": {
|
|
1411
|
-
"shape": "
|
|
1486
|
+
"shape": "S6q"
|
|
1412
1487
|
},
|
|
1413
1488
|
"NextToken": {},
|
|
1414
1489
|
"StartTime": {
|
|
1415
|
-
"shape": "
|
|
1490
|
+
"shape": "S3c"
|
|
1416
1491
|
}
|
|
1417
1492
|
},
|
|
1418
1493
|
"required": [
|
|
@@ -1452,7 +1527,7 @@
|
|
|
1452
1527
|
"type": "structure",
|
|
1453
1528
|
"members": {
|
|
1454
1529
|
"ApplicationSettingsResource": {
|
|
1455
|
-
"shape": "
|
|
1530
|
+
"shape": "S6x"
|
|
1456
1531
|
}
|
|
1457
1532
|
},
|
|
1458
1533
|
"required": [
|
|
@@ -1524,7 +1599,7 @@
|
|
|
1524
1599
|
"type": "structure",
|
|
1525
1600
|
"members": {
|
|
1526
1601
|
"BaiduChannelResponse": {
|
|
1527
|
-
"shape": "
|
|
1602
|
+
"shape": "S4z"
|
|
1528
1603
|
}
|
|
1529
1604
|
},
|
|
1530
1605
|
"required": [
|
|
@@ -1560,7 +1635,7 @@
|
|
|
1560
1635
|
"type": "structure",
|
|
1561
1636
|
"members": {
|
|
1562
1637
|
"CampaignResponse": {
|
|
1563
|
-
"shape": "
|
|
1638
|
+
"shape": "S1j"
|
|
1564
1639
|
}
|
|
1565
1640
|
},
|
|
1566
1641
|
"required": [
|
|
@@ -1671,7 +1746,7 @@
|
|
|
1671
1746
|
"locationName": "campaign-id"
|
|
1672
1747
|
},
|
|
1673
1748
|
"EndTime": {
|
|
1674
|
-
"shape": "
|
|
1749
|
+
"shape": "S3c",
|
|
1675
1750
|
"location": "querystring",
|
|
1676
1751
|
"locationName": "end-time"
|
|
1677
1752
|
},
|
|
@@ -1688,7 +1763,7 @@
|
|
|
1688
1763
|
"locationName": "page-size"
|
|
1689
1764
|
},
|
|
1690
1765
|
"StartTime": {
|
|
1691
|
-
"shape": "
|
|
1766
|
+
"shape": "S3c",
|
|
1692
1767
|
"location": "querystring",
|
|
1693
1768
|
"locationName": "start-time"
|
|
1694
1769
|
}
|
|
@@ -1708,15 +1783,15 @@
|
|
|
1708
1783
|
"ApplicationId": {},
|
|
1709
1784
|
"CampaignId": {},
|
|
1710
1785
|
"EndTime": {
|
|
1711
|
-
"shape": "
|
|
1786
|
+
"shape": "S3c"
|
|
1712
1787
|
},
|
|
1713
1788
|
"KpiName": {},
|
|
1714
1789
|
"KpiResult": {
|
|
1715
|
-
"shape": "
|
|
1790
|
+
"shape": "S6q"
|
|
1716
1791
|
},
|
|
1717
1792
|
"NextToken": {},
|
|
1718
1793
|
"StartTime": {
|
|
1719
|
-
"shape": "
|
|
1794
|
+
"shape": "S3c"
|
|
1720
1795
|
}
|
|
1721
1796
|
},
|
|
1722
1797
|
"required": [
|
|
@@ -1767,7 +1842,7 @@
|
|
|
1767
1842
|
"type": "structure",
|
|
1768
1843
|
"members": {
|
|
1769
1844
|
"CampaignResponse": {
|
|
1770
|
-
"shape": "
|
|
1845
|
+
"shape": "S1j"
|
|
1771
1846
|
}
|
|
1772
1847
|
},
|
|
1773
1848
|
"required": [
|
|
@@ -1811,7 +1886,7 @@
|
|
|
1811
1886
|
"type": "structure",
|
|
1812
1887
|
"members": {
|
|
1813
1888
|
"CampaignsResponse": {
|
|
1814
|
-
"shape": "
|
|
1889
|
+
"shape": "S7i"
|
|
1815
1890
|
}
|
|
1816
1891
|
},
|
|
1817
1892
|
"required": [
|
|
@@ -1850,7 +1925,7 @@
|
|
|
1850
1925
|
"type": "structure",
|
|
1851
1926
|
"members": {
|
|
1852
1927
|
"CampaignsResponse": {
|
|
1853
|
-
"shape": "
|
|
1928
|
+
"shape": "S7i"
|
|
1854
1929
|
}
|
|
1855
1930
|
},
|
|
1856
1931
|
"required": [
|
|
@@ -1943,7 +2018,7 @@
|
|
|
1943
2018
|
"type": "structure",
|
|
1944
2019
|
"members": {
|
|
1945
2020
|
"EmailChannelResponse": {
|
|
1946
|
-
"shape": "
|
|
2021
|
+
"shape": "S54"
|
|
1947
2022
|
}
|
|
1948
2023
|
},
|
|
1949
2024
|
"required": [
|
|
@@ -2038,7 +2113,7 @@
|
|
|
2038
2113
|
"type": "structure",
|
|
2039
2114
|
"members": {
|
|
2040
2115
|
"EndpointResponse": {
|
|
2041
|
-
"shape": "
|
|
2116
|
+
"shape": "S5a"
|
|
2042
2117
|
}
|
|
2043
2118
|
},
|
|
2044
2119
|
"required": [
|
|
@@ -2069,7 +2144,7 @@
|
|
|
2069
2144
|
"type": "structure",
|
|
2070
2145
|
"members": {
|
|
2071
2146
|
"EventStream": {
|
|
2072
|
-
"shape": "
|
|
2147
|
+
"shape": "S5j"
|
|
2073
2148
|
}
|
|
2074
2149
|
},
|
|
2075
2150
|
"required": [
|
|
@@ -2105,7 +2180,7 @@
|
|
|
2105
2180
|
"type": "structure",
|
|
2106
2181
|
"members": {
|
|
2107
2182
|
"ExportJobResponse": {
|
|
2108
|
-
"shape": "
|
|
2183
|
+
"shape": "S1v"
|
|
2109
2184
|
}
|
|
2110
2185
|
},
|
|
2111
2186
|
"required": [
|
|
@@ -2144,7 +2219,7 @@
|
|
|
2144
2219
|
"type": "structure",
|
|
2145
2220
|
"members": {
|
|
2146
2221
|
"ExportJobsResponse": {
|
|
2147
|
-
"shape": "
|
|
2222
|
+
"shape": "S85"
|
|
2148
2223
|
}
|
|
2149
2224
|
},
|
|
2150
2225
|
"required": [
|
|
@@ -2175,7 +2250,7 @@
|
|
|
2175
2250
|
"type": "structure",
|
|
2176
2251
|
"members": {
|
|
2177
2252
|
"GCMChannelResponse": {
|
|
2178
|
-
"shape": "
|
|
2253
|
+
"shape": "S5m"
|
|
2179
2254
|
}
|
|
2180
2255
|
},
|
|
2181
2256
|
"required": [
|
|
@@ -2211,7 +2286,7 @@
|
|
|
2211
2286
|
"type": "structure",
|
|
2212
2287
|
"members": {
|
|
2213
2288
|
"ImportJobResponse": {
|
|
2214
|
-
"shape": "
|
|
2289
|
+
"shape": "S22"
|
|
2215
2290
|
}
|
|
2216
2291
|
},
|
|
2217
2292
|
"required": [
|
|
@@ -2250,7 +2325,7 @@
|
|
|
2250
2325
|
"type": "structure",
|
|
2251
2326
|
"members": {
|
|
2252
2327
|
"ImportJobsResponse": {
|
|
2253
|
-
"shape": "
|
|
2328
|
+
"shape": "S8d"
|
|
2254
2329
|
}
|
|
2255
2330
|
},
|
|
2256
2331
|
"required": [
|
|
@@ -2259,6 +2334,151 @@
|
|
|
2259
2334
|
"payload": "ImportJobsResponse"
|
|
2260
2335
|
}
|
|
2261
2336
|
},
|
|
2337
|
+
"GetInAppMessages": {
|
|
2338
|
+
"http": {
|
|
2339
|
+
"method": "GET",
|
|
2340
|
+
"requestUri": "/v1/apps/{application-id}/endpoints/{endpoint-id}/inappmessages",
|
|
2341
|
+
"responseCode": 200
|
|
2342
|
+
},
|
|
2343
|
+
"input": {
|
|
2344
|
+
"type": "structure",
|
|
2345
|
+
"members": {
|
|
2346
|
+
"ApplicationId": {
|
|
2347
|
+
"location": "uri",
|
|
2348
|
+
"locationName": "application-id"
|
|
2349
|
+
},
|
|
2350
|
+
"EndpointId": {
|
|
2351
|
+
"location": "uri",
|
|
2352
|
+
"locationName": "endpoint-id"
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
"required": [
|
|
2356
|
+
"ApplicationId",
|
|
2357
|
+
"EndpointId"
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
"output": {
|
|
2361
|
+
"type": "structure",
|
|
2362
|
+
"members": {
|
|
2363
|
+
"InAppMessagesResponse": {
|
|
2364
|
+
"type": "structure",
|
|
2365
|
+
"members": {
|
|
2366
|
+
"InAppMessageCampaigns": {
|
|
2367
|
+
"type": "list",
|
|
2368
|
+
"member": {
|
|
2369
|
+
"type": "structure",
|
|
2370
|
+
"members": {
|
|
2371
|
+
"CampaignId": {},
|
|
2372
|
+
"DailyCap": {
|
|
2373
|
+
"type": "integer"
|
|
2374
|
+
},
|
|
2375
|
+
"InAppMessage": {
|
|
2376
|
+
"type": "structure",
|
|
2377
|
+
"members": {
|
|
2378
|
+
"Content": {
|
|
2379
|
+
"shape": "So"
|
|
2380
|
+
},
|
|
2381
|
+
"CustomConfig": {
|
|
2382
|
+
"shape": "S4"
|
|
2383
|
+
},
|
|
2384
|
+
"Layout": {}
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"Priority": {
|
|
2388
|
+
"type": "integer"
|
|
2389
|
+
},
|
|
2390
|
+
"Schedule": {
|
|
2391
|
+
"type": "structure",
|
|
2392
|
+
"members": {
|
|
2393
|
+
"EndDate": {},
|
|
2394
|
+
"EventFilter": {
|
|
2395
|
+
"shape": "Sz"
|
|
2396
|
+
},
|
|
2397
|
+
"QuietTime": {
|
|
2398
|
+
"shape": "S1c"
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
"SessionCap": {
|
|
2403
|
+
"type": "integer"
|
|
2404
|
+
},
|
|
2405
|
+
"TotalCap": {
|
|
2406
|
+
"type": "integer"
|
|
2407
|
+
},
|
|
2408
|
+
"TreatmentId": {}
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"required": [
|
|
2416
|
+
"InAppMessagesResponse"
|
|
2417
|
+
],
|
|
2418
|
+
"payload": "InAppMessagesResponse"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"GetInAppTemplate": {
|
|
2422
|
+
"http": {
|
|
2423
|
+
"method": "GET",
|
|
2424
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
2425
|
+
"responseCode": 200
|
|
2426
|
+
},
|
|
2427
|
+
"input": {
|
|
2428
|
+
"type": "structure",
|
|
2429
|
+
"members": {
|
|
2430
|
+
"TemplateName": {
|
|
2431
|
+
"location": "uri",
|
|
2432
|
+
"locationName": "template-name"
|
|
2433
|
+
},
|
|
2434
|
+
"Version": {
|
|
2435
|
+
"location": "querystring",
|
|
2436
|
+
"locationName": "version"
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
"required": [
|
|
2440
|
+
"TemplateName"
|
|
2441
|
+
]
|
|
2442
|
+
},
|
|
2443
|
+
"output": {
|
|
2444
|
+
"type": "structure",
|
|
2445
|
+
"members": {
|
|
2446
|
+
"InAppTemplateResponse": {
|
|
2447
|
+
"type": "structure",
|
|
2448
|
+
"members": {
|
|
2449
|
+
"Arn": {},
|
|
2450
|
+
"Content": {
|
|
2451
|
+
"shape": "So"
|
|
2452
|
+
},
|
|
2453
|
+
"CreationDate": {},
|
|
2454
|
+
"CustomConfig": {
|
|
2455
|
+
"shape": "S4"
|
|
2456
|
+
},
|
|
2457
|
+
"LastModifiedDate": {},
|
|
2458
|
+
"Layout": {},
|
|
2459
|
+
"tags": {
|
|
2460
|
+
"shape": "S4",
|
|
2461
|
+
"locationName": "tags"
|
|
2462
|
+
},
|
|
2463
|
+
"TemplateDescription": {},
|
|
2464
|
+
"TemplateName": {},
|
|
2465
|
+
"TemplateType": {},
|
|
2466
|
+
"Version": {}
|
|
2467
|
+
},
|
|
2468
|
+
"required": [
|
|
2469
|
+
"LastModifiedDate",
|
|
2470
|
+
"CreationDate",
|
|
2471
|
+
"TemplateName",
|
|
2472
|
+
"TemplateType"
|
|
2473
|
+
]
|
|
2474
|
+
}
|
|
2475
|
+
},
|
|
2476
|
+
"required": [
|
|
2477
|
+
"InAppTemplateResponse"
|
|
2478
|
+
],
|
|
2479
|
+
"payload": "InAppTemplateResponse"
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2262
2482
|
"GetJourney": {
|
|
2263
2483
|
"http": {
|
|
2264
2484
|
"method": "GET",
|
|
@@ -2286,7 +2506,7 @@
|
|
|
2286
2506
|
"type": "structure",
|
|
2287
2507
|
"members": {
|
|
2288
2508
|
"JourneyResponse": {
|
|
2289
|
-
"shape": "
|
|
2509
|
+
"shape": "S3i"
|
|
2290
2510
|
}
|
|
2291
2511
|
},
|
|
2292
2512
|
"required": [
|
|
@@ -2309,7 +2529,7 @@
|
|
|
2309
2529
|
"locationName": "application-id"
|
|
2310
2530
|
},
|
|
2311
2531
|
"EndTime": {
|
|
2312
|
-
"shape": "
|
|
2532
|
+
"shape": "S3c",
|
|
2313
2533
|
"location": "querystring",
|
|
2314
2534
|
"locationName": "end-time"
|
|
2315
2535
|
},
|
|
@@ -2330,7 +2550,7 @@
|
|
|
2330
2550
|
"locationName": "page-size"
|
|
2331
2551
|
},
|
|
2332
2552
|
"StartTime": {
|
|
2333
|
-
"shape": "
|
|
2553
|
+
"shape": "S3c",
|
|
2334
2554
|
"location": "querystring",
|
|
2335
2555
|
"locationName": "start-time"
|
|
2336
2556
|
}
|
|
@@ -2349,16 +2569,16 @@
|
|
|
2349
2569
|
"members": {
|
|
2350
2570
|
"ApplicationId": {},
|
|
2351
2571
|
"EndTime": {
|
|
2352
|
-
"shape": "
|
|
2572
|
+
"shape": "S3c"
|
|
2353
2573
|
},
|
|
2354
2574
|
"JourneyId": {},
|
|
2355
2575
|
"KpiName": {},
|
|
2356
2576
|
"KpiResult": {
|
|
2357
|
-
"shape": "
|
|
2577
|
+
"shape": "S6q"
|
|
2358
2578
|
},
|
|
2359
2579
|
"NextToken": {},
|
|
2360
2580
|
"StartTime": {
|
|
2361
|
-
"shape": "
|
|
2581
|
+
"shape": "S3c"
|
|
2362
2582
|
}
|
|
2363
2583
|
},
|
|
2364
2584
|
"required": [
|
|
@@ -2531,22 +2751,22 @@
|
|
|
2531
2751
|
"type": "structure",
|
|
2532
2752
|
"members": {
|
|
2533
2753
|
"ADM": {
|
|
2534
|
-
"shape": "
|
|
2754
|
+
"shape": "S3m"
|
|
2535
2755
|
},
|
|
2536
2756
|
"APNS": {
|
|
2537
|
-
"shape": "
|
|
2757
|
+
"shape": "S3n"
|
|
2538
2758
|
},
|
|
2539
2759
|
"Arn": {},
|
|
2540
2760
|
"Baidu": {
|
|
2541
|
-
"shape": "
|
|
2761
|
+
"shape": "S3m"
|
|
2542
2762
|
},
|
|
2543
2763
|
"CreationDate": {},
|
|
2544
2764
|
"Default": {
|
|
2545
|
-
"shape": "
|
|
2765
|
+
"shape": "S3o"
|
|
2546
2766
|
},
|
|
2547
2767
|
"DefaultSubstitutions": {},
|
|
2548
2768
|
"GCM": {
|
|
2549
|
-
"shape": "
|
|
2769
|
+
"shape": "S3m"
|
|
2550
2770
|
},
|
|
2551
2771
|
"LastModifiedDate": {},
|
|
2552
2772
|
"RecommenderId": {},
|
|
@@ -2595,7 +2815,7 @@
|
|
|
2595
2815
|
"type": "structure",
|
|
2596
2816
|
"members": {
|
|
2597
2817
|
"RecommenderConfigurationResponse": {
|
|
2598
|
-
"shape": "
|
|
2818
|
+
"shape": "S3t"
|
|
2599
2819
|
}
|
|
2600
2820
|
},
|
|
2601
2821
|
"required": [
|
|
@@ -2632,7 +2852,7 @@
|
|
|
2632
2852
|
"Item": {
|
|
2633
2853
|
"type": "list",
|
|
2634
2854
|
"member": {
|
|
2635
|
-
"shape": "
|
|
2855
|
+
"shape": "S3t"
|
|
2636
2856
|
}
|
|
2637
2857
|
},
|
|
2638
2858
|
"NextToken": {}
|
|
@@ -2675,7 +2895,7 @@
|
|
|
2675
2895
|
"type": "structure",
|
|
2676
2896
|
"members": {
|
|
2677
2897
|
"SegmentResponse": {
|
|
2678
|
-
"shape": "
|
|
2898
|
+
"shape": "S46"
|
|
2679
2899
|
}
|
|
2680
2900
|
},
|
|
2681
2901
|
"required": [
|
|
@@ -2719,7 +2939,7 @@
|
|
|
2719
2939
|
"type": "structure",
|
|
2720
2940
|
"members": {
|
|
2721
2941
|
"ExportJobsResponse": {
|
|
2722
|
-
"shape": "
|
|
2942
|
+
"shape": "S85"
|
|
2723
2943
|
}
|
|
2724
2944
|
},
|
|
2725
2945
|
"required": [
|
|
@@ -2763,7 +2983,7 @@
|
|
|
2763
2983
|
"type": "structure",
|
|
2764
2984
|
"members": {
|
|
2765
2985
|
"ImportJobsResponse": {
|
|
2766
|
-
"shape": "
|
|
2986
|
+
"shape": "S8d"
|
|
2767
2987
|
}
|
|
2768
2988
|
},
|
|
2769
2989
|
"required": [
|
|
@@ -2804,7 +3024,7 @@
|
|
|
2804
3024
|
"type": "structure",
|
|
2805
3025
|
"members": {
|
|
2806
3026
|
"SegmentResponse": {
|
|
2807
|
-
"shape": "
|
|
3027
|
+
"shape": "S46"
|
|
2808
3028
|
}
|
|
2809
3029
|
},
|
|
2810
3030
|
"required": [
|
|
@@ -2848,7 +3068,7 @@
|
|
|
2848
3068
|
"type": "structure",
|
|
2849
3069
|
"members": {
|
|
2850
3070
|
"SegmentsResponse": {
|
|
2851
|
-
"shape": "
|
|
3071
|
+
"shape": "S9j"
|
|
2852
3072
|
}
|
|
2853
3073
|
},
|
|
2854
3074
|
"required": [
|
|
@@ -2887,7 +3107,7 @@
|
|
|
2887
3107
|
"type": "structure",
|
|
2888
3108
|
"members": {
|
|
2889
3109
|
"SegmentsResponse": {
|
|
2890
|
-
"shape": "
|
|
3110
|
+
"shape": "S9j"
|
|
2891
3111
|
}
|
|
2892
3112
|
},
|
|
2893
3113
|
"required": [
|
|
@@ -2918,7 +3138,7 @@
|
|
|
2918
3138
|
"type": "structure",
|
|
2919
3139
|
"members": {
|
|
2920
3140
|
"SMSChannelResponse": {
|
|
2921
|
-
"shape": "
|
|
3141
|
+
"shape": "S5z"
|
|
2922
3142
|
}
|
|
2923
3143
|
},
|
|
2924
3144
|
"required": [
|
|
@@ -3011,7 +3231,7 @@
|
|
|
3011
3231
|
"type": "structure",
|
|
3012
3232
|
"members": {
|
|
3013
3233
|
"EndpointsResponse": {
|
|
3014
|
-
"shape": "
|
|
3234
|
+
"shape": "S64"
|
|
3015
3235
|
}
|
|
3016
3236
|
},
|
|
3017
3237
|
"required": [
|
|
@@ -3042,7 +3262,7 @@
|
|
|
3042
3262
|
"type": "structure",
|
|
3043
3263
|
"members": {
|
|
3044
3264
|
"VoiceChannelResponse": {
|
|
3045
|
-
"shape": "
|
|
3265
|
+
"shape": "S68"
|
|
3046
3266
|
}
|
|
3047
3267
|
},
|
|
3048
3268
|
"required": [
|
|
@@ -3144,7 +3364,7 @@
|
|
|
3144
3364
|
"Item": {
|
|
3145
3365
|
"type": "list",
|
|
3146
3366
|
"member": {
|
|
3147
|
-
"shape": "
|
|
3367
|
+
"shape": "S3i"
|
|
3148
3368
|
}
|
|
3149
3369
|
},
|
|
3150
3370
|
"NextToken": {}
|
|
@@ -3182,7 +3402,7 @@
|
|
|
3182
3402
|
"type": "structure",
|
|
3183
3403
|
"members": {
|
|
3184
3404
|
"TagsModel": {
|
|
3185
|
-
"shape": "
|
|
3405
|
+
"shape": "Sa5"
|
|
3186
3406
|
}
|
|
3187
3407
|
},
|
|
3188
3408
|
"required": [
|
|
@@ -3422,7 +3642,7 @@
|
|
|
3422
3642
|
"type": "structure",
|
|
3423
3643
|
"members": {
|
|
3424
3644
|
"EventStream": {
|
|
3425
|
-
"shape": "
|
|
3645
|
+
"shape": "S5j"
|
|
3426
3646
|
}
|
|
3427
3647
|
},
|
|
3428
3648
|
"required": [
|
|
@@ -3457,24 +3677,24 @@
|
|
|
3457
3677
|
"members": {
|
|
3458
3678
|
"Address": {},
|
|
3459
3679
|
"Attributes": {
|
|
3460
|
-
"shape": "
|
|
3680
|
+
"shape": "S5b"
|
|
3461
3681
|
},
|
|
3462
3682
|
"ChannelType": {},
|
|
3463
3683
|
"Demographic": {
|
|
3464
|
-
"shape": "
|
|
3684
|
+
"shape": "S5d"
|
|
3465
3685
|
},
|
|
3466
3686
|
"EffectiveDate": {},
|
|
3467
3687
|
"EndpointStatus": {},
|
|
3468
3688
|
"Location": {
|
|
3469
|
-
"shape": "
|
|
3689
|
+
"shape": "S5e"
|
|
3470
3690
|
},
|
|
3471
3691
|
"Metrics": {
|
|
3472
|
-
"shape": "
|
|
3692
|
+
"shape": "S5f"
|
|
3473
3693
|
},
|
|
3474
3694
|
"OptOut": {},
|
|
3475
3695
|
"RequestId": {},
|
|
3476
3696
|
"User": {
|
|
3477
|
-
"shape": "
|
|
3697
|
+
"shape": "S5g"
|
|
3478
3698
|
}
|
|
3479
3699
|
}
|
|
3480
3700
|
},
|
|
@@ -3493,7 +3713,7 @@
|
|
|
3493
3713
|
"ClientSdkVersion": {},
|
|
3494
3714
|
"EventType": {},
|
|
3495
3715
|
"Metrics": {
|
|
3496
|
-
"shape": "
|
|
3716
|
+
"shape": "S5f"
|
|
3497
3717
|
},
|
|
3498
3718
|
"SdkName": {},
|
|
3499
3719
|
"Session": {
|
|
@@ -3605,7 +3825,7 @@
|
|
|
3605
3825
|
"type": "structure",
|
|
3606
3826
|
"members": {
|
|
3607
3827
|
"Blacklist": {
|
|
3608
|
-
"shape": "
|
|
3828
|
+
"shape": "S14"
|
|
3609
3829
|
}
|
|
3610
3830
|
}
|
|
3611
3831
|
}
|
|
@@ -3626,7 +3846,7 @@
|
|
|
3626
3846
|
"ApplicationId": {},
|
|
3627
3847
|
"AttributeType": {},
|
|
3628
3848
|
"Attributes": {
|
|
3629
|
-
"shape": "
|
|
3849
|
+
"shape": "S14"
|
|
3630
3850
|
}
|
|
3631
3851
|
},
|
|
3632
3852
|
"required": [
|
|
@@ -3669,7 +3889,7 @@
|
|
|
3669
3889
|
},
|
|
3670
3890
|
"RawContent": {},
|
|
3671
3891
|
"Substitutions": {
|
|
3672
|
-
"shape": "
|
|
3892
|
+
"shape": "S5b"
|
|
3673
3893
|
},
|
|
3674
3894
|
"TitleOverride": {}
|
|
3675
3895
|
}
|
|
@@ -3679,13 +3899,13 @@
|
|
|
3679
3899
|
"shape": "S4"
|
|
3680
3900
|
},
|
|
3681
3901
|
"Endpoints": {
|
|
3682
|
-
"shape": "
|
|
3902
|
+
"shape": "Sba"
|
|
3683
3903
|
},
|
|
3684
3904
|
"MessageConfiguration": {
|
|
3685
|
-
"shape": "
|
|
3905
|
+
"shape": "Sbc"
|
|
3686
3906
|
},
|
|
3687
3907
|
"TemplateConfiguration": {
|
|
3688
|
-
"shape": "
|
|
3908
|
+
"shape": "S1d"
|
|
3689
3909
|
},
|
|
3690
3910
|
"TraceId": {}
|
|
3691
3911
|
},
|
|
@@ -3704,39 +3924,70 @@
|
|
|
3704
3924
|
"type": "structure",
|
|
3705
3925
|
"members": {
|
|
3706
3926
|
"MessageResponse": {
|
|
3927
|
+
"shape": "Sbr"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
"required": [
|
|
3931
|
+
"MessageResponse"
|
|
3932
|
+
],
|
|
3933
|
+
"payload": "MessageResponse"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
"SendOTPMessage": {
|
|
3937
|
+
"http": {
|
|
3938
|
+
"requestUri": "/v1/apps/{application-id}/otp",
|
|
3939
|
+
"responseCode": 200
|
|
3940
|
+
},
|
|
3941
|
+
"input": {
|
|
3942
|
+
"type": "structure",
|
|
3943
|
+
"members": {
|
|
3944
|
+
"ApplicationId": {
|
|
3945
|
+
"location": "uri",
|
|
3946
|
+
"locationName": "application-id"
|
|
3947
|
+
},
|
|
3948
|
+
"SendOTPMessageRequestParameters": {
|
|
3707
3949
|
"type": "structure",
|
|
3708
3950
|
"members": {
|
|
3709
|
-
"
|
|
3710
|
-
|
|
3711
|
-
"shape": "Saz"
|
|
3951
|
+
"AllowedAttempts": {
|
|
3952
|
+
"type": "integer"
|
|
3712
3953
|
},
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
3715
|
-
|
|
3716
|
-
"
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
"UpdatedToken": {}
|
|
3727
|
-
},
|
|
3728
|
-
"required": [
|
|
3729
|
-
"DeliveryStatus",
|
|
3730
|
-
"StatusCode"
|
|
3731
|
-
]
|
|
3732
|
-
}
|
|
3954
|
+
"BrandName": {},
|
|
3955
|
+
"Channel": {},
|
|
3956
|
+
"CodeLength": {
|
|
3957
|
+
"type": "integer"
|
|
3958
|
+
},
|
|
3959
|
+
"DestinationIdentity": {},
|
|
3960
|
+
"EntityId": {},
|
|
3961
|
+
"Language": {},
|
|
3962
|
+
"OriginationIdentity": {},
|
|
3963
|
+
"ReferenceId": {},
|
|
3964
|
+
"TemplateId": {},
|
|
3965
|
+
"ValidityPeriod": {
|
|
3966
|
+
"type": "integer"
|
|
3733
3967
|
}
|
|
3734
3968
|
},
|
|
3735
3969
|
"required": [
|
|
3736
|
-
"
|
|
3970
|
+
"BrandName",
|
|
3971
|
+
"ReferenceId",
|
|
3972
|
+
"Channel",
|
|
3973
|
+
"DestinationIdentity",
|
|
3974
|
+
"OriginationIdentity"
|
|
3737
3975
|
]
|
|
3738
3976
|
}
|
|
3739
3977
|
},
|
|
3978
|
+
"required": [
|
|
3979
|
+
"ApplicationId",
|
|
3980
|
+
"SendOTPMessageRequestParameters"
|
|
3981
|
+
],
|
|
3982
|
+
"payload": "SendOTPMessageRequestParameters"
|
|
3983
|
+
},
|
|
3984
|
+
"output": {
|
|
3985
|
+
"type": "structure",
|
|
3986
|
+
"members": {
|
|
3987
|
+
"MessageResponse": {
|
|
3988
|
+
"shape": "Sbr"
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3740
3991
|
"required": [
|
|
3741
3992
|
"MessageResponse"
|
|
3742
3993
|
],
|
|
@@ -3762,14 +4013,14 @@
|
|
|
3762
4013
|
"shape": "S4"
|
|
3763
4014
|
},
|
|
3764
4015
|
"MessageConfiguration": {
|
|
3765
|
-
"shape": "
|
|
4016
|
+
"shape": "Sbc"
|
|
3766
4017
|
},
|
|
3767
4018
|
"TemplateConfiguration": {
|
|
3768
|
-
"shape": "
|
|
4019
|
+
"shape": "S1d"
|
|
3769
4020
|
},
|
|
3770
4021
|
"TraceId": {},
|
|
3771
4022
|
"Users": {
|
|
3772
|
-
"shape": "
|
|
4023
|
+
"shape": "Sba"
|
|
3773
4024
|
}
|
|
3774
4025
|
},
|
|
3775
4026
|
"required": [
|
|
@@ -3796,7 +4047,7 @@
|
|
|
3796
4047
|
"type": "map",
|
|
3797
4048
|
"key": {},
|
|
3798
4049
|
"value": {
|
|
3799
|
-
"shape": "
|
|
4050
|
+
"shape": "Sbs"
|
|
3800
4051
|
}
|
|
3801
4052
|
}
|
|
3802
4053
|
},
|
|
@@ -3824,7 +4075,7 @@
|
|
|
3824
4075
|
"locationName": "resource-arn"
|
|
3825
4076
|
},
|
|
3826
4077
|
"TagsModel": {
|
|
3827
|
-
"shape": "
|
|
4078
|
+
"shape": "Sa5"
|
|
3828
4079
|
}
|
|
3829
4080
|
},
|
|
3830
4081
|
"required": [
|
|
@@ -3848,7 +4099,7 @@
|
|
|
3848
4099
|
"locationName": "resource-arn"
|
|
3849
4100
|
},
|
|
3850
4101
|
"TagKeys": {
|
|
3851
|
-
"shape": "
|
|
4102
|
+
"shape": "S14",
|
|
3852
4103
|
"location": "querystring",
|
|
3853
4104
|
"locationName": "tagKeys"
|
|
3854
4105
|
}
|
|
@@ -3897,7 +4148,7 @@
|
|
|
3897
4148
|
"type": "structure",
|
|
3898
4149
|
"members": {
|
|
3899
4150
|
"ADMChannelResponse": {
|
|
3900
|
-
"shape": "
|
|
4151
|
+
"shape": "S4i"
|
|
3901
4152
|
}
|
|
3902
4153
|
},
|
|
3903
4154
|
"required": [
|
|
@@ -3945,7 +4196,7 @@
|
|
|
3945
4196
|
"type": "structure",
|
|
3946
4197
|
"members": {
|
|
3947
4198
|
"APNSChannelResponse": {
|
|
3948
|
-
"shape": "
|
|
4199
|
+
"shape": "S4l"
|
|
3949
4200
|
}
|
|
3950
4201
|
},
|
|
3951
4202
|
"required": [
|
|
@@ -3993,7 +4244,7 @@
|
|
|
3993
4244
|
"type": "structure",
|
|
3994
4245
|
"members": {
|
|
3995
4246
|
"APNSSandboxChannelResponse": {
|
|
3996
|
-
"shape": "
|
|
4247
|
+
"shape": "S4o"
|
|
3997
4248
|
}
|
|
3998
4249
|
},
|
|
3999
4250
|
"required": [
|
|
@@ -4041,7 +4292,7 @@
|
|
|
4041
4292
|
"type": "structure",
|
|
4042
4293
|
"members": {
|
|
4043
4294
|
"APNSVoipChannelResponse": {
|
|
4044
|
-
"shape": "
|
|
4295
|
+
"shape": "S4r"
|
|
4045
4296
|
}
|
|
4046
4297
|
},
|
|
4047
4298
|
"required": [
|
|
@@ -4089,7 +4340,7 @@
|
|
|
4089
4340
|
"type": "structure",
|
|
4090
4341
|
"members": {
|
|
4091
4342
|
"APNSVoipSandboxChannelResponse": {
|
|
4092
|
-
"shape": "
|
|
4343
|
+
"shape": "S4u"
|
|
4093
4344
|
}
|
|
4094
4345
|
},
|
|
4095
4346
|
"required": [
|
|
@@ -4115,7 +4366,7 @@
|
|
|
4115
4366
|
"type": "structure",
|
|
4116
4367
|
"members": {
|
|
4117
4368
|
"CampaignHook": {
|
|
4118
|
-
"shape": "
|
|
4369
|
+
"shape": "S1f"
|
|
4119
4370
|
},
|
|
4120
4371
|
"CloudWatchMetricsEnabled": {
|
|
4121
4372
|
"type": "boolean"
|
|
@@ -4124,10 +4375,10 @@
|
|
|
4124
4375
|
"type": "boolean"
|
|
4125
4376
|
},
|
|
4126
4377
|
"Limits": {
|
|
4127
|
-
"shape": "
|
|
4378
|
+
"shape": "S1h"
|
|
4128
4379
|
},
|
|
4129
4380
|
"QuietTime": {
|
|
4130
|
-
"shape": "
|
|
4381
|
+
"shape": "S1c"
|
|
4131
4382
|
}
|
|
4132
4383
|
}
|
|
4133
4384
|
}
|
|
@@ -4142,7 +4393,7 @@
|
|
|
4142
4393
|
"type": "structure",
|
|
4143
4394
|
"members": {
|
|
4144
4395
|
"ApplicationSettingsResource": {
|
|
4145
|
-
"shape": "
|
|
4396
|
+
"shape": "S6x"
|
|
4146
4397
|
}
|
|
4147
4398
|
},
|
|
4148
4399
|
"required": [
|
|
@@ -4189,7 +4440,7 @@
|
|
|
4189
4440
|
"type": "structure",
|
|
4190
4441
|
"members": {
|
|
4191
4442
|
"BaiduChannelResponse": {
|
|
4192
|
-
"shape": "
|
|
4443
|
+
"shape": "S4z"
|
|
4193
4444
|
}
|
|
4194
4445
|
},
|
|
4195
4446
|
"required": [
|
|
@@ -4230,7 +4481,7 @@
|
|
|
4230
4481
|
"type": "structure",
|
|
4231
4482
|
"members": {
|
|
4232
4483
|
"CampaignResponse": {
|
|
4233
|
-
"shape": "
|
|
4484
|
+
"shape": "S1j"
|
|
4234
4485
|
}
|
|
4235
4486
|
},
|
|
4236
4487
|
"required": [
|
|
@@ -4279,7 +4530,7 @@
|
|
|
4279
4530
|
"type": "structure",
|
|
4280
4531
|
"members": {
|
|
4281
4532
|
"EmailChannelResponse": {
|
|
4282
|
-
"shape": "
|
|
4533
|
+
"shape": "S54"
|
|
4283
4534
|
}
|
|
4284
4535
|
},
|
|
4285
4536
|
"required": [
|
|
@@ -4303,7 +4554,7 @@
|
|
|
4303
4554
|
"type": "boolean"
|
|
4304
4555
|
},
|
|
4305
4556
|
"EmailTemplateRequest": {
|
|
4306
|
-
"shape": "
|
|
4557
|
+
"shape": "S1p"
|
|
4307
4558
|
},
|
|
4308
4559
|
"TemplateName": {
|
|
4309
4560
|
"location": "uri",
|
|
@@ -4324,7 +4575,7 @@
|
|
|
4324
4575
|
"type": "structure",
|
|
4325
4576
|
"members": {
|
|
4326
4577
|
"MessageBody": {
|
|
4327
|
-
"shape": "
|
|
4578
|
+
"shape": "S57"
|
|
4328
4579
|
}
|
|
4329
4580
|
},
|
|
4330
4581
|
"required": [
|
|
@@ -4355,24 +4606,24 @@
|
|
|
4355
4606
|
"members": {
|
|
4356
4607
|
"Address": {},
|
|
4357
4608
|
"Attributes": {
|
|
4358
|
-
"shape": "
|
|
4609
|
+
"shape": "S5b"
|
|
4359
4610
|
},
|
|
4360
4611
|
"ChannelType": {},
|
|
4361
4612
|
"Demographic": {
|
|
4362
|
-
"shape": "
|
|
4613
|
+
"shape": "S5d"
|
|
4363
4614
|
},
|
|
4364
4615
|
"EffectiveDate": {},
|
|
4365
4616
|
"EndpointStatus": {},
|
|
4366
4617
|
"Location": {
|
|
4367
|
-
"shape": "
|
|
4618
|
+
"shape": "S5e"
|
|
4368
4619
|
},
|
|
4369
4620
|
"Metrics": {
|
|
4370
|
-
"shape": "
|
|
4621
|
+
"shape": "S5f"
|
|
4371
4622
|
},
|
|
4372
4623
|
"OptOut": {},
|
|
4373
4624
|
"RequestId": {},
|
|
4374
4625
|
"User": {
|
|
4375
|
-
"shape": "
|
|
4626
|
+
"shape": "S5g"
|
|
4376
4627
|
}
|
|
4377
4628
|
}
|
|
4378
4629
|
}
|
|
@@ -4388,7 +4639,7 @@
|
|
|
4388
4639
|
"type": "structure",
|
|
4389
4640
|
"members": {
|
|
4390
4641
|
"MessageBody": {
|
|
4391
|
-
"shape": "
|
|
4642
|
+
"shape": "S57"
|
|
4392
4643
|
}
|
|
4393
4644
|
},
|
|
4394
4645
|
"required": [
|
|
@@ -4420,25 +4671,25 @@
|
|
|
4420
4671
|
"members": {
|
|
4421
4672
|
"Address": {},
|
|
4422
4673
|
"Attributes": {
|
|
4423
|
-
"shape": "
|
|
4674
|
+
"shape": "S5b"
|
|
4424
4675
|
},
|
|
4425
4676
|
"ChannelType": {},
|
|
4426
4677
|
"Demographic": {
|
|
4427
|
-
"shape": "
|
|
4678
|
+
"shape": "S5d"
|
|
4428
4679
|
},
|
|
4429
4680
|
"EffectiveDate": {},
|
|
4430
4681
|
"EndpointStatus": {},
|
|
4431
4682
|
"Id": {},
|
|
4432
4683
|
"Location": {
|
|
4433
|
-
"shape": "
|
|
4684
|
+
"shape": "S5e"
|
|
4434
4685
|
},
|
|
4435
4686
|
"Metrics": {
|
|
4436
|
-
"shape": "
|
|
4687
|
+
"shape": "S5f"
|
|
4437
4688
|
},
|
|
4438
4689
|
"OptOut": {},
|
|
4439
4690
|
"RequestId": {},
|
|
4440
4691
|
"User": {
|
|
4441
|
-
"shape": "
|
|
4692
|
+
"shape": "S5g"
|
|
4442
4693
|
}
|
|
4443
4694
|
}
|
|
4444
4695
|
}
|
|
@@ -4459,7 +4710,7 @@
|
|
|
4459
4710
|
"type": "structure",
|
|
4460
4711
|
"members": {
|
|
4461
4712
|
"MessageBody": {
|
|
4462
|
-
"shape": "
|
|
4713
|
+
"shape": "S57"
|
|
4463
4714
|
}
|
|
4464
4715
|
},
|
|
4465
4716
|
"required": [
|
|
@@ -4504,7 +4755,7 @@
|
|
|
4504
4755
|
"type": "structure",
|
|
4505
4756
|
"members": {
|
|
4506
4757
|
"GCMChannelResponse": {
|
|
4507
|
-
"shape": "
|
|
4758
|
+
"shape": "S5m"
|
|
4508
4759
|
}
|
|
4509
4760
|
},
|
|
4510
4761
|
"required": [
|
|
@@ -4513,6 +4764,51 @@
|
|
|
4513
4764
|
"payload": "GCMChannelResponse"
|
|
4514
4765
|
}
|
|
4515
4766
|
},
|
|
4767
|
+
"UpdateInAppTemplate": {
|
|
4768
|
+
"http": {
|
|
4769
|
+
"method": "PUT",
|
|
4770
|
+
"requestUri": "/v1/templates/{template-name}/inapp",
|
|
4771
|
+
"responseCode": 202
|
|
4772
|
+
},
|
|
4773
|
+
"input": {
|
|
4774
|
+
"type": "structure",
|
|
4775
|
+
"members": {
|
|
4776
|
+
"CreateNewVersion": {
|
|
4777
|
+
"location": "querystring",
|
|
4778
|
+
"locationName": "create-new-version",
|
|
4779
|
+
"type": "boolean"
|
|
4780
|
+
},
|
|
4781
|
+
"InAppTemplateRequest": {
|
|
4782
|
+
"shape": "S25"
|
|
4783
|
+
},
|
|
4784
|
+
"TemplateName": {
|
|
4785
|
+
"location": "uri",
|
|
4786
|
+
"locationName": "template-name"
|
|
4787
|
+
},
|
|
4788
|
+
"Version": {
|
|
4789
|
+
"location": "querystring",
|
|
4790
|
+
"locationName": "version"
|
|
4791
|
+
}
|
|
4792
|
+
},
|
|
4793
|
+
"required": [
|
|
4794
|
+
"TemplateName",
|
|
4795
|
+
"InAppTemplateRequest"
|
|
4796
|
+
],
|
|
4797
|
+
"payload": "InAppTemplateRequest"
|
|
4798
|
+
},
|
|
4799
|
+
"output": {
|
|
4800
|
+
"type": "structure",
|
|
4801
|
+
"members": {
|
|
4802
|
+
"MessageBody": {
|
|
4803
|
+
"shape": "S57"
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
4806
|
+
"required": [
|
|
4807
|
+
"MessageBody"
|
|
4808
|
+
],
|
|
4809
|
+
"payload": "MessageBody"
|
|
4810
|
+
}
|
|
4811
|
+
},
|
|
4516
4812
|
"UpdateJourney": {
|
|
4517
4813
|
"http": {
|
|
4518
4814
|
"method": "PUT",
|
|
@@ -4531,7 +4827,7 @@
|
|
|
4531
4827
|
"locationName": "journey-id"
|
|
4532
4828
|
},
|
|
4533
4829
|
"WriteJourneyRequest": {
|
|
4534
|
-
"shape": "
|
|
4830
|
+
"shape": "S29"
|
|
4535
4831
|
}
|
|
4536
4832
|
},
|
|
4537
4833
|
"required": [
|
|
@@ -4545,7 +4841,7 @@
|
|
|
4545
4841
|
"type": "structure",
|
|
4546
4842
|
"members": {
|
|
4547
4843
|
"JourneyResponse": {
|
|
4548
|
-
"shape": "
|
|
4844
|
+
"shape": "S3i"
|
|
4549
4845
|
}
|
|
4550
4846
|
},
|
|
4551
4847
|
"required": [
|
|
@@ -4589,7 +4885,7 @@
|
|
|
4589
4885
|
"type": "structure",
|
|
4590
4886
|
"members": {
|
|
4591
4887
|
"JourneyResponse": {
|
|
4592
|
-
"shape": "
|
|
4888
|
+
"shape": "S3i"
|
|
4593
4889
|
}
|
|
4594
4890
|
},
|
|
4595
4891
|
"required": [
|
|
@@ -4613,7 +4909,7 @@
|
|
|
4613
4909
|
"type": "boolean"
|
|
4614
4910
|
},
|
|
4615
4911
|
"PushNotificationTemplateRequest": {
|
|
4616
|
-
"shape": "
|
|
4912
|
+
"shape": "S3l"
|
|
4617
4913
|
},
|
|
4618
4914
|
"TemplateName": {
|
|
4619
4915
|
"location": "uri",
|
|
@@ -4634,7 +4930,7 @@
|
|
|
4634
4930
|
"type": "structure",
|
|
4635
4931
|
"members": {
|
|
4636
4932
|
"MessageBody": {
|
|
4637
|
-
"shape": "
|
|
4933
|
+
"shape": "S57"
|
|
4638
4934
|
}
|
|
4639
4935
|
},
|
|
4640
4936
|
"required": [
|
|
@@ -4689,7 +4985,7 @@
|
|
|
4689
4985
|
"type": "structure",
|
|
4690
4986
|
"members": {
|
|
4691
4987
|
"RecommenderConfigurationResponse": {
|
|
4692
|
-
"shape": "
|
|
4988
|
+
"shape": "S3t"
|
|
4693
4989
|
}
|
|
4694
4990
|
},
|
|
4695
4991
|
"required": [
|
|
@@ -4716,7 +5012,7 @@
|
|
|
4716
5012
|
"locationName": "segment-id"
|
|
4717
5013
|
},
|
|
4718
5014
|
"WriteSegmentRequest": {
|
|
4719
|
-
"shape": "
|
|
5015
|
+
"shape": "S3v"
|
|
4720
5016
|
}
|
|
4721
5017
|
},
|
|
4722
5018
|
"required": [
|
|
@@ -4730,7 +5026,7 @@
|
|
|
4730
5026
|
"type": "structure",
|
|
4731
5027
|
"members": {
|
|
4732
5028
|
"SegmentResponse": {
|
|
4733
|
-
"shape": "
|
|
5029
|
+
"shape": "S46"
|
|
4734
5030
|
}
|
|
4735
5031
|
},
|
|
4736
5032
|
"required": [
|
|
@@ -4773,7 +5069,7 @@
|
|
|
4773
5069
|
"type": "structure",
|
|
4774
5070
|
"members": {
|
|
4775
5071
|
"SMSChannelResponse": {
|
|
4776
|
-
"shape": "
|
|
5072
|
+
"shape": "S5z"
|
|
4777
5073
|
}
|
|
4778
5074
|
},
|
|
4779
5075
|
"required": [
|
|
@@ -4797,7 +5093,7 @@
|
|
|
4797
5093
|
"type": "boolean"
|
|
4798
5094
|
},
|
|
4799
5095
|
"SMSTemplateRequest": {
|
|
4800
|
-
"shape": "
|
|
5096
|
+
"shape": "S4b"
|
|
4801
5097
|
},
|
|
4802
5098
|
"TemplateName": {
|
|
4803
5099
|
"location": "uri",
|
|
@@ -4818,7 +5114,7 @@
|
|
|
4818
5114
|
"type": "structure",
|
|
4819
5115
|
"members": {
|
|
4820
5116
|
"MessageBody": {
|
|
4821
|
-
"shape": "
|
|
5117
|
+
"shape": "S57"
|
|
4822
5118
|
}
|
|
4823
5119
|
},
|
|
4824
5120
|
"required": [
|
|
@@ -4862,7 +5158,7 @@
|
|
|
4862
5158
|
"type": "structure",
|
|
4863
5159
|
"members": {
|
|
4864
5160
|
"MessageBody": {
|
|
4865
|
-
"shape": "
|
|
5161
|
+
"shape": "S57"
|
|
4866
5162
|
}
|
|
4867
5163
|
},
|
|
4868
5164
|
"required": [
|
|
@@ -4903,7 +5199,7 @@
|
|
|
4903
5199
|
"type": "structure",
|
|
4904
5200
|
"members": {
|
|
4905
5201
|
"VoiceChannelResponse": {
|
|
4906
|
-
"shape": "
|
|
5202
|
+
"shape": "S68"
|
|
4907
5203
|
}
|
|
4908
5204
|
},
|
|
4909
5205
|
"required": [
|
|
@@ -4935,7 +5231,7 @@
|
|
|
4935
5231
|
"locationName": "version"
|
|
4936
5232
|
},
|
|
4937
5233
|
"VoiceTemplateRequest": {
|
|
4938
|
-
"shape": "
|
|
5234
|
+
"shape": "S4e"
|
|
4939
5235
|
}
|
|
4940
5236
|
},
|
|
4941
5237
|
"required": [
|
|
@@ -4948,7 +5244,7 @@
|
|
|
4948
5244
|
"type": "structure",
|
|
4949
5245
|
"members": {
|
|
4950
5246
|
"MessageBody": {
|
|
4951
|
-
"shape": "
|
|
5247
|
+
"shape": "S57"
|
|
4952
5248
|
}
|
|
4953
5249
|
},
|
|
4954
5250
|
"required": [
|
|
@@ -4956,6 +5252,56 @@
|
|
|
4956
5252
|
],
|
|
4957
5253
|
"payload": "MessageBody"
|
|
4958
5254
|
}
|
|
5255
|
+
},
|
|
5256
|
+
"VerifyOTPMessage": {
|
|
5257
|
+
"http": {
|
|
5258
|
+
"requestUri": "/v1/apps/{application-id}/verify-otp",
|
|
5259
|
+
"responseCode": 200
|
|
5260
|
+
},
|
|
5261
|
+
"input": {
|
|
5262
|
+
"type": "structure",
|
|
5263
|
+
"members": {
|
|
5264
|
+
"ApplicationId": {
|
|
5265
|
+
"location": "uri",
|
|
5266
|
+
"locationName": "application-id"
|
|
5267
|
+
},
|
|
5268
|
+
"VerifyOTPMessageRequestParameters": {
|
|
5269
|
+
"type": "structure",
|
|
5270
|
+
"members": {
|
|
5271
|
+
"DestinationIdentity": {},
|
|
5272
|
+
"Otp": {},
|
|
5273
|
+
"ReferenceId": {}
|
|
5274
|
+
},
|
|
5275
|
+
"required": [
|
|
5276
|
+
"ReferenceId",
|
|
5277
|
+
"Otp",
|
|
5278
|
+
"DestinationIdentity"
|
|
5279
|
+
]
|
|
5280
|
+
}
|
|
5281
|
+
},
|
|
5282
|
+
"required": [
|
|
5283
|
+
"ApplicationId",
|
|
5284
|
+
"VerifyOTPMessageRequestParameters"
|
|
5285
|
+
],
|
|
5286
|
+
"payload": "VerifyOTPMessageRequestParameters"
|
|
5287
|
+
},
|
|
5288
|
+
"output": {
|
|
5289
|
+
"type": "structure",
|
|
5290
|
+
"members": {
|
|
5291
|
+
"VerificationResponse": {
|
|
5292
|
+
"type": "structure",
|
|
5293
|
+
"members": {
|
|
5294
|
+
"Valid": {
|
|
5295
|
+
"type": "boolean"
|
|
5296
|
+
}
|
|
5297
|
+
}
|
|
5298
|
+
}
|
|
5299
|
+
},
|
|
5300
|
+
"required": [
|
|
5301
|
+
"VerificationResponse"
|
|
5302
|
+
],
|
|
5303
|
+
"payload": "VerificationResponse"
|
|
5304
|
+
}
|
|
4959
5305
|
}
|
|
4960
5306
|
},
|
|
4961
5307
|
"shapes": {
|
|
@@ -4996,13 +5342,13 @@
|
|
|
4996
5342
|
"shape": "Se"
|
|
4997
5343
|
},
|
|
4998
5344
|
"Schedule": {
|
|
4999
|
-
"shape": "
|
|
5345
|
+
"shape": "Sy"
|
|
5000
5346
|
},
|
|
5001
5347
|
"SizePercent": {
|
|
5002
5348
|
"type": "integer"
|
|
5003
5349
|
},
|
|
5004
5350
|
"TemplateConfiguration": {
|
|
5005
|
-
"shape": "
|
|
5351
|
+
"shape": "S1d"
|
|
5006
5352
|
},
|
|
5007
5353
|
"TreatmentDescription": {},
|
|
5008
5354
|
"TreatmentName": {}
|
|
@@ -5020,20 +5366,20 @@
|
|
|
5020
5366
|
"type": "integer"
|
|
5021
5367
|
},
|
|
5022
5368
|
"Hook": {
|
|
5023
|
-
"shape": "
|
|
5369
|
+
"shape": "S1f"
|
|
5024
5370
|
},
|
|
5025
5371
|
"IsPaused": {
|
|
5026
5372
|
"type": "boolean"
|
|
5027
5373
|
},
|
|
5028
5374
|
"Limits": {
|
|
5029
|
-
"shape": "
|
|
5375
|
+
"shape": "S1h"
|
|
5030
5376
|
},
|
|
5031
5377
|
"MessageConfiguration": {
|
|
5032
5378
|
"shape": "Se"
|
|
5033
5379
|
},
|
|
5034
5380
|
"Name": {},
|
|
5035
5381
|
"Schedule": {
|
|
5036
|
-
"shape": "
|
|
5382
|
+
"shape": "Sy"
|
|
5037
5383
|
},
|
|
5038
5384
|
"SegmentId": {},
|
|
5039
5385
|
"SegmentVersion": {
|
|
@@ -5044,10 +5390,13 @@
|
|
|
5044
5390
|
"locationName": "tags"
|
|
5045
5391
|
},
|
|
5046
5392
|
"TemplateConfiguration": {
|
|
5047
|
-
"shape": "
|
|
5393
|
+
"shape": "S1d"
|
|
5048
5394
|
},
|
|
5049
5395
|
"TreatmentDescription": {},
|
|
5050
|
-
"TreatmentName": {}
|
|
5396
|
+
"TreatmentName": {},
|
|
5397
|
+
"Priority": {
|
|
5398
|
+
"type": "integer"
|
|
5399
|
+
}
|
|
5051
5400
|
}
|
|
5052
5401
|
},
|
|
5053
5402
|
"Sb": {
|
|
@@ -5109,6 +5458,19 @@
|
|
|
5109
5458
|
"EntityId": {},
|
|
5110
5459
|
"TemplateId": {}
|
|
5111
5460
|
}
|
|
5461
|
+
},
|
|
5462
|
+
"InAppMessage": {
|
|
5463
|
+
"type": "structure",
|
|
5464
|
+
"members": {
|
|
5465
|
+
"Body": {},
|
|
5466
|
+
"Content": {
|
|
5467
|
+
"shape": "So"
|
|
5468
|
+
},
|
|
5469
|
+
"CustomConfig": {
|
|
5470
|
+
"shape": "S4"
|
|
5471
|
+
},
|
|
5472
|
+
"Layout": {}
|
|
5473
|
+
}
|
|
5112
5474
|
}
|
|
5113
5475
|
}
|
|
5114
5476
|
},
|
|
@@ -5133,29 +5495,102 @@
|
|
|
5133
5495
|
"Url": {}
|
|
5134
5496
|
}
|
|
5135
5497
|
},
|
|
5136
|
-
"
|
|
5498
|
+
"So": {
|
|
5499
|
+
"type": "list",
|
|
5500
|
+
"member": {
|
|
5501
|
+
"type": "structure",
|
|
5502
|
+
"members": {
|
|
5503
|
+
"BackgroundColor": {},
|
|
5504
|
+
"BodyConfig": {
|
|
5505
|
+
"type": "structure",
|
|
5506
|
+
"members": {
|
|
5507
|
+
"Alignment": {},
|
|
5508
|
+
"Body": {},
|
|
5509
|
+
"TextColor": {}
|
|
5510
|
+
},
|
|
5511
|
+
"required": [
|
|
5512
|
+
"Alignment",
|
|
5513
|
+
"TextColor",
|
|
5514
|
+
"Body"
|
|
5515
|
+
]
|
|
5516
|
+
},
|
|
5517
|
+
"HeaderConfig": {
|
|
5518
|
+
"type": "structure",
|
|
5519
|
+
"members": {
|
|
5520
|
+
"Alignment": {},
|
|
5521
|
+
"Header": {},
|
|
5522
|
+
"TextColor": {}
|
|
5523
|
+
},
|
|
5524
|
+
"required": [
|
|
5525
|
+
"Alignment",
|
|
5526
|
+
"Header",
|
|
5527
|
+
"TextColor"
|
|
5528
|
+
]
|
|
5529
|
+
},
|
|
5530
|
+
"ImageUrl": {},
|
|
5531
|
+
"PrimaryBtn": {
|
|
5532
|
+
"shape": "St"
|
|
5533
|
+
},
|
|
5534
|
+
"SecondaryBtn": {
|
|
5535
|
+
"shape": "St"
|
|
5536
|
+
}
|
|
5537
|
+
}
|
|
5538
|
+
}
|
|
5539
|
+
},
|
|
5540
|
+
"St": {
|
|
5137
5541
|
"type": "structure",
|
|
5138
5542
|
"members": {
|
|
5139
|
-
"
|
|
5140
|
-
|
|
5543
|
+
"Android": {
|
|
5544
|
+
"shape": "Su"
|
|
5545
|
+
},
|
|
5546
|
+
"DefaultConfig": {
|
|
5141
5547
|
"type": "structure",
|
|
5142
5548
|
"members": {
|
|
5143
|
-
"
|
|
5144
|
-
|
|
5549
|
+
"BackgroundColor": {},
|
|
5550
|
+
"BorderRadius": {
|
|
5551
|
+
"type": "integer"
|
|
5145
5552
|
},
|
|
5146
|
-
"
|
|
5553
|
+
"ButtonAction": {},
|
|
5554
|
+
"Link": {},
|
|
5555
|
+
"Text": {},
|
|
5556
|
+
"TextColor": {}
|
|
5147
5557
|
},
|
|
5148
5558
|
"required": [
|
|
5149
|
-
"
|
|
5150
|
-
"
|
|
5559
|
+
"ButtonAction",
|
|
5560
|
+
"Text"
|
|
5151
5561
|
]
|
|
5152
5562
|
},
|
|
5563
|
+
"IOS": {
|
|
5564
|
+
"shape": "Su"
|
|
5565
|
+
},
|
|
5566
|
+
"Web": {
|
|
5567
|
+
"shape": "Su"
|
|
5568
|
+
}
|
|
5569
|
+
}
|
|
5570
|
+
},
|
|
5571
|
+
"Su": {
|
|
5572
|
+
"type": "structure",
|
|
5573
|
+
"members": {
|
|
5574
|
+
"ButtonAction": {},
|
|
5575
|
+
"Link": {}
|
|
5576
|
+
},
|
|
5577
|
+
"required": [
|
|
5578
|
+
"ButtonAction"
|
|
5579
|
+
]
|
|
5580
|
+
},
|
|
5581
|
+
"Sy": {
|
|
5582
|
+
"type": "structure",
|
|
5583
|
+
"members": {
|
|
5584
|
+
"EndTime": {},
|
|
5585
|
+
"EventFilter": {
|
|
5586
|
+
"shape": "Sz"
|
|
5587
|
+
},
|
|
5153
5588
|
"Frequency": {},
|
|
5154
5589
|
"IsLocalTime": {
|
|
5155
5590
|
"type": "boolean"
|
|
5156
5591
|
},
|
|
5157
5592
|
"QuietTime": {
|
|
5158
|
-
"shape": "
|
|
5593
|
+
"shape": "S1c"
|
|
5159
5594
|
},
|
|
5160
5595
|
"StartTime": {},
|
|
5161
5596
|
"Timezone": {}
|
|
@@ -5164,21 +5599,34 @@
|
|
|
5164
5599
|
"StartTime"
|
|
5165
5600
|
]
|
|
5166
5601
|
},
|
|
5167
|
-
"
|
|
5602
|
+
"Sz": {
|
|
5603
|
+
"type": "structure",
|
|
5604
|
+
"members": {
|
|
5605
|
+
"Dimensions": {
|
|
5606
|
+
"shape": "S10"
|
|
5607
|
+
},
|
|
5608
|
+
"FilterType": {}
|
|
5609
|
+
},
|
|
5610
|
+
"required": [
|
|
5611
|
+
"FilterType",
|
|
5612
|
+
"Dimensions"
|
|
5613
|
+
]
|
|
5614
|
+
},
|
|
5615
|
+
"S10": {
|
|
5168
5616
|
"type": "structure",
|
|
5169
5617
|
"members": {
|
|
5170
5618
|
"Attributes": {
|
|
5171
|
-
"shape": "
|
|
5619
|
+
"shape": "S11"
|
|
5172
5620
|
},
|
|
5173
5621
|
"EventType": {
|
|
5174
|
-
"shape": "
|
|
5622
|
+
"shape": "S15"
|
|
5175
5623
|
},
|
|
5176
5624
|
"Metrics": {
|
|
5177
|
-
"shape": "
|
|
5625
|
+
"shape": "S17"
|
|
5178
5626
|
}
|
|
5179
5627
|
}
|
|
5180
5628
|
},
|
|
5181
|
-
"
|
|
5629
|
+
"S11": {
|
|
5182
5630
|
"type": "map",
|
|
5183
5631
|
"key": {},
|
|
5184
5632
|
"value": {
|
|
@@ -5186,7 +5634,7 @@
|
|
|
5186
5634
|
"members": {
|
|
5187
5635
|
"AttributeType": {},
|
|
5188
5636
|
"Values": {
|
|
5189
|
-
"shape": "
|
|
5637
|
+
"shape": "S14"
|
|
5190
5638
|
}
|
|
5191
5639
|
},
|
|
5192
5640
|
"required": [
|
|
@@ -5194,23 +5642,23 @@
|
|
|
5194
5642
|
]
|
|
5195
5643
|
}
|
|
5196
5644
|
},
|
|
5197
|
-
"
|
|
5645
|
+
"S14": {
|
|
5198
5646
|
"type": "list",
|
|
5199
5647
|
"member": {}
|
|
5200
5648
|
},
|
|
5201
|
-
"
|
|
5649
|
+
"S15": {
|
|
5202
5650
|
"type": "structure",
|
|
5203
5651
|
"members": {
|
|
5204
5652
|
"DimensionType": {},
|
|
5205
5653
|
"Values": {
|
|
5206
|
-
"shape": "
|
|
5654
|
+
"shape": "S14"
|
|
5207
5655
|
}
|
|
5208
5656
|
},
|
|
5209
5657
|
"required": [
|
|
5210
5658
|
"Values"
|
|
5211
5659
|
]
|
|
5212
5660
|
},
|
|
5213
|
-
"
|
|
5661
|
+
"S17": {
|
|
5214
5662
|
"type": "map",
|
|
5215
5663
|
"key": {},
|
|
5216
5664
|
"value": {
|
|
@@ -5227,38 +5675,38 @@
|
|
|
5227
5675
|
]
|
|
5228
5676
|
}
|
|
5229
5677
|
},
|
|
5230
|
-
"
|
|
5678
|
+
"S1c": {
|
|
5231
5679
|
"type": "structure",
|
|
5232
5680
|
"members": {
|
|
5233
5681
|
"End": {},
|
|
5234
5682
|
"Start": {}
|
|
5235
5683
|
}
|
|
5236
5684
|
},
|
|
5237
|
-
"
|
|
5685
|
+
"S1d": {
|
|
5238
5686
|
"type": "structure",
|
|
5239
5687
|
"members": {
|
|
5240
5688
|
"EmailTemplate": {
|
|
5241
|
-
"shape": "
|
|
5689
|
+
"shape": "S1e"
|
|
5242
5690
|
},
|
|
5243
5691
|
"PushTemplate": {
|
|
5244
|
-
"shape": "
|
|
5692
|
+
"shape": "S1e"
|
|
5245
5693
|
},
|
|
5246
5694
|
"SMSTemplate": {
|
|
5247
|
-
"shape": "
|
|
5695
|
+
"shape": "S1e"
|
|
5248
5696
|
},
|
|
5249
5697
|
"VoiceTemplate": {
|
|
5250
|
-
"shape": "
|
|
5698
|
+
"shape": "S1e"
|
|
5251
5699
|
}
|
|
5252
5700
|
}
|
|
5253
5701
|
},
|
|
5254
|
-
"
|
|
5702
|
+
"S1e": {
|
|
5255
5703
|
"type": "structure",
|
|
5256
5704
|
"members": {
|
|
5257
5705
|
"Name": {},
|
|
5258
5706
|
"Version": {}
|
|
5259
5707
|
}
|
|
5260
5708
|
},
|
|
5261
|
-
"
|
|
5709
|
+
"S1f": {
|
|
5262
5710
|
"type": "structure",
|
|
5263
5711
|
"members": {
|
|
5264
5712
|
"LambdaFunctionName": {},
|
|
@@ -5266,7 +5714,7 @@
|
|
|
5266
5714
|
"WebUrl": {}
|
|
5267
5715
|
}
|
|
5268
5716
|
},
|
|
5269
|
-
"
|
|
5717
|
+
"S1h": {
|
|
5270
5718
|
"type": "structure",
|
|
5271
5719
|
"members": {
|
|
5272
5720
|
"Daily": {
|
|
@@ -5280,10 +5728,13 @@
|
|
|
5280
5728
|
},
|
|
5281
5729
|
"Total": {
|
|
5282
5730
|
"type": "integer"
|
|
5731
|
+
},
|
|
5732
|
+
"Session": {
|
|
5733
|
+
"type": "integer"
|
|
5283
5734
|
}
|
|
5284
5735
|
}
|
|
5285
5736
|
},
|
|
5286
|
-
"
|
|
5737
|
+
"S1j": {
|
|
5287
5738
|
"type": "structure",
|
|
5288
5739
|
"members": {
|
|
5289
5740
|
"AdditionalTreatments": {
|
|
@@ -5299,16 +5750,16 @@
|
|
|
5299
5750
|
"shape": "Se"
|
|
5300
5751
|
},
|
|
5301
5752
|
"Schedule": {
|
|
5302
|
-
"shape": "
|
|
5753
|
+
"shape": "Sy"
|
|
5303
5754
|
},
|
|
5304
5755
|
"SizePercent": {
|
|
5305
5756
|
"type": "integer"
|
|
5306
5757
|
},
|
|
5307
5758
|
"State": {
|
|
5308
|
-
"shape": "
|
|
5759
|
+
"shape": "S1m"
|
|
5309
5760
|
},
|
|
5310
5761
|
"TemplateConfiguration": {
|
|
5311
|
-
"shape": "
|
|
5762
|
+
"shape": "S1d"
|
|
5312
5763
|
},
|
|
5313
5764
|
"TreatmentDescription": {},
|
|
5314
5765
|
"TreatmentName": {}
|
|
@@ -5326,14 +5777,14 @@
|
|
|
5326
5777
|
"shape": "Sb"
|
|
5327
5778
|
},
|
|
5328
5779
|
"DefaultState": {
|
|
5329
|
-
"shape": "
|
|
5780
|
+
"shape": "S1m"
|
|
5330
5781
|
},
|
|
5331
5782
|
"Description": {},
|
|
5332
5783
|
"HoldoutPercent": {
|
|
5333
5784
|
"type": "integer"
|
|
5334
5785
|
},
|
|
5335
5786
|
"Hook": {
|
|
5336
|
-
"shape": "
|
|
5787
|
+
"shape": "S1f"
|
|
5337
5788
|
},
|
|
5338
5789
|
"Id": {},
|
|
5339
5790
|
"IsPaused": {
|
|
@@ -5341,33 +5792,36 @@
|
|
|
5341
5792
|
},
|
|
5342
5793
|
"LastModifiedDate": {},
|
|
5343
5794
|
"Limits": {
|
|
5344
|
-
"shape": "
|
|
5795
|
+
"shape": "S1h"
|
|
5345
5796
|
},
|
|
5346
5797
|
"MessageConfiguration": {
|
|
5347
5798
|
"shape": "Se"
|
|
5348
5799
|
},
|
|
5349
5800
|
"Name": {},
|
|
5350
5801
|
"Schedule": {
|
|
5351
|
-
"shape": "
|
|
5802
|
+
"shape": "Sy"
|
|
5352
5803
|
},
|
|
5353
5804
|
"SegmentId": {},
|
|
5354
5805
|
"SegmentVersion": {
|
|
5355
5806
|
"type": "integer"
|
|
5356
5807
|
},
|
|
5357
5808
|
"State": {
|
|
5358
|
-
"shape": "
|
|
5809
|
+
"shape": "S1m"
|
|
5359
5810
|
},
|
|
5360
5811
|
"tags": {
|
|
5361
5812
|
"shape": "S4",
|
|
5362
5813
|
"locationName": "tags"
|
|
5363
5814
|
},
|
|
5364
5815
|
"TemplateConfiguration": {
|
|
5365
|
-
"shape": "
|
|
5816
|
+
"shape": "S1d"
|
|
5366
5817
|
},
|
|
5367
5818
|
"TreatmentDescription": {},
|
|
5368
5819
|
"TreatmentName": {},
|
|
5369
5820
|
"Version": {
|
|
5370
5821
|
"type": "integer"
|
|
5822
|
+
},
|
|
5823
|
+
"Priority": {
|
|
5824
|
+
"type": "integer"
|
|
5371
5825
|
}
|
|
5372
5826
|
},
|
|
5373
5827
|
"required": [
|
|
@@ -5380,13 +5834,13 @@
|
|
|
5380
5834
|
"ApplicationId"
|
|
5381
5835
|
]
|
|
5382
5836
|
},
|
|
5383
|
-
"
|
|
5837
|
+
"S1m": {
|
|
5384
5838
|
"type": "structure",
|
|
5385
5839
|
"members": {
|
|
5386
5840
|
"CampaignStatus": {}
|
|
5387
5841
|
}
|
|
5388
5842
|
},
|
|
5389
|
-
"
|
|
5843
|
+
"S1p": {
|
|
5390
5844
|
"type": "structure",
|
|
5391
5845
|
"members": {
|
|
5392
5846
|
"DefaultSubstitutions": {},
|
|
@@ -5401,7 +5855,7 @@
|
|
|
5401
5855
|
"TextPart": {}
|
|
5402
5856
|
}
|
|
5403
5857
|
},
|
|
5404
|
-
"
|
|
5858
|
+
"S1r": {
|
|
5405
5859
|
"type": "structure",
|
|
5406
5860
|
"members": {
|
|
5407
5861
|
"Arn": {},
|
|
@@ -5409,7 +5863,7 @@
|
|
|
5409
5863
|
"RequestID": {}
|
|
5410
5864
|
}
|
|
5411
5865
|
},
|
|
5412
|
-
"
|
|
5866
|
+
"S1v": {
|
|
5413
5867
|
"type": "structure",
|
|
5414
5868
|
"members": {
|
|
5415
5869
|
"ApplicationId": {},
|
|
@@ -5437,7 +5891,7 @@
|
|
|
5437
5891
|
"type": "integer"
|
|
5438
5892
|
},
|
|
5439
5893
|
"Failures": {
|
|
5440
|
-
"shape": "
|
|
5894
|
+
"shape": "S14"
|
|
5441
5895
|
},
|
|
5442
5896
|
"Id": {},
|
|
5443
5897
|
"JobStatus": {},
|
|
@@ -5461,7 +5915,7 @@
|
|
|
5461
5915
|
"ApplicationId"
|
|
5462
5916
|
]
|
|
5463
5917
|
},
|
|
5464
|
-
"
|
|
5918
|
+
"S22": {
|
|
5465
5919
|
"type": "structure",
|
|
5466
5920
|
"members": {
|
|
5467
5921
|
"ApplicationId": {},
|
|
@@ -5496,7 +5950,7 @@
|
|
|
5496
5950
|
"type": "integer"
|
|
5497
5951
|
},
|
|
5498
5952
|
"Failures": {
|
|
5499
|
-
"shape": "
|
|
5953
|
+
"shape": "S14"
|
|
5500
5954
|
},
|
|
5501
5955
|
"Id": {},
|
|
5502
5956
|
"JobStatus": {},
|
|
@@ -5520,31 +5974,48 @@
|
|
|
5520
5974
|
"ApplicationId"
|
|
5521
5975
|
]
|
|
5522
5976
|
},
|
|
5523
|
-
"
|
|
5977
|
+
"S25": {
|
|
5978
|
+
"type": "structure",
|
|
5979
|
+
"members": {
|
|
5980
|
+
"Content": {
|
|
5981
|
+
"shape": "So"
|
|
5982
|
+
},
|
|
5983
|
+
"CustomConfig": {
|
|
5984
|
+
"shape": "S4"
|
|
5985
|
+
},
|
|
5986
|
+
"Layout": {},
|
|
5987
|
+
"tags": {
|
|
5988
|
+
"shape": "S4",
|
|
5989
|
+
"locationName": "tags"
|
|
5990
|
+
},
|
|
5991
|
+
"TemplateDescription": {}
|
|
5992
|
+
}
|
|
5993
|
+
},
|
|
5994
|
+
"S29": {
|
|
5524
5995
|
"type": "structure",
|
|
5525
5996
|
"members": {
|
|
5526
5997
|
"Activities": {
|
|
5527
|
-
"shape": "
|
|
5998
|
+
"shape": "S2a"
|
|
5528
5999
|
},
|
|
5529
6000
|
"CreationDate": {},
|
|
5530
6001
|
"LastModifiedDate": {},
|
|
5531
6002
|
"Limits": {
|
|
5532
|
-
"shape": "
|
|
6003
|
+
"shape": "S3a"
|
|
5533
6004
|
},
|
|
5534
6005
|
"LocalTime": {
|
|
5535
6006
|
"type": "boolean"
|
|
5536
6007
|
},
|
|
5537
6008
|
"Name": {},
|
|
5538
6009
|
"QuietTime": {
|
|
5539
|
-
"shape": "
|
|
6010
|
+
"shape": "S1c"
|
|
5540
6011
|
},
|
|
5541
6012
|
"RefreshFrequency": {},
|
|
5542
6013
|
"Schedule": {
|
|
5543
|
-
"shape": "
|
|
6014
|
+
"shape": "S3b"
|
|
5544
6015
|
},
|
|
5545
6016
|
"StartActivity": {},
|
|
5546
6017
|
"StartCondition": {
|
|
5547
|
-
"shape": "
|
|
6018
|
+
"shape": "S3d"
|
|
5548
6019
|
},
|
|
5549
6020
|
"State": {},
|
|
5550
6021
|
"WaitForQuietTime": {
|
|
@@ -5558,7 +6029,7 @@
|
|
|
5558
6029
|
"Name"
|
|
5559
6030
|
]
|
|
5560
6031
|
},
|
|
5561
|
-
"
|
|
6032
|
+
"S2a": {
|
|
5562
6033
|
"type": "map",
|
|
5563
6034
|
"key": {},
|
|
5564
6035
|
"value": {
|
|
@@ -5591,14 +6062,14 @@
|
|
|
5591
6062
|
"Conditions": {
|
|
5592
6063
|
"type": "list",
|
|
5593
6064
|
"member": {
|
|
5594
|
-
"shape": "
|
|
6065
|
+
"shape": "S2h"
|
|
5595
6066
|
}
|
|
5596
6067
|
},
|
|
5597
6068
|
"Operator": {}
|
|
5598
6069
|
}
|
|
5599
6070
|
},
|
|
5600
6071
|
"EvaluationWaitTime": {
|
|
5601
|
-
"shape": "
|
|
6072
|
+
"shape": "S2u"
|
|
5602
6073
|
},
|
|
5603
6074
|
"FalseActivity": {},
|
|
5604
6075
|
"TrueActivity": {}
|
|
@@ -5640,7 +6111,7 @@
|
|
|
5640
6111
|
"type": "structure",
|
|
5641
6112
|
"members": {
|
|
5642
6113
|
"Condition": {
|
|
5643
|
-
"shape": "
|
|
6114
|
+
"shape": "S2h"
|
|
5644
6115
|
},
|
|
5645
6116
|
"NextActivity": {}
|
|
5646
6117
|
}
|
|
@@ -5648,7 +6119,7 @@
|
|
|
5648
6119
|
},
|
|
5649
6120
|
"DefaultActivity": {},
|
|
5650
6121
|
"EvaluationWaitTime": {
|
|
5651
|
-
"shape": "
|
|
6122
|
+
"shape": "S2u"
|
|
5652
6123
|
}
|
|
5653
6124
|
}
|
|
5654
6125
|
},
|
|
@@ -5706,35 +6177,41 @@
|
|
|
5706
6177
|
"members": {
|
|
5707
6178
|
"NextActivity": {},
|
|
5708
6179
|
"WaitTime": {
|
|
5709
|
-
"shape": "
|
|
6180
|
+
"shape": "S2u"
|
|
5710
6181
|
}
|
|
5711
6182
|
}
|
|
6183
|
+
},
|
|
6184
|
+
"ContactCenter": {
|
|
6185
|
+
"type": "structure",
|
|
6186
|
+
"members": {
|
|
6187
|
+
"NextActivity": {}
|
|
6188
|
+
}
|
|
5712
6189
|
}
|
|
5713
6190
|
}
|
|
5714
6191
|
}
|
|
5715
6192
|
},
|
|
5716
|
-
"
|
|
6193
|
+
"S2h": {
|
|
5717
6194
|
"type": "structure",
|
|
5718
6195
|
"members": {
|
|
5719
6196
|
"EventCondition": {
|
|
5720
6197
|
"type": "structure",
|
|
5721
6198
|
"members": {
|
|
5722
6199
|
"Dimensions": {
|
|
5723
|
-
"shape": "
|
|
6200
|
+
"shape": "S10"
|
|
5724
6201
|
},
|
|
5725
6202
|
"MessageActivity": {}
|
|
5726
6203
|
}
|
|
5727
6204
|
},
|
|
5728
6205
|
"SegmentCondition": {
|
|
5729
|
-
"shape": "
|
|
6206
|
+
"shape": "S2j"
|
|
5730
6207
|
},
|
|
5731
6208
|
"SegmentDimensions": {
|
|
5732
|
-
"shape": "
|
|
6209
|
+
"shape": "S2k",
|
|
5733
6210
|
"locationName": "segmentDimensions"
|
|
5734
6211
|
}
|
|
5735
6212
|
}
|
|
5736
6213
|
},
|
|
5737
|
-
"
|
|
6214
|
+
"S2j": {
|
|
5738
6215
|
"type": "structure",
|
|
5739
6216
|
"members": {
|
|
5740
6217
|
"SegmentId": {}
|
|
@@ -5743,11 +6220,11 @@
|
|
|
5743
6220
|
"SegmentId"
|
|
5744
6221
|
]
|
|
5745
6222
|
},
|
|
5746
|
-
"
|
|
6223
|
+
"S2k": {
|
|
5747
6224
|
"type": "structure",
|
|
5748
6225
|
"members": {
|
|
5749
6226
|
"Attributes": {
|
|
5750
|
-
"shape": "
|
|
6227
|
+
"shape": "S11"
|
|
5751
6228
|
},
|
|
5752
6229
|
"Behavior": {
|
|
5753
6230
|
"type": "structure",
|
|
@@ -5769,22 +6246,22 @@
|
|
|
5769
6246
|
"type": "structure",
|
|
5770
6247
|
"members": {
|
|
5771
6248
|
"AppVersion": {
|
|
5772
|
-
"shape": "
|
|
6249
|
+
"shape": "S15"
|
|
5773
6250
|
},
|
|
5774
6251
|
"Channel": {
|
|
5775
|
-
"shape": "
|
|
6252
|
+
"shape": "S15"
|
|
5776
6253
|
},
|
|
5777
6254
|
"DeviceType": {
|
|
5778
|
-
"shape": "
|
|
6255
|
+
"shape": "S15"
|
|
5779
6256
|
},
|
|
5780
6257
|
"Make": {
|
|
5781
|
-
"shape": "
|
|
6258
|
+
"shape": "S15"
|
|
5782
6259
|
},
|
|
5783
6260
|
"Model": {
|
|
5784
|
-
"shape": "
|
|
6261
|
+
"shape": "S15"
|
|
5785
6262
|
},
|
|
5786
6263
|
"Platform": {
|
|
5787
|
-
"shape": "
|
|
6264
|
+
"shape": "S15"
|
|
5788
6265
|
}
|
|
5789
6266
|
}
|
|
5790
6267
|
},
|
|
@@ -5792,7 +6269,7 @@
|
|
|
5792
6269
|
"type": "structure",
|
|
5793
6270
|
"members": {
|
|
5794
6271
|
"Country": {
|
|
5795
|
-
"shape": "
|
|
6272
|
+
"shape": "S15"
|
|
5796
6273
|
},
|
|
5797
6274
|
"GPSPoint": {
|
|
5798
6275
|
"type": "structure",
|
|
@@ -5823,21 +6300,21 @@
|
|
|
5823
6300
|
}
|
|
5824
6301
|
},
|
|
5825
6302
|
"Metrics": {
|
|
5826
|
-
"shape": "
|
|
6303
|
+
"shape": "S17"
|
|
5827
6304
|
},
|
|
5828
6305
|
"UserAttributes": {
|
|
5829
|
-
"shape": "
|
|
6306
|
+
"shape": "S11"
|
|
5830
6307
|
}
|
|
5831
6308
|
}
|
|
5832
6309
|
},
|
|
5833
|
-
"
|
|
6310
|
+
"S2u": {
|
|
5834
6311
|
"type": "structure",
|
|
5835
6312
|
"members": {
|
|
5836
6313
|
"WaitFor": {},
|
|
5837
6314
|
"WaitUntil": {}
|
|
5838
6315
|
}
|
|
5839
6316
|
},
|
|
5840
|
-
"
|
|
6317
|
+
"S3a": {
|
|
5841
6318
|
"type": "structure",
|
|
5842
6319
|
"members": {
|
|
5843
6320
|
"DailyCap": {
|
|
@@ -5852,23 +6329,23 @@
|
|
|
5852
6329
|
"EndpointReentryInterval": {}
|
|
5853
6330
|
}
|
|
5854
6331
|
},
|
|
5855
|
-
"
|
|
6332
|
+
"S3b": {
|
|
5856
6333
|
"type": "structure",
|
|
5857
6334
|
"members": {
|
|
5858
6335
|
"EndTime": {
|
|
5859
|
-
"shape": "
|
|
6336
|
+
"shape": "S3c"
|
|
5860
6337
|
},
|
|
5861
6338
|
"StartTime": {
|
|
5862
|
-
"shape": "
|
|
6339
|
+
"shape": "S3c"
|
|
5863
6340
|
},
|
|
5864
6341
|
"Timezone": {}
|
|
5865
6342
|
}
|
|
5866
6343
|
},
|
|
5867
|
-
"
|
|
6344
|
+
"S3c": {
|
|
5868
6345
|
"type": "timestamp",
|
|
5869
6346
|
"timestampFormat": "iso8601"
|
|
5870
6347
|
},
|
|
5871
|
-
"
|
|
6348
|
+
"S3d": {
|
|
5872
6349
|
"type": "structure",
|
|
5873
6350
|
"members": {
|
|
5874
6351
|
"Description": {},
|
|
@@ -5879,7 +6356,7 @@
|
|
|
5879
6356
|
"type": "structure",
|
|
5880
6357
|
"members": {
|
|
5881
6358
|
"Dimensions": {
|
|
5882
|
-
"shape": "
|
|
6359
|
+
"shape": "S10"
|
|
5883
6360
|
},
|
|
5884
6361
|
"FilterType": {}
|
|
5885
6362
|
},
|
|
@@ -5892,37 +6369,37 @@
|
|
|
5892
6369
|
}
|
|
5893
6370
|
},
|
|
5894
6371
|
"SegmentStartCondition": {
|
|
5895
|
-
"shape": "
|
|
6372
|
+
"shape": "S2j"
|
|
5896
6373
|
}
|
|
5897
6374
|
}
|
|
5898
6375
|
},
|
|
5899
|
-
"
|
|
6376
|
+
"S3i": {
|
|
5900
6377
|
"type": "structure",
|
|
5901
6378
|
"members": {
|
|
5902
6379
|
"Activities": {
|
|
5903
|
-
"shape": "
|
|
6380
|
+
"shape": "S2a"
|
|
5904
6381
|
},
|
|
5905
6382
|
"ApplicationId": {},
|
|
5906
6383
|
"CreationDate": {},
|
|
5907
6384
|
"Id": {},
|
|
5908
6385
|
"LastModifiedDate": {},
|
|
5909
6386
|
"Limits": {
|
|
5910
|
-
"shape": "
|
|
6387
|
+
"shape": "S3a"
|
|
5911
6388
|
},
|
|
5912
6389
|
"LocalTime": {
|
|
5913
6390
|
"type": "boolean"
|
|
5914
6391
|
},
|
|
5915
6392
|
"Name": {},
|
|
5916
6393
|
"QuietTime": {
|
|
5917
|
-
"shape": "
|
|
6394
|
+
"shape": "S1c"
|
|
5918
6395
|
},
|
|
5919
6396
|
"RefreshFrequency": {},
|
|
5920
6397
|
"Schedule": {
|
|
5921
|
-
"shape": "
|
|
6398
|
+
"shape": "S3b"
|
|
5922
6399
|
},
|
|
5923
6400
|
"StartActivity": {},
|
|
5924
6401
|
"StartCondition": {
|
|
5925
|
-
"shape": "
|
|
6402
|
+
"shape": "S3d"
|
|
5926
6403
|
},
|
|
5927
6404
|
"State": {},
|
|
5928
6405
|
"tags": {
|
|
@@ -5934,6 +6411,13 @@
|
|
|
5934
6411
|
},
|
|
5935
6412
|
"RefreshOnSegmentUpdate": {
|
|
5936
6413
|
"type": "boolean"
|
|
6414
|
+
},
|
|
6415
|
+
"JourneyChannelSettings": {
|
|
6416
|
+
"type": "structure",
|
|
6417
|
+
"members": {
|
|
6418
|
+
"ConnectCampaignArn": {},
|
|
6419
|
+
"ConnectCampaignExecutionRoleArn": {}
|
|
6420
|
+
}
|
|
5937
6421
|
}
|
|
5938
6422
|
},
|
|
5939
6423
|
"required": [
|
|
@@ -5942,24 +6426,24 @@
|
|
|
5942
6426
|
"ApplicationId"
|
|
5943
6427
|
]
|
|
5944
6428
|
},
|
|
5945
|
-
"
|
|
6429
|
+
"S3l": {
|
|
5946
6430
|
"type": "structure",
|
|
5947
6431
|
"members": {
|
|
5948
6432
|
"ADM": {
|
|
5949
|
-
"shape": "
|
|
6433
|
+
"shape": "S3m"
|
|
5950
6434
|
},
|
|
5951
6435
|
"APNS": {
|
|
5952
|
-
"shape": "
|
|
6436
|
+
"shape": "S3n"
|
|
5953
6437
|
},
|
|
5954
6438
|
"Baidu": {
|
|
5955
|
-
"shape": "
|
|
6439
|
+
"shape": "S3m"
|
|
5956
6440
|
},
|
|
5957
6441
|
"Default": {
|
|
5958
|
-
"shape": "
|
|
6442
|
+
"shape": "S3o"
|
|
5959
6443
|
},
|
|
5960
6444
|
"DefaultSubstitutions": {},
|
|
5961
6445
|
"GCM": {
|
|
5962
|
-
"shape": "
|
|
6446
|
+
"shape": "S3m"
|
|
5963
6447
|
},
|
|
5964
6448
|
"RecommenderId": {},
|
|
5965
6449
|
"tags": {
|
|
@@ -5969,7 +6453,7 @@
|
|
|
5969
6453
|
"TemplateDescription": {}
|
|
5970
6454
|
}
|
|
5971
6455
|
},
|
|
5972
|
-
"
|
|
6456
|
+
"S3m": {
|
|
5973
6457
|
"type": "structure",
|
|
5974
6458
|
"members": {
|
|
5975
6459
|
"Action": {},
|
|
@@ -5983,7 +6467,7 @@
|
|
|
5983
6467
|
"Url": {}
|
|
5984
6468
|
}
|
|
5985
6469
|
},
|
|
5986
|
-
"
|
|
6470
|
+
"S3n": {
|
|
5987
6471
|
"type": "structure",
|
|
5988
6472
|
"members": {
|
|
5989
6473
|
"Action": {},
|
|
@@ -5995,7 +6479,7 @@
|
|
|
5995
6479
|
"Url": {}
|
|
5996
6480
|
}
|
|
5997
6481
|
},
|
|
5998
|
-
"
|
|
6482
|
+
"S3o": {
|
|
5999
6483
|
"type": "structure",
|
|
6000
6484
|
"members": {
|
|
6001
6485
|
"Action": {},
|
|
@@ -6005,7 +6489,7 @@
|
|
|
6005
6489
|
"Url": {}
|
|
6006
6490
|
}
|
|
6007
6491
|
},
|
|
6008
|
-
"
|
|
6492
|
+
"S3t": {
|
|
6009
6493
|
"type": "structure",
|
|
6010
6494
|
"members": {
|
|
6011
6495
|
"Attributes": {
|
|
@@ -6033,15 +6517,15 @@
|
|
|
6033
6517
|
"Id"
|
|
6034
6518
|
]
|
|
6035
6519
|
},
|
|
6036
|
-
"
|
|
6520
|
+
"S3v": {
|
|
6037
6521
|
"type": "structure",
|
|
6038
6522
|
"members": {
|
|
6039
6523
|
"Dimensions": {
|
|
6040
|
-
"shape": "
|
|
6524
|
+
"shape": "S2k"
|
|
6041
6525
|
},
|
|
6042
6526
|
"Name": {},
|
|
6043
6527
|
"SegmentGroups": {
|
|
6044
|
-
"shape": "
|
|
6528
|
+
"shape": "S3w"
|
|
6045
6529
|
},
|
|
6046
6530
|
"tags": {
|
|
6047
6531
|
"shape": "S4",
|
|
@@ -6049,7 +6533,7 @@
|
|
|
6049
6533
|
}
|
|
6050
6534
|
}
|
|
6051
6535
|
},
|
|
6052
|
-
"
|
|
6536
|
+
"S3w": {
|
|
6053
6537
|
"type": "structure",
|
|
6054
6538
|
"members": {
|
|
6055
6539
|
"Groups": {
|
|
@@ -6060,7 +6544,7 @@
|
|
|
6060
6544
|
"Dimensions": {
|
|
6061
6545
|
"type": "list",
|
|
6062
6546
|
"member": {
|
|
6063
|
-
"shape": "
|
|
6547
|
+
"shape": "S2k"
|
|
6064
6548
|
}
|
|
6065
6549
|
},
|
|
6066
6550
|
"SourceSegments": {
|
|
@@ -6086,14 +6570,14 @@
|
|
|
6086
6570
|
"Include": {}
|
|
6087
6571
|
}
|
|
6088
6572
|
},
|
|
6089
|
-
"
|
|
6573
|
+
"S46": {
|
|
6090
6574
|
"type": "structure",
|
|
6091
6575
|
"members": {
|
|
6092
6576
|
"ApplicationId": {},
|
|
6093
6577
|
"Arn": {},
|
|
6094
6578
|
"CreationDate": {},
|
|
6095
6579
|
"Dimensions": {
|
|
6096
|
-
"shape": "
|
|
6580
|
+
"shape": "S2k"
|
|
6097
6581
|
},
|
|
6098
6582
|
"Id": {},
|
|
6099
6583
|
"ImportDefinition": {
|
|
@@ -6125,7 +6609,7 @@
|
|
|
6125
6609
|
"LastModifiedDate": {},
|
|
6126
6610
|
"Name": {},
|
|
6127
6611
|
"SegmentGroups": {
|
|
6128
|
-
"shape": "
|
|
6612
|
+
"shape": "S3w"
|
|
6129
6613
|
},
|
|
6130
6614
|
"SegmentType": {},
|
|
6131
6615
|
"tags": {
|
|
@@ -6144,7 +6628,7 @@
|
|
|
6144
6628
|
"ApplicationId"
|
|
6145
6629
|
]
|
|
6146
6630
|
},
|
|
6147
|
-
"
|
|
6631
|
+
"S4b": {
|
|
6148
6632
|
"type": "structure",
|
|
6149
6633
|
"members": {
|
|
6150
6634
|
"Body": {},
|
|
@@ -6157,7 +6641,7 @@
|
|
|
6157
6641
|
"TemplateDescription": {}
|
|
6158
6642
|
}
|
|
6159
6643
|
},
|
|
6160
|
-
"
|
|
6644
|
+
"S4e": {
|
|
6161
6645
|
"type": "structure",
|
|
6162
6646
|
"members": {
|
|
6163
6647
|
"Body": {},
|
|
@@ -6171,7 +6655,7 @@
|
|
|
6171
6655
|
"VoiceId": {}
|
|
6172
6656
|
}
|
|
6173
6657
|
},
|
|
6174
|
-
"
|
|
6658
|
+
"S4i": {
|
|
6175
6659
|
"type": "structure",
|
|
6176
6660
|
"members": {
|
|
6177
6661
|
"ApplicationId": {},
|
|
@@ -6197,7 +6681,7 @@
|
|
|
6197
6681
|
"Platform"
|
|
6198
6682
|
]
|
|
6199
6683
|
},
|
|
6200
|
-
"
|
|
6684
|
+
"S4l": {
|
|
6201
6685
|
"type": "structure",
|
|
6202
6686
|
"members": {
|
|
6203
6687
|
"ApplicationId": {},
|
|
@@ -6227,7 +6711,7 @@
|
|
|
6227
6711
|
"Platform"
|
|
6228
6712
|
]
|
|
6229
6713
|
},
|
|
6230
|
-
"
|
|
6714
|
+
"S4o": {
|
|
6231
6715
|
"type": "structure",
|
|
6232
6716
|
"members": {
|
|
6233
6717
|
"ApplicationId": {},
|
|
@@ -6257,7 +6741,7 @@
|
|
|
6257
6741
|
"Platform"
|
|
6258
6742
|
]
|
|
6259
6743
|
},
|
|
6260
|
-
"
|
|
6744
|
+
"S4r": {
|
|
6261
6745
|
"type": "structure",
|
|
6262
6746
|
"members": {
|
|
6263
6747
|
"ApplicationId": {},
|
|
@@ -6287,7 +6771,7 @@
|
|
|
6287
6771
|
"Platform"
|
|
6288
6772
|
]
|
|
6289
6773
|
},
|
|
6290
|
-
"
|
|
6774
|
+
"S4u": {
|
|
6291
6775
|
"type": "structure",
|
|
6292
6776
|
"members": {
|
|
6293
6777
|
"ApplicationId": {},
|
|
@@ -6317,7 +6801,7 @@
|
|
|
6317
6801
|
"Platform"
|
|
6318
6802
|
]
|
|
6319
6803
|
},
|
|
6320
|
-
"
|
|
6804
|
+
"S4z": {
|
|
6321
6805
|
"type": "structure",
|
|
6322
6806
|
"members": {
|
|
6323
6807
|
"ApplicationId": {},
|
|
@@ -6345,7 +6829,7 @@
|
|
|
6345
6829
|
"Platform"
|
|
6346
6830
|
]
|
|
6347
6831
|
},
|
|
6348
|
-
"
|
|
6832
|
+
"S54": {
|
|
6349
6833
|
"type": "structure",
|
|
6350
6834
|
"members": {
|
|
6351
6835
|
"ApplicationId": {},
|
|
@@ -6378,51 +6862,51 @@
|
|
|
6378
6862
|
"Platform"
|
|
6379
6863
|
]
|
|
6380
6864
|
},
|
|
6381
|
-
"
|
|
6865
|
+
"S57": {
|
|
6382
6866
|
"type": "structure",
|
|
6383
6867
|
"members": {
|
|
6384
6868
|
"Message": {},
|
|
6385
6869
|
"RequestID": {}
|
|
6386
6870
|
}
|
|
6387
6871
|
},
|
|
6388
|
-
"
|
|
6872
|
+
"S5a": {
|
|
6389
6873
|
"type": "structure",
|
|
6390
6874
|
"members": {
|
|
6391
6875
|
"Address": {},
|
|
6392
6876
|
"ApplicationId": {},
|
|
6393
6877
|
"Attributes": {
|
|
6394
|
-
"shape": "
|
|
6878
|
+
"shape": "S5b"
|
|
6395
6879
|
},
|
|
6396
6880
|
"ChannelType": {},
|
|
6397
6881
|
"CohortId": {},
|
|
6398
6882
|
"CreationDate": {},
|
|
6399
6883
|
"Demographic": {
|
|
6400
|
-
"shape": "
|
|
6884
|
+
"shape": "S5d"
|
|
6401
6885
|
},
|
|
6402
6886
|
"EffectiveDate": {},
|
|
6403
6887
|
"EndpointStatus": {},
|
|
6404
6888
|
"Id": {},
|
|
6405
6889
|
"Location": {
|
|
6406
|
-
"shape": "
|
|
6890
|
+
"shape": "S5e"
|
|
6407
6891
|
},
|
|
6408
6892
|
"Metrics": {
|
|
6409
|
-
"shape": "
|
|
6893
|
+
"shape": "S5f"
|
|
6410
6894
|
},
|
|
6411
6895
|
"OptOut": {},
|
|
6412
6896
|
"RequestId": {},
|
|
6413
6897
|
"User": {
|
|
6414
|
-
"shape": "
|
|
6898
|
+
"shape": "S5g"
|
|
6415
6899
|
}
|
|
6416
6900
|
}
|
|
6417
6901
|
},
|
|
6418
|
-
"
|
|
6902
|
+
"S5b": {
|
|
6419
6903
|
"type": "map",
|
|
6420
6904
|
"key": {},
|
|
6421
6905
|
"value": {
|
|
6422
|
-
"shape": "
|
|
6906
|
+
"shape": "S14"
|
|
6423
6907
|
}
|
|
6424
6908
|
},
|
|
6425
|
-
"
|
|
6909
|
+
"S5d": {
|
|
6426
6910
|
"type": "structure",
|
|
6427
6911
|
"members": {
|
|
6428
6912
|
"AppVersion": {},
|
|
@@ -6435,7 +6919,7 @@
|
|
|
6435
6919
|
"Timezone": {}
|
|
6436
6920
|
}
|
|
6437
6921
|
},
|
|
6438
|
-
"
|
|
6922
|
+
"S5e": {
|
|
6439
6923
|
"type": "structure",
|
|
6440
6924
|
"members": {
|
|
6441
6925
|
"City": {},
|
|
@@ -6450,23 +6934,23 @@
|
|
|
6450
6934
|
"Region": {}
|
|
6451
6935
|
}
|
|
6452
6936
|
},
|
|
6453
|
-
"
|
|
6937
|
+
"S5f": {
|
|
6454
6938
|
"type": "map",
|
|
6455
6939
|
"key": {},
|
|
6456
6940
|
"value": {
|
|
6457
6941
|
"type": "double"
|
|
6458
6942
|
}
|
|
6459
6943
|
},
|
|
6460
|
-
"
|
|
6944
|
+
"S5g": {
|
|
6461
6945
|
"type": "structure",
|
|
6462
6946
|
"members": {
|
|
6463
6947
|
"UserAttributes": {
|
|
6464
|
-
"shape": "
|
|
6948
|
+
"shape": "S5b"
|
|
6465
6949
|
},
|
|
6466
6950
|
"UserId": {}
|
|
6467
6951
|
}
|
|
6468
6952
|
},
|
|
6469
|
-
"
|
|
6953
|
+
"S5j": {
|
|
6470
6954
|
"type": "structure",
|
|
6471
6955
|
"members": {
|
|
6472
6956
|
"ApplicationId": {},
|
|
@@ -6482,7 +6966,7 @@
|
|
|
6482
6966
|
"DestinationStreamArn"
|
|
6483
6967
|
]
|
|
6484
6968
|
},
|
|
6485
|
-
"
|
|
6969
|
+
"S5m": {
|
|
6486
6970
|
"type": "structure",
|
|
6487
6971
|
"members": {
|
|
6488
6972
|
"ApplicationId": {},
|
|
@@ -6510,7 +6994,7 @@
|
|
|
6510
6994
|
"Platform"
|
|
6511
6995
|
]
|
|
6512
6996
|
},
|
|
6513
|
-
"
|
|
6997
|
+
"S5z": {
|
|
6514
6998
|
"type": "structure",
|
|
6515
6999
|
"members": {
|
|
6516
7000
|
"ApplicationId": {},
|
|
@@ -6544,13 +7028,13 @@
|
|
|
6544
7028
|
"Platform"
|
|
6545
7029
|
]
|
|
6546
7030
|
},
|
|
6547
|
-
"
|
|
7031
|
+
"S64": {
|
|
6548
7032
|
"type": "structure",
|
|
6549
7033
|
"members": {
|
|
6550
7034
|
"Item": {
|
|
6551
7035
|
"type": "list",
|
|
6552
7036
|
"member": {
|
|
6553
|
-
"shape": "
|
|
7037
|
+
"shape": "S5a"
|
|
6554
7038
|
}
|
|
6555
7039
|
}
|
|
6556
7040
|
},
|
|
@@ -6558,7 +7042,7 @@
|
|
|
6558
7042
|
"Item"
|
|
6559
7043
|
]
|
|
6560
7044
|
},
|
|
6561
|
-
"
|
|
7045
|
+
"S68": {
|
|
6562
7046
|
"type": "structure",
|
|
6563
7047
|
"members": {
|
|
6564
7048
|
"ApplicationId": {},
|
|
@@ -6584,7 +7068,7 @@
|
|
|
6584
7068
|
"Platform"
|
|
6585
7069
|
]
|
|
6586
7070
|
},
|
|
6587
|
-
"
|
|
7071
|
+
"S6q": {
|
|
6588
7072
|
"type": "structure",
|
|
6589
7073
|
"members": {
|
|
6590
7074
|
"Rows": {
|
|
@@ -6593,10 +7077,10 @@
|
|
|
6593
7077
|
"type": "structure",
|
|
6594
7078
|
"members": {
|
|
6595
7079
|
"GroupedBys": {
|
|
6596
|
-
"shape": "
|
|
7080
|
+
"shape": "S6t"
|
|
6597
7081
|
},
|
|
6598
7082
|
"Values": {
|
|
6599
|
-
"shape": "
|
|
7083
|
+
"shape": "S6t"
|
|
6600
7084
|
}
|
|
6601
7085
|
},
|
|
6602
7086
|
"required": [
|
|
@@ -6610,7 +7094,7 @@
|
|
|
6610
7094
|
"Rows"
|
|
6611
7095
|
]
|
|
6612
7096
|
},
|
|
6613
|
-
"
|
|
7097
|
+
"S6t": {
|
|
6614
7098
|
"type": "list",
|
|
6615
7099
|
"member": {
|
|
6616
7100
|
"type": "structure",
|
|
@@ -6626,32 +7110,32 @@
|
|
|
6626
7110
|
]
|
|
6627
7111
|
}
|
|
6628
7112
|
},
|
|
6629
|
-
"
|
|
7113
|
+
"S6x": {
|
|
6630
7114
|
"type": "structure",
|
|
6631
7115
|
"members": {
|
|
6632
7116
|
"ApplicationId": {},
|
|
6633
7117
|
"CampaignHook": {
|
|
6634
|
-
"shape": "
|
|
7118
|
+
"shape": "S1f"
|
|
6635
7119
|
},
|
|
6636
7120
|
"LastModifiedDate": {},
|
|
6637
7121
|
"Limits": {
|
|
6638
|
-
"shape": "
|
|
7122
|
+
"shape": "S1h"
|
|
6639
7123
|
},
|
|
6640
7124
|
"QuietTime": {
|
|
6641
|
-
"shape": "
|
|
7125
|
+
"shape": "S1c"
|
|
6642
7126
|
}
|
|
6643
7127
|
},
|
|
6644
7128
|
"required": [
|
|
6645
7129
|
"ApplicationId"
|
|
6646
7130
|
]
|
|
6647
7131
|
},
|
|
6648
|
-
"
|
|
7132
|
+
"S7i": {
|
|
6649
7133
|
"type": "structure",
|
|
6650
7134
|
"members": {
|
|
6651
7135
|
"Item": {
|
|
6652
7136
|
"type": "list",
|
|
6653
7137
|
"member": {
|
|
6654
|
-
"shape": "
|
|
7138
|
+
"shape": "S1j"
|
|
6655
7139
|
}
|
|
6656
7140
|
},
|
|
6657
7141
|
"NextToken": {}
|
|
@@ -6660,13 +7144,13 @@
|
|
|
6660
7144
|
"Item"
|
|
6661
7145
|
]
|
|
6662
7146
|
},
|
|
6663
|
-
"
|
|
7147
|
+
"S85": {
|
|
6664
7148
|
"type": "structure",
|
|
6665
7149
|
"members": {
|
|
6666
7150
|
"Item": {
|
|
6667
7151
|
"type": "list",
|
|
6668
7152
|
"member": {
|
|
6669
|
-
"shape": "
|
|
7153
|
+
"shape": "S1v"
|
|
6670
7154
|
}
|
|
6671
7155
|
},
|
|
6672
7156
|
"NextToken": {}
|
|
@@ -6675,13 +7159,13 @@
|
|
|
6675
7159
|
"Item"
|
|
6676
7160
|
]
|
|
6677
7161
|
},
|
|
6678
|
-
"
|
|
7162
|
+
"S8d": {
|
|
6679
7163
|
"type": "structure",
|
|
6680
7164
|
"members": {
|
|
6681
7165
|
"Item": {
|
|
6682
7166
|
"type": "list",
|
|
6683
7167
|
"member": {
|
|
6684
|
-
"shape": "
|
|
7168
|
+
"shape": "S22"
|
|
6685
7169
|
}
|
|
6686
7170
|
},
|
|
6687
7171
|
"NextToken": {}
|
|
@@ -6690,13 +7174,13 @@
|
|
|
6690
7174
|
"Item"
|
|
6691
7175
|
]
|
|
6692
7176
|
},
|
|
6693
|
-
"
|
|
7177
|
+
"S9j": {
|
|
6694
7178
|
"type": "structure",
|
|
6695
7179
|
"members": {
|
|
6696
7180
|
"Item": {
|
|
6697
7181
|
"type": "list",
|
|
6698
7182
|
"member": {
|
|
6699
|
-
"shape": "
|
|
7183
|
+
"shape": "S46"
|
|
6700
7184
|
}
|
|
6701
7185
|
},
|
|
6702
7186
|
"NextToken": {}
|
|
@@ -6705,7 +7189,7 @@
|
|
|
6705
7189
|
"Item"
|
|
6706
7190
|
]
|
|
6707
7191
|
},
|
|
6708
|
-
"
|
|
7192
|
+
"Sa5": {
|
|
6709
7193
|
"type": "structure",
|
|
6710
7194
|
"members": {
|
|
6711
7195
|
"tags": {
|
|
@@ -6717,7 +7201,7 @@
|
|
|
6717
7201
|
"tags"
|
|
6718
7202
|
]
|
|
6719
7203
|
},
|
|
6720
|
-
"
|
|
7204
|
+
"Sba": {
|
|
6721
7205
|
"type": "map",
|
|
6722
7206
|
"key": {},
|
|
6723
7207
|
"value": {
|
|
@@ -6729,13 +7213,13 @@
|
|
|
6729
7213
|
},
|
|
6730
7214
|
"RawContent": {},
|
|
6731
7215
|
"Substitutions": {
|
|
6732
|
-
"shape": "
|
|
7216
|
+
"shape": "S5b"
|
|
6733
7217
|
},
|
|
6734
7218
|
"TitleOverride": {}
|
|
6735
7219
|
}
|
|
6736
7220
|
}
|
|
6737
7221
|
},
|
|
6738
|
-
"
|
|
7222
|
+
"Sbc": {
|
|
6739
7223
|
"type": "structure",
|
|
6740
7224
|
"members": {
|
|
6741
7225
|
"ADMMessage": {
|
|
@@ -6759,7 +7243,7 @@
|
|
|
6759
7243
|
"SmallImageIconUrl": {},
|
|
6760
7244
|
"Sound": {},
|
|
6761
7245
|
"Substitutions": {
|
|
6762
|
-
"shape": "
|
|
7246
|
+
"shape": "S5b"
|
|
6763
7247
|
},
|
|
6764
7248
|
"Title": {},
|
|
6765
7249
|
"Url": {}
|
|
@@ -6788,7 +7272,7 @@
|
|
|
6788
7272
|
},
|
|
6789
7273
|
"Sound": {},
|
|
6790
7274
|
"Substitutions": {
|
|
6791
|
-
"shape": "
|
|
7275
|
+
"shape": "S5b"
|
|
6792
7276
|
},
|
|
6793
7277
|
"ThreadId": {},
|
|
6794
7278
|
"TimeToLive": {
|
|
@@ -6816,7 +7300,7 @@
|
|
|
6816
7300
|
"SmallImageIconUrl": {},
|
|
6817
7301
|
"Sound": {},
|
|
6818
7302
|
"Substitutions": {
|
|
6819
|
-
"shape": "
|
|
7303
|
+
"shape": "S5b"
|
|
6820
7304
|
},
|
|
6821
7305
|
"TimeToLive": {
|
|
6822
7306
|
"type": "integer"
|
|
@@ -6830,7 +7314,7 @@
|
|
|
6830
7314
|
"members": {
|
|
6831
7315
|
"Body": {},
|
|
6832
7316
|
"Substitutions": {
|
|
6833
|
-
"shape": "
|
|
7317
|
+
"shape": "S5b"
|
|
6834
7318
|
}
|
|
6835
7319
|
}
|
|
6836
7320
|
},
|
|
@@ -6846,7 +7330,7 @@
|
|
|
6846
7330
|
"type": "boolean"
|
|
6847
7331
|
},
|
|
6848
7332
|
"Substitutions": {
|
|
6849
|
-
"shape": "
|
|
7333
|
+
"shape": "S5b"
|
|
6850
7334
|
},
|
|
6851
7335
|
"Title": {},
|
|
6852
7336
|
"Url": {}
|
|
@@ -6867,24 +7351,24 @@
|
|
|
6867
7351
|
}
|
|
6868
7352
|
},
|
|
6869
7353
|
"ReplyToAddresses": {
|
|
6870
|
-
"shape": "
|
|
7354
|
+
"shape": "S14"
|
|
6871
7355
|
},
|
|
6872
7356
|
"SimpleEmail": {
|
|
6873
7357
|
"type": "structure",
|
|
6874
7358
|
"members": {
|
|
6875
7359
|
"HtmlPart": {
|
|
6876
|
-
"shape": "
|
|
7360
|
+
"shape": "Sbm"
|
|
6877
7361
|
},
|
|
6878
7362
|
"Subject": {
|
|
6879
|
-
"shape": "
|
|
7363
|
+
"shape": "Sbm"
|
|
6880
7364
|
},
|
|
6881
7365
|
"TextPart": {
|
|
6882
|
-
"shape": "
|
|
7366
|
+
"shape": "Sbm"
|
|
6883
7367
|
}
|
|
6884
7368
|
}
|
|
6885
7369
|
},
|
|
6886
7370
|
"Substitutions": {
|
|
6887
|
-
"shape": "
|
|
7371
|
+
"shape": "S5b"
|
|
6888
7372
|
}
|
|
6889
7373
|
}
|
|
6890
7374
|
},
|
|
@@ -6909,7 +7393,7 @@
|
|
|
6909
7393
|
"SmallImageIconUrl": {},
|
|
6910
7394
|
"Sound": {},
|
|
6911
7395
|
"Substitutions": {
|
|
6912
|
-
"shape": "
|
|
7396
|
+
"shape": "S5b"
|
|
6913
7397
|
},
|
|
6914
7398
|
"TimeToLive": {
|
|
6915
7399
|
"type": "integer"
|
|
@@ -6928,7 +7412,7 @@
|
|
|
6928
7412
|
"OriginationNumber": {},
|
|
6929
7413
|
"SenderId": {},
|
|
6930
7414
|
"Substitutions": {
|
|
6931
|
-
"shape": "
|
|
7415
|
+
"shape": "S5b"
|
|
6932
7416
|
},
|
|
6933
7417
|
"EntityId": {},
|
|
6934
7418
|
"TemplateId": {}
|
|
@@ -6941,21 +7425,54 @@
|
|
|
6941
7425
|
"LanguageCode": {},
|
|
6942
7426
|
"OriginationNumber": {},
|
|
6943
7427
|
"Substitutions": {
|
|
6944
|
-
"shape": "
|
|
7428
|
+
"shape": "S5b"
|
|
6945
7429
|
},
|
|
6946
7430
|
"VoiceId": {}
|
|
6947
7431
|
}
|
|
6948
7432
|
}
|
|
6949
7433
|
}
|
|
6950
7434
|
},
|
|
6951
|
-
"
|
|
7435
|
+
"Sbm": {
|
|
6952
7436
|
"type": "structure",
|
|
6953
7437
|
"members": {
|
|
6954
7438
|
"Charset": {},
|
|
6955
7439
|
"Data": {}
|
|
6956
7440
|
}
|
|
6957
7441
|
},
|
|
6958
|
-
"
|
|
7442
|
+
"Sbr": {
|
|
7443
|
+
"type": "structure",
|
|
7444
|
+
"members": {
|
|
7445
|
+
"ApplicationId": {},
|
|
7446
|
+
"EndpointResult": {
|
|
7447
|
+
"shape": "Sbs"
|
|
7448
|
+
},
|
|
7449
|
+
"RequestId": {},
|
|
7450
|
+
"Result": {
|
|
7451
|
+
"type": "map",
|
|
7452
|
+
"key": {},
|
|
7453
|
+
"value": {
|
|
7454
|
+
"type": "structure",
|
|
7455
|
+
"members": {
|
|
7456
|
+
"DeliveryStatus": {},
|
|
7457
|
+
"MessageId": {},
|
|
7458
|
+
"StatusCode": {
|
|
7459
|
+
"type": "integer"
|
|
7460
|
+
},
|
|
7461
|
+
"StatusMessage": {},
|
|
7462
|
+
"UpdatedToken": {}
|
|
7463
|
+
},
|
|
7464
|
+
"required": [
|
|
7465
|
+
"DeliveryStatus",
|
|
7466
|
+
"StatusCode"
|
|
7467
|
+
]
|
|
7468
|
+
}
|
|
7469
|
+
}
|
|
7470
|
+
},
|
|
7471
|
+
"required": [
|
|
7472
|
+
"ApplicationId"
|
|
7473
|
+
]
|
|
7474
|
+
},
|
|
7475
|
+
"Sbs": {
|
|
6959
7476
|
"type": "map",
|
|
6960
7477
|
"key": {},
|
|
6961
7478
|
"value": {
|