@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
|
@@ -11,6 +11,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: ChimeSDKMessaging.Types.ClientConfiguration)
|
|
13
13
|
config: Config & ChimeSDKMessaging.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the DisassociateChannelFlow API. Only administrators or channel moderators can associate a channel flow. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
16
|
+
*/
|
|
17
|
+
associateChannelFlow(params: ChimeSDKMessaging.Types.AssociateChannelFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the DisassociateChannelFlow API. Only administrators or channel moderators can associate a channel flow. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
20
|
+
*/
|
|
21
|
+
associateChannelFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
14
22
|
/**
|
|
15
23
|
* Adds a specified number of users to a channel.
|
|
16
24
|
*/
|
|
@@ -19,6 +27,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
19
27
|
* Adds a specified number of users to a channel.
|
|
20
28
|
*/
|
|
21
29
|
batchCreateChannelMembership(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.BatchCreateChannelMembershipResponse) => void): Request<ChimeSDKMessaging.Types.BatchCreateChannelMembershipResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Calls back Chime SDK Messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API. You can return one of the following processing responses: Update message content or metadata Deny a message Make no changes to the message
|
|
32
|
+
*/
|
|
33
|
+
channelFlowCallback(params: ChimeSDKMessaging.Types.ChannelFlowCallbackRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ChannelFlowCallbackResponse) => void): Request<ChimeSDKMessaging.Types.ChannelFlowCallbackResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Calls back Chime SDK Messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API. You can return one of the following processing responses: Update message content or metadata Deny a message Make no changes to the message
|
|
36
|
+
*/
|
|
37
|
+
channelFlowCallback(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ChannelFlowCallbackResponse) => void): Request<ChimeSDKMessaging.Types.ChannelFlowCallbackResponse, AWSError>;
|
|
22
38
|
/**
|
|
23
39
|
* Creates a channel to which you can add users and send messages. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
24
40
|
*/
|
|
@@ -36,11 +52,19 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
36
52
|
*/
|
|
37
53
|
createChannelBan(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelBanResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelBanResponse, AWSError>;
|
|
38
54
|
/**
|
|
39
|
-
*
|
|
55
|
+
* Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API. Channel flows process the following items: New and updated messages Persistent and non-persistent messages The Standard message type Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK Messaging, refer to Message types in the Amazon Chime developer guide.
|
|
56
|
+
*/
|
|
57
|
+
createChannelFlow(params: ChimeSDKMessaging.Types.CreateChannelFlowRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelFlowResponse, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
* Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API. Channel flows process the following items: New and updated messages Persistent and non-persistent messages The Standard message type Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK Messaging, refer to Message types in the Amazon Chime developer guide.
|
|
60
|
+
*/
|
|
61
|
+
createChannelFlow(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelFlowResponse, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
* Adds a user to a channel. The InvitedBy field in ChannelMembership is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
40
64
|
*/
|
|
41
65
|
createChannelMembership(params: ChimeSDKMessaging.Types.CreateChannelMembershipRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelMembershipResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelMembershipResponse, AWSError>;
|
|
42
66
|
/**
|
|
43
|
-
* Adds a user to a channel. The InvitedBy
|
|
67
|
+
* Adds a user to a channel. The InvitedBy field in ChannelMembership is derived from the request header. A channel member can: List messages Send messages Receive messages Edit their own messages Leave the channel Privacy settings impact this action as follows: Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. Private Channels: You must be a member to list or send messages. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
44
68
|
*/
|
|
45
69
|
createChannelMembership(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.CreateChannelMembershipResponse) => void): Request<ChimeSDKMessaging.Types.CreateChannelMembershipResponse, AWSError>;
|
|
46
70
|
/**
|
|
@@ -67,6 +91,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
67
91
|
* Removes a user from a channel's ban list. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
68
92
|
*/
|
|
69
93
|
deleteChannelBan(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
* Deletes a channel flow, an irreversible process. This is a developer API. This API works only when the channel flow is not associated with any channel. To get a list of all channels that a channel flow is associated with, use the ListChannelsAssociatedWithChannelFlow API. Use the DisassociateChannelFlow API to disassociate a channel flow from all channels.
|
|
96
|
+
*/
|
|
97
|
+
deleteChannelFlow(params: ChimeSDKMessaging.Types.DeleteChannelFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* Deletes a channel flow, an irreversible process. This is a developer API. This API works only when the channel flow is not associated with any channel. To get a list of all channels that a channel flow is associated with, use the ListChannelsAssociatedWithChannelFlow API. Use the DisassociateChannelFlow API to disassociate a channel flow from all channels.
|
|
100
|
+
*/
|
|
101
|
+
deleteChannelFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
70
102
|
/**
|
|
71
103
|
* Removes a member from a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
72
104
|
*/
|
|
@@ -107,6 +139,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
107
139
|
* Returns the full details of a channel ban. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
108
140
|
*/
|
|
109
141
|
describeChannelBan(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.DescribeChannelBanResponse) => void): Request<ChimeSDKMessaging.Types.DescribeChannelBanResponse, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
* Returns the full details of a channel flow in an Amazon Chime AppInstance. This is a developer API.
|
|
144
|
+
*/
|
|
145
|
+
describeChannelFlow(params: ChimeSDKMessaging.Types.DescribeChannelFlowRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.DescribeChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.DescribeChannelFlowResponse, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* Returns the full details of a channel flow in an Amazon Chime AppInstance. This is a developer API.
|
|
148
|
+
*/
|
|
149
|
+
describeChannelFlow(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.DescribeChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.DescribeChannelFlowResponse, AWSError>;
|
|
110
150
|
/**
|
|
111
151
|
* Returns the full details of a user's channel membership. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
112
152
|
*/
|
|
@@ -139,6 +179,22 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
139
179
|
* Returns the full details of a single ChannelModerator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
140
180
|
*/
|
|
141
181
|
describeChannelModerator(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.DescribeChannelModeratorResponse) => void): Request<ChimeSDKMessaging.Types.DescribeChannelModeratorResponse, AWSError>;
|
|
182
|
+
/**
|
|
183
|
+
* Disassociates a channel flow from all its channels. Once disassociated, all messages to that channel stop going through the channel flow processor. Only administrators or channel moderators can disassociate a channel flow. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
184
|
+
*/
|
|
185
|
+
disassociateChannelFlow(params: ChimeSDKMessaging.Types.DisassociateChannelFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
186
|
+
/**
|
|
187
|
+
* Disassociates a channel flow from all its channels. Once disassociated, all messages to that channel stop going through the channel flow processor. Only administrators or channel moderators can disassociate a channel flow. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
188
|
+
*/
|
|
189
|
+
disassociateChannelFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
* Gets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can retrieve preferences. Users in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users. Banned users can't retrieve membership preferences for the channel from which they are banned.
|
|
192
|
+
*/
|
|
193
|
+
getChannelMembershipPreferences(params: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Gets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can retrieve preferences. Users in the AppInstanceAdmin and channel moderator roles can't retrieve preferences for other users. Banned users can't retrieve membership preferences for the channel from which they are banned.
|
|
196
|
+
*/
|
|
197
|
+
getChannelMembershipPreferences(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMembershipPreferencesResponse, AWSError>;
|
|
142
198
|
/**
|
|
143
199
|
* Gets the full details of a channel message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
144
200
|
*/
|
|
@@ -147,6 +203,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
147
203
|
* Gets the full details of a channel message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
148
204
|
*/
|
|
149
205
|
getChannelMessage(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMessageResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMessageResponse, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
* Gets message status for a specified messageId. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to retrieving message status if the event was not received because a client wasn't connected to a websocket. Messages can have any one of these statuses. SENT Message processed successfully PENDING Ongoing processing FAILED Processing failed DENIED Messasge denied by the processor This API does not return statuses for denied messages, because we don't store them once the processor denies them. Only the message sender can invoke this API. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header
|
|
208
|
+
*/
|
|
209
|
+
getChannelMessageStatus(params: ChimeSDKMessaging.Types.GetChannelMessageStatusRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMessageStatusResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMessageStatusResponse, AWSError>;
|
|
210
|
+
/**
|
|
211
|
+
* Gets message status for a specified messageId. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to retrieving message status if the event was not received because a client wasn't connected to a websocket. Messages can have any one of these statuses. SENT Message processed successfully PENDING Ongoing processing FAILED Processing failed DENIED Messasge denied by the processor This API does not return statuses for denied messages, because we don't store them once the processor denies them. Only the message sender can invoke this API. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header
|
|
212
|
+
*/
|
|
213
|
+
getChannelMessageStatus(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetChannelMessageStatusResponse) => void): Request<ChimeSDKMessaging.Types.GetChannelMessageStatusResponse, AWSError>;
|
|
150
214
|
/**
|
|
151
215
|
* The details of the endpoint for the messaging session.
|
|
152
216
|
*/
|
|
@@ -164,11 +228,19 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
164
228
|
*/
|
|
165
229
|
listChannelBans(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelBansResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelBansResponse, AWSError>;
|
|
166
230
|
/**
|
|
167
|
-
*
|
|
231
|
+
* Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.
|
|
232
|
+
*/
|
|
233
|
+
listChannelFlows(params: ChimeSDKMessaging.Types.ListChannelFlowsRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelFlowsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelFlowsResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.
|
|
236
|
+
*/
|
|
237
|
+
listChannelFlows(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelFlowsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelFlowsResponse, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
* Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. If you want to list the channels to which a specific app instance user belongs, see the ListChannelMembershipsForAppInstanceUser API.
|
|
168
240
|
*/
|
|
169
241
|
listChannelMemberships(params: ChimeSDKMessaging.Types.ListChannelMembershipsRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelMembershipsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelMembershipsResponse, AWSError>;
|
|
170
242
|
/**
|
|
171
|
-
* Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
243
|
+
* Lists all channel memberships in a channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. If you want to list the channels to which a specific app instance user belongs, see the ListChannelMembershipsForAppInstanceUser API.
|
|
172
244
|
*/
|
|
173
245
|
listChannelMemberships(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelMembershipsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelMembershipsResponse, AWSError>;
|
|
174
246
|
/**
|
|
@@ -203,6 +275,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
203
275
|
* Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results. Functionality & restrictions Use privacy = PUBLIC to retrieve all public channels in the account. Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an account. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
204
276
|
*/
|
|
205
277
|
listChannels(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelsResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelsResponse, AWSError>;
|
|
278
|
+
/**
|
|
279
|
+
* Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.
|
|
280
|
+
*/
|
|
281
|
+
listChannelsAssociatedWithChannelFlow(params: ChimeSDKMessaging.Types.ListChannelsAssociatedWithChannelFlowRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelsAssociatedWithChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelsAssociatedWithChannelFlowResponse, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
* Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.
|
|
284
|
+
*/
|
|
285
|
+
listChannelsAssociatedWithChannelFlow(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelsAssociatedWithChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelsAssociatedWithChannelFlowResponse, AWSError>;
|
|
206
286
|
/**
|
|
207
287
|
* A list of the channels moderated by an AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
208
288
|
*/
|
|
@@ -211,6 +291,22 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
211
291
|
* A list of the channels moderated by an AppInstanceUser. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
212
292
|
*/
|
|
213
293
|
listChannelsModeratedByAppInstanceUser(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListChannelsModeratedByAppInstanceUserResponse) => void): Request<ChimeSDKMessaging.Types.ListChannelsModeratedByAppInstanceUserResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Lists the tags applied to an Amazon Chime SDK messaging resource.
|
|
296
|
+
*/
|
|
297
|
+
listTagsForResource(params: ChimeSDKMessaging.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMessaging.Types.ListTagsForResourceResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Lists the tags applied to an Amazon Chime SDK messaging resource.
|
|
300
|
+
*/
|
|
301
|
+
listTagsForResource(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMessaging.Types.ListTagsForResourceResponse, AWSError>;
|
|
302
|
+
/**
|
|
303
|
+
* Sets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can set preferences. Users in the AppInstanceAdmin and channel moderator roles can't set preferences for other users. Banned users can't set membership preferences for the channel from which they are banned.
|
|
304
|
+
*/
|
|
305
|
+
putChannelMembershipPreferences(params: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse, AWSError>;
|
|
306
|
+
/**
|
|
307
|
+
* Sets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can set preferences. Users in the AppInstanceAdmin and channel moderator roles can't set preferences for other users. Banned users can't set membership preferences for the channel from which they are banned.
|
|
308
|
+
*/
|
|
309
|
+
putChannelMembershipPreferences(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse, AWSError>;
|
|
214
310
|
/**
|
|
215
311
|
* Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
216
312
|
*/
|
|
@@ -227,6 +323,22 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
227
323
|
* Sends a message to a particular channel that the member is a part of. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata.
|
|
228
324
|
*/
|
|
229
325
|
sendChannelMessage(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.SendChannelMessageResponse) => void): Request<ChimeSDKMessaging.Types.SendChannelMessageResponse, AWSError>;
|
|
326
|
+
/**
|
|
327
|
+
* Applies the specified tags to the specified Amazon Chime SDK messaging resource.
|
|
328
|
+
*/
|
|
329
|
+
tagResource(params: ChimeSDKMessaging.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
330
|
+
/**
|
|
331
|
+
* Applies the specified tags to the specified Amazon Chime SDK messaging resource.
|
|
332
|
+
*/
|
|
333
|
+
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
334
|
+
/**
|
|
335
|
+
* Removes the specified tags from the specified Amazon Chime SDK messaging resource.
|
|
336
|
+
*/
|
|
337
|
+
untagResource(params: ChimeSDKMessaging.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
338
|
+
/**
|
|
339
|
+
* Removes the specified tags from the specified Amazon Chime SDK messaging resource.
|
|
340
|
+
*/
|
|
341
|
+
untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
230
342
|
/**
|
|
231
343
|
* Update a channel's attributes. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
232
344
|
*/
|
|
@@ -235,6 +347,14 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
235
347
|
* Update a channel's attributes. Restriction: You can't change a channel's privacy. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
236
348
|
*/
|
|
237
349
|
updateChannel(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.UpdateChannelResponse) => void): Request<ChimeSDKMessaging.Types.UpdateChannelResponse, AWSError>;
|
|
350
|
+
/**
|
|
351
|
+
* Updates channel flow attributes. This is a developer API.
|
|
352
|
+
*/
|
|
353
|
+
updateChannelFlow(params: ChimeSDKMessaging.Types.UpdateChannelFlowRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.UpdateChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.UpdateChannelFlowResponse, AWSError>;
|
|
354
|
+
/**
|
|
355
|
+
* Updates channel flow attributes. This is a developer API.
|
|
356
|
+
*/
|
|
357
|
+
updateChannelFlow(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.UpdateChannelFlowResponse) => void): Request<ChimeSDKMessaging.Types.UpdateChannelFlowResponse, AWSError>;
|
|
238
358
|
/**
|
|
239
359
|
* Updates the content of a message. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
|
|
240
360
|
*/
|
|
@@ -253,6 +373,7 @@ declare class ChimeSDKMessaging extends Service {
|
|
|
253
373
|
updateChannelReadMarker(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.UpdateChannelReadMarkerResponse) => void): Request<ChimeSDKMessaging.Types.UpdateChannelReadMarkerResponse, AWSError>;
|
|
254
374
|
}
|
|
255
375
|
declare namespace ChimeSDKMessaging {
|
|
376
|
+
export type AllowNotifications = "ALL"|"NONE"|"FILTERED"|string;
|
|
256
377
|
export interface AppInstanceUserMembershipSummary {
|
|
257
378
|
/**
|
|
258
379
|
* The type of ChannelMembership.
|
|
@@ -263,6 +384,20 @@ declare namespace ChimeSDKMessaging {
|
|
|
263
384
|
*/
|
|
264
385
|
ReadMarkerTimestamp?: Timestamp;
|
|
265
386
|
}
|
|
387
|
+
export interface AssociateChannelFlowRequest {
|
|
388
|
+
/**
|
|
389
|
+
* The ARN of the channel.
|
|
390
|
+
*/
|
|
391
|
+
ChannelArn: ChimeArn;
|
|
392
|
+
/**
|
|
393
|
+
* The ARN of the channel flow.
|
|
394
|
+
*/
|
|
395
|
+
ChannelFlowArn: ChimeArn;
|
|
396
|
+
/**
|
|
397
|
+
* The AppInstanceUserArn of the user making the API call.
|
|
398
|
+
*/
|
|
399
|
+
ChimeBearer: ChimeArn;
|
|
400
|
+
}
|
|
266
401
|
export interface BatchChannelMemberships {
|
|
267
402
|
/**
|
|
268
403
|
* The identifier of the member who invited another member.
|
|
@@ -283,7 +418,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
283
418
|
}
|
|
284
419
|
export interface BatchCreateChannelMembershipError {
|
|
285
420
|
/**
|
|
286
|
-
* The
|
|
421
|
+
* The AppInstanceUserArn of the member that the service couldn't add.
|
|
287
422
|
*/
|
|
288
423
|
MemberArn?: ChimeArn;
|
|
289
424
|
/**
|
|
@@ -306,7 +441,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
306
441
|
*/
|
|
307
442
|
Type?: ChannelMembershipType;
|
|
308
443
|
/**
|
|
309
|
-
* The
|
|
444
|
+
* The AppInstanceUserArns of the members you want to add to the channel.
|
|
310
445
|
*/
|
|
311
446
|
MemberArns: MemberArns;
|
|
312
447
|
/**
|
|
@@ -324,6 +459,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
324
459
|
*/
|
|
325
460
|
Errors?: BatchCreateChannelMembershipErrors;
|
|
326
461
|
}
|
|
462
|
+
export type CallbackIdType = string;
|
|
327
463
|
export interface Channel {
|
|
328
464
|
/**
|
|
329
465
|
* The name of a channel.
|
|
@@ -361,7 +497,34 @@ declare namespace ChimeSDKMessaging {
|
|
|
361
497
|
* The time at which a channel was last updated.
|
|
362
498
|
*/
|
|
363
499
|
LastUpdatedTimestamp?: Timestamp;
|
|
500
|
+
/**
|
|
501
|
+
* The ARN of the channel flow.
|
|
502
|
+
*/
|
|
503
|
+
ChannelFlowArn?: ChimeArn;
|
|
364
504
|
}
|
|
505
|
+
export interface ChannelAssociatedWithFlowSummary {
|
|
506
|
+
/**
|
|
507
|
+
* The name of the channel flow.
|
|
508
|
+
*/
|
|
509
|
+
Name?: NonEmptyResourceName;
|
|
510
|
+
/**
|
|
511
|
+
* The ARN of the channel.
|
|
512
|
+
*/
|
|
513
|
+
ChannelArn?: ChimeArn;
|
|
514
|
+
/**
|
|
515
|
+
* The mode of the channel.
|
|
516
|
+
*/
|
|
517
|
+
Mode?: ChannelMode;
|
|
518
|
+
/**
|
|
519
|
+
* The channel's privacy setting.
|
|
520
|
+
*/
|
|
521
|
+
Privacy?: ChannelPrivacy;
|
|
522
|
+
/**
|
|
523
|
+
* The channel's metadata.
|
|
524
|
+
*/
|
|
525
|
+
Metadata?: Metadata;
|
|
526
|
+
}
|
|
527
|
+
export type ChannelAssociatedWithFlowSummaryList = ChannelAssociatedWithFlowSummary[];
|
|
365
528
|
export interface ChannelBan {
|
|
366
529
|
/**
|
|
367
530
|
* The member being banned from the channel.
|
|
@@ -387,6 +550,72 @@ declare namespace ChimeSDKMessaging {
|
|
|
387
550
|
Member?: Identity;
|
|
388
551
|
}
|
|
389
552
|
export type ChannelBanSummaryList = ChannelBanSummary[];
|
|
553
|
+
export interface ChannelFlow {
|
|
554
|
+
/**
|
|
555
|
+
* The ARN of the channel flow.
|
|
556
|
+
*/
|
|
557
|
+
ChannelFlowArn?: ChimeArn;
|
|
558
|
+
/**
|
|
559
|
+
* Information about the processor Lambda functions.
|
|
560
|
+
*/
|
|
561
|
+
Processors?: ProcessorList;
|
|
562
|
+
/**
|
|
563
|
+
* The name of the channel flow.
|
|
564
|
+
*/
|
|
565
|
+
Name?: NonEmptyResourceName;
|
|
566
|
+
/**
|
|
567
|
+
* The time at which the channel flow was created.
|
|
568
|
+
*/
|
|
569
|
+
CreatedTimestamp?: Timestamp;
|
|
570
|
+
/**
|
|
571
|
+
* The time at which a channel flow was updated.
|
|
572
|
+
*/
|
|
573
|
+
LastUpdatedTimestamp?: Timestamp;
|
|
574
|
+
}
|
|
575
|
+
export interface ChannelFlowCallbackRequest {
|
|
576
|
+
/**
|
|
577
|
+
* The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.
|
|
578
|
+
*/
|
|
579
|
+
CallbackId: CallbackIdType;
|
|
580
|
+
/**
|
|
581
|
+
* The ARN of the channel.
|
|
582
|
+
*/
|
|
583
|
+
ChannelArn: ChimeArn;
|
|
584
|
+
/**
|
|
585
|
+
* When a processor determines that a message needs to be DENIED, pass this parameter with a value of true.
|
|
586
|
+
*/
|
|
587
|
+
DeleteResource?: NonNullableBoolean;
|
|
588
|
+
/**
|
|
589
|
+
* Stores information about the processed message.
|
|
590
|
+
*/
|
|
591
|
+
ChannelMessage: ChannelMessageCallback;
|
|
592
|
+
}
|
|
593
|
+
export interface ChannelFlowCallbackResponse {
|
|
594
|
+
/**
|
|
595
|
+
* The ARN of the channel.
|
|
596
|
+
*/
|
|
597
|
+
ChannelArn?: ChimeArn;
|
|
598
|
+
/**
|
|
599
|
+
* The call back ID passed in the request.
|
|
600
|
+
*/
|
|
601
|
+
CallbackId?: CallbackIdType;
|
|
602
|
+
}
|
|
603
|
+
export type ChannelFlowExecutionOrder = number;
|
|
604
|
+
export interface ChannelFlowSummary {
|
|
605
|
+
/**
|
|
606
|
+
* The ARN of the channel flow.
|
|
607
|
+
*/
|
|
608
|
+
ChannelFlowArn?: ChimeArn;
|
|
609
|
+
/**
|
|
610
|
+
* The name of the channel flow.
|
|
611
|
+
*/
|
|
612
|
+
Name?: NonEmptyResourceName;
|
|
613
|
+
/**
|
|
614
|
+
* Information about the processor Lambda functions.
|
|
615
|
+
*/
|
|
616
|
+
Processors?: ProcessorList;
|
|
617
|
+
}
|
|
618
|
+
export type ChannelFlowSummaryList = ChannelFlowSummary[];
|
|
390
619
|
export interface ChannelMembership {
|
|
391
620
|
/**
|
|
392
621
|
* The identifier of the member who invited another member.
|
|
@@ -424,6 +653,12 @@ declare namespace ChimeSDKMessaging {
|
|
|
424
653
|
AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
|
|
425
654
|
}
|
|
426
655
|
export type ChannelMembershipForAppInstanceUserSummaryList = ChannelMembershipForAppInstanceUserSummary[];
|
|
656
|
+
export interface ChannelMembershipPreferences {
|
|
657
|
+
/**
|
|
658
|
+
* The push notification configuration of a message.
|
|
659
|
+
*/
|
|
660
|
+
PushNotifications?: PushNotificationPreferences;
|
|
661
|
+
}
|
|
427
662
|
export interface ChannelMembershipSummary {
|
|
428
663
|
/**
|
|
429
664
|
* A member's summary data.
|
|
@@ -477,8 +712,41 @@ declare namespace ChimeSDKMessaging {
|
|
|
477
712
|
* The persistence setting for a channel message.
|
|
478
713
|
*/
|
|
479
714
|
Persistence?: ChannelMessagePersistenceType;
|
|
715
|
+
/**
|
|
716
|
+
* The status of the channel message.
|
|
717
|
+
*/
|
|
718
|
+
Status?: ChannelMessageStatusStructure;
|
|
719
|
+
/**
|
|
720
|
+
* The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
|
|
721
|
+
*/
|
|
722
|
+
MessageAttributes?: MessageAttributeMap;
|
|
723
|
+
}
|
|
724
|
+
export interface ChannelMessageCallback {
|
|
725
|
+
/**
|
|
726
|
+
* The message ID.
|
|
727
|
+
*/
|
|
728
|
+
MessageId: MessageId;
|
|
729
|
+
/**
|
|
730
|
+
* The message content.
|
|
731
|
+
*/
|
|
732
|
+
Content?: NonEmptyContent;
|
|
733
|
+
/**
|
|
734
|
+
* The message metadata.
|
|
735
|
+
*/
|
|
736
|
+
Metadata?: Metadata;
|
|
480
737
|
}
|
|
481
738
|
export type ChannelMessagePersistenceType = "PERSISTENT"|"NON_PERSISTENT"|string;
|
|
739
|
+
export type ChannelMessageStatus = "SENT"|"PENDING"|"FAILED"|"DENIED"|string;
|
|
740
|
+
export interface ChannelMessageStatusStructure {
|
|
741
|
+
/**
|
|
742
|
+
* The message status value.
|
|
743
|
+
*/
|
|
744
|
+
Value?: ChannelMessageStatus;
|
|
745
|
+
/**
|
|
746
|
+
* Contains more details about the messasge status.
|
|
747
|
+
*/
|
|
748
|
+
Detail?: StatusDetail;
|
|
749
|
+
}
|
|
482
750
|
export interface ChannelMessageSummary {
|
|
483
751
|
/**
|
|
484
752
|
* The ID of the message.
|
|
@@ -516,6 +784,14 @@ declare namespace ChimeSDKMessaging {
|
|
|
516
784
|
* Indicates whether a message was redacted.
|
|
517
785
|
*/
|
|
518
786
|
Redacted?: NonNullableBoolean;
|
|
787
|
+
/**
|
|
788
|
+
* The message status. The status value is SENT for messages sent to a channel without a channel flow. For channels associated with channel flow, the value determines the processing stage.
|
|
789
|
+
*/
|
|
790
|
+
Status?: ChannelMessageStatusStructure;
|
|
791
|
+
/**
|
|
792
|
+
* The message attribues listed in a the summary of a channel message.
|
|
793
|
+
*/
|
|
794
|
+
MessageAttributes?: MessageAttributeMap;
|
|
519
795
|
}
|
|
520
796
|
export type ChannelMessageSummaryList = ChannelMessageSummary[];
|
|
521
797
|
export type ChannelMessageType = "STANDARD"|"CONTROL"|string;
|
|
@@ -589,7 +865,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
589
865
|
*/
|
|
590
866
|
ChannelArn: ChimeArn;
|
|
591
867
|
/**
|
|
592
|
-
* The
|
|
868
|
+
* The AppInstanceUserArn of the member being banned.
|
|
593
869
|
*/
|
|
594
870
|
MemberArn: ChimeArn;
|
|
595
871
|
/**
|
|
@@ -607,13 +883,41 @@ declare namespace ChimeSDKMessaging {
|
|
|
607
883
|
*/
|
|
608
884
|
Member?: Identity;
|
|
609
885
|
}
|
|
886
|
+
export interface CreateChannelFlowRequest {
|
|
887
|
+
/**
|
|
888
|
+
* The ARN of the channel flow request.
|
|
889
|
+
*/
|
|
890
|
+
AppInstanceArn: ChimeArn;
|
|
891
|
+
/**
|
|
892
|
+
* Information about the processor Lambda functions.
|
|
893
|
+
*/
|
|
894
|
+
Processors: ProcessorList;
|
|
895
|
+
/**
|
|
896
|
+
* The name of the channel flow.
|
|
897
|
+
*/
|
|
898
|
+
Name: NonEmptyResourceName;
|
|
899
|
+
/**
|
|
900
|
+
* The tags for the creation request.
|
|
901
|
+
*/
|
|
902
|
+
Tags?: TagList;
|
|
903
|
+
/**
|
|
904
|
+
* The client token for the request. An Idempotency token.
|
|
905
|
+
*/
|
|
906
|
+
ClientRequestToken: ClientRequestToken;
|
|
907
|
+
}
|
|
908
|
+
export interface CreateChannelFlowResponse {
|
|
909
|
+
/**
|
|
910
|
+
* The ARN of the channel flow.
|
|
911
|
+
*/
|
|
912
|
+
ChannelFlowArn?: ChimeArn;
|
|
913
|
+
}
|
|
610
914
|
export interface CreateChannelMembershipRequest {
|
|
611
915
|
/**
|
|
612
916
|
* The ARN of the channel to which you're adding users.
|
|
613
917
|
*/
|
|
614
918
|
ChannelArn: ChimeArn;
|
|
615
919
|
/**
|
|
616
|
-
* The
|
|
920
|
+
* The AppInstanceUserArn of the member you want to add to the channel.
|
|
617
921
|
*/
|
|
618
922
|
MemberArn: ChimeArn;
|
|
619
923
|
/**
|
|
@@ -641,7 +945,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
641
945
|
*/
|
|
642
946
|
ChannelArn: ChimeArn;
|
|
643
947
|
/**
|
|
644
|
-
* The
|
|
948
|
+
* The AppInstanceUserArn of the moderator.
|
|
645
949
|
*/
|
|
646
950
|
ChannelModeratorArn: ChimeArn;
|
|
647
951
|
/**
|
|
@@ -713,13 +1017,19 @@ declare namespace ChimeSDKMessaging {
|
|
|
713
1017
|
*/
|
|
714
1018
|
ChimeBearer: ChimeArn;
|
|
715
1019
|
}
|
|
1020
|
+
export interface DeleteChannelFlowRequest {
|
|
1021
|
+
/**
|
|
1022
|
+
* The ARN of the channel flow.
|
|
1023
|
+
*/
|
|
1024
|
+
ChannelFlowArn: ChimeArn;
|
|
1025
|
+
}
|
|
716
1026
|
export interface DeleteChannelMembershipRequest {
|
|
717
1027
|
/**
|
|
718
1028
|
* The ARN of the channel from which you want to remove the user.
|
|
719
1029
|
*/
|
|
720
1030
|
ChannelArn: ChimeArn;
|
|
721
1031
|
/**
|
|
722
|
-
* The
|
|
1032
|
+
* The AppInstanceUserArn of the member that you're removing from the channel.
|
|
723
1033
|
*/
|
|
724
1034
|
MemberArn: ChimeArn;
|
|
725
1035
|
/**
|
|
@@ -747,7 +1057,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
747
1057
|
*/
|
|
748
1058
|
ChannelArn: ChimeArn;
|
|
749
1059
|
/**
|
|
750
|
-
* The
|
|
1060
|
+
* The AppInstanceUserArn of the moderator being deleted.
|
|
751
1061
|
*/
|
|
752
1062
|
ChannelModeratorArn: ChimeArn;
|
|
753
1063
|
/**
|
|
@@ -771,7 +1081,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
771
1081
|
*/
|
|
772
1082
|
ChannelArn: ChimeArn;
|
|
773
1083
|
/**
|
|
774
|
-
* The
|
|
1084
|
+
* The AppInstanceUserArn of the member being banned.
|
|
775
1085
|
*/
|
|
776
1086
|
MemberArn: ChimeArn;
|
|
777
1087
|
/**
|
|
@@ -785,6 +1095,18 @@ declare namespace ChimeSDKMessaging {
|
|
|
785
1095
|
*/
|
|
786
1096
|
ChannelBan?: ChannelBan;
|
|
787
1097
|
}
|
|
1098
|
+
export interface DescribeChannelFlowRequest {
|
|
1099
|
+
/**
|
|
1100
|
+
* The ARN of the channel flow.
|
|
1101
|
+
*/
|
|
1102
|
+
ChannelFlowArn: ChimeArn;
|
|
1103
|
+
}
|
|
1104
|
+
export interface DescribeChannelFlowResponse {
|
|
1105
|
+
/**
|
|
1106
|
+
* The channel flow details.
|
|
1107
|
+
*/
|
|
1108
|
+
ChannelFlow?: ChannelFlow;
|
|
1109
|
+
}
|
|
788
1110
|
export interface DescribeChannelMembershipForAppInstanceUserRequest {
|
|
789
1111
|
/**
|
|
790
1112
|
* The ARN of the channel to which the user belongs.
|
|
@@ -811,7 +1133,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
811
1133
|
*/
|
|
812
1134
|
ChannelArn: ChimeArn;
|
|
813
1135
|
/**
|
|
814
|
-
* The
|
|
1136
|
+
* The AppInstanceUserArn of the member.
|
|
815
1137
|
*/
|
|
816
1138
|
MemberArn: ChimeArn;
|
|
817
1139
|
/**
|
|
@@ -851,7 +1173,7 @@ declare namespace ChimeSDKMessaging {
|
|
|
851
1173
|
*/
|
|
852
1174
|
ChannelArn: ChimeArn;
|
|
853
1175
|
/**
|
|
854
|
-
* The
|
|
1176
|
+
* The AppInstanceUserArn of the channel moderator.
|
|
855
1177
|
*/
|
|
856
1178
|
ChannelModeratorArn: ChimeArn;
|
|
857
1179
|
/**
|
|
@@ -881,7 +1203,48 @@ declare namespace ChimeSDKMessaging {
|
|
|
881
1203
|
*/
|
|
882
1204
|
Channel?: Channel;
|
|
883
1205
|
}
|
|
1206
|
+
export interface DisassociateChannelFlowRequest {
|
|
1207
|
+
/**
|
|
1208
|
+
* The ARN of the channel.
|
|
1209
|
+
*/
|
|
1210
|
+
ChannelArn: ChimeArn;
|
|
1211
|
+
/**
|
|
1212
|
+
* The ARN of the channel flow.
|
|
1213
|
+
*/
|
|
1214
|
+
ChannelFlowArn: ChimeArn;
|
|
1215
|
+
/**
|
|
1216
|
+
* The AppInstanceUserArn of the user making the API call.
|
|
1217
|
+
*/
|
|
1218
|
+
ChimeBearer: ChimeArn;
|
|
1219
|
+
}
|
|
884
1220
|
export type ErrorCode = "BadRequest"|"Conflict"|"Forbidden"|"NotFound"|"PreconditionFailed"|"ResourceLimitExceeded"|"ServiceFailure"|"AccessDenied"|"ServiceUnavailable"|"Throttled"|"Throttling"|"Unauthorized"|"Unprocessable"|"VoiceConnectorGroupAssociationsExist"|"PhoneNumberAssociationsExist"|string;
|
|
1221
|
+
export type FallbackAction = "CONTINUE"|"ABORT"|string;
|
|
1222
|
+
export type FilterRule = string;
|
|
1223
|
+
export interface GetChannelMembershipPreferencesRequest {
|
|
1224
|
+
/**
|
|
1225
|
+
* The ARN of the channel.
|
|
1226
|
+
*/
|
|
1227
|
+
ChannelArn: ChimeArn;
|
|
1228
|
+
/**
|
|
1229
|
+
* The AppInstanceUserArn of the member retrieving the preferences.
|
|
1230
|
+
*/
|
|
1231
|
+
MemberArn: ChimeArn;
|
|
1232
|
+
/**
|
|
1233
|
+
* The AppInstanceUserARN of the user making the API call.
|
|
1234
|
+
*/
|
|
1235
|
+
ChimeBearer: ChimeArn;
|
|
1236
|
+
}
|
|
1237
|
+
export interface GetChannelMembershipPreferencesResponse {
|
|
1238
|
+
/**
|
|
1239
|
+
* The ARN of the channel.
|
|
1240
|
+
*/
|
|
1241
|
+
ChannelArn?: ChimeArn;
|
|
1242
|
+
Member?: Identity;
|
|
1243
|
+
/**
|
|
1244
|
+
* The channel membership preferences for an AppInstanceUser .
|
|
1245
|
+
*/
|
|
1246
|
+
Preferences?: ChannelMembershipPreferences;
|
|
1247
|
+
}
|
|
885
1248
|
export interface GetChannelMessageRequest {
|
|
886
1249
|
/**
|
|
887
1250
|
* The ARN of the channel.
|
|
@@ -902,6 +1265,26 @@ declare namespace ChimeSDKMessaging {
|
|
|
902
1265
|
*/
|
|
903
1266
|
ChannelMessage?: ChannelMessage;
|
|
904
1267
|
}
|
|
1268
|
+
export interface GetChannelMessageStatusRequest {
|
|
1269
|
+
/**
|
|
1270
|
+
* The ARN of the channel
|
|
1271
|
+
*/
|
|
1272
|
+
ChannelArn: ChimeArn;
|
|
1273
|
+
/**
|
|
1274
|
+
* The ID of the message.
|
|
1275
|
+
*/
|
|
1276
|
+
MessageId: MessageId;
|
|
1277
|
+
/**
|
|
1278
|
+
* The AppInstanceUserArn of the user making the API call.
|
|
1279
|
+
*/
|
|
1280
|
+
ChimeBearer: ChimeArn;
|
|
1281
|
+
}
|
|
1282
|
+
export interface GetChannelMessageStatusResponse {
|
|
1283
|
+
/**
|
|
1284
|
+
* The message status and details.
|
|
1285
|
+
*/
|
|
1286
|
+
Status?: ChannelMessageStatusStructure;
|
|
1287
|
+
}
|
|
905
1288
|
export interface GetMessagingSessionEndpointRequest {
|
|
906
1289
|
}
|
|
907
1290
|
export interface GetMessagingSessionEndpointResponse {
|
|
@@ -920,6 +1303,18 @@ declare namespace ChimeSDKMessaging {
|
|
|
920
1303
|
*/
|
|
921
1304
|
Name?: ResourceName;
|
|
922
1305
|
}
|
|
1306
|
+
export type InvocationType = "ASYNC"|string;
|
|
1307
|
+
export interface LambdaConfiguration {
|
|
1308
|
+
/**
|
|
1309
|
+
* The ARN of the Lambda message processing function.
|
|
1310
|
+
*/
|
|
1311
|
+
ResourceArn: LambdaFunctionArn;
|
|
1312
|
+
/**
|
|
1313
|
+
* Controls how the Lambda function is invoked.
|
|
1314
|
+
*/
|
|
1315
|
+
InvocationType: InvocationType;
|
|
1316
|
+
}
|
|
1317
|
+
export type LambdaFunctionArn = string;
|
|
923
1318
|
export interface ListChannelBansRequest {
|
|
924
1319
|
/**
|
|
925
1320
|
* The ARN of the channel.
|
|
@@ -952,6 +1347,30 @@ declare namespace ChimeSDKMessaging {
|
|
|
952
1347
|
*/
|
|
953
1348
|
ChannelBans?: ChannelBanSummaryList;
|
|
954
1349
|
}
|
|
1350
|
+
export interface ListChannelFlowsRequest {
|
|
1351
|
+
/**
|
|
1352
|
+
* The ARN of the app instance.
|
|
1353
|
+
*/
|
|
1354
|
+
AppInstanceArn: ChimeArn;
|
|
1355
|
+
/**
|
|
1356
|
+
* The maximum number of channel flows that you want to return.
|
|
1357
|
+
*/
|
|
1358
|
+
MaxResults?: MaxResults;
|
|
1359
|
+
/**
|
|
1360
|
+
* The token passed by previous API calls until all requested channel flows are returned.
|
|
1361
|
+
*/
|
|
1362
|
+
NextToken?: NextToken;
|
|
1363
|
+
}
|
|
1364
|
+
export interface ListChannelFlowsResponse {
|
|
1365
|
+
/**
|
|
1366
|
+
* The information about each channel flow.
|
|
1367
|
+
*/
|
|
1368
|
+
ChannelFlows?: ChannelFlowSummaryList;
|
|
1369
|
+
/**
|
|
1370
|
+
* The token passed by previous API calls until all requested channels are returned.
|
|
1371
|
+
*/
|
|
1372
|
+
NextToken?: NextToken;
|
|
1373
|
+
}
|
|
955
1374
|
export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
956
1375
|
/**
|
|
957
1376
|
* The ARN of the AppInstanceUsers
|
|
@@ -1092,6 +1511,30 @@ declare namespace ChimeSDKMessaging {
|
|
|
1092
1511
|
*/
|
|
1093
1512
|
ChannelModerators?: ChannelModeratorSummaryList;
|
|
1094
1513
|
}
|
|
1514
|
+
export interface ListChannelsAssociatedWithChannelFlowRequest {
|
|
1515
|
+
/**
|
|
1516
|
+
* The ARN of the channel flow.
|
|
1517
|
+
*/
|
|
1518
|
+
ChannelFlowArn: ChimeArn;
|
|
1519
|
+
/**
|
|
1520
|
+
* The maximum number of channels that you want to return.
|
|
1521
|
+
*/
|
|
1522
|
+
MaxResults?: MaxResults;
|
|
1523
|
+
/**
|
|
1524
|
+
* The token passed by previous API calls until all requested channels are returned.
|
|
1525
|
+
*/
|
|
1526
|
+
NextToken?: NextToken;
|
|
1527
|
+
}
|
|
1528
|
+
export interface ListChannelsAssociatedWithChannelFlowResponse {
|
|
1529
|
+
/**
|
|
1530
|
+
* The information about each channel.
|
|
1531
|
+
*/
|
|
1532
|
+
Channels?: ChannelAssociatedWithFlowSummaryList;
|
|
1533
|
+
/**
|
|
1534
|
+
* The token passed by previous API calls until all requested channels are returned.
|
|
1535
|
+
*/
|
|
1536
|
+
NextToken?: NextToken;
|
|
1537
|
+
}
|
|
1095
1538
|
export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
1096
1539
|
/**
|
|
1097
1540
|
* The ARN of the user in the moderated channel.
|
|
@@ -1152,9 +1595,31 @@ declare namespace ChimeSDKMessaging {
|
|
|
1152
1595
|
*/
|
|
1153
1596
|
NextToken?: NextToken;
|
|
1154
1597
|
}
|
|
1598
|
+
export interface ListTagsForResourceRequest {
|
|
1599
|
+
/**
|
|
1600
|
+
* The ARN of the resource.
|
|
1601
|
+
*/
|
|
1602
|
+
ResourceARN: ChimeArn;
|
|
1603
|
+
}
|
|
1604
|
+
export interface ListTagsForResourceResponse {
|
|
1605
|
+
/**
|
|
1606
|
+
* The tag key-value pairs.
|
|
1607
|
+
*/
|
|
1608
|
+
Tags?: TagList;
|
|
1609
|
+
}
|
|
1155
1610
|
export type MaxResults = number;
|
|
1156
1611
|
export type MemberArns = ChimeArn[];
|
|
1157
1612
|
export type Members = Identity[];
|
|
1613
|
+
export type MessageAttributeMap = {[key: string]: MessageAttributeValue};
|
|
1614
|
+
export type MessageAttributeName = string;
|
|
1615
|
+
export type MessageAttributeStringValue = string;
|
|
1616
|
+
export type MessageAttributeStringValues = MessageAttributeStringValue[];
|
|
1617
|
+
export interface MessageAttributeValue {
|
|
1618
|
+
/**
|
|
1619
|
+
* The strings in a message attribute value.
|
|
1620
|
+
*/
|
|
1621
|
+
StringValues?: MessageAttributeStringValues;
|
|
1622
|
+
}
|
|
1158
1623
|
export type MessageId = string;
|
|
1159
1624
|
export interface MessagingSessionEndpoint {
|
|
1160
1625
|
/**
|
|
@@ -1167,6 +1632,87 @@ declare namespace ChimeSDKMessaging {
|
|
|
1167
1632
|
export type NonEmptyContent = string;
|
|
1168
1633
|
export type NonEmptyResourceName = string;
|
|
1169
1634
|
export type NonNullableBoolean = boolean;
|
|
1635
|
+
export interface Processor {
|
|
1636
|
+
/**
|
|
1637
|
+
* The name of the channel flow.
|
|
1638
|
+
*/
|
|
1639
|
+
Name: NonEmptyResourceName;
|
|
1640
|
+
/**
|
|
1641
|
+
* The information about the type of processor and its identifier.
|
|
1642
|
+
*/
|
|
1643
|
+
Configuration: ProcessorConfiguration;
|
|
1644
|
+
/**
|
|
1645
|
+
* The sequence in which processors run. If you have multiple processors in a channel flow, message processing goes through each processor in the sequence. The value determines the sequence. At this point, we support only 1 processor within a flow.
|
|
1646
|
+
*/
|
|
1647
|
+
ExecutionOrder: ChannelFlowExecutionOrder;
|
|
1648
|
+
/**
|
|
1649
|
+
* Determines whether to continue with message processing or stop it in cases where communication with a processor fails. If a processor has a fallback action of ABORT and communication with it fails, the processor sets the message status to FAILED and does not send the message to any recipients. Note that if the last processor in the channel flow sequence has a fallback action of CONTINUE and communication with the processor fails, then the message is considered processed and sent to recipients of the channel.
|
|
1650
|
+
*/
|
|
1651
|
+
FallbackAction: FallbackAction;
|
|
1652
|
+
}
|
|
1653
|
+
export interface ProcessorConfiguration {
|
|
1654
|
+
/**
|
|
1655
|
+
* Indicates that the processor is of type Lambda.
|
|
1656
|
+
*/
|
|
1657
|
+
Lambda: LambdaConfiguration;
|
|
1658
|
+
}
|
|
1659
|
+
export type ProcessorList = Processor[];
|
|
1660
|
+
export type PushNotificationBody = string;
|
|
1661
|
+
export interface PushNotificationConfiguration {
|
|
1662
|
+
/**
|
|
1663
|
+
* The title of the push notification.
|
|
1664
|
+
*/
|
|
1665
|
+
Title: PushNotificationTitle;
|
|
1666
|
+
/**
|
|
1667
|
+
* The body of the push notification.
|
|
1668
|
+
*/
|
|
1669
|
+
Body: PushNotificationBody;
|
|
1670
|
+
/**
|
|
1671
|
+
* Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.
|
|
1672
|
+
*/
|
|
1673
|
+
Type: PushNotificationType;
|
|
1674
|
+
}
|
|
1675
|
+
export interface PushNotificationPreferences {
|
|
1676
|
+
/**
|
|
1677
|
+
* Enum value that indicates which push notifications to send to the requested member of a channel. ALL sends all push notifications, NONE sends no push notifications, FILTERED sends only filtered push notifications.
|
|
1678
|
+
*/
|
|
1679
|
+
AllowNotifications: AllowNotifications;
|
|
1680
|
+
/**
|
|
1681
|
+
* The simple JSON object used to send a subset of a push notification to the requsted member.
|
|
1682
|
+
*/
|
|
1683
|
+
FilterRule?: FilterRule;
|
|
1684
|
+
}
|
|
1685
|
+
export type PushNotificationTitle = string;
|
|
1686
|
+
export type PushNotificationType = "DEFAULT"|"VOIP"|string;
|
|
1687
|
+
export interface PutChannelMembershipPreferencesRequest {
|
|
1688
|
+
/**
|
|
1689
|
+
* The ARN of the channel.
|
|
1690
|
+
*/
|
|
1691
|
+
ChannelArn: ChimeArn;
|
|
1692
|
+
/**
|
|
1693
|
+
* The AppInstanceUserArn of the member setting the preferences.
|
|
1694
|
+
*/
|
|
1695
|
+
MemberArn: ChimeArn;
|
|
1696
|
+
/**
|
|
1697
|
+
* The AppInstanceUserARN of the user making the API call.
|
|
1698
|
+
*/
|
|
1699
|
+
ChimeBearer: ChimeArn;
|
|
1700
|
+
/**
|
|
1701
|
+
* The channel membership preferences of an AppInstanceUser .
|
|
1702
|
+
*/
|
|
1703
|
+
Preferences: ChannelMembershipPreferences;
|
|
1704
|
+
}
|
|
1705
|
+
export interface PutChannelMembershipPreferencesResponse {
|
|
1706
|
+
/**
|
|
1707
|
+
* The ARN of the channel.
|
|
1708
|
+
*/
|
|
1709
|
+
ChannelArn?: ChimeArn;
|
|
1710
|
+
Member?: Identity;
|
|
1711
|
+
/**
|
|
1712
|
+
* The ARN and metadata of the member being added.
|
|
1713
|
+
*/
|
|
1714
|
+
Preferences?: ChannelMembershipPreferences;
|
|
1715
|
+
}
|
|
1170
1716
|
export interface RedactChannelMessageRequest {
|
|
1171
1717
|
/**
|
|
1172
1718
|
* The ARN of the channel containing the messages that you want to redact.
|
|
@@ -1221,6 +1767,14 @@ declare namespace ChimeSDKMessaging {
|
|
|
1221
1767
|
* The AppInstanceUserArn of the user that makes the API call.
|
|
1222
1768
|
*/
|
|
1223
1769
|
ChimeBearer: ChimeArn;
|
|
1770
|
+
/**
|
|
1771
|
+
* The push notification configuration of the message.
|
|
1772
|
+
*/
|
|
1773
|
+
PushNotification?: PushNotificationConfiguration;
|
|
1774
|
+
/**
|
|
1775
|
+
* The attributes for the message, used for message filtering along with a FilterRule defined in the PushNotificationPreferences.
|
|
1776
|
+
*/
|
|
1777
|
+
MessageAttributes?: MessageAttributeMap;
|
|
1224
1778
|
}
|
|
1225
1779
|
export interface SendChannelMessageResponse {
|
|
1226
1780
|
/**
|
|
@@ -1231,23 +1785,69 @@ declare namespace ChimeSDKMessaging {
|
|
|
1231
1785
|
* The ID string assigned to each message.
|
|
1232
1786
|
*/
|
|
1233
1787
|
MessageId?: MessageId;
|
|
1788
|
+
/**
|
|
1789
|
+
* The status of the channel message.
|
|
1790
|
+
*/
|
|
1791
|
+
Status?: ChannelMessageStatusStructure;
|
|
1234
1792
|
}
|
|
1235
1793
|
export type SortOrder = "ASCENDING"|"DESCENDING"|string;
|
|
1794
|
+
export type StatusDetail = string;
|
|
1236
1795
|
export type String = string;
|
|
1237
1796
|
export interface Tag {
|
|
1238
1797
|
/**
|
|
1239
|
-
* The key
|
|
1798
|
+
* The key in a tag.
|
|
1240
1799
|
*/
|
|
1241
1800
|
Key: TagKey;
|
|
1242
1801
|
/**
|
|
1243
|
-
* The value
|
|
1802
|
+
* The value in a tag.
|
|
1244
1803
|
*/
|
|
1245
1804
|
Value: TagValue;
|
|
1246
1805
|
}
|
|
1247
1806
|
export type TagKey = string;
|
|
1807
|
+
export type TagKeyList = TagKey[];
|
|
1248
1808
|
export type TagList = Tag[];
|
|
1809
|
+
export interface TagResourceRequest {
|
|
1810
|
+
/**
|
|
1811
|
+
* The resource ARN.
|
|
1812
|
+
*/
|
|
1813
|
+
ResourceARN: ChimeArn;
|
|
1814
|
+
/**
|
|
1815
|
+
* The tag key-value pairs.
|
|
1816
|
+
*/
|
|
1817
|
+
Tags: TagList;
|
|
1818
|
+
}
|
|
1249
1819
|
export type TagValue = string;
|
|
1250
1820
|
export type Timestamp = Date;
|
|
1821
|
+
export interface UntagResourceRequest {
|
|
1822
|
+
/**
|
|
1823
|
+
* The resource ARN.
|
|
1824
|
+
*/
|
|
1825
|
+
ResourceARN: ChimeArn;
|
|
1826
|
+
/**
|
|
1827
|
+
* The tag keys.
|
|
1828
|
+
*/
|
|
1829
|
+
TagKeys: TagKeyList;
|
|
1830
|
+
}
|
|
1831
|
+
export interface UpdateChannelFlowRequest {
|
|
1832
|
+
/**
|
|
1833
|
+
* The ARN of the channel flow.
|
|
1834
|
+
*/
|
|
1835
|
+
ChannelFlowArn: ChimeArn;
|
|
1836
|
+
/**
|
|
1837
|
+
* Information about the processor Lambda functions
|
|
1838
|
+
*/
|
|
1839
|
+
Processors: ProcessorList;
|
|
1840
|
+
/**
|
|
1841
|
+
* The name of the channel flow.
|
|
1842
|
+
*/
|
|
1843
|
+
Name: NonEmptyResourceName;
|
|
1844
|
+
}
|
|
1845
|
+
export interface UpdateChannelFlowResponse {
|
|
1846
|
+
/**
|
|
1847
|
+
* The ARN of the channel flow.
|
|
1848
|
+
*/
|
|
1849
|
+
ChannelFlowArn?: ChimeArn;
|
|
1850
|
+
}
|
|
1251
1851
|
export interface UpdateChannelMessageRequest {
|
|
1252
1852
|
/**
|
|
1253
1853
|
* The ARN of the channel.
|
|
@@ -1279,6 +1879,10 @@ declare namespace ChimeSDKMessaging {
|
|
|
1279
1879
|
* The ID string of the message being updated.
|
|
1280
1880
|
*/
|
|
1281
1881
|
MessageId?: MessageId;
|
|
1882
|
+
/**
|
|
1883
|
+
* The status of the message update.
|
|
1884
|
+
*/
|
|
1885
|
+
Status?: ChannelMessageStatusStructure;
|
|
1282
1886
|
}
|
|
1283
1887
|
export interface UpdateChannelReadMarkerRequest {
|
|
1284
1888
|
/**
|