@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,32 @@
|
|
|
11
11
|
"uid": "chime-sdk-messaging-2021-05-15"
|
|
12
12
|
},
|
|
13
13
|
"operations": {
|
|
14
|
+
"AssociateChannelFlow": {
|
|
15
|
+
"http": {
|
|
16
|
+
"method": "PUT",
|
|
17
|
+
"requestUri": "/channels/{channelArn}/channel-flow",
|
|
18
|
+
"responseCode": 200
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"ChannelArn",
|
|
24
|
+
"ChannelFlowArn",
|
|
25
|
+
"ChimeBearer"
|
|
26
|
+
],
|
|
27
|
+
"members": {
|
|
28
|
+
"ChannelArn": {
|
|
29
|
+
"location": "uri",
|
|
30
|
+
"locationName": "channelArn"
|
|
31
|
+
},
|
|
32
|
+
"ChannelFlowArn": {},
|
|
33
|
+
"ChimeBearer": {
|
|
34
|
+
"location": "header",
|
|
35
|
+
"locationName": "x-amz-chime-bearer"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
14
40
|
"BatchCreateChannelMembership": {
|
|
15
41
|
"http": {
|
|
16
42
|
"requestUri": "/channels/{channelArn}/memberships?operation=batch-create",
|
|
@@ -46,13 +72,13 @@
|
|
|
46
72
|
"type": "structure",
|
|
47
73
|
"members": {
|
|
48
74
|
"InvitedBy": {
|
|
49
|
-
"shape": "
|
|
75
|
+
"shape": "S8"
|
|
50
76
|
},
|
|
51
77
|
"Type": {},
|
|
52
78
|
"Members": {
|
|
53
79
|
"type": "list",
|
|
54
80
|
"member": {
|
|
55
|
-
"shape": "
|
|
81
|
+
"shape": "S8"
|
|
56
82
|
}
|
|
57
83
|
},
|
|
58
84
|
"ChannelArn": {}
|
|
@@ -72,6 +98,54 @@
|
|
|
72
98
|
}
|
|
73
99
|
}
|
|
74
100
|
},
|
|
101
|
+
"ChannelFlowCallback": {
|
|
102
|
+
"http": {
|
|
103
|
+
"requestUri": "/channels/{channelArn}?operation=channel-flow-callback",
|
|
104
|
+
"responseCode": 200
|
|
105
|
+
},
|
|
106
|
+
"input": {
|
|
107
|
+
"type": "structure",
|
|
108
|
+
"required": [
|
|
109
|
+
"CallbackId",
|
|
110
|
+
"ChannelArn",
|
|
111
|
+
"ChannelMessage"
|
|
112
|
+
],
|
|
113
|
+
"members": {
|
|
114
|
+
"CallbackId": {
|
|
115
|
+
"idempotencyToken": true
|
|
116
|
+
},
|
|
117
|
+
"ChannelArn": {
|
|
118
|
+
"location": "uri",
|
|
119
|
+
"locationName": "channelArn"
|
|
120
|
+
},
|
|
121
|
+
"DeleteResource": {
|
|
122
|
+
"type": "boolean"
|
|
123
|
+
},
|
|
124
|
+
"ChannelMessage": {
|
|
125
|
+
"type": "structure",
|
|
126
|
+
"required": [
|
|
127
|
+
"MessageId"
|
|
128
|
+
],
|
|
129
|
+
"members": {
|
|
130
|
+
"MessageId": {},
|
|
131
|
+
"Content": {
|
|
132
|
+
"shape": "Sk"
|
|
133
|
+
},
|
|
134
|
+
"Metadata": {
|
|
135
|
+
"shape": "Sl"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"output": {
|
|
142
|
+
"type": "structure",
|
|
143
|
+
"members": {
|
|
144
|
+
"ChannelArn": {},
|
|
145
|
+
"CallbackId": {}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
75
149
|
"CreateChannel": {
|
|
76
150
|
"http": {
|
|
77
151
|
"requestUri": "/channels",
|
|
@@ -88,36 +162,19 @@
|
|
|
88
162
|
"members": {
|
|
89
163
|
"AppInstanceArn": {},
|
|
90
164
|
"Name": {
|
|
91
|
-
"shape": "
|
|
165
|
+
"shape": "So"
|
|
92
166
|
},
|
|
93
167
|
"Mode": {},
|
|
94
168
|
"Privacy": {},
|
|
95
169
|
"Metadata": {
|
|
96
|
-
"shape": "
|
|
170
|
+
"shape": "Sl"
|
|
97
171
|
},
|
|
98
172
|
"ClientRequestToken": {
|
|
99
|
-
"shape": "
|
|
173
|
+
"shape": "Sr",
|
|
100
174
|
"idempotencyToken": true
|
|
101
175
|
},
|
|
102
176
|
"Tags": {
|
|
103
|
-
"
|
|
104
|
-
"member": {
|
|
105
|
-
"type": "structure",
|
|
106
|
-
"required": [
|
|
107
|
-
"Key",
|
|
108
|
-
"Value"
|
|
109
|
-
],
|
|
110
|
-
"members": {
|
|
111
|
-
"Key": {
|
|
112
|
-
"type": "string",
|
|
113
|
-
"sensitive": true
|
|
114
|
-
},
|
|
115
|
-
"Value": {
|
|
116
|
-
"type": "string",
|
|
117
|
-
"sensitive": true
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
177
|
+
"shape": "Ss"
|
|
121
178
|
},
|
|
122
179
|
"ChimeBearer": {
|
|
123
180
|
"location": "header",
|
|
@@ -161,11 +218,47 @@
|
|
|
161
218
|
"members": {
|
|
162
219
|
"ChannelArn": {},
|
|
163
220
|
"Member": {
|
|
164
|
-
"shape": "
|
|
221
|
+
"shape": "S8"
|
|
165
222
|
}
|
|
166
223
|
}
|
|
167
224
|
}
|
|
168
225
|
},
|
|
226
|
+
"CreateChannelFlow": {
|
|
227
|
+
"http": {
|
|
228
|
+
"requestUri": "/channel-flows",
|
|
229
|
+
"responseCode": 201
|
|
230
|
+
},
|
|
231
|
+
"input": {
|
|
232
|
+
"type": "structure",
|
|
233
|
+
"required": [
|
|
234
|
+
"AppInstanceArn",
|
|
235
|
+
"Processors",
|
|
236
|
+
"Name",
|
|
237
|
+
"ClientRequestToken"
|
|
238
|
+
],
|
|
239
|
+
"members": {
|
|
240
|
+
"AppInstanceArn": {},
|
|
241
|
+
"Processors": {
|
|
242
|
+
"shape": "S10"
|
|
243
|
+
},
|
|
244
|
+
"Name": {
|
|
245
|
+
"shape": "So"
|
|
246
|
+
},
|
|
247
|
+
"Tags": {
|
|
248
|
+
"shape": "Ss"
|
|
249
|
+
},
|
|
250
|
+
"ClientRequestToken": {
|
|
251
|
+
"shape": "Sr"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"output": {
|
|
256
|
+
"type": "structure",
|
|
257
|
+
"members": {
|
|
258
|
+
"ChannelFlowArn": {}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
169
262
|
"CreateChannelMembership": {
|
|
170
263
|
"http": {
|
|
171
264
|
"requestUri": "/channels/{channelArn}/memberships",
|
|
@@ -197,7 +290,7 @@
|
|
|
197
290
|
"members": {
|
|
198
291
|
"ChannelArn": {},
|
|
199
292
|
"Member": {
|
|
200
|
-
"shape": "
|
|
293
|
+
"shape": "S8"
|
|
201
294
|
}
|
|
202
295
|
}
|
|
203
296
|
}
|
|
@@ -231,7 +324,7 @@
|
|
|
231
324
|
"members": {
|
|
232
325
|
"ChannelArn": {},
|
|
233
326
|
"ChannelModerator": {
|
|
234
|
-
"shape": "
|
|
327
|
+
"shape": "S8"
|
|
235
328
|
}
|
|
236
329
|
}
|
|
237
330
|
}
|
|
@@ -289,6 +382,25 @@
|
|
|
289
382
|
}
|
|
290
383
|
}
|
|
291
384
|
},
|
|
385
|
+
"DeleteChannelFlow": {
|
|
386
|
+
"http": {
|
|
387
|
+
"method": "DELETE",
|
|
388
|
+
"requestUri": "/channel-flows/{channelFlowArn}",
|
|
389
|
+
"responseCode": 204
|
|
390
|
+
},
|
|
391
|
+
"input": {
|
|
392
|
+
"type": "structure",
|
|
393
|
+
"required": [
|
|
394
|
+
"ChannelFlowArn"
|
|
395
|
+
],
|
|
396
|
+
"members": {
|
|
397
|
+
"ChannelFlowArn": {
|
|
398
|
+
"location": "uri",
|
|
399
|
+
"locationName": "channelFlowArn"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
292
404
|
"DeleteChannelMembership": {
|
|
293
405
|
"http": {
|
|
294
406
|
"method": "DELETE",
|
|
@@ -406,16 +518,16 @@
|
|
|
406
518
|
"type": "structure",
|
|
407
519
|
"members": {
|
|
408
520
|
"Name": {
|
|
409
|
-
"shape": "
|
|
521
|
+
"shape": "So"
|
|
410
522
|
},
|
|
411
523
|
"ChannelArn": {},
|
|
412
524
|
"Mode": {},
|
|
413
525
|
"Privacy": {},
|
|
414
526
|
"Metadata": {
|
|
415
|
-
"shape": "
|
|
527
|
+
"shape": "Sl"
|
|
416
528
|
},
|
|
417
529
|
"CreatedBy": {
|
|
418
|
-
"shape": "
|
|
530
|
+
"shape": "S8"
|
|
419
531
|
},
|
|
420
532
|
"CreatedTimestamp": {
|
|
421
533
|
"type": "timestamp"
|
|
@@ -425,7 +537,8 @@
|
|
|
425
537
|
},
|
|
426
538
|
"LastUpdatedTimestamp": {
|
|
427
539
|
"type": "timestamp"
|
|
428
|
-
}
|
|
540
|
+
},
|
|
541
|
+
"ChannelFlowArn": {}
|
|
429
542
|
}
|
|
430
543
|
}
|
|
431
544
|
}
|
|
@@ -466,14 +579,56 @@
|
|
|
466
579
|
"type": "structure",
|
|
467
580
|
"members": {
|
|
468
581
|
"Member": {
|
|
469
|
-
"shape": "
|
|
582
|
+
"shape": "S8"
|
|
470
583
|
},
|
|
471
584
|
"ChannelArn": {},
|
|
472
585
|
"CreatedTimestamp": {
|
|
473
586
|
"type": "timestamp"
|
|
474
587
|
},
|
|
475
588
|
"CreatedBy": {
|
|
476
|
-
"shape": "
|
|
589
|
+
"shape": "S8"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"DescribeChannelFlow": {
|
|
597
|
+
"http": {
|
|
598
|
+
"method": "GET",
|
|
599
|
+
"requestUri": "/channel-flows/{channelFlowArn}",
|
|
600
|
+
"responseCode": 200
|
|
601
|
+
},
|
|
602
|
+
"input": {
|
|
603
|
+
"type": "structure",
|
|
604
|
+
"required": [
|
|
605
|
+
"ChannelFlowArn"
|
|
606
|
+
],
|
|
607
|
+
"members": {
|
|
608
|
+
"ChannelFlowArn": {
|
|
609
|
+
"location": "uri",
|
|
610
|
+
"locationName": "channelFlowArn"
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"output": {
|
|
615
|
+
"type": "structure",
|
|
616
|
+
"members": {
|
|
617
|
+
"ChannelFlow": {
|
|
618
|
+
"type": "structure",
|
|
619
|
+
"members": {
|
|
620
|
+
"ChannelFlowArn": {},
|
|
621
|
+
"Processors": {
|
|
622
|
+
"shape": "S10"
|
|
623
|
+
},
|
|
624
|
+
"Name": {
|
|
625
|
+
"shape": "So"
|
|
626
|
+
},
|
|
627
|
+
"CreatedTimestamp": {
|
|
628
|
+
"type": "timestamp"
|
|
629
|
+
},
|
|
630
|
+
"LastUpdatedTimestamp": {
|
|
631
|
+
"type": "timestamp"
|
|
477
632
|
}
|
|
478
633
|
}
|
|
479
634
|
}
|
|
@@ -515,11 +670,11 @@
|
|
|
515
670
|
"type": "structure",
|
|
516
671
|
"members": {
|
|
517
672
|
"InvitedBy": {
|
|
518
|
-
"shape": "
|
|
673
|
+
"shape": "S8"
|
|
519
674
|
},
|
|
520
675
|
"Type": {},
|
|
521
676
|
"Member": {
|
|
522
|
-
"shape": "
|
|
677
|
+
"shape": "S8"
|
|
523
678
|
},
|
|
524
679
|
"ChannelArn": {},
|
|
525
680
|
"CreatedTimestamp": {
|
|
@@ -565,7 +720,7 @@
|
|
|
565
720
|
"type": "structure",
|
|
566
721
|
"members": {
|
|
567
722
|
"ChannelMembership": {
|
|
568
|
-
"shape": "
|
|
723
|
+
"shape": "S1y"
|
|
569
724
|
}
|
|
570
725
|
}
|
|
571
726
|
}
|
|
@@ -602,7 +757,7 @@
|
|
|
602
757
|
"type": "structure",
|
|
603
758
|
"members": {
|
|
604
759
|
"Channel": {
|
|
605
|
-
"shape": "
|
|
760
|
+
"shape": "S23"
|
|
606
761
|
}
|
|
607
762
|
}
|
|
608
763
|
}
|
|
@@ -642,20 +797,90 @@
|
|
|
642
797
|
"type": "structure",
|
|
643
798
|
"members": {
|
|
644
799
|
"Moderator": {
|
|
645
|
-
"shape": "
|
|
800
|
+
"shape": "S8"
|
|
646
801
|
},
|
|
647
802
|
"ChannelArn": {},
|
|
648
803
|
"CreatedTimestamp": {
|
|
649
804
|
"type": "timestamp"
|
|
650
805
|
},
|
|
651
806
|
"CreatedBy": {
|
|
652
|
-
"shape": "
|
|
807
|
+
"shape": "S8"
|
|
653
808
|
}
|
|
654
809
|
}
|
|
655
810
|
}
|
|
656
811
|
}
|
|
657
812
|
}
|
|
658
813
|
},
|
|
814
|
+
"DisassociateChannelFlow": {
|
|
815
|
+
"http": {
|
|
816
|
+
"method": "DELETE",
|
|
817
|
+
"requestUri": "/channels/{channelArn}/channel-flow/{channelFlowArn}",
|
|
818
|
+
"responseCode": 204
|
|
819
|
+
},
|
|
820
|
+
"input": {
|
|
821
|
+
"type": "structure",
|
|
822
|
+
"required": [
|
|
823
|
+
"ChannelArn",
|
|
824
|
+
"ChannelFlowArn",
|
|
825
|
+
"ChimeBearer"
|
|
826
|
+
],
|
|
827
|
+
"members": {
|
|
828
|
+
"ChannelArn": {
|
|
829
|
+
"location": "uri",
|
|
830
|
+
"locationName": "channelArn"
|
|
831
|
+
},
|
|
832
|
+
"ChannelFlowArn": {
|
|
833
|
+
"location": "uri",
|
|
834
|
+
"locationName": "channelFlowArn"
|
|
835
|
+
},
|
|
836
|
+
"ChimeBearer": {
|
|
837
|
+
"location": "header",
|
|
838
|
+
"locationName": "x-amz-chime-bearer"
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
"GetChannelMembershipPreferences": {
|
|
844
|
+
"http": {
|
|
845
|
+
"method": "GET",
|
|
846
|
+
"requestUri": "/channels/{channelArn}/memberships/{memberArn}/preferences",
|
|
847
|
+
"responseCode": 200
|
|
848
|
+
},
|
|
849
|
+
"input": {
|
|
850
|
+
"type": "structure",
|
|
851
|
+
"required": [
|
|
852
|
+
"ChannelArn",
|
|
853
|
+
"MemberArn",
|
|
854
|
+
"ChimeBearer"
|
|
855
|
+
],
|
|
856
|
+
"members": {
|
|
857
|
+
"ChannelArn": {
|
|
858
|
+
"location": "uri",
|
|
859
|
+
"locationName": "channelArn"
|
|
860
|
+
},
|
|
861
|
+
"MemberArn": {
|
|
862
|
+
"location": "uri",
|
|
863
|
+
"locationName": "memberArn"
|
|
864
|
+
},
|
|
865
|
+
"ChimeBearer": {
|
|
866
|
+
"location": "header",
|
|
867
|
+
"locationName": "x-amz-chime-bearer"
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
"output": {
|
|
872
|
+
"type": "structure",
|
|
873
|
+
"members": {
|
|
874
|
+
"ChannelArn": {},
|
|
875
|
+
"Member": {
|
|
876
|
+
"shape": "S8"
|
|
877
|
+
},
|
|
878
|
+
"Preferences": {
|
|
879
|
+
"shape": "S2a"
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
659
884
|
"GetChannelMessage": {
|
|
660
885
|
"http": {
|
|
661
886
|
"method": "GET",
|
|
@@ -693,10 +918,10 @@
|
|
|
693
918
|
"ChannelArn": {},
|
|
694
919
|
"MessageId": {},
|
|
695
920
|
"Content": {
|
|
696
|
-
"shape": "
|
|
921
|
+
"shape": "S2h"
|
|
697
922
|
},
|
|
698
923
|
"Metadata": {
|
|
699
|
-
"shape": "
|
|
924
|
+
"shape": "Sl"
|
|
700
925
|
},
|
|
701
926
|
"Type": {},
|
|
702
927
|
"CreatedTimestamp": {
|
|
@@ -709,17 +934,60 @@
|
|
|
709
934
|
"type": "timestamp"
|
|
710
935
|
},
|
|
711
936
|
"Sender": {
|
|
712
|
-
"shape": "
|
|
937
|
+
"shape": "S8"
|
|
713
938
|
},
|
|
714
939
|
"Redacted": {
|
|
715
940
|
"type": "boolean"
|
|
716
941
|
},
|
|
717
|
-
"Persistence": {}
|
|
942
|
+
"Persistence": {},
|
|
943
|
+
"Status": {
|
|
944
|
+
"shape": "S2k"
|
|
945
|
+
},
|
|
946
|
+
"MessageAttributes": {
|
|
947
|
+
"shape": "S2n"
|
|
948
|
+
}
|
|
718
949
|
}
|
|
719
950
|
}
|
|
720
951
|
}
|
|
721
952
|
}
|
|
722
953
|
},
|
|
954
|
+
"GetChannelMessageStatus": {
|
|
955
|
+
"http": {
|
|
956
|
+
"method": "GET",
|
|
957
|
+
"requestUri": "/channels/{channelArn}/messages/{messageId}?scope=message-status",
|
|
958
|
+
"responseCode": 200
|
|
959
|
+
},
|
|
960
|
+
"input": {
|
|
961
|
+
"type": "structure",
|
|
962
|
+
"required": [
|
|
963
|
+
"ChannelArn",
|
|
964
|
+
"MessageId",
|
|
965
|
+
"ChimeBearer"
|
|
966
|
+
],
|
|
967
|
+
"members": {
|
|
968
|
+
"ChannelArn": {
|
|
969
|
+
"location": "uri",
|
|
970
|
+
"locationName": "channelArn"
|
|
971
|
+
},
|
|
972
|
+
"MessageId": {
|
|
973
|
+
"location": "uri",
|
|
974
|
+
"locationName": "messageId"
|
|
975
|
+
},
|
|
976
|
+
"ChimeBearer": {
|
|
977
|
+
"location": "header",
|
|
978
|
+
"locationName": "x-amz-chime-bearer"
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"output": {
|
|
983
|
+
"type": "structure",
|
|
984
|
+
"members": {
|
|
985
|
+
"Status": {
|
|
986
|
+
"shape": "S2k"
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
},
|
|
723
991
|
"GetMessagingSessionEndpoint": {
|
|
724
992
|
"http": {
|
|
725
993
|
"method": "GET",
|
|
@@ -765,7 +1033,7 @@
|
|
|
765
1033
|
"type": "integer"
|
|
766
1034
|
},
|
|
767
1035
|
"NextToken": {
|
|
768
|
-
"shape": "
|
|
1036
|
+
"shape": "S30",
|
|
769
1037
|
"location": "querystring",
|
|
770
1038
|
"locationName": "next-token"
|
|
771
1039
|
},
|
|
@@ -780,7 +1048,7 @@
|
|
|
780
1048
|
"members": {
|
|
781
1049
|
"ChannelArn": {},
|
|
782
1050
|
"NextToken": {
|
|
783
|
-
"shape": "
|
|
1051
|
+
"shape": "S30"
|
|
784
1052
|
},
|
|
785
1053
|
"ChannelBans": {
|
|
786
1054
|
"type": "list",
|
|
@@ -788,10 +1056,62 @@
|
|
|
788
1056
|
"type": "structure",
|
|
789
1057
|
"members": {
|
|
790
1058
|
"Member": {
|
|
791
|
-
"shape": "
|
|
1059
|
+
"shape": "S8"
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"ListChannelFlows": {
|
|
1068
|
+
"http": {
|
|
1069
|
+
"method": "GET",
|
|
1070
|
+
"requestUri": "/channel-flows",
|
|
1071
|
+
"responseCode": 200
|
|
1072
|
+
},
|
|
1073
|
+
"input": {
|
|
1074
|
+
"type": "structure",
|
|
1075
|
+
"required": [
|
|
1076
|
+
"AppInstanceArn"
|
|
1077
|
+
],
|
|
1078
|
+
"members": {
|
|
1079
|
+
"AppInstanceArn": {
|
|
1080
|
+
"location": "querystring",
|
|
1081
|
+
"locationName": "app-instance-arn"
|
|
1082
|
+
},
|
|
1083
|
+
"MaxResults": {
|
|
1084
|
+
"location": "querystring",
|
|
1085
|
+
"locationName": "max-results",
|
|
1086
|
+
"type": "integer"
|
|
1087
|
+
},
|
|
1088
|
+
"NextToken": {
|
|
1089
|
+
"shape": "S30",
|
|
1090
|
+
"location": "querystring",
|
|
1091
|
+
"locationName": "next-token"
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"output": {
|
|
1096
|
+
"type": "structure",
|
|
1097
|
+
"members": {
|
|
1098
|
+
"ChannelFlows": {
|
|
1099
|
+
"type": "list",
|
|
1100
|
+
"member": {
|
|
1101
|
+
"type": "structure",
|
|
1102
|
+
"members": {
|
|
1103
|
+
"ChannelFlowArn": {},
|
|
1104
|
+
"Name": {
|
|
1105
|
+
"shape": "So"
|
|
1106
|
+
},
|
|
1107
|
+
"Processors": {
|
|
1108
|
+
"shape": "S10"
|
|
792
1109
|
}
|
|
793
1110
|
}
|
|
794
1111
|
}
|
|
1112
|
+
},
|
|
1113
|
+
"NextToken": {
|
|
1114
|
+
"shape": "S30"
|
|
795
1115
|
}
|
|
796
1116
|
}
|
|
797
1117
|
}
|
|
@@ -823,7 +1143,7 @@
|
|
|
823
1143
|
"type": "integer"
|
|
824
1144
|
},
|
|
825
1145
|
"NextToken": {
|
|
826
|
-
"shape": "
|
|
1146
|
+
"shape": "S30",
|
|
827
1147
|
"location": "querystring",
|
|
828
1148
|
"locationName": "next-token"
|
|
829
1149
|
},
|
|
@@ -843,13 +1163,13 @@
|
|
|
843
1163
|
"type": "structure",
|
|
844
1164
|
"members": {
|
|
845
1165
|
"Member": {
|
|
846
|
-
"shape": "
|
|
1166
|
+
"shape": "S8"
|
|
847
1167
|
}
|
|
848
1168
|
}
|
|
849
1169
|
}
|
|
850
1170
|
},
|
|
851
1171
|
"NextToken": {
|
|
852
|
-
"shape": "
|
|
1172
|
+
"shape": "S30"
|
|
853
1173
|
}
|
|
854
1174
|
}
|
|
855
1175
|
}
|
|
@@ -876,7 +1196,7 @@
|
|
|
876
1196
|
"type": "integer"
|
|
877
1197
|
},
|
|
878
1198
|
"NextToken": {
|
|
879
|
-
"shape": "
|
|
1199
|
+
"shape": "S30",
|
|
880
1200
|
"location": "querystring",
|
|
881
1201
|
"locationName": "next-token"
|
|
882
1202
|
},
|
|
@@ -892,11 +1212,11 @@
|
|
|
892
1212
|
"ChannelMemberships": {
|
|
893
1213
|
"type": "list",
|
|
894
1214
|
"member": {
|
|
895
|
-
"shape": "
|
|
1215
|
+
"shape": "S1y"
|
|
896
1216
|
}
|
|
897
1217
|
},
|
|
898
1218
|
"NextToken": {
|
|
899
|
-
"shape": "
|
|
1219
|
+
"shape": "S30"
|
|
900
1220
|
}
|
|
901
1221
|
}
|
|
902
1222
|
}
|
|
@@ -938,7 +1258,7 @@
|
|
|
938
1258
|
"type": "integer"
|
|
939
1259
|
},
|
|
940
1260
|
"NextToken": {
|
|
941
|
-
"shape": "
|
|
1261
|
+
"shape": "S30",
|
|
942
1262
|
"location": "querystring",
|
|
943
1263
|
"locationName": "next-token"
|
|
944
1264
|
},
|
|
@@ -953,7 +1273,7 @@
|
|
|
953
1273
|
"members": {
|
|
954
1274
|
"ChannelArn": {},
|
|
955
1275
|
"NextToken": {
|
|
956
|
-
"shape": "
|
|
1276
|
+
"shape": "S30"
|
|
957
1277
|
},
|
|
958
1278
|
"ChannelMessages": {
|
|
959
1279
|
"type": "list",
|
|
@@ -962,10 +1282,10 @@
|
|
|
962
1282
|
"members": {
|
|
963
1283
|
"MessageId": {},
|
|
964
1284
|
"Content": {
|
|
965
|
-
"shape": "
|
|
1285
|
+
"shape": "S2h"
|
|
966
1286
|
},
|
|
967
1287
|
"Metadata": {
|
|
968
|
-
"shape": "
|
|
1288
|
+
"shape": "Sl"
|
|
969
1289
|
},
|
|
970
1290
|
"Type": {},
|
|
971
1291
|
"CreatedTimestamp": {
|
|
@@ -978,10 +1298,16 @@
|
|
|
978
1298
|
"type": "timestamp"
|
|
979
1299
|
},
|
|
980
1300
|
"Sender": {
|
|
981
|
-
"shape": "
|
|
1301
|
+
"shape": "S8"
|
|
982
1302
|
},
|
|
983
1303
|
"Redacted": {
|
|
984
1304
|
"type": "boolean"
|
|
1305
|
+
},
|
|
1306
|
+
"Status": {
|
|
1307
|
+
"shape": "S2k"
|
|
1308
|
+
},
|
|
1309
|
+
"MessageAttributes": {
|
|
1310
|
+
"shape": "S2n"
|
|
985
1311
|
}
|
|
986
1312
|
}
|
|
987
1313
|
}
|
|
@@ -1012,7 +1338,7 @@
|
|
|
1012
1338
|
"type": "integer"
|
|
1013
1339
|
},
|
|
1014
1340
|
"NextToken": {
|
|
1015
|
-
"shape": "
|
|
1341
|
+
"shape": "S30",
|
|
1016
1342
|
"location": "querystring",
|
|
1017
1343
|
"locationName": "next-token"
|
|
1018
1344
|
},
|
|
@@ -1027,7 +1353,7 @@
|
|
|
1027
1353
|
"members": {
|
|
1028
1354
|
"ChannelArn": {},
|
|
1029
1355
|
"NextToken": {
|
|
1030
|
-
"shape": "
|
|
1356
|
+
"shape": "S30"
|
|
1031
1357
|
},
|
|
1032
1358
|
"ChannelModerators": {
|
|
1033
1359
|
"type": "list",
|
|
@@ -1035,7 +1361,7 @@
|
|
|
1035
1361
|
"type": "structure",
|
|
1036
1362
|
"members": {
|
|
1037
1363
|
"Moderator": {
|
|
1038
|
-
"shape": "
|
|
1364
|
+
"shape": "S8"
|
|
1039
1365
|
}
|
|
1040
1366
|
}
|
|
1041
1367
|
}
|
|
@@ -1070,7 +1396,7 @@
|
|
|
1070
1396
|
"type": "integer"
|
|
1071
1397
|
},
|
|
1072
1398
|
"NextToken": {
|
|
1073
|
-
"shape": "
|
|
1399
|
+
"shape": "S30",
|
|
1074
1400
|
"location": "querystring",
|
|
1075
1401
|
"locationName": "next-token"
|
|
1076
1402
|
},
|
|
@@ -1086,11 +1412,65 @@
|
|
|
1086
1412
|
"Channels": {
|
|
1087
1413
|
"type": "list",
|
|
1088
1414
|
"member": {
|
|
1089
|
-
"shape": "
|
|
1415
|
+
"shape": "S1z"
|
|
1090
1416
|
}
|
|
1091
1417
|
},
|
|
1092
1418
|
"NextToken": {
|
|
1093
|
-
"shape": "
|
|
1419
|
+
"shape": "S30"
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"ListChannelsAssociatedWithChannelFlow": {
|
|
1425
|
+
"http": {
|
|
1426
|
+
"method": "GET",
|
|
1427
|
+
"requestUri": "/channels?scope=channel-flow-associations",
|
|
1428
|
+
"responseCode": 200
|
|
1429
|
+
},
|
|
1430
|
+
"input": {
|
|
1431
|
+
"type": "structure",
|
|
1432
|
+
"required": [
|
|
1433
|
+
"ChannelFlowArn"
|
|
1434
|
+
],
|
|
1435
|
+
"members": {
|
|
1436
|
+
"ChannelFlowArn": {
|
|
1437
|
+
"location": "querystring",
|
|
1438
|
+
"locationName": "channel-flow-arn"
|
|
1439
|
+
},
|
|
1440
|
+
"MaxResults": {
|
|
1441
|
+
"location": "querystring",
|
|
1442
|
+
"locationName": "max-results",
|
|
1443
|
+
"type": "integer"
|
|
1444
|
+
},
|
|
1445
|
+
"NextToken": {
|
|
1446
|
+
"shape": "S30",
|
|
1447
|
+
"location": "querystring",
|
|
1448
|
+
"locationName": "next-token"
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
"output": {
|
|
1453
|
+
"type": "structure",
|
|
1454
|
+
"members": {
|
|
1455
|
+
"Channels": {
|
|
1456
|
+
"type": "list",
|
|
1457
|
+
"member": {
|
|
1458
|
+
"type": "structure",
|
|
1459
|
+
"members": {
|
|
1460
|
+
"Name": {
|
|
1461
|
+
"shape": "So"
|
|
1462
|
+
},
|
|
1463
|
+
"ChannelArn": {},
|
|
1464
|
+
"Mode": {},
|
|
1465
|
+
"Privacy": {},
|
|
1466
|
+
"Metadata": {
|
|
1467
|
+
"shape": "Sl"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"NextToken": {
|
|
1473
|
+
"shape": "S30"
|
|
1094
1474
|
}
|
|
1095
1475
|
}
|
|
1096
1476
|
}
|
|
@@ -1117,7 +1497,7 @@
|
|
|
1117
1497
|
"type": "integer"
|
|
1118
1498
|
},
|
|
1119
1499
|
"NextToken": {
|
|
1120
|
-
"shape": "
|
|
1500
|
+
"shape": "S30",
|
|
1121
1501
|
"location": "querystring",
|
|
1122
1502
|
"locationName": "next-token"
|
|
1123
1503
|
},
|
|
@@ -1133,11 +1513,83 @@
|
|
|
1133
1513
|
"Channels": {
|
|
1134
1514
|
"type": "list",
|
|
1135
1515
|
"member": {
|
|
1136
|
-
"shape": "
|
|
1516
|
+
"shape": "S23"
|
|
1137
1517
|
}
|
|
1138
1518
|
},
|
|
1139
1519
|
"NextToken": {
|
|
1140
|
-
"shape": "
|
|
1520
|
+
"shape": "S30"
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
"ListTagsForResource": {
|
|
1526
|
+
"http": {
|
|
1527
|
+
"method": "GET",
|
|
1528
|
+
"requestUri": "/tags",
|
|
1529
|
+
"responseCode": 200
|
|
1530
|
+
},
|
|
1531
|
+
"input": {
|
|
1532
|
+
"type": "structure",
|
|
1533
|
+
"required": [
|
|
1534
|
+
"ResourceARN"
|
|
1535
|
+
],
|
|
1536
|
+
"members": {
|
|
1537
|
+
"ResourceARN": {
|
|
1538
|
+
"location": "querystring",
|
|
1539
|
+
"locationName": "arn"
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
"output": {
|
|
1544
|
+
"type": "structure",
|
|
1545
|
+
"members": {
|
|
1546
|
+
"Tags": {
|
|
1547
|
+
"shape": "Ss"
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
"PutChannelMembershipPreferences": {
|
|
1553
|
+
"http": {
|
|
1554
|
+
"method": "PUT",
|
|
1555
|
+
"requestUri": "/channels/{channelArn}/memberships/{memberArn}/preferences",
|
|
1556
|
+
"responseCode": 200
|
|
1557
|
+
},
|
|
1558
|
+
"input": {
|
|
1559
|
+
"type": "structure",
|
|
1560
|
+
"required": [
|
|
1561
|
+
"ChannelArn",
|
|
1562
|
+
"MemberArn",
|
|
1563
|
+
"ChimeBearer",
|
|
1564
|
+
"Preferences"
|
|
1565
|
+
],
|
|
1566
|
+
"members": {
|
|
1567
|
+
"ChannelArn": {
|
|
1568
|
+
"location": "uri",
|
|
1569
|
+
"locationName": "channelArn"
|
|
1570
|
+
},
|
|
1571
|
+
"MemberArn": {
|
|
1572
|
+
"location": "uri",
|
|
1573
|
+
"locationName": "memberArn"
|
|
1574
|
+
},
|
|
1575
|
+
"ChimeBearer": {
|
|
1576
|
+
"location": "header",
|
|
1577
|
+
"locationName": "x-amz-chime-bearer"
|
|
1578
|
+
},
|
|
1579
|
+
"Preferences": {
|
|
1580
|
+
"shape": "S2a"
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
"output": {
|
|
1585
|
+
"type": "structure",
|
|
1586
|
+
"members": {
|
|
1587
|
+
"ChannelArn": {},
|
|
1588
|
+
"Member": {
|
|
1589
|
+
"shape": "S8"
|
|
1590
|
+
},
|
|
1591
|
+
"Preferences": {
|
|
1592
|
+
"shape": "S2a"
|
|
1141
1593
|
}
|
|
1142
1594
|
}
|
|
1143
1595
|
}
|
|
@@ -1198,21 +1650,42 @@
|
|
|
1198
1650
|
"locationName": "channelArn"
|
|
1199
1651
|
},
|
|
1200
1652
|
"Content": {
|
|
1201
|
-
"
|
|
1202
|
-
"sensitive": true
|
|
1653
|
+
"shape": "Sk"
|
|
1203
1654
|
},
|
|
1204
1655
|
"Type": {},
|
|
1205
1656
|
"Persistence": {},
|
|
1206
1657
|
"Metadata": {
|
|
1207
|
-
"shape": "
|
|
1658
|
+
"shape": "Sl"
|
|
1208
1659
|
},
|
|
1209
1660
|
"ClientRequestToken": {
|
|
1210
|
-
"shape": "
|
|
1661
|
+
"shape": "Sr",
|
|
1211
1662
|
"idempotencyToken": true
|
|
1212
1663
|
},
|
|
1213
1664
|
"ChimeBearer": {
|
|
1214
1665
|
"location": "header",
|
|
1215
1666
|
"locationName": "x-amz-chime-bearer"
|
|
1667
|
+
},
|
|
1668
|
+
"PushNotification": {
|
|
1669
|
+
"type": "structure",
|
|
1670
|
+
"required": [
|
|
1671
|
+
"Title",
|
|
1672
|
+
"Body",
|
|
1673
|
+
"Type"
|
|
1674
|
+
],
|
|
1675
|
+
"members": {
|
|
1676
|
+
"Title": {
|
|
1677
|
+
"type": "string",
|
|
1678
|
+
"sensitive": true
|
|
1679
|
+
},
|
|
1680
|
+
"Body": {
|
|
1681
|
+
"type": "string",
|
|
1682
|
+
"sensitive": true
|
|
1683
|
+
},
|
|
1684
|
+
"Type": {}
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"MessageAttributes": {
|
|
1688
|
+
"shape": "S2n"
|
|
1216
1689
|
}
|
|
1217
1690
|
}
|
|
1218
1691
|
},
|
|
@@ -1220,7 +1693,51 @@
|
|
|
1220
1693
|
"type": "structure",
|
|
1221
1694
|
"members": {
|
|
1222
1695
|
"ChannelArn": {},
|
|
1223
|
-
"MessageId": {}
|
|
1696
|
+
"MessageId": {},
|
|
1697
|
+
"Status": {
|
|
1698
|
+
"shape": "S2k"
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
"TagResource": {
|
|
1704
|
+
"http": {
|
|
1705
|
+
"requestUri": "/tags?operation=tag-resource",
|
|
1706
|
+
"responseCode": 204
|
|
1707
|
+
},
|
|
1708
|
+
"input": {
|
|
1709
|
+
"type": "structure",
|
|
1710
|
+
"required": [
|
|
1711
|
+
"ResourceARN",
|
|
1712
|
+
"Tags"
|
|
1713
|
+
],
|
|
1714
|
+
"members": {
|
|
1715
|
+
"ResourceARN": {},
|
|
1716
|
+
"Tags": {
|
|
1717
|
+
"shape": "Ss"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"UntagResource": {
|
|
1723
|
+
"http": {
|
|
1724
|
+
"requestUri": "/tags?operation=untag-resource",
|
|
1725
|
+
"responseCode": 204
|
|
1726
|
+
},
|
|
1727
|
+
"input": {
|
|
1728
|
+
"type": "structure",
|
|
1729
|
+
"required": [
|
|
1730
|
+
"ResourceARN",
|
|
1731
|
+
"TagKeys"
|
|
1732
|
+
],
|
|
1733
|
+
"members": {
|
|
1734
|
+
"ResourceARN": {},
|
|
1735
|
+
"TagKeys": {
|
|
1736
|
+
"type": "list",
|
|
1737
|
+
"member": {
|
|
1738
|
+
"shape": "Su"
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1224
1741
|
}
|
|
1225
1742
|
}
|
|
1226
1743
|
},
|
|
@@ -1244,11 +1761,11 @@
|
|
|
1244
1761
|
"locationName": "channelArn"
|
|
1245
1762
|
},
|
|
1246
1763
|
"Name": {
|
|
1247
|
-
"shape": "
|
|
1764
|
+
"shape": "So"
|
|
1248
1765
|
},
|
|
1249
1766
|
"Mode": {},
|
|
1250
1767
|
"Metadata": {
|
|
1251
|
-
"shape": "
|
|
1768
|
+
"shape": "Sl"
|
|
1252
1769
|
},
|
|
1253
1770
|
"ChimeBearer": {
|
|
1254
1771
|
"location": "header",
|
|
@@ -1263,6 +1780,39 @@
|
|
|
1263
1780
|
}
|
|
1264
1781
|
}
|
|
1265
1782
|
},
|
|
1783
|
+
"UpdateChannelFlow": {
|
|
1784
|
+
"http": {
|
|
1785
|
+
"method": "PUT",
|
|
1786
|
+
"requestUri": "/channel-flows/{channelFlowArn}",
|
|
1787
|
+
"responseCode": 200
|
|
1788
|
+
},
|
|
1789
|
+
"input": {
|
|
1790
|
+
"type": "structure",
|
|
1791
|
+
"required": [
|
|
1792
|
+
"ChannelFlowArn",
|
|
1793
|
+
"Processors",
|
|
1794
|
+
"Name"
|
|
1795
|
+
],
|
|
1796
|
+
"members": {
|
|
1797
|
+
"ChannelFlowArn": {
|
|
1798
|
+
"location": "uri",
|
|
1799
|
+
"locationName": "channelFlowArn"
|
|
1800
|
+
},
|
|
1801
|
+
"Processors": {
|
|
1802
|
+
"shape": "S10"
|
|
1803
|
+
},
|
|
1804
|
+
"Name": {
|
|
1805
|
+
"shape": "So"
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
"output": {
|
|
1810
|
+
"type": "structure",
|
|
1811
|
+
"members": {
|
|
1812
|
+
"ChannelFlowArn": {}
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1266
1816
|
"UpdateChannelMessage": {
|
|
1267
1817
|
"http": {
|
|
1268
1818
|
"method": "PUT",
|
|
@@ -1286,10 +1836,10 @@
|
|
|
1286
1836
|
"locationName": "messageId"
|
|
1287
1837
|
},
|
|
1288
1838
|
"Content": {
|
|
1289
|
-
"shape": "
|
|
1839
|
+
"shape": "S2h"
|
|
1290
1840
|
},
|
|
1291
1841
|
"Metadata": {
|
|
1292
|
-
"shape": "
|
|
1842
|
+
"shape": "Sl"
|
|
1293
1843
|
},
|
|
1294
1844
|
"ChimeBearer": {
|
|
1295
1845
|
"location": "header",
|
|
@@ -1301,7 +1851,10 @@
|
|
|
1301
1851
|
"type": "structure",
|
|
1302
1852
|
"members": {
|
|
1303
1853
|
"ChannelArn": {},
|
|
1304
|
-
"MessageId": {}
|
|
1854
|
+
"MessageId": {},
|
|
1855
|
+
"Status": {
|
|
1856
|
+
"shape": "S2k"
|
|
1857
|
+
}
|
|
1305
1858
|
}
|
|
1306
1859
|
}
|
|
1307
1860
|
},
|
|
@@ -1337,7 +1890,7 @@
|
|
|
1337
1890
|
}
|
|
1338
1891
|
},
|
|
1339
1892
|
"shapes": {
|
|
1340
|
-
"
|
|
1893
|
+
"S8": {
|
|
1341
1894
|
"type": "structure",
|
|
1342
1895
|
"members": {
|
|
1343
1896
|
"Arn": {},
|
|
@@ -1347,23 +1900,90 @@
|
|
|
1347
1900
|
}
|
|
1348
1901
|
}
|
|
1349
1902
|
},
|
|
1350
|
-
"
|
|
1903
|
+
"Sk": {
|
|
1904
|
+
"type": "string",
|
|
1905
|
+
"sensitive": true
|
|
1906
|
+
},
|
|
1907
|
+
"Sl": {
|
|
1351
1908
|
"type": "string",
|
|
1352
1909
|
"sensitive": true
|
|
1353
1910
|
},
|
|
1354
|
-
"
|
|
1911
|
+
"So": {
|
|
1355
1912
|
"type": "string",
|
|
1356
1913
|
"sensitive": true
|
|
1357
1914
|
},
|
|
1358
|
-
"
|
|
1915
|
+
"Sr": {
|
|
1359
1916
|
"type": "string",
|
|
1360
1917
|
"sensitive": true
|
|
1361
1918
|
},
|
|
1362
|
-
"
|
|
1919
|
+
"Ss": {
|
|
1920
|
+
"type": "list",
|
|
1921
|
+
"member": {
|
|
1922
|
+
"type": "structure",
|
|
1923
|
+
"required": [
|
|
1924
|
+
"Key",
|
|
1925
|
+
"Value"
|
|
1926
|
+
],
|
|
1927
|
+
"members": {
|
|
1928
|
+
"Key": {
|
|
1929
|
+
"shape": "Su"
|
|
1930
|
+
},
|
|
1931
|
+
"Value": {
|
|
1932
|
+
"type": "string",
|
|
1933
|
+
"sensitive": true
|
|
1934
|
+
}
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
"Su": {
|
|
1939
|
+
"type": "string",
|
|
1940
|
+
"sensitive": true
|
|
1941
|
+
},
|
|
1942
|
+
"S10": {
|
|
1943
|
+
"type": "list",
|
|
1944
|
+
"member": {
|
|
1945
|
+
"type": "structure",
|
|
1946
|
+
"required": [
|
|
1947
|
+
"Name",
|
|
1948
|
+
"Configuration",
|
|
1949
|
+
"ExecutionOrder",
|
|
1950
|
+
"FallbackAction"
|
|
1951
|
+
],
|
|
1952
|
+
"members": {
|
|
1953
|
+
"Name": {
|
|
1954
|
+
"shape": "So"
|
|
1955
|
+
},
|
|
1956
|
+
"Configuration": {
|
|
1957
|
+
"type": "structure",
|
|
1958
|
+
"required": [
|
|
1959
|
+
"Lambda"
|
|
1960
|
+
],
|
|
1961
|
+
"members": {
|
|
1962
|
+
"Lambda": {
|
|
1963
|
+
"type": "structure",
|
|
1964
|
+
"required": [
|
|
1965
|
+
"ResourceArn",
|
|
1966
|
+
"InvocationType"
|
|
1967
|
+
],
|
|
1968
|
+
"members": {
|
|
1969
|
+
"ResourceArn": {},
|
|
1970
|
+
"InvocationType": {}
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"ExecutionOrder": {
|
|
1976
|
+
"type": "integer"
|
|
1977
|
+
},
|
|
1978
|
+
"FallbackAction": {}
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
"S1y": {
|
|
1363
1983
|
"type": "structure",
|
|
1364
1984
|
"members": {
|
|
1365
1985
|
"ChannelSummary": {
|
|
1366
|
-
"shape": "
|
|
1986
|
+
"shape": "S1z"
|
|
1367
1987
|
},
|
|
1368
1988
|
"AppInstanceUserMembershipSummary": {
|
|
1369
1989
|
"type": "structure",
|
|
@@ -1376,36 +1996,80 @@
|
|
|
1376
1996
|
}
|
|
1377
1997
|
}
|
|
1378
1998
|
},
|
|
1379
|
-
"
|
|
1999
|
+
"S1z": {
|
|
1380
2000
|
"type": "structure",
|
|
1381
2001
|
"members": {
|
|
1382
2002
|
"Name": {
|
|
1383
|
-
"shape": "
|
|
2003
|
+
"shape": "So"
|
|
1384
2004
|
},
|
|
1385
2005
|
"ChannelArn": {},
|
|
1386
2006
|
"Mode": {},
|
|
1387
2007
|
"Privacy": {},
|
|
1388
2008
|
"Metadata": {
|
|
1389
|
-
"shape": "
|
|
2009
|
+
"shape": "Sl"
|
|
1390
2010
|
},
|
|
1391
2011
|
"LastMessageTimestamp": {
|
|
1392
2012
|
"type": "timestamp"
|
|
1393
2013
|
}
|
|
1394
2014
|
}
|
|
1395
2015
|
},
|
|
1396
|
-
"
|
|
2016
|
+
"S23": {
|
|
1397
2017
|
"type": "structure",
|
|
1398
2018
|
"members": {
|
|
1399
2019
|
"ChannelSummary": {
|
|
1400
|
-
"shape": "
|
|
2020
|
+
"shape": "S1z"
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
"S2a": {
|
|
2025
|
+
"type": "structure",
|
|
2026
|
+
"members": {
|
|
2027
|
+
"PushNotifications": {
|
|
2028
|
+
"type": "structure",
|
|
2029
|
+
"required": [
|
|
2030
|
+
"AllowNotifications"
|
|
2031
|
+
],
|
|
2032
|
+
"members": {
|
|
2033
|
+
"AllowNotifications": {},
|
|
2034
|
+
"FilterRule": {
|
|
2035
|
+
"type": "string",
|
|
2036
|
+
"sensitive": true
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
1401
2039
|
}
|
|
1402
2040
|
}
|
|
1403
2041
|
},
|
|
1404
|
-
"
|
|
2042
|
+
"S2h": {
|
|
1405
2043
|
"type": "string",
|
|
1406
2044
|
"sensitive": true
|
|
1407
2045
|
},
|
|
1408
|
-
"
|
|
2046
|
+
"S2k": {
|
|
2047
|
+
"type": "structure",
|
|
2048
|
+
"members": {
|
|
2049
|
+
"Value": {},
|
|
2050
|
+
"Detail": {}
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
"S2n": {
|
|
2054
|
+
"type": "map",
|
|
2055
|
+
"key": {
|
|
2056
|
+
"type": "string",
|
|
2057
|
+
"sensitive": true
|
|
2058
|
+
},
|
|
2059
|
+
"value": {
|
|
2060
|
+
"type": "structure",
|
|
2061
|
+
"members": {
|
|
2062
|
+
"StringValues": {
|
|
2063
|
+
"type": "list",
|
|
2064
|
+
"member": {
|
|
2065
|
+
"type": "string",
|
|
2066
|
+
"sensitive": true
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
"S30": {
|
|
1409
2073
|
"type": "string",
|
|
1410
2074
|
"sensitive": true
|
|
1411
2075
|
}
|