cdk-lambda-subminute 2.0.432 → 2.0.433

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.
@@ -25,6 +25,12 @@
25
25
  "limit_key": "Limit",
26
26
  "output_token": "NextToken",
27
27
  "result_key": "Workspaces"
28
+ },
29
+ "ListAccountLinks": {
30
+ "input_token": "NextToken",
31
+ "limit_key": "MaxResults",
32
+ "output_token": "NextToken",
33
+ "result_key": "AccountLinks"
28
34
  }
29
35
  }
30
36
  }
@@ -669,6 +669,10 @@ declare namespace Drs {
669
669
  * AWS Availability zone into which data is being replicated.
670
670
  */
671
671
  stagingAvailabilityZone?: AwsAvailabilityZone;
672
+ /**
673
+ * The ARN of the staging Outpost
674
+ */
675
+ stagingOutpostArn?: OutpostARN;
672
676
  }
673
677
  export interface DataReplicationInfoReplicatedDisk {
674
678
  /**
@@ -1591,6 +1595,7 @@ declare namespace Drs {
1591
1595
  fullString?: BoundedString;
1592
1596
  }
1593
1597
  export type OriginEnvironment = "ON_PREMISES"|"AWS"|string;
1598
+ export type OutpostARN = string;
1594
1599
  export type PITPolicy = PITPolicyRule[];
1595
1600
  export interface PITPolicyRule {
1596
1601
  /**
@@ -1767,6 +1772,10 @@ declare namespace Drs {
1767
1772
  * Properties of the Recovery Instance machine.
1768
1773
  */
1769
1774
  recoveryInstanceProperties?: RecoveryInstanceProperties;
1775
+ /**
1776
+ * The ARN of the source Outpost
1777
+ */
1778
+ sourceOutpostArn?: OutpostARN;
1770
1779
  /**
1771
1780
  * The Source Server ID that this Recovery Instance is associated with.
1772
1781
  */
@@ -1815,6 +1824,10 @@ declare namespace Drs {
1815
1824
  * AWS Availability zone into which data is being replicated.
1816
1825
  */
1817
1826
  stagingAvailabilityZone?: AwsAvailabilityZone;
1827
+ /**
1828
+ * The ARN of the staging Outpost
1829
+ */
1830
+ stagingOutpostArn?: OutpostARN;
1818
1831
  }
1819
1832
  export interface RecoveryInstanceDataReplicationInfoReplicatedDisk {
1820
1833
  /**
@@ -2204,6 +2217,10 @@ declare namespace Drs {
2204
2217
  * AWS Region for an EC2-originated Source Server.
2205
2218
  */
2206
2219
  originRegion?: AwsRegion;
2220
+ /**
2221
+ * The ARN of the source Outpost
2222
+ */
2223
+ sourceOutpostArn?: OutpostARN;
2207
2224
  }
2208
2225
  export interface SourceNetwork {
2209
2226
  /**
@@ -2814,7 +2831,7 @@ declare namespace Drs {
2814
2831
  */
2815
2832
  useDedicatedReplicationServer?: Boolean;
2816
2833
  }
2817
- export type VolumeStatus = "REGULAR"|"CONTAINS_MARKETPLACE_PRODUCT_CODES"|"MISSING_VOLUME_ATTRIBUTES"|"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"|string;
2834
+ export type VolumeStatus = "REGULAR"|"CONTAINS_MARKETPLACE_PRODUCT_CODES"|"MISSING_VOLUME_ATTRIBUTES"|"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"|"PENDING"|string;
2818
2835
  export type VolumeToConversionMap = {[key: string]: ConversionMap};
2819
2836
  export type VolumeToProductCodes = {[key: string]: ProductCodes};
2820
2837
  export type VolumeToSizeMap = {[key: string]: PositiveInteger};
@@ -347,6 +347,8 @@ declare namespace EMRServerless {
347
347
  */
348
348
  monitoringConfiguration?: MonitoringConfiguration;
349
349
  }
350
+ export type ConfigurationPropertyKey = string;
351
+ export type ConfigurationPropertyValue = string;
350
352
  export type CpuSize = string;
351
353
  export interface CreateApplicationRequest {
352
354
  /**
@@ -791,6 +793,10 @@ declare namespace EMRServerless {
791
793
  * The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs to send log information to CloudWatch.
792
794
  */
793
795
  cloudWatchLoggingConfiguration?: CloudWatchLoggingConfiguration;
796
+ /**
797
+ * The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.
798
+ */
799
+ prometheusMonitoringConfiguration?: PrometheusMonitoringConfiguration;
794
800
  }
795
801
  export interface NetworkConfiguration {
796
802
  /**
@@ -803,6 +809,13 @@ declare namespace EMRServerless {
803
809
  securityGroupIds?: SecurityGroupIds;
804
810
  }
805
811
  export type NextToken = string;
812
+ export interface PrometheusMonitoringConfiguration {
813
+ /**
814
+ * The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
815
+ */
816
+ remoteWriteUrl?: PrometheusUrlString;
817
+ }
818
+ export type PrometheusUrlString = string;
806
819
  export type Query = string;
807
820
  export type ReleaseLabel = string;
808
821
  export type RequestIdentityUserArn = string;
@@ -833,7 +846,7 @@ declare namespace EMRServerless {
833
846
  }
834
847
  export type SecurityGroupIds = SecurityGroupString[];
835
848
  export type SecurityGroupString = string;
836
- export type SensitivePropertiesMap = {[key: string]: String1024};
849
+ export type SensitivePropertiesMap = {[key: string]: ConfigurationPropertyValue};
837
850
  export interface SparkSubmit {
838
851
  /**
839
852
  * The entry point for the Spark submit job run.
@@ -1207,7 +1207,7 @@ declare namespace GuardDuty {
1207
1207
  */
1208
1208
  Rank?: FilterRank;
1209
1209
  /**
1210
- * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId id region severity To filter on the basis of severity, the API and CLI use the following input list for the FindingCriteria condition: Low: ["1", "2", "3"] Medium: ["4", "5", "6"] High: ["7", "8", "9"] For more information, see Severity levels for GuardDuty findings. type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds. resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.outpostArn resource.resourceType resource.s3BucketDetails.publicAccess.effectivePermissions resource.s3BucketDetails.name resource.s3BucketDetails.tags.key resource.s3BucketDetails.tags.value resource.s3BucketDetails.type service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.action.awsApiCallAction.remoteAccountDetails.affiliated service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV4 service.action.kubernetesApiCallAction.namespace service.action.kubernetesApiCallAction.remoteIpDetails.organization.asn service.action.kubernetesApiCallAction.requestUri service.action.kubernetesApiCallAction.statusCode service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.protocol service.action.awsApiCallAction.serviceName service.action.awsApiCallAction.remoteAccountDetails.accountId service.additionalInfo.threatListName service.resourceRole resource.eksClusterDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.namespace resource.kubernetesDetails.kubernetesUserDetails.username resource.kubernetesDetails.kubernetesWorkloadDetails.containers.image resource.kubernetesDetails.kubernetesWorkloadDetails.containers.imagePrefix service.ebsVolumeScanDetails.scanId service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.name service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.severity service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.filePaths.hash resource.ecsClusterDetails.name resource.ecsClusterDetails.taskDetails.containers.image resource.ecsClusterDetails.taskDetails.definitionArn resource.containerDetails.image resource.rdsDbInstanceDetails.dbInstanceIdentifier resource.rdsDbInstanceDetails.dbClusterIdentifier resource.rdsDbInstanceDetails.engine resource.rdsDbUserDetails.user resource.rdsDbInstanceDetails.tags.key resource.rdsDbInstanceDetails.tags.value service.runtimeDetails.process.executableSha256 service.runtimeDetails.process.name service.runtimeDetails.process.name resource.lambdaDetails.functionName resource.lambdaDetails.functionArn resource.lambdaDetails.tags.key resource.lambdaDetails.tags.value
1210
+ * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId id region severity To filter on the basis of severity, the API and CLI use the following input list for the FindingCriteria condition: Low: ["1", "2", "3"] Medium: ["4", "5", "6"] High: ["7", "8", "9"] For more information, see Severity levels for GuardDuty findings. type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds. resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.outpostArn resource.resourceType resource.s3BucketDetails.publicAccess.effectivePermissions resource.s3BucketDetails.name resource.s3BucketDetails.tags.key resource.s3BucketDetails.tags.value resource.s3BucketDetails.type service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.ipAddressV6 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.ipAddressV6 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.action.awsApiCallAction.remoteAccountDetails.affiliated service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV4 service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV6 service.action.kubernetesApiCallAction.namespace service.action.kubernetesApiCallAction.remoteIpDetails.organization.asn service.action.kubernetesApiCallAction.requestUri service.action.kubernetesApiCallAction.statusCode service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.localIpDetails.ipAddressV6 service.action.networkConnectionAction.protocol service.action.awsApiCallAction.serviceName service.action.awsApiCallAction.remoteAccountDetails.accountId service.additionalInfo.threatListName service.resourceRole resource.eksClusterDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.namespace resource.kubernetesDetails.kubernetesUserDetails.username resource.kubernetesDetails.kubernetesWorkloadDetails.containers.image resource.kubernetesDetails.kubernetesWorkloadDetails.containers.imagePrefix service.ebsVolumeScanDetails.scanId service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.name service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.severity service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.filePaths.hash resource.ecsClusterDetails.name resource.ecsClusterDetails.taskDetails.containers.image resource.ecsClusterDetails.taskDetails.definitionArn resource.containerDetails.image resource.rdsDbInstanceDetails.dbInstanceIdentifier resource.rdsDbInstanceDetails.dbClusterIdentifier resource.rdsDbInstanceDetails.engine resource.rdsDbUserDetails.user resource.rdsDbInstanceDetails.tags.key resource.rdsDbInstanceDetails.tags.value service.runtimeDetails.process.executableSha256 service.runtimeDetails.process.name service.runtimeDetails.process.name resource.lambdaDetails.functionName resource.lambdaDetails.functionArn resource.lambdaDetails.tags.key resource.lambdaDetails.tags.value
1211
1211
  */
1212
1212
  FindingCriteria: FindingCriteria;
1213
1213
  /**
@@ -3169,6 +3169,10 @@ declare namespace GuardDuty {
3169
3169
  * The IPv4 local address of the connection.
3170
3170
  */
3171
3171
  IpAddressV4?: SensitiveString;
3172
+ /**
3173
+ * The IPv6 local address of the connection.
3174
+ */
3175
+ IpAddressV6?: SensitiveString;
3172
3176
  }
3173
3177
  export interface LocalPortDetails {
3174
3178
  /**
@@ -3885,6 +3889,10 @@ declare namespace GuardDuty {
3885
3889
  * The IPv4 remote address of the connection.
3886
3890
  */
3887
3891
  IpAddressV4?: SensitiveString;
3892
+ /**
3893
+ * The IPv6 remote address of the connection.
3894
+ */
3895
+ IpAddressV6?: SensitiveString;
3888
3896
  /**
3889
3897
  * The ISP organization information of the remote IP address.
3890
3898
  */
@@ -1100,11 +1100,11 @@ declare class QuickSight extends Service {
1100
1100
  */
1101
1101
  startAssetBundleImportJob(callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleImportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleImportJobResponse, AWSError>;
1102
1102
  /**
1103
- * Starts an asynchronous job that generates a dashboard snapshot. You can request one of the following format configurations per API call. 1 paginated PDF 1 Excel workbook 5 CSVs Poll job descriptions with a DescribeDashboardSnapshotJob API call. Once the job succeeds, use the DescribeDashboardSnapshotJobResult API to obtain the download URIs that the job generates.
1103
+ * Starts an asynchronous job that generates a snapshot of a dashboard's output. You can request one or several of the following format configurations in each API call. 1 Paginated PDF 1 Excel workbook that includes up to 5 table or pivot table visuals 5 CSVs from table or pivot table visuals The status of a submitted job can be polled with the DescribeDashboardSnapshotJob API. When you call the DescribeDashboardSnapshotJob API, check the JobStatus field in the response. Once the job reaches a COMPLETED or FAILED status, use the DescribeDashboardSnapshotJobResult API to obtain the URLs for the generated files. If the job fails, the DescribeDashboardSnapshotJobResult API returns detailed information about the error that occurred. StartDashboardSnapshotJob API throttling Amazon QuickSight utilizes API throttling to create a more consistent user experience within a time span for customers when they call the StartDashboardSnapshotJob. By default, 12 jobs can run simlutaneously in one Amazon Web Services account and users can submit up 10 API requests per second before an account is throttled. If an overwhelming number of API requests are made by the same user in a short period of time, Amazon QuickSight throttles the API calls to maintin an optimal experience and reliability for all Amazon QuickSight users. Common throttling scenarios The following list provides information about the most commin throttling scenarios that can occur. A large number of SnapshotExport API jobs are running simultaneously on an Amazon Web Services account. When a new StartDashboardSnapshotJob is created and there are already 12 jobs with the RUNNING status, the new job request fails and returns a LimitExceededException error. Wait for a current job to comlpete before you resubmit the new job. A large number of API requests are submitted on an Amazon Web Services account. When a user makes more than 10 API calls to the Amazon QuickSight API in one second, a ThrottlingException is returned. If your use case requires a higher throttling limit, contact your account admin or Amazon Web ServicesSupport to explore options to tailor a more optimal expereince for your account. Best practices to handle throttling If your use case projects high levels of API traffic, try to reduce the degree of frequency and parallelism of API calls as much as you can to avoid throttling. You can also perform a timing test to calculate an estimate for the total processing time of your projected load that stays within the throttling limits of the Amazon QuickSight APIs. For example, if your projected traffic is 100 snapshot jobs before 12:00 PM per day, start 12 jobs in parallel and measure the amount of time it takes to proccess all 12 jobs. Once you obtain the result, multiply the duration by 9, for example (12 minutes * 9 = 108 minutes). Use the new result to determine the latest time at which the jobs need to be started to meet your target deadline. The time that it takes to process a job can be impacted by the following factors: The dataset type (Direct Query or SPICE). The size of the dataset. The complexity of the calculated fields that are used in the dashboard. The number of visuals that are on a sheet. The types of visuals that are on the sheet. The number of formats and snapshots that are requested in the job configuration. The size of the generated snapshots.
1104
1104
  */
1105
1105
  startDashboardSnapshotJob(params: QuickSight.Types.StartDashboardSnapshotJobRequest, callback?: (err: AWSError, data: QuickSight.Types.StartDashboardSnapshotJobResponse) => void): Request<QuickSight.Types.StartDashboardSnapshotJobResponse, AWSError>;
1106
1106
  /**
1107
- * Starts an asynchronous job that generates a dashboard snapshot. You can request one of the following format configurations per API call. 1 paginated PDF 1 Excel workbook 5 CSVs Poll job descriptions with a DescribeDashboardSnapshotJob API call. Once the job succeeds, use the DescribeDashboardSnapshotJobResult API to obtain the download URIs that the job generates.
1107
+ * Starts an asynchronous job that generates a snapshot of a dashboard's output. You can request one or several of the following format configurations in each API call. 1 Paginated PDF 1 Excel workbook that includes up to 5 table or pivot table visuals 5 CSVs from table or pivot table visuals The status of a submitted job can be polled with the DescribeDashboardSnapshotJob API. When you call the DescribeDashboardSnapshotJob API, check the JobStatus field in the response. Once the job reaches a COMPLETED or FAILED status, use the DescribeDashboardSnapshotJobResult API to obtain the URLs for the generated files. If the job fails, the DescribeDashboardSnapshotJobResult API returns detailed information about the error that occurred. StartDashboardSnapshotJob API throttling Amazon QuickSight utilizes API throttling to create a more consistent user experience within a time span for customers when they call the StartDashboardSnapshotJob. By default, 12 jobs can run simlutaneously in one Amazon Web Services account and users can submit up 10 API requests per second before an account is throttled. If an overwhelming number of API requests are made by the same user in a short period of time, Amazon QuickSight throttles the API calls to maintin an optimal experience and reliability for all Amazon QuickSight users. Common throttling scenarios The following list provides information about the most commin throttling scenarios that can occur. A large number of SnapshotExport API jobs are running simultaneously on an Amazon Web Services account. When a new StartDashboardSnapshotJob is created and there are already 12 jobs with the RUNNING status, the new job request fails and returns a LimitExceededException error. Wait for a current job to comlpete before you resubmit the new job. A large number of API requests are submitted on an Amazon Web Services account. When a user makes more than 10 API calls to the Amazon QuickSight API in one second, a ThrottlingException is returned. If your use case requires a higher throttling limit, contact your account admin or Amazon Web ServicesSupport to explore options to tailor a more optimal expereince for your account. Best practices to handle throttling If your use case projects high levels of API traffic, try to reduce the degree of frequency and parallelism of API calls as much as you can to avoid throttling. You can also perform a timing test to calculate an estimate for the total processing time of your projected load that stays within the throttling limits of the Amazon QuickSight APIs. For example, if your projected traffic is 100 snapshot jobs before 12:00 PM per day, start 12 jobs in parallel and measure the amount of time it takes to proccess all 12 jobs. Once you obtain the result, multiply the duration by 9, for example (12 minutes * 9 = 108 minutes). Use the new result to determine the latest time at which the jobs need to be started to meet your target deadline. The time that it takes to process a job can be impacted by the following factors: The dataset type (Direct Query or SPICE). The size of the dataset. The complexity of the calculated fields that are used in the dashboard. The number of visuals that are on a sheet. The types of visuals that are on the sheet. The number of formats and snapshots that are requested in the job configuration. The size of the generated snapshots.
1108
1108
  */
1109
1109
  startDashboardSnapshotJob(callback?: (err: AWSError, data: QuickSight.Types.StartDashboardSnapshotJobResponse) => void): Request<QuickSight.Types.StartDashboardSnapshotJobResponse, AWSError>;
1110
1110
  /**
@@ -1842,7 +1842,7 @@ declare namespace QuickSight {
1842
1842
  Properties: AssetBundleExportJobDataSourcePropertyToOverrideList;
1843
1843
  }
1844
1844
  export type AssetBundleExportJobDataSourceOverridePropertiesList = AssetBundleExportJobDataSourceOverrideProperties[];
1845
- export type AssetBundleExportJobDataSourcePropertyToOverride = "Name"|"DisableSsl"|"SecretArn"|"Username"|"Password"|"Domain"|"WorkGroup"|"Host"|"Port"|"Database"|"DataSetName"|"Catalog"|"InstanceId"|"ClusterId"|"ManifestFileLocation"|"Warehouse"|"RoleArn"|string;
1845
+ export type AssetBundleExportJobDataSourcePropertyToOverride = "Name"|"DisableSsl"|"SecretArn"|"Username"|"Password"|"Domain"|"WorkGroup"|"Host"|"Port"|"Database"|"DataSetName"|"Catalog"|"InstanceId"|"ClusterId"|"ManifestFileLocation"|"Warehouse"|"RoleArn"|"ProductType"|string;
1846
1846
  export type AssetBundleExportJobDataSourcePropertyToOverrideList = AssetBundleExportJobDataSourcePropertyToOverride[];
1847
1847
  export interface AssetBundleExportJobError {
1848
1848
  /**
@@ -2341,6 +2341,17 @@ declare namespace QuickSight {
2341
2341
  Tags: TagList;
2342
2342
  }
2343
2343
  export type AssetBundleImportJobVPCConnectionOverrideTagsList = AssetBundleImportJobVPCConnectionOverrideTags[];
2344
+ export interface AssetBundleImportJobWarning {
2345
+ /**
2346
+ * The ARN of the resource that the warning occurred for.
2347
+ */
2348
+ Arn?: Arn;
2349
+ /**
2350
+ * A description of the warning that occurred during an Asset Bundle import job.
2351
+ */
2352
+ Message?: NonEmptyString;
2353
+ }
2354
+ export type AssetBundleImportJobWarningList = AssetBundleImportJobWarning[];
2344
2355
  export interface AssetBundleImportSource {
2345
2356
  /**
2346
2357
  * The bytes of the base64 encoded asset bundle import zip file. This file can't exceed 20 MB. If you are calling the API operations from the Amazon Web Services SDK for Java, JavaScript, Python, or PHP, the SDK encodes base64 automatically to allow the direct setting of the zip file's bytes. If you are using an SDK for a different language or receiving related errors, try to base64 encode your data.
@@ -3092,6 +3103,10 @@ declare namespace QuickSight {
3092
3103
  * The configuration for a CategoryFilter.
3093
3104
  */
3094
3105
  Configuration: CategoryFilterConfiguration;
3106
+ /**
3107
+ * The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
3108
+ */
3109
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
3095
3110
  }
3096
3111
  export interface CategoryFilterConfiguration {
3097
3112
  /**
@@ -6272,6 +6287,84 @@ declare namespace QuickSight {
6272
6287
  CustomValue?: SensitiveDouble;
6273
6288
  }
6274
6289
  export type DefaultAggregation = "SUM"|"MAX"|"MIN"|"COUNT"|"DISTINCT_COUNT"|"AVERAGE"|"MEDIAN"|"STDEV"|"STDEVP"|"VAR"|"VARP"|string;
6290
+ export interface DefaultDateTimePickerControlOptions {
6291
+ /**
6292
+ * The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options: SINGLE_VALUED: The filter condition is a fixed date. DATE_RANGE: The filter condition is a date time range.
6293
+ */
6294
+ Type?: SheetControlDateTimePickerType;
6295
+ /**
6296
+ * The display options of a control.
6297
+ */
6298
+ DisplayOptions?: DateTimePickerControlDisplayOptions;
6299
+ }
6300
+ export interface DefaultFilterControlConfiguration {
6301
+ /**
6302
+ * The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
6303
+ */
6304
+ Title: SheetControlTitle;
6305
+ /**
6306
+ * The control option for the DefaultFilterControlConfiguration.
6307
+ */
6308
+ ControlOptions: DefaultFilterControlOptions;
6309
+ }
6310
+ export interface DefaultFilterControlOptions {
6311
+ /**
6312
+ * The default options that correspond to the filter control type of a DateTimePicker.
6313
+ */
6314
+ DefaultDateTimePickerOptions?: DefaultDateTimePickerControlOptions;
6315
+ /**
6316
+ * The default options that correspond to the List filter control type.
6317
+ */
6318
+ DefaultListOptions?: DefaultFilterListControlOptions;
6319
+ /**
6320
+ * The default options that correspond to the Dropdown filter control type.
6321
+ */
6322
+ DefaultDropdownOptions?: DefaultFilterDropDownControlOptions;
6323
+ /**
6324
+ * The default options that correspond to the TextField filter control type.
6325
+ */
6326
+ DefaultTextFieldOptions?: DefaultTextFieldControlOptions;
6327
+ /**
6328
+ * The default options that correspond to the TextArea filter control type.
6329
+ */
6330
+ DefaultTextAreaOptions?: DefaultTextAreaControlOptions;
6331
+ /**
6332
+ * The default options that correspond to the Slider filter control type.
6333
+ */
6334
+ DefaultSliderOptions?: DefaultSliderControlOptions;
6335
+ /**
6336
+ * The default options that correspond to the RelativeDateTime filter control type.
6337
+ */
6338
+ DefaultRelativeDateTimeOptions?: DefaultRelativeDateTimeControlOptions;
6339
+ }
6340
+ export interface DefaultFilterDropDownControlOptions {
6341
+ /**
6342
+ * The display options of a control.
6343
+ */
6344
+ DisplayOptions?: DropDownControlDisplayOptions;
6345
+ /**
6346
+ * The type of the FilterDropDownControl. Choose one of the following options: MULTI_SELECT: The user can select multiple entries from a dropdown menu. SINGLE_SELECT: The user can select a single entry from a dropdown menu.
6347
+ */
6348
+ Type?: SheetControlListType;
6349
+ /**
6350
+ * A list of selectable values that are used in a control.
6351
+ */
6352
+ SelectableValues?: FilterSelectableValues;
6353
+ }
6354
+ export interface DefaultFilterListControlOptions {
6355
+ /**
6356
+ * The display options of a control.
6357
+ */
6358
+ DisplayOptions?: ListControlDisplayOptions;
6359
+ /**
6360
+ * The type of the DefaultFilterListControlOptions. Choose one of the following options: MULTI_SELECT: The user can select multiple entries from the list. SINGLE_SELECT: The user can select a single entry from the list.
6361
+ */
6362
+ Type?: SheetControlListType;
6363
+ /**
6364
+ * A list of selectable values that are used in a control.
6365
+ */
6366
+ SelectableValues?: FilterSelectableValues;
6367
+ }
6275
6368
  export interface DefaultFormatting {
6276
6369
  /**
6277
6370
  * The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
@@ -6324,12 +6417,56 @@ declare namespace QuickSight {
6324
6417
  */
6325
6418
  SectionBased?: DefaultSectionBasedLayoutConfiguration;
6326
6419
  }
6420
+ export interface DefaultRelativeDateTimeControlOptions {
6421
+ /**
6422
+ * The display options of a control.
6423
+ */
6424
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions;
6425
+ }
6327
6426
  export interface DefaultSectionBasedLayoutConfiguration {
6328
6427
  /**
6329
6428
  * Determines the screen canvas size options for a section-based layout.
6330
6429
  */
6331
6430
  CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions;
6332
6431
  }
6432
+ export interface DefaultSliderControlOptions {
6433
+ /**
6434
+ * The display options of a control.
6435
+ */
6436
+ DisplayOptions?: SliderControlDisplayOptions;
6437
+ /**
6438
+ * The type of the DefaultSliderControlOptions. Choose one of the following options: SINGLE_POINT: Filter against(equals) a single data point. RANGE: Filter data that is in a specified range.
6439
+ */
6440
+ Type?: SheetControlSliderType;
6441
+ /**
6442
+ * The larger value that is displayed at the right of the slider.
6443
+ */
6444
+ MaximumValue: Double;
6445
+ /**
6446
+ * The smaller value that is displayed at the left of the slider.
6447
+ */
6448
+ MinimumValue: Double;
6449
+ /**
6450
+ * The number of increments that the slider bar is divided into.
6451
+ */
6452
+ StepSize: Double;
6453
+ }
6454
+ export interface DefaultTextAreaControlOptions {
6455
+ /**
6456
+ * The delimiter that is used to separate the lines in text.
6457
+ */
6458
+ Delimiter?: TextAreaControlDelimiter;
6459
+ /**
6460
+ * The display options of a control.
6461
+ */
6462
+ DisplayOptions?: TextAreaControlDisplayOptions;
6463
+ }
6464
+ export interface DefaultTextFieldControlOptions {
6465
+ /**
6466
+ * The display options of a control.
6467
+ */
6468
+ DisplayOptions?: TextFieldControlDisplayOptions;
6469
+ }
6333
6470
  export interface DeleteAccountCustomizationRequest {
6334
6471
  /**
6335
6472
  * The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
@@ -7390,6 +7527,10 @@ declare namespace QuickSight {
7390
7527
  * An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.
7391
7528
  */
7392
7529
  OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
7530
+ /**
7531
+ * An array of warning records that describe all permitted errors that are encountered during the import job.
7532
+ */
7533
+ Warnings?: AssetBundleImportJobWarningList;
7393
7534
  }
7394
7535
  export interface DescribeDashboardDefinitionRequest {
7395
7536
  /**
@@ -9034,8 +9175,26 @@ declare namespace QuickSight {
9034
9175
  * A control from a date filter that is used to specify the relative date.
9035
9176
  */
9036
9177
  RelativeDateTime?: FilterRelativeDateTimeControl;
9178
+ /**
9179
+ * A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
9180
+ */
9181
+ CrossSheet?: FilterCrossSheetControl;
9037
9182
  }
9038
9183
  export type FilterControlList = FilterControl[];
9184
+ export interface FilterCrossSheetControl {
9185
+ /**
9186
+ * The ID of the FilterCrossSheetControl.
9187
+ */
9188
+ FilterControlId: ShortRestrictiveResourceId;
9189
+ /**
9190
+ * The source filter ID of the FilterCrossSheetControl.
9191
+ */
9192
+ SourceFilterId: ShortRestrictiveResourceId;
9193
+ /**
9194
+ * The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
9195
+ */
9196
+ CascadingControlConfiguration?: CascadingControlConfiguration;
9197
+ }
9039
9198
  export interface FilterDateTimePickerControl {
9040
9199
  /**
9041
9200
  * The ID of the FilterDateTimePickerControl.
@@ -9054,7 +9213,7 @@ declare namespace QuickSight {
9054
9213
  */
9055
9214
  DisplayOptions?: DateTimePickerControlDisplayOptions;
9056
9215
  /**
9057
- * The date time picker type of a FilterDateTimePickerControl. Choose one of the following options: SINGLE_VALUED: The filter condition is a fixed date. DATE_RANGE: The filter condition is a date time range.
9216
+ * The type of the FilterDropDownControl. Choose one of the following options: MULTI_SELECT: The user can select multiple entries from a dropdown menu. SINGLE_SELECT: The user can select a single entry from a dropdown menu.
9058
9217
  */
9059
9218
  Type?: SheetControlDateTimePickerType;
9060
9219
  }
@@ -9148,7 +9307,7 @@ declare namespace QuickSight {
9148
9307
  */
9149
9308
  DisplayOptions?: ListControlDisplayOptions;
9150
9309
  /**
9151
- * The type of FilterListControl. Choose one of the following options: MULTI_SELECT: The user can select multiple entries from the list. SINGLE_SELECT: The user can select a single entry from the list.
9310
+ * The type of the FilterListControl. Choose one of the following options: MULTI_SELECT: The user can select multiple entries from the list. SINGLE_SELECT: The user can select a single entry from the list.
9152
9311
  */
9153
9312
  Type?: SheetControlListType;
9154
9313
  /**
@@ -9240,15 +9399,15 @@ declare namespace QuickSight {
9240
9399
  */
9241
9400
  DisplayOptions?: SliderControlDisplayOptions;
9242
9401
  /**
9243
- * The type of FilterSliderControl. Choose one of the following options: SINGLE_POINT: Filter against(equals) a single data point. RANGE: Filter data that is in a specified range.
9402
+ * The type of the FilterSliderControl. Choose one of the following options: SINGLE_POINT: Filter against(equals) a single data point. RANGE: Filter data that is in a specified range.
9244
9403
  */
9245
9404
  Type?: SheetControlSliderType;
9246
9405
  /**
9247
- * The smaller value that is displayed at the left of the slider.
9406
+ * The larger value that is displayed at the right of the slider.
9248
9407
  */
9249
9408
  MaximumValue: Double;
9250
9409
  /**
9251
- * The larger value that is displayed at the right of the slider.
9410
+ * The smaller value that is displayed at the left of the slider.
9252
9411
  */
9253
9412
  MinimumValue: Double;
9254
9413
  /**
@@ -12867,6 +13026,10 @@ declare namespace QuickSight {
12867
13026
  * This option determines how null values should be treated when filtering data. ALL_VALUES: Include null values in filtered results. NULLS_ONLY: Only include null values in filtered results. NON_NULLS_ONLY: Exclude null values from filtered results.
12868
13027
  */
12869
13028
  NullOption: FilterNullOption;
13029
+ /**
13030
+ * The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
13031
+ */
13032
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
12870
13033
  }
12871
13034
  export type NumericEqualityMatchOperator = "EQUALS"|"DOES_NOT_EQUAL"|string;
12872
13035
  export type NumericFilterSelectAllOptions = "FILTER_ALL_VALUES"|string;
@@ -12921,6 +13084,10 @@ declare namespace QuickSight {
12921
13084
  * This option determines how null values should be treated when filtering data. ALL_VALUES: Include null values in filtered results. NULLS_ONLY: Only include null values in filtered results. NON_NULLS_ONLY: Exclude null values from filtered results.
12922
13085
  */
12923
13086
  NullOption: FilterNullOption;
13087
+ /**
13088
+ * The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
13089
+ */
13090
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
12924
13091
  }
12925
13092
  export interface NumericRangeFilterValue {
12926
13093
  /**
@@ -13256,11 +13423,11 @@ declare namespace QuickSight {
13256
13423
  */
13257
13424
  DisplayOptions?: SliderControlDisplayOptions;
13258
13425
  /**
13259
- * The smaller value that is displayed at the left of the slider.
13426
+ * The larger value that is displayed at the right of the slider.
13260
13427
  */
13261
13428
  MaximumValue: Double;
13262
13429
  /**
13263
- * The larger value that is displayed at the right of the slider.
13430
+ * The smaller value that is displayed at the left of the slider.
13264
13431
  */
13265
13432
  MinimumValue: Double;
13266
13433
  /**
@@ -14596,6 +14763,10 @@ declare namespace QuickSight {
14596
14763
  * The configuration for the exclude period of the filter.
14597
14764
  */
14598
14765
  ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
14766
+ /**
14767
+ * The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
14768
+ */
14769
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
14599
14770
  }
14600
14771
  export type RelativeFontSize = "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"|string;
14601
14772
  export interface RenameColumnOperation {
@@ -17104,6 +17275,10 @@ declare namespace QuickSight {
17104
17275
  * The rolling date input for the TimeEquality filter. This field is mutually exclusive to Value and ParameterName.
17105
17276
  */
17106
17277
  RollingDate?: RollingDateConfiguration;
17278
+ /**
17279
+ * The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
17280
+ */
17281
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
17107
17282
  }
17108
17283
  export type TimeGranularity = "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"|string;
17109
17284
  export interface TimeRangeDrillDownFilter {
@@ -17161,6 +17336,10 @@ declare namespace QuickSight {
17161
17336
  * The level of time precision that is used to aggregate DateTime values.
17162
17337
  */
17163
17338
  TimeGranularity?: TimeGranularity;
17339
+ /**
17340
+ * The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
17341
+ */
17342
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
17164
17343
  }
17165
17344
  export interface TimeRangeFilterValue {
17166
17345
  /**
@@ -17230,6 +17409,10 @@ declare namespace QuickSight {
17230
17409
  * The parameter whose value should be used for the filter value.
17231
17410
  */
17232
17411
  ParameterName?: ParameterName;
17412
+ /**
17413
+ * The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
17414
+ */
17415
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
17233
17416
  }
17234
17417
  export interface TopBottomMoversComputation {
17235
17418
  /**
@@ -27,6 +27,14 @@ declare class RolesAnywhere extends Service {
27
27
  * Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials. Required permissions: rolesanywhere:CreateTrustAnchor.
28
28
  */
29
29
  createTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
30
+ /**
31
+ * Delete an entry from the attribute mapping rules enforced by a given profile.
32
+ */
33
+ deleteAttributeMapping(params: RolesAnywhere.Types.DeleteAttributeMappingRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.DeleteAttributeMappingResponse) => void): Request<RolesAnywhere.Types.DeleteAttributeMappingResponse, AWSError>;
34
+ /**
35
+ * Delete an entry from the attribute mapping rules enforced by a given profile.
36
+ */
37
+ deleteAttributeMapping(callback?: (err: AWSError, data: RolesAnywhere.Types.DeleteAttributeMappingResponse) => void): Request<RolesAnywhere.Types.DeleteAttributeMappingResponse, AWSError>;
30
38
  /**
31
39
  * Deletes a certificate revocation list (CRL). Required permissions: rolesanywhere:DeleteCrl.
32
40
  */
@@ -179,6 +187,14 @@ declare class RolesAnywhere extends Service {
179
187
  * Lists the trust anchors in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListTrustAnchors.
180
188
  */
181
189
  listTrustAnchors(callback?: (err: AWSError, data: RolesAnywhere.Types.ListTrustAnchorsResponse) => void): Request<RolesAnywhere.Types.ListTrustAnchorsResponse, AWSError>;
190
+ /**
191
+ * Put an entry in the attribute mapping rules that will be enforced by a given profile. A mapping specifies a certificate field and one or more specifiers that have contextual meanings.
192
+ */
193
+ putAttributeMapping(params: RolesAnywhere.Types.PutAttributeMappingRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.PutAttributeMappingResponse) => void): Request<RolesAnywhere.Types.PutAttributeMappingResponse, AWSError>;
194
+ /**
195
+ * Put an entry in the attribute mapping rules that will be enforced by a given profile. A mapping specifies a certificate field and one or more specifiers that have contextual meanings.
196
+ */
197
+ putAttributeMapping(callback?: (err: AWSError, data: RolesAnywhere.Types.PutAttributeMappingResponse) => void): Request<RolesAnywhere.Types.PutAttributeMappingResponse, AWSError>;
182
198
  /**
183
199
  * Attaches a list of notification settings to a trust anchor. A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify. Required permissions: rolesanywhere:PutNotificationSettings.
184
200
  */
@@ -238,8 +254,20 @@ declare class RolesAnywhere extends Service {
238
254
  }
239
255
  declare namespace RolesAnywhere {
240
256
  export type AmazonResourceName = string;
257
+ export interface AttributeMapping {
258
+ /**
259
+ * Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
260
+ */
261
+ certificateField?: CertificateField;
262
+ /**
263
+ * A list of mapping entries for every supported specifier or sub-field.
264
+ */
265
+ mappingRules?: MappingRules;
266
+ }
267
+ export type AttributeMappings = AttributeMapping[];
241
268
  export type _Blob = Buffer|Uint8Array|Blob|string;
242
269
  export type Boolean = boolean;
270
+ export type CertificateField = "x509Subject"|"x509Issuer"|"x509SAN"|string;
243
271
  export interface CreateProfileRequest {
244
272
  /**
245
273
  * Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.
@@ -365,6 +393,26 @@ declare namespace RolesAnywhere {
365
393
  crl: CrlDetail;
366
394
  }
367
395
  export type CrlDetails = CrlDetail[];
396
+ export interface DeleteAttributeMappingRequest {
397
+ /**
398
+ * Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
399
+ */
400
+ certificateField: CertificateField;
401
+ /**
402
+ * The unique identifier of the profile.
403
+ */
404
+ profileId: Uuid;
405
+ /**
406
+ * A list of specifiers of a certificate field; for example, CN, OU, UID from a Subject.
407
+ */
408
+ specifiers?: SpecifierList;
409
+ }
410
+ export interface DeleteAttributeMappingResponse {
411
+ /**
412
+ * The state of the profile after a read or write operation.
413
+ */
414
+ profile: ProfileDetail;
415
+ }
368
416
  export interface ImportCrlRequest {
369
417
  /**
370
418
  * The x509 v3 specified certificate revocation list (CRL).
@@ -472,6 +520,14 @@ declare namespace RolesAnywhere {
472
520
  }
473
521
  export type ManagedPolicyList = ManagedPolicyListMemberString[];
474
522
  export type ManagedPolicyListMemberString = string;
523
+ export interface MappingRule {
524
+ /**
525
+ * Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
526
+ */
527
+ specifier: MappingRuleSpecifierString;
528
+ }
529
+ export type MappingRuleSpecifierString = string;
530
+ export type MappingRules = MappingRule[];
475
531
  export type NotificationChannel = "ALL"|string;
476
532
  export type NotificationEvent = "CA_CERTIFICATE_EXPIRY"|"END_ENTITY_CERTIFICATE_EXPIRY"|string;
477
533
  export interface NotificationSetting {
@@ -532,6 +588,10 @@ declare namespace RolesAnywhere {
532
588
  export type NotificationSettings = NotificationSetting[];
533
589
  export type ProfileArn = string;
534
590
  export interface ProfileDetail {
591
+ /**
592
+ * A mapping applied to the authenticating end-entity certificate.
593
+ */
594
+ attributeMappings?: AttributeMappings;
535
595
  /**
536
596
  * The ISO-8601 timestamp when the profile was created.
537
597
  */
@@ -588,6 +648,26 @@ declare namespace RolesAnywhere {
588
648
  profile?: ProfileDetail;
589
649
  }
590
650
  export type ProfileDetails = ProfileDetail[];
651
+ export interface PutAttributeMappingRequest {
652
+ /**
653
+ * Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
654
+ */
655
+ certificateField: CertificateField;
656
+ /**
657
+ * A list of mapping entries for every supported specifier or sub-field.
658
+ */
659
+ mappingRules: MappingRules;
660
+ /**
661
+ * The unique identifier of the profile.
662
+ */
663
+ profileId: Uuid;
664
+ }
665
+ export interface PutAttributeMappingResponse {
666
+ /**
667
+ * The state of the profile after a read or write operation.
668
+ */
669
+ profile: ProfileDetail;
670
+ }
591
671
  export interface PutNotificationSettingsRequest {
592
672
  /**
593
673
  * A list of notification settings to be associated to the trust anchor.
@@ -662,6 +742,7 @@ declare namespace RolesAnywhere {
662
742
  x509CertificateData?: SourceDataX509CertificateDataString;
663
743
  }
664
744
  export type SourceDataX509CertificateDataString = string;
745
+ export type SpecifierList = String[];
665
746
  export type String = string;
666
747
  export interface SubjectDetail {
667
748
  /**