aws-sdk-core 2.10.24 → 2.10.25

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35810f56c9eaa0afe728a353a880ea34ccea267a
4
- data.tar.gz: c63564929d5968696f1d1d14230fc40c8e893ec4
3
+ metadata.gz: 45b22b58f437911834f911ad26e296193b393afb
4
+ data.tar.gz: e066209f360d10db8263f55d831654657c7b086d
5
5
  SHA512:
6
- metadata.gz: 5e524d10168b6445751551cac92c744eed406499e58163311a615cefdca7f4e79cacd1f3af4616babd0a944f56f701a7ef7c4e917560ab37445e77eace318af2
7
- data.tar.gz: b46221ec897d7c612fe618c963fbdbcc6afdbb323d2ebb89803ad093c6a27009f3a4bd04118ef8b5e81946d601df09780b975eae3481cf6f0ebe013f1ad41b90
6
+ metadata.gz: 087f0e348e3edec3eecca7bc384abaa07370e8d3d03ba472c04b6de59d650e32500ced83a2f1eb8f37b20b80e767de526aaf5e0aea1a69d2bfb63cbee6b31e10
7
+ data.tar.gz: 75b0f3d924937439207973f5b580bbdf6078efc7cbd434ce29f5e9fd4cba0c4bf480e7dd48ec4c8939008cf105664decc0027ce5edfb05bb0721520baaaacb37
@@ -935,7 +935,10 @@
935
935
  },
936
936
  "CreateDeploymentConfigInput":{
937
937
  "type":"structure",
938
- "required":["deploymentConfigName"],
938
+ "required":[
939
+ "deploymentConfigName",
940
+ "minimumHealthyHosts"
941
+ ],
939
942
  "members":{
940
943
  "deploymentConfigName":{"shape":"DeploymentConfigName"},
941
944
  "minimumHealthyHosts":{"shape":"MinimumHealthyHosts"}
@@ -2088,7 +2091,8 @@
2088
2091
  "LoadBalancerInfo":{
2089
2092
  "type":"structure",
2090
2093
  "members":{
2091
- "elbInfoList":{"shape":"ELBInfoList"}
2094
+ "elbInfoList":{"shape":"ELBInfoList"},
2095
+ "targetGroupInfoList":{"shape":"TargetGroupInfoList"}
2092
2096
  }
2093
2097
  },
2094
2098
  "LogTail":{"type":"string"},
@@ -2326,6 +2330,17 @@
2326
2330
  },
2327
2331
  "exception":true
2328
2332
  },
2333
+ "TargetGroupInfo":{
2334
+ "type":"structure",
2335
+ "members":{
2336
+ "name":{"shape":"TargetGroupName"}
2337
+ }
2338
+ },
2339
+ "TargetGroupInfoList":{
2340
+ "type":"list",
2341
+ "member":{"shape":"TargetGroupInfo"}
2342
+ },
2343
+ "TargetGroupName":{"type":"string"},
2329
2344
  "TargetInstances":{
2330
2345
  "type":"structure",
2331
2346
  "members":{
@@ -126,6 +126,24 @@
126
126
  {"shape":"InternalErrorException"}
127
127
  ]
128
128
  },
129
+ "AdminDisableProviderForUser":{
130
+ "name":"AdminDisableProviderForUser",
131
+ "http":{
132
+ "method":"POST",
133
+ "requestUri":"/"
134
+ },
135
+ "input":{"shape":"AdminDisableProviderForUserRequest"},
136
+ "output":{"shape":"AdminDisableProviderForUserResponse"},
137
+ "errors":[
138
+ {"shape":"ResourceNotFoundException"},
139
+ {"shape":"InvalidParameterException"},
140
+ {"shape":"TooManyRequestsException"},
141
+ {"shape":"NotAuthorizedException"},
142
+ {"shape":"UserNotFoundException"},
143
+ {"shape":"AliasExistsException"},
144
+ {"shape":"InternalErrorException"}
145
+ ]
146
+ },
129
147
  "AdminDisableUser":{
130
148
  "name":"AdminDisableUser",
131
149
  "http":{
@@ -237,6 +255,24 @@
237
255
  {"shape":"UserNotConfirmedException"}
238
256
  ]
239
257
  },
