cdk-docker-image-deployment 0.0.172 → 0.0.173
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +3 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
- package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
- package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
- package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -299,6 +299,14 @@ declare class OpenSearch extends Service {
|
|
|
299
299
|
* Lists all packages associated with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service.
|
|
300
300
|
*/
|
|
301
301
|
listPackagesForDomain(callback?: (err: AWSError, data: OpenSearch.Types.ListPackagesForDomainResponse) => void): Request<OpenSearch.Types.ListPackagesForDomainResponse, AWSError>;
|
|
302
|
+
/**
|
|
303
|
+
* Retrieves a list of configuration changes that are scheduled for a domain. These changes can be service software updates or blue/green Auto-Tune enhancements.
|
|
304
|
+
*/
|
|
305
|
+
listScheduledActions(params: OpenSearch.Types.ListScheduledActionsRequest, callback?: (err: AWSError, data: OpenSearch.Types.ListScheduledActionsResponse) => void): Request<OpenSearch.Types.ListScheduledActionsResponse, AWSError>;
|
|
306
|
+
/**
|
|
307
|
+
* Retrieves a list of configuration changes that are scheduled for a domain. These changes can be service software updates or blue/green Auto-Tune enhancements.
|
|
308
|
+
*/
|
|
309
|
+
listScheduledActions(callback?: (err: AWSError, data: OpenSearch.Types.ListScheduledActionsResponse) => void): Request<OpenSearch.Types.ListScheduledActionsResponse, AWSError>;
|
|
302
310
|
/**
|
|
303
311
|
* Returns all resource tags for an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains.
|
|
304
312
|
*/
|
|
@@ -395,6 +403,14 @@ declare class OpenSearch extends Service {
|
|
|
395
403
|
* Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service.
|
|
396
404
|
*/
|
|
397
405
|
updatePackage(callback?: (err: AWSError, data: OpenSearch.Types.UpdatePackageResponse) => void): Request<OpenSearch.Types.UpdatePackageResponse, AWSError>;
|
|
406
|
+
/**
|
|
407
|
+
* Reschedules a planned domain configuration change for a later time. This change can be a scheduled service software update or a blue/green Auto-Tune enhancement.
|
|
408
|
+
*/
|
|
409
|
+
updateScheduledAction(params: OpenSearch.Types.UpdateScheduledActionRequest, callback?: (err: AWSError, data: OpenSearch.Types.UpdateScheduledActionResponse) => void): Request<OpenSearch.Types.UpdateScheduledActionResponse, AWSError>;
|
|
410
|
+
/**
|
|
411
|
+
* Reschedules a planned domain configuration change for a later time. This change can be a scheduled service software update or a blue/green Auto-Tune enhancement.
|
|
412
|
+
*/
|
|
413
|
+
updateScheduledAction(callback?: (err: AWSError, data: OpenSearch.Types.UpdateScheduledActionResponse) => void): Request<OpenSearch.Types.UpdateScheduledActionResponse, AWSError>;
|
|
398
414
|
/**
|
|
399
415
|
* Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
|
|
400
416
|
*/
|
|
@@ -451,6 +467,9 @@ declare namespace OpenSearch {
|
|
|
451
467
|
*/
|
|
452
468
|
Status: OptionStatus;
|
|
453
469
|
}
|
|
470
|
+
export type ActionSeverity = "HIGH"|"MEDIUM"|"LOW"|string;
|
|
471
|
+
export type ActionStatus = "PENDING_UPDATE"|"IN_PROGRESS"|"FAILED"|"COMPLETED"|"NOT_ELIGIBLE"|"ELIGIBLE"|string;
|
|
472
|
+
export type ActionType = "SERVICE_SOFTWARE_UPDATE"|"JVM_HEAP_SIZE_TUNING"|"JVM_YOUNG_GEN_TUNING"|string;
|
|
454
473
|
export interface AddTagsRequest {
|
|
455
474
|
/**
|
|
456
475
|
* Amazon Resource Name (ARN) for the OpenSearch Service domain to which you want to attach resource tags.
|
|
@@ -624,9 +643,13 @@ declare namespace OpenSearch {
|
|
|
624
643
|
*/
|
|
625
644
|
RollbackOnDisable?: RollbackOnDisable;
|
|
626
645
|
/**
|
|
627
|
-
* A list of maintenance schedules during which Auto-Tune can deploy changes.
|
|
646
|
+
* DEPRECATED. Use off-peak window instead. A list of maintenance schedules during which Auto-Tune can deploy changes.
|
|
628
647
|
*/
|
|
629
648
|
MaintenanceSchedules?: AutoTuneMaintenanceScheduleList;
|
|
649
|
+
/**
|
|
650
|
+
* Whether to use the domain's off-peak window to deploy configuration changes on the domain rather than a maintenance schedule.
|
|
651
|
+
*/
|
|
652
|
+
UseOffPeakWindow?: Boolean;
|
|
630
653
|
}
|
|
631
654
|
export interface AutoTuneOptionsInput {
|
|
632
655
|
/**
|
|
@@ -634,9 +657,13 @@ declare namespace OpenSearch {
|
|
|
634
657
|
*/
|
|
635
658
|
DesiredState?: AutoTuneDesiredState;
|
|
636
659
|
/**
|
|
637
|
-
* A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance
|
|
660
|
+
* A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with off-peak windows.
|
|
638
661
|
*/
|
|
639
662
|
MaintenanceSchedules?: AutoTuneMaintenanceScheduleList;
|
|
663
|
+
/**
|
|
664
|
+
* Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window.
|
|
665
|
+
*/
|
|
666
|
+
UseOffPeakWindow?: Boolean;
|
|
640
667
|
}
|
|
641
668
|
export interface AutoTuneOptionsOutput {
|
|
642
669
|
/**
|
|
@@ -647,6 +674,10 @@ declare namespace OpenSearch {
|
|
|
647
674
|
* Any errors that occurred while enabling or disabling Auto-Tune.
|
|
648
675
|
*/
|
|
649
676
|
ErrorMessage?: String;
|
|
677
|
+
/**
|
|
678
|
+
* Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
|
|
679
|
+
*/
|
|
680
|
+
UseOffPeakWindow?: Boolean;
|
|
650
681
|
}
|
|
651
682
|
export interface AutoTuneOptionsStatus {
|
|
652
683
|
/**
|
|
@@ -940,6 +971,14 @@ declare namespace OpenSearch {
|
|
|
940
971
|
* Options for Auto-Tune.
|
|
941
972
|
*/
|
|
942
973
|
AutoTuneOptions?: AutoTuneOptionsInput;
|
|
974
|
+
/**
|
|
975
|
+
* Specifies a daily 10-hour time block during which OpenSearch Service can perform configuration changes on the domain, including service software updates and Auto-Tune enhancements that require a blue/green deployment. If no options are specified, the default start time of 10:00 P.M. local time (for the Region that the domain is created in) is used.
|
|
976
|
+
*/
|
|
977
|
+
OffPeakWindowOptions?: OffPeakWindowOptions;
|
|
978
|
+
/**
|
|
979
|
+
* Software update options for the domain.
|
|
980
|
+
*/
|
|
981
|
+
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
|
943
982
|
}
|
|
944
983
|
export interface CreateDomainResponse {
|
|
945
984
|
/**
|
|
@@ -1406,7 +1445,7 @@ declare namespace OpenSearch {
|
|
|
1406
1445
|
*/
|
|
1407
1446
|
ClusterConfig?: ClusterConfigStatus;
|
|
1408
1447
|
/**
|
|
1409
|
-
* Container for EBS options configured for
|
|
1448
|
+
* Container for EBS options configured for the domain.
|
|
1410
1449
|
*/
|
|
1411
1450
|
EBSOptions?: EBSOptionsStatus;
|
|
1412
1451
|
/**
|
|
@@ -1457,6 +1496,14 @@ declare namespace OpenSearch {
|
|
|
1457
1496
|
* Container for information about the progress of an existing configuration change.
|
|
1458
1497
|
*/
|
|
1459
1498
|
ChangeProgressDetails?: ChangeProgressDetails;
|
|
1499
|
+
/**
|
|
1500
|
+
* Container for off-peak window options for the domain.
|
|
1501
|
+
*/
|
|
1502
|
+
OffPeakWindowOptions?: OffPeakWindowOptionsStatus;
|
|
1503
|
+
/**
|
|
1504
|
+
* Software update options for the domain.
|
|
1505
|
+
*/
|
|
1506
|
+
SoftwareUpdateOptions?: SoftwareUpdateOptionsStatus;
|
|
1460
1507
|
}
|
|
1461
1508
|
export interface DomainEndpointOptions {
|
|
1462
1509
|
/**
|
|
@@ -1652,6 +1699,14 @@ declare namespace OpenSearch {
|
|
|
1652
1699
|
* Information about a configuration change happening on the domain.
|
|
1653
1700
|
*/
|
|
1654
1701
|
ChangeProgressDetails?: ChangeProgressDetails;
|
|
1702
|
+
/**
|
|
1703
|
+
* Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on the domain.
|
|
1704
|
+
*/
|
|
1705
|
+
OffPeakWindowOptions?: OffPeakWindowOptions;
|
|
1706
|
+
/**
|
|
1707
|
+
* Service software update options for the domain.
|
|
1708
|
+
*/
|
|
1709
|
+
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
|
1655
1710
|
}
|
|
1656
1711
|
export type DomainStatusList = DomainStatus[];
|
|
1657
1712
|
export type Double = number;
|
|
@@ -2060,6 +2115,30 @@ declare namespace OpenSearch {
|
|
|
2060
2115
|
*/
|
|
2061
2116
|
NextToken?: String;
|
|
2062
2117
|
}
|
|
2118
|
+
export interface ListScheduledActionsRequest {
|
|
2119
|
+
/**
|
|
2120
|
+
* The name of the domain.
|
|
2121
|
+
*/
|
|
2122
|
+
DomainName: DomainName;
|
|
2123
|
+
/**
|
|
2124
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
|
|
2125
|
+
*/
|
|
2126
|
+
MaxResults?: MaxResults;
|
|
2127
|
+
/**
|
|
2128
|
+
* If your initial ListScheduledActions operation returns a nextToken, you can include the returned nextToken in subsequent ListScheduledActions operations, which returns results in the next page.
|
|
2129
|
+
*/
|
|
2130
|
+
NextToken?: NextToken;
|
|
2131
|
+
}
|
|
2132
|
+
export interface ListScheduledActionsResponse {
|
|
2133
|
+
/**
|
|
2134
|
+
* A list of actions that are scheduled for the domain.
|
|
2135
|
+
*/
|
|
2136
|
+
ScheduledActions?: ScheduledActionsList;
|
|
2137
|
+
/**
|
|
2138
|
+
* When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
|
|
2139
|
+
*/
|
|
2140
|
+
NextToken?: NextToken;
|
|
2141
|
+
}
|
|
2063
2142
|
export interface ListTagsRequest {
|
|
2064
2143
|
/**
|
|
2065
2144
|
* Amazon Resource Name (ARN) for the domain to view tags for.
|
|
@@ -2207,6 +2286,32 @@ declare namespace OpenSearch {
|
|
|
2207
2286
|
Status: OptionStatus;
|
|
2208
2287
|
}
|
|
2209
2288
|
export type NonEmptyString = string;
|
|
2289
|
+
export interface OffPeakWindow {
|
|
2290
|
+
/**
|
|
2291
|
+
* A custom start time for the off-peak window, in Coordinated Universal Time (UTC). The window length will always be 10 hours, so you can't specify an end time. For example, if you specify 11:00 P.M. UTC as a start time, the end time will automatically be set to 9:00 A.M.
|
|
2292
|
+
*/
|
|
2293
|
+
WindowStartTime?: WindowStartTime;
|
|
2294
|
+
}
|
|
2295
|
+
export interface OffPeakWindowOptions {
|
|
2296
|
+
/**
|
|
2297
|
+
* Whether to enable an off-peak window. This option is only available when modifying a domain created prior to February 13, 2023, not when creating a new domain. All domains created after this date have the off-peak window enabled by default. You can't disable the off-peak window after it's enabled for a domain.
|
|
2298
|
+
*/
|
|
2299
|
+
Enabled?: Boolean;
|
|
2300
|
+
/**
|
|
2301
|
+
* Off-peak window settings for the domain.
|
|
2302
|
+
*/
|
|
2303
|
+
OffPeakWindow?: OffPeakWindow;
|
|
2304
|
+
}
|
|
2305
|
+
export interface OffPeakWindowOptionsStatus {
|
|
2306
|
+
/**
|
|
2307
|
+
* The domain's off-peak window configuration.
|
|
2308
|
+
*/
|
|
2309
|
+
Options?: OffPeakWindowOptions;
|
|
2310
|
+
/**
|
|
2311
|
+
* The current status of off-peak window options.
|
|
2312
|
+
*/
|
|
2313
|
+
Status?: OptionStatus;
|
|
2314
|
+
}
|
|
2210
2315
|
export type OpenSearchPartitionInstanceType = "m3.medium.search"|"m3.large.search"|"m3.xlarge.search"|"m3.2xlarge.search"|"m4.large.search"|"m4.xlarge.search"|"m4.2xlarge.search"|"m4.4xlarge.search"|"m4.10xlarge.search"|"m5.large.search"|"m5.xlarge.search"|"m5.2xlarge.search"|"m5.4xlarge.search"|"m5.12xlarge.search"|"m5.24xlarge.search"|"r5.large.search"|"r5.xlarge.search"|"r5.2xlarge.search"|"r5.4xlarge.search"|"r5.12xlarge.search"|"r5.24xlarge.search"|"c5.large.search"|"c5.xlarge.search"|"c5.2xlarge.search"|"c5.4xlarge.search"|"c5.9xlarge.search"|"c5.18xlarge.search"|"t3.nano.search"|"t3.micro.search"|"t3.small.search"|"t3.medium.search"|"t3.large.search"|"t3.xlarge.search"|"t3.2xlarge.search"|"ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search"|"t2.micro.search"|"t2.small.search"|"t2.medium.search"|"r3.large.search"|"r3.xlarge.search"|"r3.2xlarge.search"|"r3.4xlarge.search"|"r3.8xlarge.search"|"i2.xlarge.search"|"i2.2xlarge.search"|"d2.xlarge.search"|"d2.2xlarge.search"|"d2.4xlarge.search"|"d2.8xlarge.search"|"c4.large.search"|"c4.xlarge.search"|"c4.2xlarge.search"|"c4.4xlarge.search"|"c4.8xlarge.search"|"r4.large.search"|"r4.xlarge.search"|"r4.2xlarge.search"|"r4.4xlarge.search"|"r4.8xlarge.search"|"r4.16xlarge.search"|"i3.large.search"|"i3.xlarge.search"|"i3.2xlarge.search"|"i3.4xlarge.search"|"i3.8xlarge.search"|"i3.16xlarge.search"|"r6g.large.search"|"r6g.xlarge.search"|"r6g.2xlarge.search"|"r6g.4xlarge.search"|"r6g.8xlarge.search"|"r6g.12xlarge.search"|"m6g.large.search"|"m6g.xlarge.search"|"m6g.2xlarge.search"|"m6g.4xlarge.search"|"m6g.8xlarge.search"|"m6g.12xlarge.search"|"c6g.large.search"|"c6g.xlarge.search"|"c6g.2xlarge.search"|"c6g.4xlarge.search"|"c6g.8xlarge.search"|"c6g.12xlarge.search"|"r6gd.large.search"|"r6gd.xlarge.search"|"r6gd.2xlarge.search"|"r6gd.4xlarge.search"|"r6gd.8xlarge.search"|"r6gd.12xlarge.search"|"r6gd.16xlarge.search"|"t4g.small.search"|"t4g.medium.search"|string;
|
|
2211
2316
|
export type OpenSearchWarmPartitionInstanceType = "ultrawarm1.medium.search"|"ultrawarm1.large.search"|"ultrawarm1.xlarge.search"|string;
|
|
2212
2317
|
export type OptionState = "RequiresIndexDocuments"|"Processing"|"Active"|string;
|
|
@@ -2584,6 +2689,46 @@ declare namespace OpenSearch {
|
|
|
2584
2689
|
*/
|
|
2585
2690
|
SessionTimeoutMinutes?: IntegerClass;
|
|
2586
2691
|
}
|
|
2692
|
+
export type ScheduleAt = "NOW"|"TIMESTAMP"|"OFF_PEAK_WINDOW"|string;
|
|
2693
|
+
export interface ScheduledAction {
|
|
2694
|
+
/**
|
|
2695
|
+
* The unique identifier of the scheduled action.
|
|
2696
|
+
*/
|
|
2697
|
+
Id: String;
|
|
2698
|
+
/**
|
|
2699
|
+
* The type of action that will be taken on the domain.
|
|
2700
|
+
*/
|
|
2701
|
+
Type: ActionType;
|
|
2702
|
+
/**
|
|
2703
|
+
* The severity of the action.
|
|
2704
|
+
*/
|
|
2705
|
+
Severity: ActionSeverity;
|
|
2706
|
+
/**
|
|
2707
|
+
* The time when the change is scheduled to happen.
|
|
2708
|
+
*/
|
|
2709
|
+
ScheduledTime: Long;
|
|
2710
|
+
/**
|
|
2711
|
+
* A description of the action to be taken.
|
|
2712
|
+
*/
|
|
2713
|
+
Description?: String;
|
|
2714
|
+
/**
|
|
2715
|
+
* Whether the action was scheduled manually (CUSTOMER, or by OpenSearch Service automatically (SYSTEM).
|
|
2716
|
+
*/
|
|
2717
|
+
ScheduledBy?: ScheduledBy;
|
|
2718
|
+
/**
|
|
2719
|
+
* The current status of the scheduled action.
|
|
2720
|
+
*/
|
|
2721
|
+
Status?: ActionStatus;
|
|
2722
|
+
/**
|
|
2723
|
+
* Whether the action is required or optional.
|
|
2724
|
+
*/
|
|
2725
|
+
Mandatory?: Boolean;
|
|
2726
|
+
/**
|
|
2727
|
+
* Whether or not the scheduled action is cancellable.
|
|
2728
|
+
*/
|
|
2729
|
+
Cancellable?: Boolean;
|
|
2730
|
+
}
|
|
2731
|
+
export type ScheduledActionsList = ScheduledAction[];
|
|
2587
2732
|
export type ScheduledAutoTuneActionType = "JVM_HEAP_SIZE_TUNING"|"JVM_YOUNG_GEN_TUNING"|string;
|
|
2588
2733
|
export type ScheduledAutoTuneDescription = string;
|
|
2589
2734
|
export interface ScheduledAutoTuneDetails {
|
|
@@ -2605,6 +2750,7 @@ declare namespace OpenSearch {
|
|
|
2605
2750
|
Severity?: ScheduledAutoTuneSeverityType;
|
|
2606
2751
|
}
|
|
2607
2752
|
export type ScheduledAutoTuneSeverityType = "LOW"|"MEDIUM"|"HIGH"|string;
|
|
2753
|
+
export type ScheduledBy = "CUSTOMER"|"SYSTEM"|string;
|
|
2608
2754
|
export interface ServiceSoftwareOptions {
|
|
2609
2755
|
/**
|
|
2610
2756
|
* The current service software version present on the domain.
|
|
@@ -2656,12 +2802,36 @@ declare namespace OpenSearch {
|
|
|
2656
2802
|
*/
|
|
2657
2803
|
Status: OptionStatus;
|
|
2658
2804
|
}
|
|
2805
|
+
export interface SoftwareUpdateOptions {
|
|
2806
|
+
/**
|
|
2807
|
+
* Whether automatic service software updates are enabled for the domain.
|
|
2808
|
+
*/
|
|
2809
|
+
AutoSoftwareUpdateEnabled?: Boolean;
|
|
2810
|
+
}
|
|
2811
|
+
export interface SoftwareUpdateOptionsStatus {
|
|
2812
|
+
/**
|
|
2813
|
+
* The service software update options for a domain.
|
|
2814
|
+
*/
|
|
2815
|
+
Options?: SoftwareUpdateOptions;
|
|
2816
|
+
/**
|
|
2817
|
+
* The status of service software update options, including creation date and last updated date.
|
|
2818
|
+
*/
|
|
2819
|
+
Status?: OptionStatus;
|
|
2820
|
+
}
|
|
2659
2821
|
export type StartAt = Date;
|
|
2660
2822
|
export interface StartServiceSoftwareUpdateRequest {
|
|
2661
2823
|
/**
|
|
2662
2824
|
* The name of the domain that you want to update to the latest service software.
|
|
2663
2825
|
*/
|
|
2664
2826
|
DomainName: DomainName;
|
|
2827
|
+
/**
|
|
2828
|
+
* When to start the service software update. NOW - Immediately schedules the update to happen in the current hour if there's capacity available. TIMESTAMP - Lets you specify a custom date and time to apply the update. If you specify this value, you must also provide a value for DesiredStartTime. OFF_PEAK_WINDOW - Marks the update to be picked up during an upcoming off-peak window. There's no guarantee that the update will happen during the next immediate window. Depending on capacity, it might happen in subsequent days. Default: NOW if you don't specify a value for DesiredStartTime, and TIMESTAMP if you do.
|
|
2829
|
+
*/
|
|
2830
|
+
ScheduleAt?: ScheduleAt;
|
|
2831
|
+
/**
|
|
2832
|
+
* The Epoch timestamp when you want the service software update to start. You only need to specify this parameter if you set ScheduleAt to TIMESTAMP.
|
|
2833
|
+
*/
|
|
2834
|
+
DesiredStartTime?: Long;
|
|
2665
2835
|
}
|
|
2666
2836
|
export interface StartServiceSoftwareUpdateResponse {
|
|
2667
2837
|
/**
|
|
@@ -2669,6 +2839,8 @@ declare namespace OpenSearch {
|
|
|
2669
2839
|
*/
|
|
2670
2840
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
2671
2841
|
}
|
|
2842
|
+
export type StartTimeHours = number;
|
|
2843
|
+
export type StartTimeMinutes = number;
|
|
2672
2844
|
export type StartTimestamp = Date;
|
|
2673
2845
|
export type StorageSubTypeName = string;
|
|
2674
2846
|
export interface StorageType {
|
|
@@ -2751,7 +2923,7 @@ declare namespace OpenSearch {
|
|
|
2751
2923
|
*/
|
|
2752
2924
|
AccessPolicies?: PolicyDocument;
|
|
2753
2925
|
/**
|
|
2754
|
-
* Options to publish OpenSearch
|
|
2926
|
+
* Options to publish OpenSearch logs to Amazon CloudWatch Logs.
|
|
2755
2927
|
*/
|
|
2756
2928
|
LogPublishingOptions?: LogPublishingOptions;
|
|
2757
2929
|
/**
|
|
@@ -2763,7 +2935,7 @@ declare namespace OpenSearch {
|
|
|
2763
2935
|
*/
|
|
2764
2936
|
DomainEndpointOptions?: DomainEndpointOptions;
|
|
2765
2937
|
/**
|
|
2766
|
-
* Node-
|
|
2938
|
+
* Node-to-node encryption options for the domain.
|
|
2767
2939
|
*/
|
|
2768
2940
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
|
|
2769
2941
|
/**
|
|
@@ -2782,6 +2954,14 @@ declare namespace OpenSearch {
|
|
|
2782
2954
|
* The type of dry run to perform. Basic only returns the type of deployment (blue/green or dynamic) that the update will cause. Verbose runs an additional check to validate the changes you're making. For more information, see Validating a domain update.
|
|
2783
2955
|
*/
|
|
2784
2956
|
DryRunMode?: DryRunMode;
|
|
2957
|
+
/**
|
|
2958
|
+
* Off-peak window options for the domain.
|
|
2959
|
+
*/
|
|
2960
|
+
OffPeakWindowOptions?: OffPeakWindowOptions;
|
|
2961
|
+
/**
|
|
2962
|
+
* Service software update options for the domain.
|
|
2963
|
+
*/
|
|
2964
|
+
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
|
2785
2965
|
}
|
|
2786
2966
|
export interface UpdateDomainConfigResponse {
|
|
2787
2967
|
/**
|
|
@@ -2821,6 +3001,34 @@ declare namespace OpenSearch {
|
|
|
2821
3001
|
*/
|
|
2822
3002
|
PackageDetails?: PackageDetails;
|
|
2823
3003
|
}
|
|
3004
|
+
export interface UpdateScheduledActionRequest {
|
|
3005
|
+
/**
|
|
3006
|
+
* The name of the domain to reschedule an action for.
|
|
3007
|
+
*/
|
|
3008
|
+
DomainName: DomainName;
|
|
3009
|
+
/**
|
|
3010
|
+
* The unique identifier of the action to reschedule. To retrieve this ID, send a ListScheduledActions request.
|
|
3011
|
+
*/
|
|
3012
|
+
ActionID: String;
|
|
3013
|
+
/**
|
|
3014
|
+
* The type of action to reschedule. Can be one of SERVICE_SOFTWARE_UPDATE, JVM_HEAP_SIZE_TUNING, or JVM_YOUNG_GEN_TUNING. To retrieve this value, send a ListScheduledActions request.
|
|
3015
|
+
*/
|
|
3016
|
+
ActionType: ActionType;
|
|
3017
|
+
/**
|
|
3018
|
+
* When to schedule the action. NOW - Immediately schedules the update to happen in the current hour if there's capacity available. TIMESTAMP - Lets you specify a custom date and time to apply the update. If you specify this value, you must also provide a value for DesiredStartTime. OFF_PEAK_WINDOW - Marks the action to be picked up during an upcoming off-peak window. There's no guarantee that the change will be implemented during the next immediate window. Depending on capacity, it might happen in subsequent days.
|
|
3019
|
+
*/
|
|
3020
|
+
ScheduleAt: ScheduleAt;
|
|
3021
|
+
/**
|
|
3022
|
+
* The time to implement the change, in Coordinated Universal Time (UTC). Only specify this parameter if you set ScheduleAt to TIMESTAMP.
|
|
3023
|
+
*/
|
|
3024
|
+
DesiredStartTime?: Long;
|
|
3025
|
+
}
|
|
3026
|
+
export interface UpdateScheduledActionResponse {
|
|
3027
|
+
/**
|
|
3028
|
+
* Information about the rescheduled action.
|
|
3029
|
+
*/
|
|
3030
|
+
ScheduledAction?: ScheduledAction;
|
|
3031
|
+
}
|
|
2824
3032
|
export type UpdateTimestamp = Date;
|
|
2825
3033
|
export interface UpdateVpcEndpointRequest {
|
|
2826
3034
|
/**
|
|
@@ -3053,6 +3261,16 @@ declare namespace OpenSearch {
|
|
|
3053
3261
|
}
|
|
3054
3262
|
export type VpcEndpointSummaryList = VpcEndpointSummary[];
|
|
3055
3263
|
export type VpcEndpoints = VpcEndpoint[];
|
|
3264
|
+
export interface WindowStartTime {
|
|
3265
|
+
/**
|
|
3266
|
+
* The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.
|
|
3267
|
+
*/
|
|
3268
|
+
Hours: StartTimeHours;
|
|
3269
|
+
/**
|
|
3270
|
+
* The start minute of the window, in UTC.
|
|
3271
|
+
*/
|
|
3272
|
+
Minutes: StartTimeMinutes;
|
|
3273
|
+
}
|
|
3056
3274
|
export interface ZoneAwarenessConfig {
|
|
3057
3275
|
/**
|
|
3058
3276
|
* If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are 2 and 3. If your domain is provisioned within a VPC, this value be equal to number of subnets.
|
|
@@ -12,11 +12,11 @@ declare class RUM extends Service {
|
|
|
12
12
|
constructor(options?: RUM.Types.ClientConfiguration)
|
|
13
13
|
config: Config & RUM.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Specifies the extended metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM.
|
|
15
|
+
* Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. In addition to these default metrics, you can choose to send extended metrics or custom metrics or both. Extended metrics enable you to send metrics with additional dimensions not included in the default metrics. You can also send extended metrics to Evidently as well as CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. Custom metrics are metrics that you define. You can send custom metrics to CloudWatch or to CloudWatch Evidently or to both. With custom metrics, you can use any metric name and namespace, and to derive the metrics you can use any custom events, built-in events, custom attributes, or default attributes. You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace . The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.
|
|
16
16
|
*/
|
|
17
17
|
batchCreateRumMetricDefinitions(params: RUM.Types.BatchCreateRumMetricDefinitionsRequest, callback?: (err: AWSError, data: RUM.Types.BatchCreateRumMetricDefinitionsResponse) => void): Request<RUM.Types.BatchCreateRumMetricDefinitionsResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Specifies the extended metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM.
|
|
19
|
+
* Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. In addition to these default metrics, you can choose to send extended metrics or custom metrics or both. Extended metrics enable you to send metrics with additional dimensions not included in the default metrics. You can also send extended metrics to Evidently as well as CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. Custom metrics are metrics that you define. You can send custom metrics to CloudWatch or to CloudWatch Evidently or to both. With custom metrics, you can use any metric name and namespace, and to derive the metrics you can use any custom events, built-in events, custom attributes, or default attributes. You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace . The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.
|
|
20
20
|
*/
|
|
21
21
|
batchCreateRumMetricDefinitions(callback?: (err: AWSError, data: RUM.Types.BatchCreateRumMetricDefinitionsResponse) => void): Request<RUM.Types.BatchCreateRumMetricDefinitionsResponse, AWSError>;
|
|
22
22
|
/**
|
|
@@ -108,11 +108,11 @@ declare class RUM extends Service {
|
|
|
108
108
|
*/
|
|
109
109
|
putRumEvents(callback?: (err: AWSError, data: RUM.Types.PutRumEventsResponse) => void): Request<RUM.Types.PutRumEventsResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see
|
|
111
|
+
* Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see BatchCreateRumMetricDefinitions.
|
|
112
112
|
*/
|
|
113
113
|
putRumMetricsDestination(params: RUM.Types.PutRumMetricsDestinationRequest, callback?: (err: AWSError, data: RUM.Types.PutRumMetricsDestinationResponse) => void): Request<RUM.Types.PutRumMetricsDestinationResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see
|
|
115
|
+
* Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see BatchCreateRumMetricDefinitions.
|
|
116
116
|
*/
|
|
117
117
|
putRumMetricsDestination(callback?: (err: AWSError, data: RUM.Types.PutRumMetricsDestinationResponse) => void): Request<RUM.Types.PutRumMetricsDestinationResponse, AWSError>;
|
|
118
118
|
/**
|
|
@@ -603,6 +603,10 @@ declare namespace RUM {
|
|
|
603
603
|
* The name of the metric that is defined in this structure.
|
|
604
604
|
*/
|
|
605
605
|
Name: MetricName;
|
|
606
|
+
/**
|
|
607
|
+
* If this metric definition is for a custom metric instead of an extended metric, this field displays the metric namespace that the custom metric is published to.
|
|
608
|
+
*/
|
|
609
|
+
Namespace?: Namespace;
|
|
606
610
|
/**
|
|
607
611
|
* Use this field only if you are sending this metric to CloudWatch. It defines the CloudWatch metric unit that this metric is measured in.
|
|
608
612
|
*/
|
|
@@ -616,7 +620,7 @@ declare namespace RUM {
|
|
|
616
620
|
export type MetricDefinitionIds = MetricDefinitionId[];
|
|
617
621
|
export interface MetricDefinitionRequest {
|
|
618
622
|
/**
|
|
619
|
-
* Use this field only if you are sending the metric to CloudWatch. This field is a map of field paths to dimension names. It defines the dimensions to associate with this metric in CloudWatch.
|
|
623
|
+
* Use this field only if you are sending the metric to CloudWatch. This field is a map of field paths to dimension names. It defines the dimensions to associate with this metric in CloudWatch. For extended metrics, valid values for the entries in this field are the following: "metadata.pageId": "PageId" "metadata.browserName": "BrowserName" "metadata.deviceType": "DeviceType" "metadata.osName": "OSName" "metadata.countryCode": "CountryCode" "event_details.fileType": "FileType" For both extended metrics and custom metrics, all dimensions listed in this field must also be included in EventPattern.
|
|
620
624
|
*/
|
|
621
625
|
DimensionKeys?: DimensionKeysMap;
|
|
622
626
|
/**
|
|
@@ -624,9 +628,13 @@ declare namespace RUM {
|
|
|
624
628
|
*/
|
|
625
629
|
EventPattern?: EventPattern;
|
|
626
630
|
/**
|
|
627
|
-
* The name for the metric that is defined in this structure.
|
|
631
|
+
* The name for the metric that is defined in this structure. For custom metrics, you can specify any name that you like. For extended metrics, valid values are the following: PerformanceNavigationDuration PerformanceResourceDuration NavigationSatisfiedTransaction NavigationToleratedTransaction NavigationFrustratedTransaction WebVitalsCumulativeLayoutShift WebVitalsFirstInputDelay WebVitalsLargestContentfulPaint JsErrorCount HttpErrorCount SessionCount
|
|
628
632
|
*/
|
|
629
633
|
Name: MetricName;
|
|
634
|
+
/**
|
|
635
|
+
* If this structure is for a custom metric instead of an extended metrics, use this parameter to define the metric namespace for that custom metric. Do not specify this parameter if this structure is for an extended metric. You cannot use any string that starts with AWS/ for your namespace.
|
|
636
|
+
*/
|
|
637
|
+
Namespace?: Namespace;
|
|
630
638
|
/**
|
|
631
639
|
* The CloudWatch metric unit to use for this metric. If you omit this field, the metric is recorded with no unit.
|
|
632
640
|
*/
|
|
@@ -655,6 +663,7 @@ declare namespace RUM {
|
|
|
655
663
|
}
|
|
656
664
|
export type MetricDestinationSummaryList = MetricDestinationSummary[];
|
|
657
665
|
export type MetricName = string;
|
|
666
|
+
export type Namespace = string;
|
|
658
667
|
export type Pages = Url[];
|
|
659
668
|
export interface PutRumEventsRequest {
|
|
660
669
|
/**
|
|
@@ -664,11 +673,11 @@ declare namespace RUM {
|
|
|
664
673
|
/**
|
|
665
674
|
* A unique identifier for this batch of RUM event data.
|
|
666
675
|
*/
|
|
667
|
-
BatchId:
|
|
676
|
+
BatchId: PutRumEventsRequestBatchIdString;
|
|
668
677
|
/**
|
|
669
678
|
* The ID of the app monitor that is sending this data.
|
|
670
679
|
*/
|
|
671
|
-
Id:
|
|
680
|
+
Id: PutRumEventsRequestIdString;
|
|
672
681
|
/**
|
|
673
682
|
* An array of structures that contain the telemetry event data.
|
|
674
683
|
*/
|
|
@@ -678,6 +687,8 @@ declare namespace RUM {
|
|
|
678
687
|
*/
|
|
679
688
|
UserDetails: UserDetails;
|
|
680
689
|
}
|
|
690
|
+
export type PutRumEventsRequestBatchIdString = string;
|
|
691
|
+
export type PutRumEventsRequestIdString = string;
|
|
681
692
|
export interface PutRumEventsResponse {
|
|
682
693
|
}
|
|
683
694
|
export interface PutRumMetricsDestinationRequest {
|
|
@@ -723,7 +734,7 @@ declare namespace RUM {
|
|
|
723
734
|
/**
|
|
724
735
|
* A unique ID for this event.
|
|
725
736
|
*/
|
|
726
|
-
id:
|
|
737
|
+
id: RumEventIdString;
|
|
727
738
|
/**
|
|
728
739
|
* Metadata about this event, which contains a JSON serialization of the identity of the user for this session. The user information comes from information such as the HTTP user-agent request header and document interface.
|
|
729
740
|
*/
|
|
@@ -737,6 +748,7 @@ declare namespace RUM {
|
|
|
737
748
|
*/
|
|
738
749
|
type: String;
|
|
739
750
|
}
|
|
751
|
+
export type RumEventIdString = string;
|
|
740
752
|
export type RumEventList = RumEvent[];
|
|
741
753
|
export type SessionSampleRate = number;
|
|
742
754
|
export type StateEnum = "CREATED"|"DELETING"|"ACTIVE"|string;
|
|
@@ -837,12 +849,14 @@ declare namespace RUM {
|
|
|
837
849
|
/**
|
|
838
850
|
* The session ID that the performance events are from.
|
|
839
851
|
*/
|
|
840
|
-
sessionId?:
|
|
852
|
+
sessionId?: UserDetailsSessionIdString;
|
|
841
853
|
/**
|
|
842
854
|
* The ID of the user for this user session. This ID is generated by RUM and does not include any personally identifiable information about the user.
|
|
843
855
|
*/
|
|
844
|
-
userId?:
|
|
856
|
+
userId?: UserDetailsUserIdString;
|
|
845
857
|
}
|
|
858
|
+
export type UserDetailsSessionIdString = string;
|
|
859
|
+
export type UserDetailsUserIdString = string;
|
|
846
860
|
export type ValueKey = string;
|
|
847
861
|
/**
|
|
848
862
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|