@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30
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/.jsii +5 -5
- package/.projenrc.ts +5 -0
- package/API.md +106 -50
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +153 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
- package/node_modules/aws-sdk/apis/metadata.json +11 -0
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
- package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
- package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
- package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
- package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
- package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
- package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
- package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
- package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
- package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
- package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
- package/node_modules/aws-sdk/clients/location.d.ts +20 -16
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
- package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
- package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
- package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
- package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
- package/node_modules/jszip/CHANGES.md +5 -0
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +194 -13
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +1 -1
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/utils.js +1 -1
- package/node_modules/jszip/package.json +2 -2
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/uuid/CHANGELOG.md +132 -44
- package/node_modules/uuid/CONTRIBUTING.md +20 -0
- package/node_modules/uuid/LICENSE.md +1 -1
- package/node_modules/uuid/README.md +298 -152
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/bytesToUuid.js +26 -0
- package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-browser/index.js +4 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
- package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-node/index.js +4 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/rng.js +4 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
- package/node_modules/uuid/dist/esm-node/v4.js +27 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/index.js +39 -0
- package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/rng-browser.js +21 -0
- package/node_modules/uuid/dist/rng.js +14 -0
- package/node_modules/uuid/dist/sha1-browser.js +95 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +67 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +69 -0
- package/node_modules/uuid/dist/v4.js +40 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/package.json +92 -19
- package/node_modules/uuid/wrapper.mjs +5 -0
- package/package.json +17 -14
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
|
@@ -1054,32 +1054,35 @@
|
|
|
1054
1054
|
},
|
|
1055
1055
|
"SmsAuthenticationMessage": {},
|
|
1056
1056
|
"MfaConfiguration": {},
|
|
1057
|
-
"
|
|
1057
|
+
"UserAttributeUpdateSettings": {
|
|
1058
1058
|
"shape": "S5h"
|
|
1059
1059
|
},
|
|
1060
|
+
"DeviceConfiguration": {
|
|
1061
|
+
"shape": "S5j"
|
|
1062
|
+
},
|
|
1060
1063
|
"EmailConfiguration": {
|
|
1061
|
-
"shape": "
|
|
1064
|
+
"shape": "S5k"
|
|
1062
1065
|
},
|
|
1063
1066
|
"SmsConfiguration": {
|
|
1064
|
-
"shape": "
|
|
1067
|
+
"shape": "S5o"
|
|
1065
1068
|
},
|
|
1066
1069
|
"UserPoolTags": {
|
|
1067
|
-
"shape": "
|
|
1070
|
+
"shape": "S5q"
|
|
1068
1071
|
},
|
|
1069
1072
|
"AdminCreateUserConfig": {
|
|
1070
|
-
"shape": "
|
|
1073
|
+
"shape": "S5t"
|
|
1071
1074
|
},
|
|
1072
1075
|
"Schema": {
|
|
1073
|
-
"shape": "
|
|
1076
|
+
"shape": "S5w"
|
|
1074
1077
|
},
|
|
1075
1078
|
"UserPoolAddOns": {
|
|
1076
|
-
"shape": "
|
|
1079
|
+
"shape": "S5x"
|
|
1077
1080
|
},
|
|
1078
1081
|
"UsernameConfiguration": {
|
|
1079
|
-
"shape": "
|
|
1082
|
+
"shape": "S5z"
|
|
1080
1083
|
},
|
|
1081
1084
|
"AccountRecoverySetting": {
|
|
1082
|
-
"shape": "
|
|
1085
|
+
"shape": "S60"
|
|
1083
1086
|
}
|
|
1084
1087
|
}
|
|
1085
1088
|
},
|
|
@@ -1087,7 +1090,7 @@
|
|
|
1087
1090
|
"type": "structure",
|
|
1088
1091
|
"members": {
|
|
1089
1092
|
"UserPool": {
|
|
1090
|
-
"shape": "
|
|
1093
|
+
"shape": "S66"
|
|
1091
1094
|
}
|
|
1092
1095
|
}
|
|
1093
1096
|
}
|
|
@@ -1115,42 +1118,45 @@
|
|
|
1115
1118
|
"type": "integer"
|
|
1116
1119
|
},
|
|
1117
1120
|
"TokenValidityUnits": {
|
|
1118
|
-
"shape": "
|
|
1121
|
+
"shape": "S6f"
|
|
1119
1122
|
},
|
|
1120
1123
|
"ReadAttributes": {
|
|
1121
|
-
"shape": "
|
|
1124
|
+
"shape": "S6h"
|
|
1122
1125
|
},
|
|
1123
1126
|
"WriteAttributes": {
|
|
1124
|
-
"shape": "
|
|
1127
|
+
"shape": "S6h"
|
|
1125
1128
|
},
|
|
1126
1129
|
"ExplicitAuthFlows": {
|
|
1127
|
-
"shape": "
|
|
1130
|
+
"shape": "S6j"
|
|
1128
1131
|
},
|
|
1129
1132
|
"SupportedIdentityProviders": {
|
|
1130
|
-
"shape": "
|
|
1133
|
+
"shape": "S6l"
|
|
1131
1134
|
},
|
|
1132
1135
|
"CallbackURLs": {
|
|
1133
|
-
"shape": "
|
|
1136
|
+
"shape": "S6m"
|
|
1134
1137
|
},
|
|
1135
1138
|
"LogoutURLs": {
|
|
1136
|
-
"shape": "
|
|
1139
|
+
"shape": "S6o"
|
|
1137
1140
|
},
|
|
1138
1141
|
"DefaultRedirectURI": {},
|
|
1139
1142
|
"AllowedOAuthFlows": {
|
|
1140
|
-
"shape": "
|
|
1143
|
+
"shape": "S6p"
|
|
1141
1144
|
},
|
|
1142
1145
|
"AllowedOAuthScopes": {
|
|
1143
|
-
"shape": "
|
|
1146
|
+
"shape": "S6r"
|
|
1144
1147
|
},
|
|
1145
1148
|
"AllowedOAuthFlowsUserPoolClient": {
|
|
1146
1149
|
"type": "boolean"
|
|
1147
1150
|
},
|
|
1148
1151
|
"AnalyticsConfiguration": {
|
|
1149
|
-
"shape": "
|
|
1152
|
+
"shape": "S6t"
|
|
1150
1153
|
},
|
|
1151
1154
|
"PreventUserExistenceErrors": {},
|
|
1152
1155
|
"EnableTokenRevocation": {
|
|
1153
1156
|
"type": "boolean"
|
|
1157
|
+
},
|
|
1158
|
+
"EnablePropagateAdditionalUserContextData": {
|
|
1159
|
+
"type": "boolean"
|
|
1154
1160
|
}
|
|
1155
1161
|
}
|
|
1156
1162
|
},
|
|
@@ -1158,7 +1164,7 @@
|
|
|
1158
1164
|
"type": "structure",
|
|
1159
1165
|
"members": {
|
|
1160
1166
|
"UserPoolClient": {
|
|
1161
|
-
"shape": "
|
|
1167
|
+
"shape": "S6x"
|
|
1162
1168
|
}
|
|
1163
1169
|
}
|
|
1164
1170
|
}
|
|
@@ -1174,7 +1180,7 @@
|
|
|
1174
1180
|
"Domain": {},
|
|
1175
1181
|
"UserPoolId": {},
|
|
1176
1182
|
"CustomDomainConfig": {
|
|
1177
|
-
"shape": "
|
|
1183
|
+
"shape": "S70"
|
|
1178
1184
|
}
|
|
1179
1185
|
}
|
|
1180
1186
|
},
|
|
@@ -1371,7 +1377,7 @@
|
|
|
1371
1377
|
],
|
|
1372
1378
|
"members": {
|
|
1373
1379
|
"RiskConfiguration": {
|
|
1374
|
-
"shape": "
|
|
1380
|
+
"shape": "S7i"
|
|
1375
1381
|
}
|
|
1376
1382
|
}
|
|
1377
1383
|
}
|
|
@@ -1411,7 +1417,7 @@
|
|
|
1411
1417
|
"type": "structure",
|
|
1412
1418
|
"members": {
|
|
1413
1419
|
"UserPool": {
|
|
1414
|
-
"shape": "
|
|
1420
|
+
"shape": "S66"
|
|
1415
1421
|
}
|
|
1416
1422
|
}
|
|
1417
1423
|
}
|
|
@@ -1434,7 +1440,7 @@
|
|
|
1434
1440
|
"type": "structure",
|
|
1435
1441
|
"members": {
|
|
1436
1442
|
"UserPoolClient": {
|
|
1437
|
-
"shape": "
|
|
1443
|
+
"shape": "S6x"
|
|
1438
1444
|
}
|
|
1439
1445
|
}
|
|
1440
1446
|
}
|
|
@@ -1463,7 +1469,7 @@
|
|
|
1463
1469
|
"Version": {},
|
|
1464
1470
|
"Status": {},
|
|
1465
1471
|
"CustomDomainConfig": {
|
|
1466
|
-
"shape": "
|
|
1472
|
+
"shape": "S70"
|
|
1467
1473
|
}
|
|
1468
1474
|
}
|
|
1469
1475
|
}
|
|
@@ -1516,7 +1522,7 @@
|
|
|
1516
1522
|
"type": "structure",
|
|
1517
1523
|
"members": {
|
|
1518
1524
|
"CodeDeliveryDetails": {
|
|
1519
|
-
"shape": "
|
|
1525
|
+
"shape": "S8g"
|
|
1520
1526
|
}
|
|
1521
1527
|
}
|
|
1522
1528
|
},
|
|
@@ -1650,7 +1656,7 @@
|
|
|
1650
1656
|
],
|
|
1651
1657
|
"members": {
|
|
1652
1658
|
"UICustomization": {
|
|
1653
|
-
"shape": "
|
|
1659
|
+
"shape": "S8u"
|
|
1654
1660
|
}
|
|
1655
1661
|
}
|
|
1656
1662
|
}
|
|
@@ -1712,7 +1718,7 @@
|
|
|
1712
1718
|
"type": "structure",
|
|
1713
1719
|
"members": {
|
|
1714
1720
|
"CodeDeliveryDetails": {
|
|
1715
|
-
"shape": "
|
|
1721
|
+
"shape": "S8g"
|
|
1716
1722
|
}
|
|
1717
1723
|
}
|
|
1718
1724
|
},
|
|
@@ -1732,10 +1738,10 @@
|
|
|
1732
1738
|
"type": "structure",
|
|
1733
1739
|
"members": {
|
|
1734
1740
|
"SmsMfaConfiguration": {
|
|
1735
|
-
"shape": "
|
|
1741
|
+
"shape": "S94"
|
|
1736
1742
|
},
|
|
1737
1743
|
"SoftwareTokenMfaConfiguration": {
|
|
1738
|
-
"shape": "
|
|
1744
|
+
"shape": "S95"
|
|
1739
1745
|
},
|
|
1740
1746
|
"MfaConfiguration": {}
|
|
1741
1747
|
}
|
|
@@ -1933,7 +1939,7 @@
|
|
|
1933
1939
|
"type": "structure",
|
|
1934
1940
|
"members": {
|
|
1935
1941
|
"Tags": {
|
|
1936
|
-
"shape": "
|
|
1942
|
+
"shape": "S5q"
|
|
1937
1943
|
}
|
|
1938
1944
|
}
|
|
1939
1945
|
}
|
|
@@ -2063,7 +2069,7 @@
|
|
|
2063
2069
|
"type": "structure",
|
|
2064
2070
|
"members": {
|
|
2065
2071
|
"Users": {
|
|
2066
|
-
"shape": "
|
|
2072
|
+
"shape": "Sa7"
|
|
2067
2073
|
},
|
|
2068
2074
|
"PaginationToken": {}
|
|
2069
2075
|
}
|
|
@@ -2089,7 +2095,7 @@
|
|
|
2089
2095
|
"type": "structure",
|
|
2090
2096
|
"members": {
|
|
2091
2097
|
"Users": {
|
|
2092
|
-
"shape": "
|
|
2098
|
+
"shape": "Sa7"
|
|
2093
2099
|
},
|
|
2094
2100
|
"NextToken": {}
|
|
2095
2101
|
}
|
|
@@ -2127,7 +2133,7 @@
|
|
|
2127
2133
|
"type": "structure",
|
|
2128
2134
|
"members": {
|
|
2129
2135
|
"CodeDeliveryDetails": {
|
|
2130
|
-
"shape": "
|
|
2136
|
+
"shape": "S8g"
|
|
2131
2137
|
}
|
|
2132
2138
|
}
|
|
2133
2139
|
},
|
|
@@ -2190,7 +2196,7 @@
|
|
|
2190
2196
|
"shape": "S1j"
|
|
2191
2197
|
},
|
|
2192
2198
|
"ClientSecret": {
|
|
2193
|
-
"shape": "
|
|
2199
|
+
"shape": "S6y"
|
|
2194
2200
|
}
|
|
2195
2201
|
}
|
|
2196
2202
|
},
|
|
@@ -2211,13 +2217,13 @@
|
|
|
2211
2217
|
"shape": "S1j"
|
|
2212
2218
|
},
|
|
2213
2219
|
"CompromisedCredentialsRiskConfiguration": {
|
|
2214
|
-
"shape": "
|
|
2220
|
+
"shape": "S7j"
|
|
2215
2221
|
},
|
|
2216
2222
|
"AccountTakeoverRiskConfiguration": {
|
|
2217
|
-
"shape": "
|
|
2223
|
+
"shape": "S7o"
|
|
2218
2224
|
},
|
|
2219
2225
|
"RiskExceptionConfiguration": {
|
|
2220
|
-
"shape": "
|
|
2226
|
+
"shape": "S7x"
|
|
2221
2227
|
}
|
|
2222
2228
|
}
|
|
2223
2229
|
},
|
|
@@ -2228,7 +2234,7 @@
|
|
|
2228
2234
|
],
|
|
2229
2235
|
"members": {
|
|
2230
2236
|
"RiskConfiguration": {
|
|
2231
|
-
"shape": "
|
|
2237
|
+
"shape": "S7i"
|
|
2232
2238
|
}
|
|
2233
2239
|
}
|
|
2234
2240
|
}
|
|
@@ -2257,7 +2263,7 @@
|
|
|
2257
2263
|
],
|
|
2258
2264
|
"members": {
|
|
2259
2265
|
"UICustomization": {
|
|
2260
|
-
"shape": "
|
|
2266
|
+
"shape": "S8u"
|
|
2261
2267
|
}
|
|
2262
2268
|
}
|
|
2263
2269
|
}
|
|
@@ -2294,10 +2300,10 @@
|
|
|
2294
2300
|
"members": {
|
|
2295
2301
|
"UserPoolId": {},
|
|
2296
2302
|
"SmsMfaConfiguration": {
|
|
2297
|
-
"shape": "
|
|
2303
|
+
"shape": "S94"
|
|
2298
2304
|
},
|
|
2299
2305
|
"SoftwareTokenMfaConfiguration": {
|
|
2300
|
-
"shape": "
|
|
2306
|
+
"shape": "S95"
|
|
2301
2307
|
},
|
|
2302
2308
|
"MfaConfiguration": {}
|
|
2303
2309
|
}
|
|
@@ -2306,10 +2312,10 @@
|
|
|
2306
2312
|
"type": "structure",
|
|
2307
2313
|
"members": {
|
|
2308
2314
|
"SmsMfaConfiguration": {
|
|
2309
|
-
"shape": "
|
|
2315
|
+
"shape": "S94"
|
|
2310
2316
|
},
|
|
2311
2317
|
"SoftwareTokenMfaConfiguration": {
|
|
2312
|
-
"shape": "
|
|
2318
|
+
"shape": "S95"
|
|
2313
2319
|
},
|
|
2314
2320
|
"MfaConfiguration": {}
|
|
2315
2321
|
}
|
|
@@ -2386,7 +2392,7 @@
|
|
|
2386
2392
|
"type": "boolean"
|
|
2387
2393
|
},
|
|
2388
2394
|
"CodeDeliveryDetails": {
|
|
2389
|
-
"shape": "
|
|
2395
|
+
"shape": "S8g"
|
|
2390
2396
|
},
|
|
2391
2397
|
"UserSub": {}
|
|
2392
2398
|
}
|
|
@@ -2445,7 +2451,7 @@
|
|
|
2445
2451
|
"members": {
|
|
2446
2452
|
"ResourceArn": {},
|
|
2447
2453
|
"Tags": {
|
|
2448
|
-
"shape": "
|
|
2454
|
+
"shape": "S5q"
|
|
2449
2455
|
}
|
|
2450
2456
|
}
|
|
2451
2457
|
},
|
|
@@ -2634,7 +2640,7 @@
|
|
|
2634
2640
|
"CodeDeliveryDetailsList": {
|
|
2635
2641
|
"type": "list",
|
|
2636
2642
|
"member": {
|
|
2637
|
-
"shape": "
|
|
2643
|
+
"shape": "S8g"
|
|
2638
2644
|
}
|
|
2639
2645
|
}
|
|
2640
2646
|
}
|
|
@@ -2665,27 +2671,30 @@
|
|
|
2665
2671
|
"shape": "S5c"
|
|
2666
2672
|
},
|
|
2667
2673
|
"SmsAuthenticationMessage": {},
|
|
2674
|
+
"UserAttributeUpdateSettings": {
|
|
2675
|
+
"shape": "S5h"
|
|
2676
|
+
},
|
|
2668
2677
|
"MfaConfiguration": {},
|
|
2669
2678
|
"DeviceConfiguration": {
|
|
2670
|
-
"shape": "
|
|
2679
|
+
"shape": "S5j"
|
|
2671
2680
|
},
|
|
2672
2681
|
"EmailConfiguration": {
|
|
2673
|
-
"shape": "
|
|
2682
|
+
"shape": "S5k"
|
|
2674
2683
|
},
|
|
2675
2684
|
"SmsConfiguration": {
|
|
2676
|
-
"shape": "
|
|
2685
|
+
"shape": "S5o"
|
|
2677
2686
|
},
|
|
2678
2687
|
"UserPoolTags": {
|
|
2679
|
-
"shape": "
|
|
2688
|
+
"shape": "S5q"
|
|
2680
2689
|
},
|
|
2681
2690
|
"AdminCreateUserConfig": {
|
|
2682
|
-
"shape": "
|
|
2691
|
+
"shape": "S5t"
|
|
2683
2692
|
},
|
|
2684
2693
|
"UserPoolAddOns": {
|
|
2685
|
-
"shape": "
|
|
2694
|
+
"shape": "S5x"
|
|
2686
2695
|
},
|
|
2687
2696
|
"AccountRecoverySetting": {
|
|
2688
|
-
"shape": "
|
|
2697
|
+
"shape": "S60"
|
|
2689
2698
|
}
|
|
2690
2699
|
}
|
|
2691
2700
|
},
|
|
@@ -2717,42 +2726,45 @@
|
|
|
2717
2726
|
"type": "integer"
|
|
2718
2727
|
},
|
|
2719
2728
|
"TokenValidityUnits": {
|
|
2720
|
-
"shape": "
|
|
2729
|
+
"shape": "S6f"
|
|
2721
2730
|
},
|
|
2722
2731
|
"ReadAttributes": {
|
|
2723
|
-
"shape": "
|
|
2732
|
+
"shape": "S6h"
|
|
2724
2733
|
},
|
|
2725
2734
|
"WriteAttributes": {
|
|
2726
|
-
"shape": "
|
|
2735
|
+
"shape": "S6h"
|
|
2727
2736
|
},
|
|
2728
2737
|
"ExplicitAuthFlows": {
|
|
2729
|
-
"shape": "
|
|
2738
|
+
"shape": "S6j"
|
|
2730
2739
|
},
|
|
2731
2740
|
"SupportedIdentityProviders": {
|
|
2732
|
-
"shape": "
|
|
2741
|
+
"shape": "S6l"
|
|
2733
2742
|
},
|
|
2734
2743
|
"CallbackURLs": {
|
|
2735
|
-
"shape": "
|
|
2744
|
+
"shape": "S6m"
|
|
2736
2745
|
},
|
|
2737
2746
|
"LogoutURLs": {
|
|
2738
|
-
"shape": "
|
|
2747
|
+
"shape": "S6o"
|
|
2739
2748
|
},
|
|
2740
2749
|
"DefaultRedirectURI": {},
|
|
2741
2750
|
"AllowedOAuthFlows": {
|
|
2742
|
-
"shape": "
|
|
2751
|
+
"shape": "S6p"
|
|
2743
2752
|
},
|
|
2744
2753
|
"AllowedOAuthScopes": {
|
|
2745
|
-
"shape": "
|
|
2754
|
+
"shape": "S6r"
|
|
2746
2755
|
},
|
|
2747
2756
|
"AllowedOAuthFlowsUserPoolClient": {
|
|
2748
2757
|
"type": "boolean"
|
|
2749
2758
|
},
|
|
2750
2759
|
"AnalyticsConfiguration": {
|
|
2751
|
-
"shape": "
|
|
2760
|
+
"shape": "S6t"
|
|
2752
2761
|
},
|
|
2753
2762
|
"PreventUserExistenceErrors": {},
|
|
2754
2763
|
"EnableTokenRevocation": {
|
|
2755
2764
|
"type": "boolean"
|
|
2765
|
+
},
|
|
2766
|
+
"EnablePropagateAdditionalUserContextData": {
|
|
2767
|
+
"type": "boolean"
|
|
2756
2768
|
}
|
|
2757
2769
|
}
|
|
2758
2770
|
},
|
|
@@ -2760,7 +2772,7 @@
|
|
|
2760
2772
|
"type": "structure",
|
|
2761
2773
|
"members": {
|
|
2762
2774
|
"UserPoolClient": {
|
|
2763
|
-
"shape": "
|
|
2775
|
+
"shape": "S6x"
|
|
2764
2776
|
}
|
|
2765
2777
|
}
|
|
2766
2778
|
}
|
|
@@ -2777,7 +2789,7 @@
|
|
|
2777
2789
|
"Domain": {},
|
|
2778
2790
|
"UserPoolId": {},
|
|
2779
2791
|
"CustomDomainConfig": {
|
|
2780
|
-
"shape": "
|
|
2792
|
+
"shape": "S70"
|
|
2781
2793
|
}
|
|
2782
2794
|
}
|
|
2783
2795
|
},
|
|
@@ -3101,6 +3113,7 @@
|
|
|
3101
3113
|
"S3u": {
|
|
3102
3114
|
"type": "structure",
|
|
3103
3115
|
"members": {
|
|
3116
|
+
"IpAddress": {},
|
|
3104
3117
|
"EncodedData": {}
|
|
3105
3118
|
}
|
|
3106
3119
|
},
|
|
@@ -3286,6 +3299,15 @@
|
|
|
3286
3299
|
}
|
|
3287
3300
|
},
|
|
3288
3301
|
"S5h": {
|
|
3302
|
+
"type": "structure",
|
|
3303
|
+
"members": {
|
|
3304
|
+
"AttributesRequireVerificationBeforeUpdate": {
|
|
3305
|
+
"type": "list",
|
|
3306
|
+
"member": {}
|
|
3307
|
+
}
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
"S5j": {
|
|
3289
3311
|
"type": "structure",
|
|
3290
3312
|
"members": {
|
|
3291
3313
|
"ChallengeRequiredOnNewDevice": {
|
|
@@ -3296,7 +3318,7 @@
|
|
|
3296
3318
|
}
|
|
3297
3319
|
}
|
|
3298
3320
|
},
|
|
3299
|
-
"
|
|
3321
|
+
"S5k": {
|
|
3300
3322
|
"type": "structure",
|
|
3301
3323
|
"members": {
|
|
3302
3324
|
"SourceArn": {},
|
|
@@ -3306,7 +3328,7 @@
|
|
|
3306
3328
|
"ConfigurationSet": {}
|
|
3307
3329
|
}
|
|
3308
3330
|
},
|
|
3309
|
-
"
|
|
3331
|
+
"S5o": {
|
|
3310
3332
|
"type": "structure",
|
|
3311
3333
|
"required": [
|
|
3312
3334
|
"SnsCallerArn"
|
|
@@ -3317,12 +3339,12 @@
|
|
|
3317
3339
|
"SnsRegion": {}
|
|
3318
3340
|
}
|
|
3319
3341
|
},
|
|
3320
|
-
"
|
|
3342
|
+
"S5q": {
|
|
3321
3343
|
"type": "map",
|
|
3322
3344
|
"key": {},
|
|
3323
3345
|
"value": {}
|
|
3324
3346
|
},
|
|
3325
|
-
"
|
|
3347
|
+
"S5t": {
|
|
3326
3348
|
"type": "structure",
|
|
3327
3349
|
"members": {
|
|
3328
3350
|
"AllowAdminCreateUserOnly": {
|
|
@@ -3341,13 +3363,13 @@
|
|
|
3341
3363
|
}
|
|
3342
3364
|
}
|
|
3343
3365
|
},
|
|
3344
|
-
"
|
|
3366
|
+
"S5w": {
|
|
3345
3367
|
"type": "list",
|
|
3346
3368
|
"member": {
|
|
3347
3369
|
"shape": "S4"
|
|
3348
3370
|
}
|
|
3349
3371
|
},
|
|
3350
|
-
"
|
|
3372
|
+
"S5x": {
|
|
3351
3373
|
"type": "structure",
|
|
3352
3374
|
"required": [
|
|
3353
3375
|
"AdvancedSecurityMode"
|
|
@@ -3356,7 +3378,7 @@
|
|
|
3356
3378
|
"AdvancedSecurityMode": {}
|
|
3357
3379
|
}
|
|
3358
3380
|
},
|
|
3359
|
-
"
|
|
3381
|
+
"S5z": {
|
|
3360
3382
|
"type": "structure",
|
|
3361
3383
|
"required": [
|
|
3362
3384
|
"CaseSensitive"
|
|
@@ -3367,7 +3389,7 @@
|
|
|
3367
3389
|
}
|
|
3368
3390
|
}
|
|
3369
3391
|
},
|
|
3370
|
-
"
|
|
3392
|
+
"S60": {
|
|
3371
3393
|
"type": "structure",
|
|
3372
3394
|
"members": {
|
|
3373
3395
|
"RecoveryMechanisms": {
|
|
@@ -3388,7 +3410,7 @@
|
|
|
3388
3410
|
}
|
|
3389
3411
|
}
|
|
3390
3412
|
},
|
|
3391
|
-
"
|
|
3413
|
+
"S66": {
|
|
3392
3414
|
"type": "structure",
|
|
3393
3415
|
"members": {
|
|
3394
3416
|
"Id": {},
|
|
@@ -3407,7 +3429,7 @@
|
|
|
3407
3429
|
"type": "timestamp"
|
|
3408
3430
|
},
|
|
3409
3431
|
"SchemaAttributes": {
|
|
3410
|
-
"shape": "
|
|
3432
|
+
"shape": "S5w"
|
|
3411
3433
|
},
|
|
3412
3434
|
"AutoVerifiedAttributes": {
|
|
3413
3435
|
"shape": "S53"
|
|
@@ -3425,42 +3447,45 @@
|
|
|
3425
3447
|
"shape": "S5c"
|
|
3426
3448
|
},
|
|
3427
3449
|
"SmsAuthenticationMessage": {},
|
|
3450
|
+
"UserAttributeUpdateSettings": {
|
|
3451
|
+
"shape": "S5h"
|
|
3452
|
+
},
|
|
3428
3453
|
"MfaConfiguration": {},
|
|
3429
3454
|
"DeviceConfiguration": {
|
|
3430
|
-
"shape": "
|
|
3455
|
+
"shape": "S5j"
|
|
3431
3456
|
},
|
|
3432
3457
|
"EstimatedNumberOfUsers": {
|
|
3433
3458
|
"type": "integer"
|
|
3434
3459
|
},
|
|
3435
3460
|
"EmailConfiguration": {
|
|
3436
|
-
"shape": "
|
|
3461
|
+
"shape": "S5k"
|
|
3437
3462
|
},
|
|
3438
3463
|
"SmsConfiguration": {
|
|
3439
|
-
"shape": "
|
|
3464
|
+
"shape": "S5o"
|
|
3440
3465
|
},
|
|
3441
3466
|
"UserPoolTags": {
|
|
3442
|
-
"shape": "
|
|
3467
|
+
"shape": "S5q"
|
|
3443
3468
|
},
|
|
3444
3469
|
"SmsConfigurationFailure": {},
|
|
3445
3470
|
"EmailConfigurationFailure": {},
|
|
3446
3471
|
"Domain": {},
|
|
3447
3472
|
"CustomDomain": {},
|
|
3448
3473
|
"AdminCreateUserConfig": {
|
|
3449
|
-
"shape": "
|
|
3474
|
+
"shape": "S5t"
|
|
3450
3475
|
},
|
|
3451
3476
|
"UserPoolAddOns": {
|
|
3452
|
-
"shape": "
|
|
3477
|
+
"shape": "S5x"
|
|
3453
3478
|
},
|
|
3454
3479
|
"UsernameConfiguration": {
|
|
3455
|
-
"shape": "
|
|
3480
|
+
"shape": "S5z"
|
|
3456
3481
|
},
|
|
3457
3482
|
"Arn": {},
|
|
3458
3483
|
"AccountRecoverySetting": {
|
|
3459
|
-
"shape": "
|
|
3484
|
+
"shape": "S60"
|
|
3460
3485
|
}
|
|
3461
3486
|
}
|
|
3462
3487
|
},
|
|
3463
|
-
"
|
|
3488
|
+
"S6f": {
|
|
3464
3489
|
"type": "structure",
|
|
3465
3490
|
"members": {
|
|
3466
3491
|
"AccessToken": {},
|
|
@@ -3468,10 +3493,6 @@
|
|
|
3468
3493
|
"RefreshToken": {}
|
|
3469
3494
|
}
|
|
3470
3495
|
},
|
|
3471
|
-
"S6f": {
|
|
3472
|
-
"type": "list",
|
|
3473
|
-
"member": {}
|
|
3474
|
-
},
|
|
3475
3496
|
"S6h": {
|
|
3476
3497
|
"type": "list",
|
|
3477
3498
|
"member": {}
|
|
@@ -3480,7 +3501,7 @@
|
|
|
3480
3501
|
"type": "list",
|
|
3481
3502
|
"member": {}
|
|
3482
3503
|
},
|
|
3483
|
-
"
|
|
3504
|
+
"S6l": {
|
|
3484
3505
|
"type": "list",
|
|
3485
3506
|
"member": {}
|
|
3486
3507
|
},
|
|
@@ -3488,7 +3509,7 @@
|
|
|
3488
3509
|
"type": "list",
|
|
3489
3510
|
"member": {}
|
|
3490
3511
|
},
|
|
3491
|
-
"
|
|
3512
|
+
"S6o": {
|
|
3492
3513
|
"type": "list",
|
|
3493
3514
|
"member": {}
|
|
3494
3515
|
},
|
|
@@ -3497,6 +3518,10 @@
|
|
|
3497
3518
|
"member": {}
|
|
3498
3519
|
},
|
|
3499
3520
|
"S6r": {
|
|
3521
|
+
"type": "list",
|
|
3522
|
+
"member": {}
|
|
3523
|
+
},
|
|
3524
|
+
"S6t": {
|
|
3500
3525
|
"type": "structure",
|
|
3501
3526
|
"members": {
|
|
3502
3527
|
"ApplicationId": {},
|
|
@@ -3508,7 +3533,7 @@
|
|
|
3508
3533
|
}
|
|
3509
3534
|
}
|
|
3510
3535
|
},
|
|
3511
|
-
"
|
|
3536
|
+
"S6x": {
|
|
3512
3537
|
"type": "structure",
|
|
3513
3538
|
"members": {
|
|
3514
3539
|
"UserPoolId": {},
|
|
@@ -3517,7 +3542,7 @@
|
|
|
3517
3542
|
"shape": "S1j"
|
|
3518
3543
|
},
|
|
3519
3544
|
"ClientSecret": {
|
|
3520
|
-
"shape": "
|
|
3545
|
+
"shape": "S6y"
|
|
3521
3546
|
},
|
|
3522
3547
|
"LastModifiedDate": {
|
|
3523
3548
|
"type": "timestamp"
|
|
@@ -3535,50 +3560,53 @@
|
|
|
3535
3560
|
"type": "integer"
|
|
3536
3561
|
},
|
|
3537
3562
|
"TokenValidityUnits": {
|
|
3538
|
-
"shape": "
|
|
3563
|
+
"shape": "S6f"
|
|
3539
3564
|
},
|
|
3540
3565
|
"ReadAttributes": {
|
|
3541
|
-
"shape": "
|
|
3566
|
+
"shape": "S6h"
|
|
3542
3567
|
},
|
|
3543
3568
|
"WriteAttributes": {
|
|
3544
|
-
"shape": "
|
|
3569
|
+
"shape": "S6h"
|
|
3545
3570
|
},
|
|
3546
3571
|
"ExplicitAuthFlows": {
|
|
3547
|
-
"shape": "
|
|
3572
|
+
"shape": "S6j"
|
|
3548
3573
|
},
|
|
3549
3574
|
"SupportedIdentityProviders": {
|
|
3550
|
-
"shape": "
|
|
3575
|
+
"shape": "S6l"
|
|
3551
3576
|
},
|
|
3552
3577
|
"CallbackURLs": {
|
|
3553
|
-
"shape": "
|
|
3578
|
+
"shape": "S6m"
|
|
3554
3579
|
},
|
|
3555
3580
|
"LogoutURLs": {
|
|
3556
|
-
"shape": "
|
|
3581
|
+
"shape": "S6o"
|
|
3557
3582
|
},
|
|
3558
3583
|
"DefaultRedirectURI": {},
|
|
3559
3584
|
"AllowedOAuthFlows": {
|
|
3560
|
-
"shape": "
|
|
3585
|
+
"shape": "S6p"
|
|
3561
3586
|
},
|
|
3562
3587
|
"AllowedOAuthScopes": {
|
|
3563
|
-
"shape": "
|
|
3588
|
+
"shape": "S6r"
|
|
3564
3589
|
},
|
|
3565
3590
|
"AllowedOAuthFlowsUserPoolClient": {
|
|
3566
3591
|
"type": "boolean"
|
|
3567
3592
|
},
|
|
3568
3593
|
"AnalyticsConfiguration": {
|
|
3569
|
-
"shape": "
|
|
3594
|
+
"shape": "S6t"
|
|
3570
3595
|
},
|
|
3571
3596
|
"PreventUserExistenceErrors": {},
|
|
3572
3597
|
"EnableTokenRevocation": {
|
|
3573
3598
|
"type": "boolean"
|
|
3599
|
+
},
|
|
3600
|
+
"EnablePropagateAdditionalUserContextData": {
|
|
3601
|
+
"type": "boolean"
|
|
3574
3602
|
}
|
|
3575
3603
|
}
|
|
3576
3604
|
},
|
|
3577
|
-
"
|
|
3605
|
+
"S6y": {
|
|
3578
3606
|
"type": "string",
|
|
3579
3607
|
"sensitive": true
|
|
3580
3608
|
},
|
|
3581
|
-
"
|
|
3609
|
+
"S70": {
|
|
3582
3610
|
"type": "structure",
|
|
3583
3611
|
"required": [
|
|
3584
3612
|
"CertificateArn"
|
|
@@ -3587,7 +3615,7 @@
|
|
|
3587
3615
|
"CertificateArn": {}
|
|
3588
3616
|
}
|
|
3589
3617
|
},
|
|
3590
|
-
"
|
|
3618
|
+
"S7i": {
|
|
3591
3619
|
"type": "structure",
|
|
3592
3620
|
"members": {
|
|
3593
3621
|
"UserPoolId": {},
|
|
@@ -3595,20 +3623,20 @@
|
|
|
3595
3623
|
"shape": "S1j"
|
|
3596
3624
|
},
|
|
3597
3625
|
"CompromisedCredentialsRiskConfiguration": {
|
|
3598
|
-
"shape": "
|
|
3626
|
+
"shape": "S7j"
|
|
3599
3627
|
},
|
|
3600
3628
|
"AccountTakeoverRiskConfiguration": {
|
|
3601
|
-
"shape": "
|
|
3629
|
+
"shape": "S7o"
|
|
3602
3630
|
},
|
|
3603
3631
|
"RiskExceptionConfiguration": {
|
|
3604
|
-
"shape": "
|
|
3632
|
+
"shape": "S7x"
|
|
3605
3633
|
},
|
|
3606
3634
|
"LastModifiedDate": {
|
|
3607
3635
|
"type": "timestamp"
|
|
3608
3636
|
}
|
|
3609
3637
|
}
|
|
3610
3638
|
},
|
|
3611
|
-
"
|
|
3639
|
+
"S7j": {
|
|
3612
3640
|
"type": "structure",
|
|
3613
3641
|
"required": [
|
|
3614
3642
|
"Actions"
|
|
@@ -3629,7 +3657,7 @@
|
|
|
3629
3657
|
}
|
|
3630
3658
|
}
|
|
3631
3659
|
},
|
|
3632
|
-
"
|
|
3660
|
+
"S7o": {
|
|
3633
3661
|
"type": "structure",
|
|
3634
3662
|
"required": [
|
|
3635
3663
|
"Actions"
|
|
@@ -3645,13 +3673,13 @@
|
|
|
3645
3673
|
"ReplyTo": {},
|
|
3646
3674
|
"SourceArn": {},
|
|
3647
3675
|
"BlockEmail": {
|
|
3648
|
-
"shape": "
|
|
3676
|
+
"shape": "S7q"
|
|
3649
3677
|
},
|
|
3650
3678
|
"NoActionEmail": {
|
|
3651
|
-
"shape": "
|
|
3679
|
+
"shape": "S7q"
|
|
3652
3680
|
},
|
|
3653
3681
|
"MfaEmail": {
|
|
3654
|
-
"shape": "
|
|
3682
|
+
"shape": "S7q"
|
|
3655
3683
|
}
|
|
3656
3684
|
}
|
|
3657
3685
|
},
|
|
@@ -3659,19 +3687,19 @@
|
|
|
3659
3687
|
"type": "structure",
|
|
3660
3688
|
"members": {
|
|
3661
3689
|
"LowAction": {
|
|
3662
|
-
"shape": "
|
|
3690
|
+
"shape": "S7u"
|
|
3663
3691
|
},
|
|
3664
3692
|
"MediumAction": {
|
|
3665
|
-
"shape": "
|
|
3693
|
+
"shape": "S7u"
|
|
3666
3694
|
},
|
|
3667
3695
|
"HighAction": {
|
|
3668
|
-
"shape": "
|
|
3696
|
+
"shape": "S7u"
|
|
3669
3697
|
}
|
|
3670
3698
|
}
|
|
3671
3699
|
}
|
|
3672
3700
|
}
|
|
3673
3701
|
},
|
|
3674
|
-
"
|
|
3702
|
+
"S7q": {
|
|
3675
3703
|
"type": "structure",
|
|
3676
3704
|
"required": [
|
|
3677
3705
|
"Subject"
|
|
@@ -3682,7 +3710,7 @@
|
|
|
3682
3710
|
"TextBody": {}
|
|
3683
3711
|
}
|
|
3684
3712
|
},
|
|
3685
|
-
"
|
|
3713
|
+
"S7u": {
|
|
3686
3714
|
"type": "structure",
|
|
3687
3715
|
"required": [
|
|
3688
3716
|
"Notify",
|
|
@@ -3695,7 +3723,7 @@
|
|
|
3695
3723
|
"EventAction": {}
|
|
3696
3724
|
}
|
|
3697
3725
|
},
|
|
3698
|
-
"
|
|
3726
|
+
"S7x": {
|
|
3699
3727
|
"type": "structure",
|
|
3700
3728
|
"members": {
|
|
3701
3729
|
"BlockedIPRangeList": {
|
|
@@ -3708,7 +3736,7 @@
|
|
|
3708
3736
|
}
|
|
3709
3737
|
}
|
|
3710
3738
|
},
|
|
3711
|
-
"
|
|
3739
|
+
"S8g": {
|
|
3712
3740
|
"type": "structure",
|
|
3713
3741
|
"members": {
|
|
3714
3742
|
"Destination": {},
|
|
@@ -3716,7 +3744,7 @@
|
|
|
3716
3744
|
"AttributeName": {}
|
|
3717
3745
|
}
|
|
3718
3746
|
},
|
|
3719
|
-
"
|
|
3747
|
+
"S8u": {
|
|
3720
3748
|
"type": "structure",
|
|
3721
3749
|
"members": {
|
|
3722
3750
|
"UserPoolId": {},
|
|
@@ -3734,16 +3762,16 @@
|
|
|
3734
3762
|
}
|
|
3735
3763
|
}
|
|
3736
3764
|
},
|
|
3737
|
-
"
|
|
3765
|
+
"S94": {
|
|
3738
3766
|
"type": "structure",
|
|
3739
3767
|
"members": {
|
|
3740
3768
|
"SmsAuthenticationMessage": {},
|
|
3741
3769
|
"SmsConfiguration": {
|
|
3742
|
-
"shape": "
|
|
3770
|
+
"shape": "S5o"
|
|
3743
3771
|
}
|
|
3744
3772
|
}
|
|
3745
3773
|
},
|
|
3746
|
-
"
|
|
3774
|
+
"S95": {
|
|
3747
3775
|
"type": "structure",
|
|
3748
3776
|
"members": {
|
|
3749
3777
|
"Enabled": {
|
|
@@ -3751,7 +3779,7 @@
|
|
|
3751
3779
|
}
|
|
3752
3780
|
}
|
|
3753
3781
|
},
|
|
3754
|
-
"
|
|
3782
|
+
"Sa7": {
|
|
3755
3783
|
"type": "list",
|
|
3756
3784
|
"member": {
|
|
3757
3785
|
"shape": "St"
|