258
+ "AdminLinkProviderForUser":{
259
+ "name":"AdminLinkProviderForUser",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"AdminLinkProviderForUserRequest"},
265
+ "output":{"shape":"AdminLinkProviderForUserResponse"},
266
+ "errors":[
267
+ {"shape":"ResourceNotFoundException"},
268
+ {"shape":"InvalidParameterException"},
269
+ {"shape":"TooManyRequestsException"},
270
+ {"shape":"NotAuthorizedException"},
271
+ {"shape":"UserNotFoundException"},
272
+ {"shape":"AliasExistsException"},
273
+ {"shape":"InternalErrorException"}
274
+ ]
275
+ },
240
276
  "AdminListDevices":{
241
277
  "name":"AdminListDevices",
242
278
  "http":{
@@ -547,6 +583,23 @@
547
583
  {"shape":"InternalErrorException"}
548
584
  ]
549
585
  },
586
+ "CreateResourceServer":{
587
+ "name":"CreateResourceServer",
588
+ "http":{
589
+ "method":"POST",
590
+ "requestUri":"/"
591
+ },
592
+ "input":{"shape":"CreateResourceServerRequest"},
593
+ "output":{"shape":"CreateResourceServerResponse"},
594
+ "errors":[
595
+ {"shape":"InvalidParameterException"},
596
+ {"shape":"ResourceNotFoundException"},
597
+ {"shape":"NotAuthorizedException"},
598
+ {"shape":"TooManyRequestsException"},
599
+ {"shape":"LimitExceededException"},
600
+ {"shape":"InternalErrorException"}
601
+ ]
602
+ },
550
603
  "CreateUserImportJob":{
551
604
  "name":"CreateUserImportJob",
552
605
  "http":{
@@ -650,6 +703,21 @@
650
703
  {"shape":"InternalErrorException"}
651
704
  ]
652
705
  },
706
+ "DeleteResourceServer":{
707
+ "name":"DeleteResourceServer",
708
+ "http":{
709
+ "method":"POST",
710
+ "requestUri":"/"
711
+ },
712
+ "input":{"shape":"DeleteResourceServerRequest"},
713
+ "errors":[
714
+ {"shape":"InvalidParameterException"},
715
+ {"shape":"ResourceNotFoundException"},
716
+ {"shape":"NotAuthorizedException"},
717
+ {"shape":"TooManyRequestsException"},
718
+ {"shape":"InternalErrorException"}
719
+ ]
720
+ },
653
721
  "DeleteUser":{
654
722
  "name":"DeleteUser",
655
723
  "http":{
@@ -751,6 +819,22 @@
751
819
  {"shape":"InternalErrorException"}
752
820
  ]
753
821
  },
822
+ "DescribeResourceServer":{
823
+ "name":"DescribeResourceServer",
824
+ "http":{
825
+ "method":"POST",
826
+ "requestUri":"/"
827
+ },
828
+ "input":{"shape":"DescribeResourceServerRequest"},
829
+ "output":{"shape":"DescribeResourceServerResponse"},
830
+ "errors":[
831
+ {"shape":"InvalidParameterException"},
832
+ {"shape":"ResourceNotFoundException"},
833
+ {"shape":"NotAuthorizedException"},
834
+ {"shape":"TooManyRequestsException"},
835
+ {"shape":"InternalErrorException"}
836
+ ]
837
+ },
754
838
  "DescribeUserImportJob":{
755
839
  "name":"DescribeUserImportJob",
756
840
  "http":{
@@ -929,6 +1013,22 @@
929
1013
  {"shape":"InternalErrorException"}
930
1014
  ]
931
1015
  },
