awscli 1.36.25__py3-none-any.whl → 1.36.26__py3-none-any.whl

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.

Potentially problematic release.


This version of awscli might be problematic. Click here for more details.

Files changed (70) hide show
  1. awscli/__init__.py +1 -1
  2. awscli/examples/cloudfront/create-distribution.rst +118 -118
  3. awscli/examples/cloudfront/get-distribution-config.rst +6 -10
  4. awscli/examples/cloudfront/list-distributions.rst +29 -249
  5. awscli/examples/cloudfront/update-distribution.rst +16 -24
  6. awscli/examples/cognito-idp/admin-disable-provider-for-user.rst +9 -0
  7. awscli/examples/cognito-idp/admin-disable-user.rst +9 -0
  8. awscli/examples/cognito-idp/admin-enable-user.rst +9 -0
  9. awscli/examples/cognito-idp/admin-get-device.rst +51 -8
  10. awscli/examples/cognito-idp/admin-initiate-auth.rst +24 -25
  11. awscli/examples/cognito-idp/admin-link-provider-for-user.rst +10 -0
  12. awscli/examples/cognito-idp/admin-list-devices.rst +53 -7
  13. awscli/examples/cognito-idp/admin-list-user-auth-events.rst +40 -8
  14. awscli/examples/cognito-idp/admin-respond-to-auth-challenge.rst +29 -0
  15. awscli/examples/cognito-idp/admin-set-user-password.rst +13 -0
  16. awscli/examples/cognito-idp/admin-user-global-sign-out.rst +9 -0
  17. awscli/examples/cognito-idp/associate-software-token.rst +14 -0
  18. awscli/examples/cognito-idp/confirm-device.rst +16 -0
  19. awscli/examples/cognito-idp/create-identity-provider.rst +102 -0
  20. awscli/examples/cognito-idp/create-resource-server.rst +31 -0
  21. awscli/examples/cognito-idp/create-user-pool-client.rst +86 -18
  22. awscli/examples/cognito-idp/create-user-pool-domain.rst +23 -5
  23. awscli/examples/cognito-idp/delete-user-attributes.rst +8 -5
  24. awscli/examples/cognito-idp/describe-user-pool.rst +347 -238
  25. awscli/examples/cognito-idp/get-device.rst +50 -0
  26. awscli/examples/cognito-idp/get-group.rst +15 -12
  27. awscli/examples/cognito-idp/list-devices.rst +53 -0
  28. awscli/examples/ec2/describe-capacity-reservation-fleets.rst +3 -3
  29. awscli/examples/ec2/import-snapshot.rst +1 -1
  30. awscli/examples/ecr-public/batch-delete-image.rst +92 -0
  31. awscli/examples/ecr-public/create-repository.rst +3 -2
  32. awscli/examples/ecr-public/delete-repository-policy.rst +17 -0
  33. awscli/examples/ecr-public/delete-repository.rst +1 -1
  34. awscli/examples/ecr-public/describe-image-tags.rst +25 -0
  35. awscli/examples/ecr-public/describe-images.rst +82 -0
  36. awscli/examples/ecr-public/get-authorization-token.rst +32 -0
  37. awscli/examples/ecr-public/get-repository-policy.rst +17 -0
  38. awscli/examples/ecr-public/put-repository-catalog-data.rst +50 -0
  39. awscli/examples/ecr-public/set-repository-policy.rst +118 -0
  40. awscli/examples/ecs/capacity-provider-update.rst +33 -0
  41. awscli/examples/ecs/get-task-protection.rst +21 -0
  42. awscli/examples/ecs/update-cluster.rst +176 -0
  43. awscli/examples/ecs/update-task-protection.rst +46 -0
  44. awscli/examples/inspector2/associate-member.rst +14 -0
  45. awscli/examples/inspector2/disassociate-member.rst +14 -0
  46. awscli/examples/inspector2/get-member.rst +17 -0
  47. awscli/examples/inspector2/list-members.rst +83 -0
  48. awscli/examples/ivs-realtime/create-ingest-configuration.rst +25 -0
  49. awscli/examples/ivs-realtime/create-stage.rst +6 -2
  50. awscli/examples/ivs-realtime/delete-ingest-configuration.rst +22 -0
  51. awscli/examples/ivs-realtime/get-ingest-configuration.rst +24 -0
  52. awscli/examples/ivs-realtime/get-stage.rst +4 -2
  53. awscli/examples/ivs-realtime/list-ingest-configurations.rst +23 -0
  54. awscli/examples/ivs-realtime/update-ingest-configuration.rst +25 -0
  55. awscli/examples/ivs-realtime/update-stage.rst +3 -1
  56. awscli/examples/s3/sync.rst +1 -1
  57. awscli/examples/s3api/put-object.rst +15 -7
  58. awscli/examples/workmail/list-organizations.rst +1 -1
  59. {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/METADATA +2 -2
  60. {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/RECORD +68 -36
  61. awscli/examples/cognito-idp/admim-disable-user.rst +0 -8
  62. awscli/examples/cognito-idp/admim-enable-user.rst +0 -8
  63. {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws +0 -0
  64. {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws.cmd +0 -0
  65. {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws_bash_completer +0 -0
  66. {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws_completer +0 -0
  67. {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws_zsh_completer.sh +0 -0
  68. {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/LICENSE.txt +0 -0
  69. {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/WHEEL +0 -0
  70. {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/top_level.txt +0 -0
@@ -1,267 +1,376 @@
1
1
  **To describe a user pool**
2
2
 
3
- This example describes a user pool with the user pool id us-west-2_aaaaaaaaa.
3
+ The following example describes a user pool with the user pool id us-west-2_EXAMPLE. ::
4
4
 
5
- Command::
6
-
7
- aws cognito-idp describe-user-pool --user-pool-id us-west-2_aaaaaaaaa
5
+ aws cognito-idp describe-user-pool \
6
+ --user-pool-id us-west-2_EXAMPLE
8
7
 
9
8
  Output::
10
9
 
11
- {
12
- "UserPool": {
13
- "SmsVerificationMessage": "Your verification code is {####}. ",
14
- "SchemaAttributes": [
15
- {
16
- "Name": "sub",
17
- "StringAttributeConstraints": {
18
- "MinLength": "1",
19
- "MaxLength": "2048"
20
- },
21
- "DeveloperOnlyAttribute": false,
22
- "Required": true,
23
- "AttributeDataType": "String",
24
- "Mutable": false
10
+ {
11
+ "UserPool": {
12
+ "Id": "us-west-2_EXAMPLE",
13
+ "Name": "MyUserPool",
14
+ "Policies": {
15
+ "PasswordPolicy": {
16
+ "MinimumLength": 8,
17
+ "RequireUppercase": true,
18
+ "RequireLowercase": true,
19
+ "RequireNumbers": true,
20
+ "RequireSymbols": true,
21
+ "TemporaryPasswordValidityDays": 1
22
+ }
25
23
  },
26
- {
27
- "Name": "name",
28
- "StringAttributeConstraints": {
29
- "MinLength": "0",
30
- "MaxLength": "2048"
24
+ "DeletionProtection": "ACTIVE",
25
+ "LambdaConfig": {
26
+ "PreSignUp": "arn:aws:lambda:us-west-2:123456789012:function:MyPreSignUpFunction",
27
+ "CustomMessage": "arn:aws:lambda:us-west-2:123456789012:function:MyCustomMessageFunction",
28
+ "PostConfirmation": "arn:aws:lambda:us-west-2:123456789012:function:MyPostConfirmationFunction",
29
+ "PreAuthentication": "arn:aws:lambda:us-west-2:123456789012:function:MyPreAuthenticationFunction",
30
+ "PostAuthentication": "arn:aws:lambda:us-west-2:123456789012:function:MyPostAuthenticationFunction",
31
+ "DefineAuthChallenge": "arn:aws:lambda:us-west-2:123456789012:function:MyDefineAuthChallengeFunction",
32
+ "CreateAuthChallenge": "arn:aws:lambda:us-west-2:123456789012:function:MyCreateAuthChallengeFunction",
33
+ "VerifyAuthChallengeResponse": "arn:aws:lambda:us-west-2:123456789012:function:MyVerifyAuthChallengeFunction",
34
+ "PreTokenGeneration": "arn:aws:lambda:us-west-2:123456789012:function:MyPreTokenGenerationFunction",
35
+ "UserMigration": "arn:aws:lambda:us-west-2:123456789012:function:MyMigrateUserFunction",
36
+ "PreTokenGenerationConfig": {
37
+ "LambdaVersion": "V2_0",
38
+ "LambdaArn": "arn:aws:lambda:us-west-2:123456789012:function:MyPreTokenGenerationFunction"
31
39
  },
32
- "DeveloperOnlyAttribute": false,
33
- "Required": false,
34
- "AttributeDataType": "String",
35
- "Mutable": true
36
- },
37
- {
38
- "Name": "given_name",
39
- "StringAttributeConstraints": {
40
- "MinLength": "0",
41
- "MaxLength": "2048"
40
+ "CustomSMSSender": {
41
+ "LambdaVersion": "V1_0",
42
+ "LambdaArn": "arn:aws:lambda:us-west-2:123456789012:function:MyCustomSMSSenderFunction"
42
43
  },
43
- "DeveloperOnlyAttribute": false,
44
- "Required": false,
45
- "AttributeDataType": "String",
46
- "Mutable": true
47
- },
48
- {
49
- "Name": "family_name",
50
- "StringAttributeConstraints": {
51
- "MinLength": "0",
52
- "MaxLength": "2048"
44
+ "CustomEmailSender": {
45
+ "LambdaVersion": "V1_0",
46
+ "LambdaArn": "arn:aws:lambda:us-west-2:123456789012:function:MyCustomEmailSenderFunction"
53
47
  },
54
- "DeveloperOnlyAttribute": false,
55
- "Required": false,
56
- "AttributeDataType": "String",
57
- "Mutable": true
48
+ "KMSKeyID": "arn:aws:kms:us-west-2:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLE22222"
58
49
  },
59
- {
60
- "Name": "middle_name",
61
- "StringAttributeConstraints": {
62
- "MinLength": "0",
63
- "MaxLength": "2048"
50
+ "LastModifiedDate": 1726784814.598,
51
+ "CreationDate": 1602103465.273,
52
+ "SchemaAttributes": [
53
+ {
54
+ "Name": "sub",
55
+ "AttributeDataType": "String",
56
+ "DeveloperOnlyAttribute": false,
57
+ "Mutable": false,
58
+ "Required": true,
59
+ "StringAttributeConstraints": {
60
+ "MinLength": "1",
61
+ "MaxLength": "2048"
62
+ }
64
63
  },
65
- "DeveloperOnlyAttribute": false,
66
- "Required": false,
67
- "AttributeDataType": "String",
68
- "Mutable": true
69
- },
70
- {
71
- "Name": "nickname",
72
- "StringAttributeConstraints": {
73
- "MinLength": "0",
74
- "MaxLength": "2048"
64
+ {
65
+ "Name": "name",
66
+ "AttributeDataType": "String",
67
+ "DeveloperOnlyAttribute": false,
68
+ "Mutable": true,
69
+ "Required": false,
70
+ "StringAttributeConstraints": {
71
+ "MinLength": "0",
72
+ "MaxLength": "2048"
73
+ }
75
74
  },
76
- "DeveloperOnlyAttribute": false,
77
- "Required": false,
78
- "AttributeDataType": "String",
79
- "Mutable": true
80
- },
81
- {
82
- "Name": "preferred_username",
83
- "StringAttributeConstraints": {
84
- "MinLength": "0",
85
- "MaxLength": "2048"
75
+ {
76
+ "Name": "given_name",
77
+ "AttributeDataType": "String",
78
+ "DeveloperOnlyAttribute": false,
79
+ "Mutable": true,
80
+ "Required": false,
81
+ "StringAttributeConstraints": {
82
+ "MinLength": "0",
83
+ "MaxLength": "2048"
84
+ }
86
85
  },
87
- "DeveloperOnlyAttribute": false,
88
- "Required": false,
89
- "AttributeDataType": "String",
90
- "Mutable": true
91
- },
92
- {
93
- "Name": "profile",
94
- "StringAttributeConstraints": {
95
- "MinLength": "0",
96
- "MaxLength": "2048"
86
+ {
87
+ "Name": "family_name",
88
+ "AttributeDataType": "String",
89
+ "DeveloperOnlyAttribute": false,
90
+ "Mutable": true,
91
+ "Required": false,
92
+ "StringAttributeConstraints": {
93
+ "MinLength": "0",
94
+ "MaxLength": "2048"
95
+ }
97
96
  },
98
- "DeveloperOnlyAttribute": false,
99
- "Required": false,
100
- "AttributeDataType": "String",
101
- "Mutable": true
102
- },
103
- {
104
- "Name": "picture",
105
- "StringAttributeConstraints": {
106
- "MinLength": "0",
107
- "MaxLength": "2048"
97
+ {
98
+ "Name": "middle_name",
99
+ "AttributeDataType": "String",
100
+ "DeveloperOnlyAttribute": false,
101
+ "Mutable": true,
102
+ "Required": false,
103
+ "StringAttributeConstraints": {
104
+ "MinLength": "0",
105
+ "MaxLength": "2048"
106
+ }
108
107
  },
109
- "DeveloperOnlyAttribute": false,
110
- "Required": false,
111
- "AttributeDataType": "String",
112
- "Mutable": true
113
- },
114
- {
115
- "Name": "website",
116
- "StringAttributeConstraints": {
117
- "MinLength": "0",
118
- "MaxLength": "2048"
108
+ {
109
+ "Name": "nickname",
110
+ "AttributeDataType": "String",
111
+ "DeveloperOnlyAttribute": false,
112
+ "Mutable": true,
113
+ "Required": false,
114
+ "StringAttributeConstraints": {
115
+ "MinLength": "0",
116
+ "MaxLength": "2048"
117
+ }
119
118
  },
120
- "DeveloperOnlyAttribute": false,
121
- "Required": false,
122
- "AttributeDataType": "String",
123
- "Mutable": true
124
- },
125
- {
126
- "Name": "email",
127
- "StringAttributeConstraints": {
128
- "MinLength": "0",
129
- "MaxLength": "2048"
119
+ {
120
+ "Name": "preferred_username",
121
+ "AttributeDataType": "String",
122
+ "DeveloperOnlyAttribute": false,
123
+ "Mutable": true,
124
+ "Required": false,
125
+ "StringAttributeConstraints": {
126
+ "MinLength": "0",
127
+ "MaxLength": "2048"
128
+ }
130
129
  },
131
- "DeveloperOnlyAttribute": false,
132
- "Required": true,
133
- "AttributeDataType": "String",
134
- "Mutable": true
135
- },
136
- {
137
- "AttributeDataType": "Boolean",
138
- "DeveloperOnlyAttribute": false,
139
- "Required": false,
140
- "Name": "email_verified",
141
- "Mutable": true
142
- },
143
- {
144
- "Name": "gender",
145
- "StringAttributeConstraints": {
146
- "MinLength": "0",
147
- "MaxLength": "2048"
130
+ {
131
+ "Name": "profile",
132
+ "AttributeDataType": "String",
133
+ "DeveloperOnlyAttribute": false,
134
+ "Mutable": true,
135
+ "Required": false,
136
+ "StringAttributeConstraints": {
137
+ "MinLength": "0",
138
+ "MaxLength": "2048"
139
+ }
148
140
  },
149
- "DeveloperOnlyAttribute": false,
150
- "Required": false,
151
- "AttributeDataType": "String",
152
- "Mutable": true
153
- },
154
- {
155
- "Name": "birthdate",
156
- "StringAttributeConstraints": {
157
- "MinLength": "10",
158
- "MaxLength": "10"
141
+ {
142
+ "Name": "picture",
143
+ "AttributeDataType": "String",
144
+ "DeveloperOnlyAttribute": false,
145
+ "Mutable": true,
146
+ "Required": false,
147
+ "StringAttributeConstraints": {
148
+ "MinLength": "0",
149
+ "MaxLength": "2048"
150
+ }
159
151
  },
160
- "DeveloperOnlyAttribute": false,
161
- "Required": false,
162
- "AttributeDataType": "String",
163
- "Mutable": true
164
- },
165
- {
166
- "Name": "zoneinfo",
167
- "StringAttributeConstraints": {
168
- "MinLength": "0",
169
- "MaxLength": "2048"
152
+ {
153
+ "Name": "website",
154
+ "AttributeDataType": "String",
155
+ "DeveloperOnlyAttribute": false,
156
+ "Mutable": true,
157
+ "Required": false,
158
+ "StringAttributeConstraints": {
159
+ "MinLength": "0",
160
+ "MaxLength": "2048"
161
+ }
170
162
  },
171
- "DeveloperOnlyAttribute": false,
172
- "Required": false,
173
- "AttributeDataType": "String",
174
- "Mutable": true
175
- },
176
- {
177
- "Name": "locale",
178
- "StringAttributeConstraints": {
179
- "MinLength": "0",
180
- "MaxLength": "2048"
163
+ {
164
+ "Name": "email",
165
+ "AttributeDataType": "String",
166
+ "DeveloperOnlyAttribute": false,
167
+ "Mutable": true,
168
+ "Required": true,
169
+ "StringAttributeConstraints": {
170
+ "MinLength": "0",
171
+ "MaxLength": "2048"
172
+ }
181
173
  },
182
- "DeveloperOnlyAttribute": false,
183
- "Required": false,
184
- "AttributeDataType": "String",
185
- "Mutable": true
186
- },
187
- {
188
- "Name": "phone_number",
189
- "StringAttributeConstraints": {
190
- "MinLength": "0",
191
- "MaxLength": "2048"
174
+ {
175
+ "Name": "email_verified",
176
+ "AttributeDataType": "Boolean",
177
+ "DeveloperOnlyAttribute": false,
178
+ "Mutable": true,
179
+ "Required": false
180
+ },
181
+ {
182
+ "Name": "gender",
183
+ "AttributeDataType": "String",
184
+ "DeveloperOnlyAttribute": false,
185
+ "Mutable": true,
186
+ "Required": false,
187
+ "StringAttributeConstraints": {
188
+ "MinLength": "0",
189
+ "MaxLength": "2048"
190
+ }
191
+ },
192
+ {
193
+ "Name": "birthdate",
194
+ "AttributeDataType": "String",
195
+ "DeveloperOnlyAttribute": false,
196
+ "Mutable": true,
197
+ "Required": false,
198
+ "StringAttributeConstraints": {
199
+ "MinLength": "10",
200
+ "MaxLength": "10"
201
+ }
192
202
  },
193
- "DeveloperOnlyAttribute": false,
194
- "Required": false,
195
- "AttributeDataType": "String",
196
- "Mutable": true
203
+ {
204
+ "Name": "zoneinfo",
205
+ "AttributeDataType": "String",
206
+ "DeveloperOnlyAttribute": false,
207
+ "Mutable": true,
208
+ "Required": false,
209
+ "StringAttributeConstraints": {
210
+ "MinLength": "0",
211
+ "MaxLength": "2048"
212
+ }
213
+ },
214
+ {
215
+ "Name": "locale",
216
+ "AttributeDataType": "String",
217
+ "DeveloperOnlyAttribute": false,
218
+ "Mutable": true,
219
+ "Required": false,
220
+ "StringAttributeConstraints": {
221
+ "MinLength": "0",
222
+ "MaxLength": "2048"
223
+ }
224
+ },
225
+ {
226
+ "Name": "phone_number",
227
+ "AttributeDataType": "String",
228
+ "DeveloperOnlyAttribute": false,
229
+ "Mutable": true,
230
+ "Required": false,
231
+ "StringAttributeConstraints": {
232
+ "MinLength": "0",
233
+ "MaxLength": "2048"
234
+ }
235
+ },
236
+ {
237
+ "Name": "phone_number_verified",
238
+ "AttributeDataType": "Boolean",
239
+ "DeveloperOnlyAttribute": false,
240
+ "Mutable": true,
241
+ "Required": false
242
+ },
243
+ {
244
+ "Name": "address",
245
+ "AttributeDataType": "String",
246
+ "DeveloperOnlyAttribute": false,
247
+ "Mutable": true,
248
+ "Required": false,
249
+ "StringAttributeConstraints": {
250
+ "MinLength": "0",
251
+ "MaxLength": "2048"
252
+ }
253
+ },
254
+ {
255
+ "Name": "updated_at",
256
+ "AttributeDataType": "Number",
257
+ "DeveloperOnlyAttribute": false,
258
+ "Mutable": true,
259
+ "Required": false,
260
+ "NumberAttributeConstraints": {
261
+ "MinValue": "0"
262
+ }
263
+ },
264
+ {
265
+ "Name": "identities",
266
+ "AttributeDataType": "String",
267
+ "DeveloperOnlyAttribute": false,
268
+ "Mutable": true,
269
+ "Required": false,
270
+ "StringAttributeConstraints": {}
271
+ },
272
+ {
273
+ "Name": "custom:111",
274
+ "AttributeDataType": "String",
275
+ "DeveloperOnlyAttribute": false,
276
+ "Mutable": true,
277
+ "Required": false,
278
+ "StringAttributeConstraints": {
279
+ "MinLength": "1",
280
+ "MaxLength": "256"
281
+ }
282
+ },
283
+ {
284
+ "Name": "dev:custom:222",
285
+ "AttributeDataType": "String",
286
+ "DeveloperOnlyAttribute": true,
287
+ "Mutable": true,
288
+ "Required": false,
289
+ "StringAttributeConstraints": {
290
+ "MinLength": "1",
291
+ "MaxLength": "421"
292
+ }
293
+ },
294
+ {
295
+ "Name": "custom:accesstoken",
296
+ "AttributeDataType": "String",
297
+ "DeveloperOnlyAttribute": false,
298
+ "Mutable": true,
299
+ "Required": false,
300
+ "StringAttributeConstraints": {
301
+ "MaxLength": "2048"
302
+ }
303
+ },
304
+ {
305
+ "Name": "custom:idtoken",
306
+ "AttributeDataType": "String",
307
+ "DeveloperOnlyAttribute": false,
308
+ "Mutable": true,
309
+ "Required": false,
310
+ "StringAttributeConstraints": {
311
+ "MaxLength": "2048"
312
+ }
313
+ }
314
+ ],
315
+ "AutoVerifiedAttributes": [
316
+ "email"
317
+ ],
318
+ "SmsVerificationMessage": "Your verification code is {####}. ",
319
+ "EmailVerificationMessage": "Your verification code is {####}. ",
320
+ "EmailVerificationSubject": "Your verification code",
321
+ "VerificationMessageTemplate": {
322
+ "SmsMessage": "Your verification code is {####}. ",
323
+ "EmailMessage": "Your verification code is {####}. ",
324
+ "EmailSubject": "Your verification code",
325
+ "EmailMessageByLink": "Please click the link below to verify your email address. <b>{##Verify Your Email##}</b>\n this is from us-west-2_ywDJHlIfU",
326
+ "EmailSubjectByLink": "Your verification link",
327
+ "DefaultEmailOption": "CONFIRM_WITH_LINK"
197
328
  },
198
- {
199
- "AttributeDataType": "Boolean",
200
- "DeveloperOnlyAttribute": false,
201
- "Required": false,
202
- "Name": "phone_number_verified",
203
- "Mutable": true
329
+ "SmsAuthenticationMessage": "Your verification code is {####}. ",
330
+ "UserAttributeUpdateSettings": {
331
+ "AttributesRequireVerificationBeforeUpdate": []
204
332
  },
205
- {
206
- "Name": "address",
207
- "StringAttributeConstraints": {
208
- "MinLength": "0",
209
- "MaxLength": "2048"
210
- },
211
- "DeveloperOnlyAttribute": false,
212
- "Required": false,
213
- "AttributeDataType": "String",
214
- "Mutable": true
333
+ "MfaConfiguration": "OPTIONAL",
334
+ "DeviceConfiguration": {
335
+ "ChallengeRequiredOnNewDevice": true,
336
+ "DeviceOnlyRememberedOnUserPrompt": false
215
337
  },
216
- {
217
- "Name": "updated_at",
218
- "NumberAttributeConstraints": {
219
- "MinValue": "0"
220
- },
221
- "DeveloperOnlyAttribute": false,
222
- "Required": false,
223
- "AttributeDataType": "Number",
224
- "Mutable": true
225
- }
226
- ],
227
- "EmailVerificationSubject": "Your verification code",
228
- "MfaConfiguration": "OFF",
229
- "Name": "MyUserPool",
230
- "EmailVerificationMessage": "Your verification code is {####}. ",
231
- "SmsAuthenticationMessage": "Your authentication code is {####}. ",
232
- "LastModifiedDate": 1547763720.822,
233
- "AdminCreateUserConfig": {
234
- "InviteMessageTemplate": {
235
- "EmailMessage": "Your username is {username} and temporary password is {####}. ",
236
- "EmailSubject": "Your temporary password",
237
- "SMSMessage": "Your username is {username} and temporary password is {####}. "
338
+ "EstimatedNumberOfUsers": 166,
339
+ "EmailConfiguration": {
340
+ "SourceArn": "arn:aws:ses:us-west-2:123456789012:identity/admin@example.com",
341
+ "EmailSendingAccount": "DEVELOPER"
238
342
  },
239
- "UnusedAccountValidityDays": 7,
240
- "AllowAdminCreateUserOnly": false
241
- },
242
- "EmailConfiguration": {
243
- "ReplyToEmailAddress": "myemail@mydomain.com"
244
- "SourceArn": "arn:aws:ses:us-east-1:000000000000:identity/myemail@mydomain.com"
245
- },
246
- "AutoVerifiedAttributes": [
247
- "email"
248
- ],
249
- "Policies": {
250
- "PasswordPolicy": {
251
- "RequireLowercase": true,
252
- "RequireSymbols": true,
253
- "RequireNumbers": true,
254
- "MinimumLength": 8,
255
- "RequireUppercase": true
343
+ "SmsConfiguration": {
344
+ "SnsCallerArn": "arn:aws:iam::123456789012:role/service-role/userpool-SMS-Role",
345
+ "ExternalId": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
346
+ "SnsRegion": "us-west-2"
347
+ },
348
+ "UserPoolTags": {},
349
+ "Domain": "myCustomDomain",
350
+ "CustomDomain": "auth.example.com",
351
+ "AdminCreateUserConfig": {
352
+ "AllowAdminCreateUserOnly": false,
353
+ "UnusedAccountValidityDays": 1,
354
+ "InviteMessageTemplate": {
355
+ "SMSMessage": "Your username is {username} and temporary password is {####}. ",
356
+ "EmailMessage": "Your username is {username} and temporary password is {####}. ",
357
+ "EmailSubject": "Your temporary password"
358
+ }
359
+ },
360
+ "UserPoolAddOns": {
361
+ "AdvancedSecurityMode": "ENFORCED",
362
+ "AdvancedSecurityAdditionalFlows": {}
363
+ },
364
+ "Arn": "arn:aws:cognito-idp:us-west-2:123456789012:userpool/us-west-2_EXAMPLE",
365
+ "AccountRecoverySetting": {
366
+ "RecoveryMechanisms": [
367
+ {
368
+ "Priority": 1,
369
+ "Name": "verified_email"
370
+ }
371
+ ]
256
372
  }
257
- },
258
- "UserPoolTags": {},
259
- "UsernameAttributes": [
260
- "email"
261
- ],
262
- "CreationDate": 1547763720.822,
263
- "EstimatedNumberOfUsers": 1,
264
- "Id": "us-west-2_aaaaaaaaa",
265
- "LambdaConfig": {}
373
+ }
266
374
  }
267
- }
375
+
376
+ For more information, see `Amazon Cognito user pools <https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools.html>`__ in the *Amazon Cognito Developer Guide*.