@pulumi/aws-native 1.21.0 → 1.22.0-alpha.1736355106

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.
Files changed (60) hide show
  1. package/backup/logicallyAirGappedBackupVault.d.ts +2 -10
  2. package/backup/logicallyAirGappedBackupVault.js +2 -2
  3. package/backup/logicallyAirGappedBackupVault.js.map +1 -1
  4. package/cleanrooms/collaboration.d.ts +8 -0
  5. package/cleanrooms/collaboration.js +3 -1
  6. package/cleanrooms/collaboration.js.map +1 -1
  7. package/cognito/getUserPool.d.ts +9 -11
  8. package/cognito/getUserPool.js.map +1 -1
  9. package/cognito/getUserPoolClient.d.ts +25 -19
  10. package/cognito/getUserPoolClient.js.map +1 -1
  11. package/cognito/getUserPoolDomain.d.ts +4 -2
  12. package/cognito/getUserPoolDomain.js.map +1 -1
  13. package/cognito/getUserPoolRiskConfigurationAttachment.d.ts +2 -2
  14. package/cognito/getUserPoolUiCustomizationAttachment.d.ts +3 -3
  15. package/cognito/userPool.d.ts +18 -22
  16. package/cognito/userPool.js.map +1 -1
  17. package/cognito/userPoolClient.d.ts +52 -40
  18. package/cognito/userPoolClient.js.map +1 -1
  19. package/cognito/userPoolDomain.d.ts +12 -12
  20. package/cognito/userPoolRiskConfigurationAttachment.d.ts +4 -4
  21. package/cognito/userPoolUiCustomizationAttachment.d.ts +4 -4
  22. package/cognito/userPoolUser.d.ts +12 -8
  23. package/cognito/userPoolUser.js.map +1 -1
  24. package/customerprofiles/eventTrigger.d.ts +59 -0
  25. package/customerprofiles/eventTrigger.js +85 -0
  26. package/customerprofiles/eventTrigger.js.map +1 -0
  27. package/customerprofiles/getEventTrigger.d.ts +34 -0
  28. package/customerprofiles/getEventTrigger.js +30 -0
  29. package/customerprofiles/getEventTrigger.js.map +1 -0
  30. package/customerprofiles/index.d.ts +6 -0
  31. package/customerprofiles/index.js +8 -1
  32. package/customerprofiles/index.js.map +1 -1
  33. package/lex/bot.d.ts +2 -0
  34. package/lex/bot.js +2 -0
  35. package/lex/bot.js.map +1 -1
  36. package/package.json +3 -3
  37. package/package.json.dev +2 -2
  38. package/resiliencehub/app.d.ts +8 -0
  39. package/resiliencehub/app.js +2 -0
  40. package/resiliencehub/app.js.map +1 -1
  41. package/resiliencehub/getApp.d.ts +4 -0
  42. package/resiliencehub/getApp.js.map +1 -1
  43. package/rolesanywhere/getProfile.d.ts +0 -4
  44. package/rolesanywhere/getProfile.js.map +1 -1
  45. package/rolesanywhere/profile.js +2 -0
  46. package/rolesanywhere/profile.js.map +1 -1
  47. package/sso/getPermissionSet.d.ts +1 -1
  48. package/sso/permissionSet.d.ts +2 -2
  49. package/types/enums/cleanrooms/index.d.ts +5 -0
  50. package/types/enums/cleanrooms/index.js +5 -1
  51. package/types/enums/cleanrooms/index.js.map +1 -1
  52. package/types/enums/customerprofiles/index.d.ts +40 -0
  53. package/types/enums/customerprofiles/index.js +29 -1
  54. package/types/enums/customerprofiles/index.js.map +1 -1
  55. package/types/enums/efs/index.d.ts +1 -1
  56. package/types/input.d.ts +149 -17
  57. package/types/output.d.ts +149 -17
  58. package/types/output.js.map +1 -1
  59. package/voiceid/getDomain.d.ts +12 -0
  60. package/voiceid/getDomain.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -12091,6 +12091,10 @@ export declare namespace cleanrooms {
12091
12091
  * *Allowed Values* : `CAN_QUERY` | `CAN_RECEIVE_RESULTS`
12092
12092
  */
12093
12093
  memberAbilities: enums.cleanrooms.CollaborationMemberAbility[];
12094
+ /**
12095
+ * The ML abilities granted to the collaboration member.
12096
+ */
12097
+ mlMemberAbilities?: outputs.cleanrooms.CollaborationMlMemberAbilities;
12094
12098
  /**
12095
12099
  * The collaboration member's payment responsibilities set by the collaboration creator.
12096
12100
  *
@@ -12098,7 +12102,47 @@ export declare namespace cleanrooms {
12098
12102
  */
12099
12103
  paymentConfiguration?: outputs.cleanrooms.CollaborationPaymentConfiguration;
12100
12104
  }