1016
+ "GetUICustomization":{
1017
+ "name":"GetUICustomization",
1018
+ "http":{
1019
+ "method":"POST",
1020
+ "requestUri":"/"
1021
+ },
1022
+ "input":{"shape":"GetUICustomizationRequest"},
1023
+ "output":{"shape":"GetUICustomizationResponse"},
1024
+ "errors":[
1025
+ {"shape":"InvalidParameterException"},
1026
+ {"shape":"ResourceNotFoundException"},
1027
+ {"shape":"NotAuthorizedException"},
1028
+ {"shape":"TooManyRequestsException"},
1029
+ {"shape":"InternalErrorException"}
1030
+ ]
1031
+ },
932
1032
  "GetUser":{
933
1033
  "name":"GetUser",
934
1034
  "http":{
@@ -1070,6 +1170,22 @@
1070
1170
  {"shape":"InternalErrorException"}
1071
1171
  ]
1072
1172
  },
1173
+ "ListResourceServers":{
1174
+ "name":"ListResourceServers",
1175
+ "http":{
1176
+ "method":"POST",
1177
+ "requestUri":"/"
1178
+ },
1179
+ "input":{"shape":"ListResourceServersRequest"},
1180
+ "output":{"shape":"ListResourceServersResponse"},
1181
+ "errors":[
1182
+ {"shape":"InvalidParameterException"},
1183
+ {"shape":"ResourceNotFoundException"},
1184
+ {"shape":"NotAuthorizedException"},
1185
+ {"shape":"TooManyRequestsException"},
1186
+ {"shape":"InternalErrorException"}
1187
+ ]
1188
+ },
1073
1189
  "ListUserImportJobs":{
1074
1190
  "name":"ListUserImportJobs",
1075
1191
  "http":{
@@ -1205,6 +1321,22 @@
1205
1321
  {"shape":"InternalErrorException"}
1206
1322
  ]
1207
1323
  },
1324
+ "SetUICustomization":{
1325
+ "name":"SetUICustomization",
1326
+ "http":{
1327
+ "method":"POST",
1328
+ "requestUri":"/"
1329
+ },
1330
+ "input":{"shape":"SetUICustomizationRequest"},
1331
+ "output":{"shape":"SetUICustomizationResponse"},
1332
+ "errors":[
1333
+ {"shape":"InvalidParameterException"},
1334
+ {"shape":"ResourceNotFoundException"},
1335
+ {"shape":"NotAuthorizedException"},
1336
+ {"shape":"TooManyRequestsException"},
1337
+ {"shape":"InternalErrorException"}
1338
+ ]
1339
+ },
1208
1340
  "SetUserSettings":{
1209
1341
  "name":"SetUserSettings",
1210
1342
  "http":{
@@ -1337,6 +1469,22 @@
1337
1469
  {"shape":"InternalErrorException"}
1338
1470
  ]
1339
1471
  },
1472
+ "UpdateResourceServer":{
1473
+ "name":"UpdateResourceServer",
1474
+ "http":{
1475
+ "method":"POST",
1476
+ "requestUri":"/"
1477
+ },
1478
+ "input":{"shape":"UpdateResourceServerRequest"},
1479
+ "output":{"shape":"UpdateResourceServerResponse"},
1480
+ "errors":[
1481
+ {"shape":"InvalidParameterException"},
1482
+ {"shape":"ResourceNotFoundException"},
1483
+ {"shape":"NotAuthorizedException"},
1484
+ {"shape":"TooManyRequestsException"},
1485
+ {"shape":"InternalErrorException"}
1486
+ ]
1487
+ },
1340
1488
  "UpdateUserAttributes":{
1341
1489
  "name":"UpdateUserAttributes",
1342
1490
  "http":{
@@ -1543,6 +1691,22 @@
1543
1691
  "Username":{"shape":"UsernameType"}
1544
1692
  }
1545
1693
  },
