cdk-lambda-subminute 2.0.431 → 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.
Files changed (46) hide show
  1. package/.jsii +55 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
  5. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +61 -57
  6. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +62 -55
  7. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
  8. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
  9. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +8 -0
  10. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
  11. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
  12. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
  13. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
  14. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
  15. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
  16. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
  17. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1182 -1038
  18. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +167 -64
  19. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
  20. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +262 -128
  21. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +6 -0
  22. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
  23. package/node_modules/aws-sdk/clients/drs.d.ts +18 -1
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
  25. package/node_modules/aws-sdk/clients/emrserverless.d.ts +19 -1
  26. package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
  27. package/node_modules/aws-sdk/clients/guardduty.d.ts +9 -1
  28. package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
  29. package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
  30. package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
  31. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
  32. package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
  33. package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
  34. package/node_modules/aws-sdk/clients/quicksight.d.ts +193 -10
  35. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +81 -0
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -6
  37. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
  38. package/node_modules/aws-sdk/clients/workspaces.d.ts +180 -0
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +21 -21
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +3 -3
@@ -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
  /**
@@ -3604,7 +3604,7 @@ declare namespace SageMaker {
3604
3604
  Mode: AutotuneMode;
3605
3605
  }
3606
3606
  export type AutotuneMode = "Enabled"|string;
3607
- export type AwsManagedHumanLoopRequestSource = "AWS/Rekognition/DetectModerationLabels/Image/V3"|"AWS/Textract/AnalyzeDocument/Forms/V1"|"AWS/Textract/AnalyzeExpense"|"AWS/Handshake/VerifyIdentity"|"AWS/Bedrock/ModelEvaluation"|string;
3607
+ export type AwsManagedHumanLoopRequestSource = "AWS/Rekognition/DetectModerationLabels/Image/V3"|"AWS/Textract/AnalyzeDocument/Forms/V1"|string;
3608
3608
  export type BacktestResultsLocation = string;
3609
3609
  export type BaseModelName = string;
3610
3610
  export interface BatchDataCaptureConfig {
@@ -4232,11 +4232,11 @@ declare namespace SageMaker {
4232
4232
  export type ClusterInstanceType = "ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.12xlarge"|"ml.g5.16xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.c5n.large"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|string;
4233
4233
  export interface ClusterLifeCycleConfig {
4234
4234
  /**
4235
- * An Amazon S3 bucket path where your LifeCycle scripts are stored.
4235
+ * An Amazon S3 bucket path where your lifecycle scripts are stored. Make sure that the S3 bucket path starts with s3://sagemaker-. The IAM role for SageMaker HyperPod has the managed AmazonSageMakerClusterInstanceRolePolicy attached, which allows access to S3 buckets with the specific prefix sagemaker-.
4236
4236
  */
4237
4237
  SourceS3Uri: S3Uri;
4238
4238
  /**
4239
- * The directory of the LifeCycle script under SourceS3Uri. This LifeCycle script runs during cluster creation.
4239
+ * The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
4240
4240
  */
4241
4241
  OnCreate: ClusterLifeCycleConfigFileName;
4242
4242
  }
@@ -5294,11 +5294,11 @@ declare namespace SageMaker {
5294
5294
  }
5295
5295
  export interface CreateFeatureGroupRequest {
5296
5296
  /**
5297
- * The name of the FeatureGroup. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account. The name: Must start and end with an alphanumeric character. Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
5297
+ * The name of the FeatureGroup. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account. The name: Must start with an alphanumeric character. Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
5298
5298
  */
5299
5299
  FeatureGroupName: FeatureGroupName;
5300
5300
  /**
5301
- * The name of the Feature whose value uniquely identifies a Record defined in the FeatureStore. Only the latest record per identifier value will be stored in the OnlineStore. RecordIdentifierFeatureName must be one of feature definitions' names. You use the RecordIdentifierFeatureName to access data in a FeatureStore. This name: Must start and end with an alphanumeric character. Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed.
5301
+ * The name of the Feature whose value uniquely identifies a Record defined in the FeatureStore. Only the latest record per identifier value will be stored in the OnlineStore. RecordIdentifierFeatureName must be one of feature definitions' names. You use the RecordIdentifierFeatureName to access data in a FeatureStore. This name: Must start with an alphanumeric character. Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed.
5302
5302
  */
5303
5303
  RecordIdentifierFeatureName: FeatureName;
5304
5304
  /**
@@ -11956,7 +11956,7 @@ declare namespace SageMaker {
11956
11956
  export type FeatureAdditions = FeatureDefinition[];
11957
11957
  export interface FeatureDefinition {
11958
11958
  /**
11959
- * The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time. The name: Must start and end with an alphanumeric character. Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
11959
+ * The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time. The name: Must start with an alphanumeric character. Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
11960
11960
  */
11961
11961
  FeatureName: FeatureName;
11962
11962
  /**