12105
+ interface CollaborationMlMemberAbilities {
12106
+ /**
12107
+ * The custom ML member abilities for a collaboration member.
12108
+ */
12109
+ customMlMemberAbilities: enums.cleanrooms.CollaborationCustomMlMemberAbility[];
12110
+ }
12111
+ interface CollaborationMlPaymentConfig {
12112
+ /**
12113
+ * The payment responsibilities accepted by the member for model inference.
12114
+ */
12115
+ modelInference?: outputs.cleanrooms.CollaborationModelInferencePaymentConfig;
12116
+ /**
12117
+ * The payment responsibilities accepted by the member for model training.
12118
+ */
12119
+ modelTraining?: outputs.cleanrooms.CollaborationModelTrainingPaymentConfig;
12120
+ }
12121
+ interface CollaborationModelInferencePaymentConfig {
12122
+ /**
12123
+ * Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs ( `TRUE` ) or has not configured the collaboration member to pay for model inference costs ( `FALSE` ).
12124
+ *
12125
+ * Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a `TRUE` value for more than one member in the collaboration.
12126
+ *
12127
+ * If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a `FALSE` value for the member who can query.
12128
+ */
12129
+ isResponsible: boolean;
12130
+ }
12131
+ interface CollaborationModelTrainingPaymentConfig {
12132
+ /**
12133
+ * Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs ( `TRUE` ) or has not configured the collaboration member to pay for model training costs ( `FALSE` ).
12134
+ *
12135
+ * Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a `TRUE` value for more than one member in the collaboration.
12136
+ *
12137
+ * If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a `FALSE` value for the member who can query.
12138
+ */
12139
+ isResponsible: boolean;
12140
+ }
12101
12141
  interface CollaborationPaymentConfiguration {
12142
+ /**
12143
+ * An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
12144
+ */
12145
+ machineLearning?: outputs.cleanrooms.CollaborationMlPaymentConfig;
12102
12146
  /**
12103
12147
  * The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
12104
12148
  */
@@ -12308,7 +12352,18 @@ export declare namespace cleanrooms {
12308
12352
  */
12309
12353
  idNamespaceType?: enums.cleanrooms.IdNamespaceAssociationInputReferencePropertiesIdNamespaceType;
12310
12354
  }
12355
+ interface MembershipMlPaymentConfig {
12356
+ modelInference?: outputs.cleanrooms.MembershipModelInferencePaymentConfig;
12357
+ modelTraining?: outputs.cleanrooms.MembershipModelTrainingPaymentConfig;
12358
+ }
12359
+ interface MembershipModelInferencePaymentConfig {
12360
+ isResponsible: boolean;
12361
+ }
12362
+ interface MembershipModelTrainingPaymentConfig {
12363
+ isResponsible: boolean;
12364
+ }
12311
12365
  interface MembershipPaymentConfiguration {
12366
+ machineLearning?: outputs.cleanrooms.MembershipMlPaymentConfig;
12312
12367
  /**
12313
12368
  * The payment responsibilities accepted by the collaboration member for query compute costs.
12314
12369
  */
@@ -15564,17 +15619,17 @@ export declare namespace cognito {
15564
15619
  }
15565
15620
  interface UserPoolAddOns {
15566
15621
  /**
15567
- * Advanced security configuration options for additional authentication types in your user pool, including custom authentication.
15622
+ * Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
15568
15623
  */
15569
15624
  advancedSecurityAdditionalFlows?: outputs.cognito.UserPoolAdvancedSecurityAdditionalFlows;
15570
15625
  /**
15571
- * The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
15626
+ * The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
15572
15627
  */
15573
15628
  advancedSecurityMode?: string;
15574
15629
  }
15575
15630
  interface UserPoolAdminCreateUserConfig {
15576
15631
  /**
15577
- * The setting for allowing self-service sign-up. When `true` , only administrators can create new user profiles. When `false` , users can register themselves and create a new user profile with the [SignUp](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SignUp.html) operation.
15632
+ * The setting for allowing self-service sign-up. When `true` , only administrators can create new user profiles. When `false` , users can register themselves and create a new user profile with the `SignUp` operation.
15578
15633
  */
15579
15634
  allowAdminCreateUserOnly?: boolean;
15580
15635
  /**
@@ -15584,7 +15639,9 @@ export declare namespace cognito {
15584
15639
  */
15585
15640
  inviteMessageTemplate?: outputs.cognito.UserPoolInviteMessageTemplate;
15586
15641
  /**
15587
- * This parameter is no longer in use. Configure the duration of temporary passwords with the `TemporaryPasswordValidityDays` parameter of [PasswordPolicyType](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_PasswordPolicyType.html) . For older user pools that have a `UnusedAccountValidityDays` configuration, that value is effective until you set a value for `TemporaryPasswordValidityDays` .
15642
+ * This parameter is no longer in use.
15643
+ *
15644
+ * Configure the duration of temporary passwords with the `TemporaryPasswordValidityDays` parameter of `API_PasswordPolicyType` . For older user pools that have a `UnusedAccountValidityDays` configuration, that value is effective until you set a value for `TemporaryPasswordValidityDays` .
15588
15645
  *
15589
15646
  * The password expiration limit in days for administrator-created users. When this time expires, the user can't sign in with their temporary password. To reset the account after that time limit, you must call `AdminCreateUser` again, specifying `RESEND` for the `MessageAction` parameter.
15590
15647
  *
@@ -15594,7 +15651,7 @@ export declare namespace cognito {
15594
15651
  }
15595
15652
  interface UserPoolAdvancedSecurityAdditionalFlows {
15596
15653
  /**
15597
- * The operating mode of advanced security features in custom authentication with [Custom authentication challenge Lambda triggers](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html) .
15654
+ * The operating mode of threat protection in custom authentication with [Custom authentication challenge Lambda triggers](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html) .
15598
15655
  */
15599
15656
  customAuthMode?: string;
15600
15657
  }
@@ -15666,7 +15723,7 @@ export declare namespace cognito {
15666
15723
  */
15667
15724
  challengeRequiredOnNewDevice?: boolean;
15668
15725
  /**
15669
- * When true, Amazon Cognito doesn't automatically remember a user's device when your app sends a [ConfirmDevice](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmDevice.html) API request. In your app, create a prompt for your user to choose whether they want to remember their device. Return the user's choice in an [UpdateDeviceStatus](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateDeviceStatus.html) API request.
15726
+ * When true, Amazon Cognito doesn't automatically remember a user's device when your app sends a `ConfirmDevice` API request. In your app, create a prompt for your user to choose whether they want to remember their device. Return the user's choice in an `UpdateDeviceStatus` API request.
15670
15727
  *
15671
15728
  * When `DeviceOnlyRememberedOnUserPrompt` is `false` , Amazon Cognito immediately remembers devices that you register in a `ConfirmDevice` API request.
15672
15729
  */
@@ -15811,7 +15868,7 @@ export declare namespace cognito {
15811
15868
  /**
15812
15869
  * The number of previous passwords that you want Amazon Cognito to restrict each user from reusing. Users can't set a password that matches any of `n` previous passwords, where `n` is the value of `PasswordHistorySize` .
15813
15870
  *
15814
- * Password history isn't enforced and isn't displayed in [DescribeUserPool](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPool.html) responses when you set this value to `0` or don't provide it. To activate this setting, your user pool must be in the [Essentials tier](https://docs.aws.amazon.com/cognito/latest/developerguide/feature-plans-features-essentials.html) or higher.
15871
+ * Password history isn't enforced and isn't displayed in `API_DescribeUserPool` responses when you set this value to `0` or don't provide it. To activate this setting, your user pool must be in the [Essentials tier](https://docs.aws.amazon.com/cognito/latest/developerguide/feature-plans-features-essentials.html) or higher.
15815
15872
  */
15816
15873
  passwordHistorySize?: number;
15817
15874
  /**
@@ -15845,7 +15902,7 @@ export declare namespace cognito {
15845
15902
  /**
15846
15903
  * The policy for allowed types of authentication in a user pool. To activate this setting, your user pool must be in the [Essentials tier](https://docs.aws.amazon.com/cognito/latest/developerguide/feature-plans-features-essentials.html) or higher.
15847
15904
  *
15848
- * This data type is a request and response parameter of [CreateUserPool](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPool.html) and [UpdateUserPool](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserPool.html) , and a response parameter of [DescribeUserPool](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPool.html) .
15905
+ * This data type is a request and response parameter of `API_CreateUserPool` and `API_UpdateUserPool` , and a response parameter of `API_DescribeUserPool` .
15849
15906
  */
15850
15907
  signInPolicy?: outputs.cognito.UserPoolSignInPolicy;
15851
15908
  }
@@ -15898,25 +15955,25 @@ export declare namespace cognito {
15898
15955
  }
15899
15956
  interface UserPoolRiskConfigurationAttachmentAccountTakeoverActionsType {
15900
15957
  /**
15901
- * The action that you assign to a high-risk assessment by advanced security features.
15958
+ * The action that you assign to a high-risk assessment by threat protection.
15902
15959
  */
15903
15960
  highAction?: outputs.cognito.UserPoolRiskConfigurationAttachmentAccountTakeoverActionType;
15904
15961
  /**
15905
- * The action that you assign to a low-risk assessment by advanced security features.
15962
+ * The action that you assign to a low-risk assessment by threat protection.
15906
15963
  */
15907
15964
  lowAction?: outputs.cognito.UserPoolRiskConfigurationAttachmentAccountTakeoverActionType;
15908
15965
  /**
15909
- * The action that you assign to a medium-risk assessment by advanced security features.
15966
+ * The action that you assign to a medium-risk assessment by threat protection.
15910
15967
  */
15911
15968
  mediumAction?: outputs.cognito.UserPoolRiskConfigurationAttachmentAccountTakeoverActionType;
15912
15969
  }
15913
15970
  interface UserPoolRiskConfigurationAttachmentAccountTakeoverRiskConfigurationType {
15914
15971
  /**
15915
- * A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
15972
+ * A list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection.
15916
15973
  */
15917
15974
  actions: outputs.cognito.UserPoolRiskConfigurationAttachmentAccountTakeoverActionsType;
15918
15975
  /**
15919
- * The settings for composing and sending an email message when advanced security features assesses a risk level with adaptive authentication. When you choose to notify users in `AccountTakeoverRiskConfiguration` , Amazon Cognito sends an email message using the method and template that you set with this data type.
15976
+ * The settings for composing and sending an email message when threat protection assesses a risk level with adaptive authentication. When you choose to notify users in `AccountTakeoverRiskConfiguration` , Amazon Cognito sends an email message using the method and template that you set with this data type.
15920
15977
  */
15921
15978
  notifyConfiguration?: outputs.cognito.UserPoolRiskConfigurationAttachmentNotifyConfigurationType;
15922
15979
  }
@@ -16070,7 +16127,7 @@ export declare namespace cognito {
16070
16127
  /**
16071
16128
  * Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute. When you update a user attribute that has this option activated, Amazon Cognito sends a verification message to the new phone number or email address. Amazon Cognito doesn’t change the value of the attribute until your user responds to the verification message and confirms the new value.
16072
16129
  *
16073
- * You can verify an updated email address or phone number with a [VerifyUserAttribute](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_VerifyUserAttribute.html) API request. You can also call the [AdminUpdateUserAttributes](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUpdateUserAttributes.html) API and set `email_verified` or `phone_number_verified` to true.
16130
+ * You can verify an updated email address or phone number with a `API_VerifyUserAttribute` API request. You can also call the `API_AdminUpdateUserAttributes` API and set `email_verified` or `phone_number_verified` to true.
16074
16131
  *
16075
16132
  * When `AttributesRequireVerificationBeforeUpdate` is false, your user pool doesn't require that your users verify attribute changes before Amazon Cognito updates them. In a user pool where `AttributesRequireVerificationBeforeUpdate` is false, API operations that change attribute values can immediately update a user’s `email` or `phone_number` attribute.
16076
16133
  */
@@ -18325,6 +18382,68 @@ export declare namespace customerprofiles {
18325
18382
  */
18326
18383
  totalSize?: number;
18327
18384
  }
18385
+ /**
18386
+ * Specifies the circumstances under which the event should trigger the destination.
18387
+ */
18388
+ interface EventTriggerCondition {
18389
+ eventTriggerDimensions: outputs.customerprofiles.EventTriggerDimension[];
18390
+ logicalOperator: enums.customerprofiles.EventTriggerLogicalOperator;
18391
+ }
18392
+ /**
18393
+ * A specific event dimension to be assessed.
18394
+ */
18395
+ interface EventTriggerDimension {
18396
+ objectAttributes: outputs.customerprofiles.EventTriggerObjectAttribute[];
18397
+ }
18398
+ /**
18399
+ * Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
18400
+ */
18401
+ interface EventTriggerLimits {
18402
+ eventExpiration?: number;
18403
+ periods?: outputs.customerprofiles.EventTriggerPeriod[];
18404
+ }
18405
+ /**
18406
+ * The criteria that a specific object attribute must meet to trigger the destination.
18407
+ */
18408
+ interface EventTriggerObjectAttribute {
18409
+ /**
18410
+ * The operator used to compare an attribute against a list of values.
18411
+ */
18412
+ comparisonOperator: enums.customerprofiles.EventTriggerObjectAttributeComparisonOperator;
18413
+ /**
18414
+ * A field defined within an object type.
18415
+ */
18416
+ fieldName?: string;
18417
+ /**
18418
+ * An attribute contained within a source object.
18419
+ */
18420
+ source?: string;
18421
+ /**
18422
+ * A list of attribute values used for comparison.
18423
+ */
18424
+ values: string[];
18425
+ }
18426
+ /**
18427
+ * Defines a limit and the time period during which it is enforced.
18428
+ */
18429
+ interface EventTriggerPeriod {
18430
+ /**
18431
+ * The maximum allowed number of destination invocations per profile.
18432
+ */
18433
+ maxInvocationsPerProfile?: number;
18434
+ /**
18435
+ * The unit of time.
18436
+ */
18437
+ unit: enums.customerprofiles.EventTriggerPeriodUnit;
18438
+ /**
18439
+ * If set to true, there is no limit on the number of destination invocations per profile. The default is false.
18440
+ */
18441
+ unlimited?: boolean;
18442
+ /**
18443
+ * The amount of time of the specified unit.
18444
+ */
18445
+ value: number;
18446
+ }
18328
18447
  interface IntegrationConnectorOperator {
18329
18448
  /**
18330
18449
  * The operation to be performed on the provided Marketo source fields.
@@ -27886,7 +28005,7 @@ export declare namespace efs {
27886
28005
  * The status of the file system's replication overwrite protection.
27887
28006
  * + ``ENABLED`` – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ``ENABLED`` by default.
27888
28007
  * + ``DISABLED`` – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication.
27889
- * + ``REPLICATING`` – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication.
28008
+ * + ``REPLICATING`` – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is modified only by EFS replication.
27890
28009
  *
27891
28010
  * If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
27892
28011
  */
@@ -27929,11 +28048,11 @@ export declare namespace efs {
27929
28048
  */
27930
28049
  roleArn?: string;
27931
28050
  /**
27932
- * Describes the status of the replication configuration. For more information about replication status, see [Viewing replication details](https://docs.aws.amazon.com//efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html) in the *Amazon EFS User Guide* .
28051
+ * Describes the status of the replication configuration. For more information about replication status, see [Viewing replication details](https://docs.aws.amazon.com//efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html) in the *Amazon EFS User Guide*.
27933
28052
  */
27934
28053
  status?: string;
27935
28054
  /**
27936
- * Message that provides details about the `PAUSED` or `ERRROR` state of the replication destination configuration. For more information about replication status messages, see [Viewing replication details](https://docs.aws.amazon.com//efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html) in the *Amazon EFS User Guide* .
28055
+ * Message that provides details about the ``PAUSED`` or ``ERRROR`` state of the replication destination configuration. For more information about replication status messages, see [Viewing replication details](https://docs.aws.amazon.com//efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html) in the *Amazon EFS User Guide*.
27937
28056
  */
27938
28057
  statusMessage?: string;
27939
28058
  }
@@ -44419,6 +44538,15 @@ export declare namespace lex {
44419
44538
  [key: string]: outputs.lex.BotPromptAttemptSpecification;
44420
44539
  };
44421
44540
  }
44541
+ /**
44542
+ * Parameter used to create a replication of the source bot in the secondary region.
44543
+ */
44544
+ interface BotReplication {
44545
+ /**
44546
+ * List of secondary regions for bot replication.
44547
+ */
44548
+ replicaRegions: string[];
44549
+ }
44422
44550
  /**
44423
44551
  * A list of message groups that Amazon Lex uses to respond the user input.
44424
44552
  */
@@ -90815,6 +90943,10 @@ export declare namespace ses {
90815
90943
  * The domain to use for tracking open and click events.
90816
90944
  */
90817
90945
  customRedirectDomain?: string;
90946
+ /**
90947
+ * The https policy to use for tracking open and click events.
90948
+ */
90949
+ httpsPolicy?: string;
90818
90950
  }
90819
90951
  /**
90820
90952
  * An object that contains Virtual Deliverability Manager (VDM) settings for this configuration set.
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAu6hBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAu+hBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
@@ -11,10 +11,22 @@ export interface GetDomainArgs {
11
11
  domainId: string;
12
12
  }
13
13
  export interface GetDomainResult {
14
+ /**
15
+ * The description of the domain.
16
+ */
17
+ readonly description?: string;
14
18
  /**
15
19
  * The identifier of the domain.
16
20
  */
17
21
  readonly domainId?: string;
22
+ /**
23
+ * The name for the domain.
24
+ */
25
+ readonly name?: string;
26
+ /**
27
+ * The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
28
+ */
29
+ readonly serverSideEncryptionConfiguration?: outputs.voiceid.DomainServerSideEncryptionConfiguration;
18
30
  /**
19
31
  * The tags used to organize, track, or control access for this resource.
20
32
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getDomain.js","sourceRoot":"","sources":["../../voiceid/getDomain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAmBD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
1
+ {"version":3,"file":"getDomain.js","sourceRoot":"","sources":["../../voiceid/getDomain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA+BD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}