1694
+ "AdminDisableProviderForUserRequest":{
1695
+ "type":"structure",
1696
+ "required":[
1697
+ "UserPoolId",
1698
+ "User"
1699
+ ],
1700
+ "members":{
1701
+ "UserPoolId":{"shape":"StringType"},
1702
+ "User":{"shape":"ProviderUserIdentifierType"}
1703
+ }
1704
+ },
1705
+ "AdminDisableProviderForUserResponse":{
1706
+ "type":"structure",
1707
+ "members":{
1708
+ }
1709
+ },
1546
1710
  "AdminDisableUserRequest":{
1547
1711
  "type":"structure",
1548
1712
  "required":[
@@ -1656,6 +1820,24 @@
1656
1820
  "AuthenticationResult":{"shape":"AuthenticationResultType"}
1657
1821
  }
1658
1822
  },
1823
+ "AdminLinkProviderForUserRequest":{
1824
+ "type":"structure",
1825
+ "required":[
1826
+ "UserPoolId",
1827
+ "DestinationUser",
1828
+ "SourceUser"
1829
+ ],
1830
+ "members":{
1831
+ "UserPoolId":{"shape":"StringType"},
1832
+ "DestinationUser":{"shape":"ProviderUserIdentifierType"},
1833
+ "SourceUser":{"shape":"ProviderUserIdentifierType"}
1834
+ }
1835
+ },
1836
+ "AdminLinkProviderForUserResponse":{
1837
+ "type":"structure",
1838
+ "members":{
1839
+ }
1840
+ },
1659
1841
  "AdminListDevicesRequest":{
1660
1842
  "type":"structure",
1661
1843
  "required":[
@@ -1858,9 +2040,14 @@
1858
2040
  "type":"list",
1859
2041
  "member":{"shape":"AttributeType"}
1860
2042
  },
2043
+ "AttributeMappingKeyType":{
2044
+ "type":"string",
2045
+ "max":32,
2046
+ "min":1
2047
+ },
1861
2048
  "AttributeMappingType":{
1862
2049
  "type":"map",
1863
- "key":{"shape":"CustomAttributeNameType"},
2050
+ "key":{"shape":"AttributeMappingKeyType"},
1864
2051
  "value":{"shape":"StringType"}
1865
2052
  },
1866
2053
  "AttributeNameListType":{
@@ -1913,6 +2100,8 @@
1913
2100
  }
1914
2101
  },
1915
2102
  "BooleanType":{"type":"boolean"},
2103
+ "CSSType":{"type":"string"},
2104
+ "CSSVersionType":{"type":"string"},
1916
2105
  "CallbackURLsListType":{
1917
2106
  "type":"list",
1918
2107
  "member":{"shape":"RedirectUrlType"},
@@ -2128,7 +2317,7 @@
2128
2317
  ],
2129
2318
  "members":{
2130
2319
  "UserPoolId":{"shape":"UserPoolIdType"},
2131
- "ProviderName":{"shape":"ProviderNameType"},
2320
+ "ProviderName":{"shape":"ProviderNameTypeV1"},
2132
2321
  "ProviderType":{"shape":"IdentityProviderTypeType"},
2133
2322
  "ProviderDetails":{"shape":"ProviderDetailsType"},
2134
2323
  "AttributeMapping":{"shape":"AttributeMappingType"},
@@ -2142,6 +2331,27 @@
2142
2331
  "IdentityProvider":{"shape":"IdentityProviderType"}
2143
2332
  }
2144
2333
  },
