@aws-sdk/client-cognito-identity-provider 3.569.0 → 3.572.0

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/dist-cjs/index.js CHANGED
@@ -716,6 +716,7 @@ var UserStatusType = {
716
716
  ARCHIVED: "ARCHIVED",
717
717
  COMPROMISED: "COMPROMISED",
718
718
  CONFIRMED: "CONFIRMED",
719
+ EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER",
719
720
  FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD",
720
721
  RESET_REQUIRED: "RESET_REQUIRED",
721
722
  UNCONFIRMED: "UNCONFIRMED",
@@ -173,6 +173,7 @@ export const UserStatusType = {
173
173
  ARCHIVED: "ARCHIVED",
174
174
  COMPROMISED: "COMPROMISED",
175
175
  CONFIRMED: "CONFIRMED",
176
+ EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER",
176
177
  FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD",
177
178
  RESET_REQUIRED: "RESET_REQUIRED",
178
179
  UNCONFIRMED: "UNCONFIRMED",
@@ -118,7 +118,7 @@ declare const AdminCreateUserCommand_base: {
118
118
  * // UserCreateDate: new Date("TIMESTAMP"),
119
119
  * // UserLastModifiedDate: new Date("TIMESTAMP"),
120
120
  * // Enabled: true || false,
121
- * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD",
121
+ * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD" || "EXTERNAL_PROVIDER",
122
122
  * // MFAOptions: [ // MFAOptionListType
123
123
  * // { // MFAOptionType
124
124
  * // DeliveryMedium: "SMS" || "EMAIL",
@@ -71,7 +71,7 @@ declare const AdminGetUserCommand_base: {
71
71
  * // UserCreateDate: new Date("TIMESTAMP"),
72
72
  * // UserLastModifiedDate: new Date("TIMESTAMP"),
73
73
  * // Enabled: true || false,
74
- * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD",
74
+ * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD" || "EXTERNAL_PROVIDER",
75
75
  * // MFAOptions: [ // MFAOptionListType
76
76
  * // { // MFAOptionType
77
77
  * // DeliveryMedium: "SMS" || "EMAIL",
@@ -77,7 +77,7 @@ declare const ListUsersCommand_base: {
77
77
  * // UserCreateDate: new Date("TIMESTAMP"),
78
78
  * // UserLastModifiedDate: new Date("TIMESTAMP"),
79
79
  * // Enabled: true || false,
80
- * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD",
80
+ * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD" || "EXTERNAL_PROVIDER",
81
81
  * // MFAOptions: [ // MFAOptionListType
82
82
  * // { // MFAOptionType
83
83
  * // DeliveryMedium: "SMS" || "EMAIL",
@@ -74,7 +74,7 @@ declare const ListUsersInGroupCommand_base: {
74
74
  * // UserCreateDate: new Date("TIMESTAMP"),
75
75
  * // UserLastModifiedDate: new Date("TIMESTAMP"),
76
76
  * // Enabled: true || false,
77
- * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD",
77
+ * // UserStatus: "UNCONFIRMED" || "CONFIRMED" || "ARCHIVED" || "COMPROMISED" || "UNKNOWN" || "RESET_REQUIRED" || "FORCE_CHANGE_PASSWORD" || "EXTERNAL_PROVIDER",
78
78
  * // MFAOptions: [ // MFAOptionListType
79
79
  * // { // MFAOptionType
80
80
  * // DeliveryMedium: "SMS" || "EMAIL",
@@ -806,6 +806,7 @@ export declare const UserStatusType: {
806
806
  readonly ARCHIVED: "ARCHIVED";
807
807
  readonly COMPROMISED: "COMPROMISED";
808
808
  readonly CONFIRMED: "CONFIRMED";
809
+ readonly EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER";
809
810
  readonly FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD";
810
811
  readonly RESET_REQUIRED: "RESET_REQUIRED";
811
812
  readonly UNCONFIRMED: "UNCONFIRMED";
@@ -208,6 +208,7 @@ export declare const UserStatusType: {
208
208
  readonly ARCHIVED: "ARCHIVED";
209
209
  readonly COMPROMISED: "COMPROMISED";
210
210
  readonly CONFIRMED: "CONFIRMED";
211
+ readonly EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER";
211
212
  readonly FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD";
212
213
  readonly RESET_REQUIRED: "RESET_REQUIRED";
213
214
  readonly UNCONFIRMED: "UNCONFIRMED";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity-provider",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4
- "version": "3.569.0",
4
+ "version": "3.572.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.569.0",
24
- "@aws-sdk/client-sts": "3.569.0",
25
- "@aws-sdk/core": "3.567.0",
26
- "@aws-sdk/credential-provider-node": "3.569.0",
23
+ "@aws-sdk/client-sso-oidc": "3.572.0",
24
+ "@aws-sdk/client-sts": "3.572.0",
25
+ "@aws-sdk/core": "3.572.0",
26
+ "@aws-sdk/credential-provider-node": "3.572.0",
27
27
  "@aws-sdk/middleware-host-header": "3.567.0",
28
28
  "@aws-sdk/middleware-logger": "3.568.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.567.0",
30
- "@aws-sdk/middleware-user-agent": "3.567.0",
31
- "@aws-sdk/region-config-resolver": "3.567.0",
30
+ "@aws-sdk/middleware-user-agent": "3.572.0",
31
+ "@aws-sdk/region-config-resolver": "3.572.0",
32
32
  "@aws-sdk/types": "3.567.0",
33
- "@aws-sdk/util-endpoints": "3.567.0",
33
+ "@aws-sdk/util-endpoints": "3.572.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.567.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.568.0",
36
36
  "@smithy/config-resolver": "^2.2.0",