@aws-sdk/client-cognito-identity-provider 3.699.0 → 3.708.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.
@@ -3131,7 +3131,7 @@ export interface UpdateUserPoolDomainRequest {
3131
3131
  * in a <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserPoolMfaConfig.html">SetUserPoolMfaConfig</a> request.</p>
3132
3132
  * @public
3133
3133
  */
3134
- CustomDomainConfig: CustomDomainConfigType | undefined;
3134
+ CustomDomainConfig?: CustomDomainConfigType | undefined;
3135
3135
  }
3136
3136
  /**
3137
3137
  * <p>The UpdateUserPoolDomain response output.</p>
@@ -498,7 +498,7 @@ export interface UpdateUserPoolDomainRequest {
498
498
  Domain: string | undefined;
499
499
  UserPoolId: string | undefined;
500
500
  ManagedLoginVersion?: number | undefined;
501
- CustomDomainConfig: CustomDomainConfigType | undefined;
501
+ CustomDomainConfig?: CustomDomainConfigType | undefined;
502
502
  }
503
503
  export interface UpdateUserPoolDomainResponse {
504
504
  ManagedLoginVersion?: number | undefined;
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.699.0",
4
+ "version": "3.708.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",