2334
+ "CreateResourceServerRequest":{
2335
+ "type":"structure",
2336
+ "required":[
2337
+ "UserPoolId",
2338
+ "Identifier",
2339
+ "Name"
2340
+ ],
2341
+ "members":{
2342
+ "UserPoolId":{"shape":"UserPoolIdType"},
2343
+ "Identifier":{"shape":"ResourceServerIdentifierType"},
2344
+ "Name":{"shape":"ResourceServerNameType"},
2345
+ "Scopes":{"shape":"ResourceServerScopeListType"}
2346
+ }
2347
+ },
2348
+ "CreateResourceServerResponse":{
2349
+ "type":"structure",
2350
+ "required":["ResourceServer"],
2351
+ "members":{
2352
+ "ResourceServer":{"shape":"ResourceServerType"}
2353
+ }
2354
+ },
2145
2355
  "CreateUserImportJobRequest":{
2146
2356
  "type":"structure",
2147
2357
  "required":[
@@ -2219,6 +2429,7 @@
2219
2429
  "SmsVerificationMessage":{"shape":"SmsVerificationMessageType"},
2220
2430
  "EmailVerificationMessage":{"shape":"EmailVerificationMessageType"},
2221
2431
  "EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
2432
+ "VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
2222
2433
  "SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
2223
2434
  "MfaConfiguration":{"shape":"UserPoolMfaType"},
2224
2435
  "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
@@ -2248,6 +2459,13 @@
2248
2459
  "min":1
2249
2460
  },
2250
2461
  "DateType":{"type":"timestamp"},
2462
+ "DefaultEmailOptionType":{
2463
+ "type":"string",
2464
+ "enum":[
2465
+ "CONFIRM_WITH_LINK",
2466
+ "CONFIRM_WITH_CODE"
2467
+ ]
2468
+ },
2251
2469
  "DeleteGroupRequest":{
2252
2470
  "type":"structure",
2253
2471
  "required":[
@@ -2270,6 +2488,17 @@
2270
2488
  "ProviderName":{"shape":"ProviderNameType"}
2271
2489
  }
2272
2490
  },
2491
+ "DeleteResourceServerRequest":{
2492
+ "type":"structure",
2493
+ "required":[
2494
+ "UserPoolId",
2495
+ "Identifier"
2496
+ ],
2497
+ "members":{
2498
+ "UserPoolId":{"shape":"UserPoolIdType"},
2499
+ "Identifier":{"shape":"ResourceServerIdentifierType"}
2500
+ }
2501
+ },
2273
2502
  "DeleteUserAttributesRequest":{
2274
2503
  "type":"structure",
2275
2504
  "required":[
@@ -2356,6 +2585,24 @@
2356
2585
  "IdentityProvider":{"shape":"IdentityProviderType"}
2357
2586
  }
2358
2587
  },
2588
+ "DescribeResourceServerRequest":{
2589
+ "type":"structure",
2590
+ "required":[
2591
+ "UserPoolId",
2592
+ "Identifier"
2593
+ ],
2594
+ "members":{
2595
+ "UserPoolId":{"shape":"UserPoolIdType"},
2596
+ "Identifier":{"shape":"ResourceServerIdentifierType"}
2597
+ }
2598
+ },
2599
+ "DescribeResourceServerResponse":{
2600
+ "type":"structure",
2601
+ "required":["ResourceServer"],
2602
+ "members":{
2603
+ "ResourceServer":{"shape":"ResourceServerType"}
2604
+ }
2605
+ },
2359
2606
  "DescribeUserImportJobRequest":{
2360
2607
  "type":"structure",
2361
2608
  "required":[
@@ -2484,13 +2731,15 @@
2484
2731
  "CREATING",
2485
2732
  "DELETING",
2486
2733
  "UPDATING",
2487
- "ACTIVE"
2734
+ "ACTIVE",
2735
+ "FAILED"
2488
2736
  ]
2489
2737
  },
2490
2738
  "DomainType":{
2491
2739
  "type":"string",
2492
- "max":1024,
2493
- "min":1
2740
+ "max":63,
2741
+ "min":1,
2742
+ "pattern":"^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$"
2494
2743
  },
2495
2744
  "DomainVersionType":{
2496
2745
  "type":"string",
@@ -2515,12 +2764,24 @@
2515
2764
  "ReplyToEmailAddress":{"shape":"EmailAddressType"}
2516
2765
  }
2517
2766
  },
2767
+ "EmailVerificationMessageByLinkType":{
2768
+ "type":"string",
2769
+ "max":20000,
2770
+ "min":6,
2771
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{##[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*##\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*"
2772
+ },
2518
2773
  "EmailVerificationMessageType":{
2519
2774
  "type":"string",
2520
2775
  "max":20000,
2521
2776
  "min":6,
2522
2777
  "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{####\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*"
2523
2778
  },
2779
+ "EmailVerificationSubjectByLinkType":{
2780
+ "type":"string",
2781
+ "max":140,
2782
+ "min":1,
2783
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+"
2784
+ },
2524
2785
  "EmailVerificationSubjectType":{
2525
2786
  "type":"string",
2526
2787
  "max":140,
@@ -2637,6 +2898,21 @@
2637
2898
  "IdentityProvider":{"shape":"IdentityProviderType"}
2638
2899
  }
2639
2900
  },
2901
+ "GetUICustomizationRequest":{
2902
+ "type":"structure",
2903
+ "required":["UserPoolId"],
2904
+ "members":{
2905
+ "UserPoolId":{"shape":"UserPoolIdType"},
2906
+ "ClientId":{"shape":"ClientIdType"}
2907
+ }
2908
+ },
2909
+ "GetUICustomizationResponse":{
2910
+ "type":"structure",
2911
+ "required":["UICustomization"],
2912
+ "members":{
2913
+ "UICustomization":{"shape":"UICustomizationType"}
2914
+ }
2915
+ },
2640
2916
  "GetUserAttributeVerificationCodeRequest":{
2641
2917
  "type":"structure",
2642
2918
  "required":[
@@ -2729,7 +3005,12 @@
2729
3005
  },
2730
3006
  "IdentityProviderTypeType":{
2731
3007
  "type":"string",
2732
- "enum":["SAML"]
3008
+ "enum":[
3009
+ "SAML",
3010
+ "Facebook",
3011
+ "Google",
3012
+ "LoginWithAmazon"
3013
+ ]
2733
3014
  },
2734
3015
  "IdpIdentifierType":{
2735
3016
  "type":"string",
@@ -2743,6 +3024,8 @@
2743
3024
  "max":50,
2744
3025
  "min":0
2745
3026
  },
3027
+ "ImageFileType":{"type":"blob"},
3028
+ "ImageUrlType":{"type":"string"},
2746
3029
  "InitiateAuthRequest":{
2747
3030
  "type":"structure",
2748
3031
  "required":[
@@ -2908,6 +3191,28 @@
2908
3191
  "max":60,
2909
3192
  "min":1
2910
3193
  },
3194
+ "ListResourceServersLimitType":{
3195
+ "type":"integer",
3196
+ "max":50,
3197
+ "min":1
3198
+ },
3199
+ "ListResourceServersRequest":{
3200
+ "type":"structure",
3201
+ "required":["UserPoolId"],
3202
+ "members":{
3203
+ "UserPoolId":{"shape":"UserPoolIdType"},
3204
+ "MaxResults":{"shape":"ListResourceServersLimitType"},
3205
+ "NextToken":{"shape":"PaginationKeyType"}
3206
+ }
3207
+ },
3208
+ "ListResourceServersResponse":{
3209
+ "type":"structure",
3210
+ "required":["ResourceServers"],
3211
+ "members":{
3212
+ "ResourceServers":{"shape":"ResourceServersListType"},
3213
+ "NextToken":{"shape":"PaginationKeyType"}
3214
+ }
3215
+ },
2911
3216
  "ListUserImportJobsRequest":{
2912
3217
  "type":"structure",
2913
3218
  "required":[
@@ -3152,6 +3457,20 @@
3152
3457
  "min":1,
3153
3458
  "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
3154
3459
  },
3460
+ "ProviderNameTypeV1":{
3461
+ "type":"string",
3462
+ "max":32,
3463
+ "min":1,
3464
+ "pattern":"[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+"
3465
+ },
3466
+ "ProviderUserIdentifierType":{
3467
+ "type":"structure",
3468
+ "members":{
3469
+ "ProviderName":{"shape":"ProviderNameType"},
3470
+ "ProviderAttributeName":{"shape":"StringType"},
3471
+ "ProviderAttributeValue":{"shape":"StringType"}
3472
+ }
3473
+ },
3155
3474
  "ProvidersListType":{
3156
3475
  "type":"list",
3157
3476
  "member":{"shape":"ProviderDescription"},
@@ -3204,6 +3523,58 @@
3204
3523
  },
3205
3524
  "exception":true
3206
3525
  },
3526
+ "ResourceServerIdentifierType":{
3527
+ "type":"string",
3528
+ "max":256,
3529
+ "min":1,
3530
+ "pattern":"[\\x21\\x23-\\x5B\\x5D-\\x7E]+"
3531
+ },
3532
+ "ResourceServerNameType":{
3533
+ "type":"string",
3534
+ "max":256,
3535
+ "min":1,
3536
+ "pattern":"[\\w\\s+=,.@-]+"
3537
+ },
3538
+ "ResourceServerScopeDescriptionType":{
3539
+ "type":"string",
3540
+ "max":256,
3541
+ "min":1
3542
+ },
3543
+ "ResourceServerScopeListType":{
3544
+ "type":"list",
3545
+ "member":{"shape":"ResourceServerScopeType"},
3546
+ "max":25
3547
+ },
3548
+ "ResourceServerScopeNameType":{
3549
+ "type":"string",
3550
+ "max":256,
3551
+ "min":1,
3552
+ "pattern":"[\\x21\\x23-\\x2E\\x30-\\x5B\\x5D-\\x7E]+"
3553
+ },
3554
+ "ResourceServerScopeType":{
3555
+ "type":"structure",
3556
+ "required":[
3557
+ "ScopeName",
3558
+ "ScopeDescription"
3559
+ ],
3560
+ "members":{
3561
+ "ScopeName":{"shape":"ResourceServerScopeNameType"},
3562
+ "ScopeDescription":{"shape":"ResourceServerScopeDescriptionType"}
3563
+ }
3564
+ },
3565
+ "ResourceServerType":{
3566
+ "type":"structure",
3567
+ "members":{
3568
+ "UserPoolId":{"shape":"UserPoolIdType"},
3569
+ "Identifier":{"shape":"ResourceServerIdentifierType"},
3570
+ "Name":{"shape":"ResourceServerNameType"},
3571
+ "Scopes":{"shape":"ResourceServerScopeListType"}
3572
+ }
3573
+ },
3574
+ "ResourceServersListType":{
3575
+ "type":"list",
3576
+ "member":{"shape":"ResourceServerType"}
3577
+ },
3207
3578
  "RespondToAuthChallengeRequest":{
3208
3579
  "type":"structure",
3209
3580
  "required":[
@@ -3268,7 +3639,8 @@
3268
3639
  },
3269
3640
  "ScopeListType":{
3270
3641
  "type":"list",
3271
- "member":{"shape":"ScopeType"}
3642
+ "member":{"shape":"ScopeType"},
3643
+ "max":25
3272
3644
  },
3273
3645
  "ScopeType":{
3274
3646
  "type":"string",
@@ -3297,6 +3669,23 @@
3297
3669
  "max":2048,
3298
3670
  "min":20
3299
3671
  },
3672
+ "SetUICustomizationRequest":{
3673
+ "type":"structure",
3674
+ "required":["UserPoolId"],
3675
+ "members":{
3676
+ "UserPoolId":{"shape":"UserPoolIdType"},
3677
+ "ClientId":{"shape":"ClientIdType"},
3678
+ "CSS":{"shape":"CSSType"},
3679
+ "ImageFile":{"shape":"ImageFileType"}
3680
+ }
3681
+ },
3682
+ "SetUICustomizationResponse":{
3683
+ "type":"structure",
3684
+ "required":["UICustomization"],
3685
+ "members":{
3686
+ "UICustomization":{"shape":"UICustomizationType"}
3687
+ }
3688
+ },
3300
3689
  "SetUserSettingsRequest":{
3301
3690
  "type":"structure",
3302
3691
  "required":[
@@ -3427,6 +3816,18 @@
3427
3816
  },
3428
3817
  "exception":true
3429
3818
  },
3819
+ "UICustomizationType":{
3820
+ "type":"structure",
3821
+ "members":{
3822
+ "UserPoolId":{"shape":"UserPoolIdType"},
3823
+ "ClientId":{"shape":"ClientIdType"},
3824
+ "ImageUrl":{"shape":"ImageUrlType"},
3825
+ "CSS":{"shape":"CSSType"},
3826
+ "CSSVersion":{"shape":"CSSVersionType"},
3827
+ "LastModifiedDate":{"shape":"DateType"},
3828
+ "CreationDate":{"shape":"DateType"}
3829
+ }
3830
+ },
3430
3831
  "UnexpectedLambdaException":{
3431
3832
  "type":"structure",
3432
3833
  "members":{
@@ -3506,6 +3907,27 @@
3506
3907
  "IdentityProvider":{"shape":"IdentityProviderType"}
3507
3908
  }
3508
3909
  },
3910
+ "UpdateResourceServerRequest":{
3911
+ "type":"structure",
3912
+ "required":[
3913
+ "UserPoolId",
3914
+ "Identifier",
3915
+ "Name"
3916
+ ],
3917
+ "members":{
3918
+ "UserPoolId":{"shape":"UserPoolIdType"},
3919
+ "Identifier":{"shape":"ResourceServerIdentifierType"},
3920
+ "Name":{"shape":"ResourceServerNameType"},
3921
+ "Scopes":{"shape":"ResourceServerScopeListType"}
3922
+ }
3923
+ },
3924
+ "UpdateResourceServerResponse":{
3925
+ "type":"structure",
3926
+ "required":["ResourceServer"],
3927
+ "members":{
3928
+ "ResourceServer":{"shape":"ResourceServerType"}
3929
+ }
3930
+ },
3509
3931
  "UpdateUserAttributesRequest":{
3510
3932
  "type":"structure",
3511
3933
  "required":[
@@ -3563,6 +3985,7 @@
3563
3985
  "SmsVerificationMessage":{"shape":"SmsVerificationMessageType"},
3564
3986
  "EmailVerificationMessage":{"shape":"EmailVerificationMessageType"},
3565
3987
  "EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
3988
+ "VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
3566
3989
  "SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
3567
3990
  "MfaConfiguration":{"shape":"UserPoolMfaType"},
3568
3991
  "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
@@ -3765,6 +4188,7 @@
3765
4188
  "SmsVerificationMessage":{"shape":"SmsVerificationMessageType"},
3766
4189
  "EmailVerificationMessage":{"shape":"EmailVerificationMessageType"},
3767
4190
  "EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
4191
+ "VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
3768
4192
  "SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
3769
4193
  "MfaConfiguration":{"shape":"UserPoolMfaType"},
3770
4194
  "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
@@ -3830,6 +4254,17 @@
3830
4254
  "type":"list",
3831
4255
  "member":{"shape":"UserType"}
3832
4256
  },
4257
+ "VerificationMessageTemplateType":{
4258
+ "type":"structure",
4259
+ "members":{
4260
+ "SmsMessage":{"shape":"SmsVerificationMessageType"},
4261
+ "EmailMessage":{"shape":"EmailVerificationMessageType"},
4262
+ "EmailSubject":{"shape":"EmailVerificationSubjectType"},
4263
+ "EmailMessageByLink":{"shape":"EmailVerificationMessageByLinkType"},
4264
+ "EmailSubjectByLink":{"shape":"EmailVerificationSubjectByLinkType"},
4265
+ "DefaultEmailOption":{"shape":"DefaultEmailOptionType"}
4266
+ }
4267
+ },
3833
4268
  "VerifiedAttributeType":{
3834
4269
  "type":"string",
3835
4270
  "enum":[
@@ -2246,6 +2246,7 @@
2246
2246
  "type":"structure",
2247
2247
  "members":{
2248
2248
  "Domain":{"shape":"DomainType"},
2249
+ "Address":{"shape":"String"},
2249
2250
  "DryRun":{
2250
2251
  "shape":"Boolean",
2251
2252
  "locationName":"dryRun"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.24'
2
+ VERSION = '2.10.25'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.24
4
+ version: 2.10.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-10 00:00:00.000000000 Z
11
+ date: 2017-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath