cdk-docker-image-deployment 0.0.171 → 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.
Files changed (38) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
  10. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
  12. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
  13. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
  14. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
  15. package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
  17. package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  19. package/node_modules/aws-sdk/clients/all.js +2 -1
  20. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
  22. package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
  24. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
  25. package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
  26. package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
  27. package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
  28. package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
  29. package/node_modules/aws-sdk/clients/tnb.js +18 -0
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +49 -12
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -4
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +4 -4
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "ListSolFunctionInstances": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "functionInstances"
8
+ },
9
+ "ListSolFunctionPackages": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "functionPackages"
14
+ },
15
+ "ListSolNetworkInstances": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "networkInstances"
20
+ },
21
+ "ListSolNetworkOperations": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "networkOperations"
26
+ },
27
+ "ListSolNetworkPackages": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "networkPackages"
32
+ }
33
+ }
34
+ }
@@ -338,3 +338,4 @@ export import LicenseManagerLinuxSubscriptions = require('./licensemanagerlinuxs
338
338
  export import KendraRanking = require('./kendraranking');
339
339
  export import CleanRooms = require('./cleanrooms');
340
340
  export import CloudTrailData = require('./cloudtraildata');
341
+ export import Tnb = require('./tnb');
@@ -339,5 +339,6 @@ module.exports = {
339
339
  LicenseManagerLinuxSubscriptions: require('./licensemanagerlinuxsubscriptions'),
340
340
  KendraRanking: require('./kendraranking'),
341
341
  CleanRooms: require('./cleanrooms'),
342
- CloudTrailData: require('./cloudtraildata')
342
+ CloudTrailData: require('./cloudtraildata'),
343
+ Tnb: require('./tnb')
343
344
  };
@@ -984,6 +984,7 @@ declare namespace ChimeSDKVoice {
984
984
  }
985
985
  export interface LoggingConfiguration {
986
986
  EnableSIPLogs?: Boolean;
987
+ EnableMediaMetricLogs?: Boolean;
987
988
  }
988
989
  export type NextTokenString = string;
989
990
  export type NonEmptyString = string;
@@ -30,11 +30,11 @@ declare class CloudFront extends CloudFrontCustomizations {
30
30
  */
31
31
  copyDistribution(callback?: (err: AWSError, data: CloudFront.Types.CopyDistributionResult) => void): Request<CloudFront.Types.CopyDistributionResult, AWSError>;
32
32
  /**
33
- * Creates a cache policy. After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following: The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer. The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy. For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
33
+ * Creates a cache policy. After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following: The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer. The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy. For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
34
34
  */
35
35
  createCachePolicy(params: CloudFront.Types.CreateCachePolicyRequest, callback?: (err: AWSError, data: CloudFront.Types.CreateCachePolicyResult) => void): Request<CloudFront.Types.CreateCachePolicyResult, AWSError>;
36
36
  /**
37
- * Creates a cache policy. After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following: The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer. The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy. For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
37
+ * Creates a cache policy. After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following: The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer. The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy. For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
38
38
  */
39
39
  createCachePolicy(callback?: (err: AWSError, data: CloudFront.Types.CreateCachePolicyResult) => void): Request<CloudFront.Types.CreateCachePolicyResult, AWSError>;
40
40
  /**
@@ -1088,14 +1088,14 @@ declare namespace CloudFront {
1088
1088
  */
1089
1089
  MinTTL: long;
1090
1090
  /**
1091
- * The HTTP headers, cookies, and URL query strings to include in the cache key. The values included in the cache key are automatically included in requests that CloudFront sends to the origin.
1091
+ * The HTTP headers, cookies, and URL query strings to include in the cache key. The values included in the cache key are also included in requests that CloudFront sends to the origin.
1092
1092
  */
1093
1093
  ParametersInCacheKeyAndForwardedToOrigin?: ParametersInCacheKeyAndForwardedToOrigin;
1094
1094
  }
1095
1095
  export type CachePolicyCookieBehavior = "none"|"whitelist"|"allExcept"|"all"|string;
1096
1096
  export interface CachePolicyCookiesConfig {
1097
1097
  /**
1098
- * Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are: none – Cookies in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to none, any cookies that are listed in an OriginRequestPolicy are included in origin requests. whitelist – The cookies in viewer requests that are listed in the CookieNames type are included in the cache key and automatically included in requests that CloudFront sends to the origin. allExcept – All cookies in viewer requests that are not listed in the CookieNames type are included in the cache key and automatically included in requests that CloudFront sends to the origin. all – All cookies in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.
1098
+ * Determines whether any cookies in viewer requests are included in the cache key and in requests that CloudFront sends to the origin. Valid values are: none – No cookies in viewer requests are included in the cache key or in requests that CloudFront sends to the origin. Even when this field is set to none, any cookies that are listed in an OriginRequestPolicy are included in origin requests. whitelist – Only the cookies in viewer requests that are listed in the CookieNames type are included in the cache key and in requests that CloudFront sends to the origin. allExcept – All cookies in viewer requests are included in the cache key and in requests that CloudFront sends to the origin, except for those that are listed in the CookieNames type, which are not included. all – All cookies in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.
1099
1099
  */
1100
1100
  CookieBehavior: CachePolicyCookieBehavior;
1101
1101
  Cookies?: CookieNames;
@@ -1103,7 +1103,7 @@ declare namespace CloudFront {
1103
1103
  export type CachePolicyHeaderBehavior = "none"|"whitelist"|string;
1104
1104
  export interface CachePolicyHeadersConfig {
1105
1105
  /**
1106
- * Determines whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are: none – HTTP headers are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to none, any headers that are listed in an OriginRequestPolicy are included in origin requests. whitelist – The HTTP headers that are listed in the Headers type are included in the cache key and are automatically included in requests that CloudFront sends to the origin.
1106
+ * Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin. Valid values are: none – No HTTP headers are included in the cache key or in requests that CloudFront sends to the origin. Even when this field is set to none, any headers that are listed in an OriginRequestPolicy are included in origin requests. whitelist – Only the HTTP headers that are listed in the Headers type are included in the cache key and in requests that CloudFront sends to the origin.
1107
1107
  */
1108
1108
  HeaderBehavior: CachePolicyHeaderBehavior;
1109
1109
  Headers?: Headers;
@@ -1129,11 +1129,11 @@ declare namespace CloudFront {
1129
1129
  export type CachePolicyQueryStringBehavior = "none"|"whitelist"|"allExcept"|"all"|string;
1130
1130
  export interface CachePolicyQueryStringsConfig {
1131
1131
  /**
1132
- * Determines whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are: none – Query strings in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to none, any query strings that are listed in an OriginRequestPolicy are included in origin requests. whitelist – The query strings in viewer requests that are listed in the QueryStringNames type are included in the cache key and automatically included in requests that CloudFront sends to the origin. allExcept – All query strings in viewer requests that are not listed in the QueryStringNames type are included in the cache key and automatically included in requests that CloudFront sends to the origin. all – All query strings in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.
1132
+ * Determines whether any URL query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin. Valid values are: none – No query strings in viewer requests are included in the cache key or in requests that CloudFront sends to the origin. Even when this field is set to none, any query strings that are listed in an OriginRequestPolicy are included in origin requests. whitelist – Only the query strings in viewer requests that are listed in the QueryStringNames type are included in the cache key and in requests that CloudFront sends to the origin. allExcept – All query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin, except those that are listed in the QueryStringNames type, which are not included. all – All query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.
1133
1133
  */
1134
1134
  QueryStringBehavior: CachePolicyQueryStringBehavior;
1135
1135
  /**
1136
- * Contains the specific query strings in viewer requests that either are or are not included in the cache key and automatically included in requests that CloudFront sends to the origin. The behavior depends on whether the QueryStringBehavior field in the CachePolicyQueryStringsConfig type is set to whitelist (the listed query strings are included) or allExcept (the listed query strings are not included, but all other query strings are).
1136
+ * Contains the specific query strings in viewer requests that either are or are not included in the cache key and in requests that CloudFront sends to the origin. The behavior depends on whether the QueryStringBehavior field in the CachePolicyQueryStringsConfig type is set to whitelist (the listed query strings are included) or allExcept (the listed query strings are not included, but all other query strings are).
1137
1137
  */
1138
1138
  QueryStrings?: QueryStringNames;
1139
1139
  }
@@ -3983,18 +3983,18 @@ declare namespace CloudFront {
3983
3983
  */
3984
3984
  QueryStringsConfig: OriginRequestPolicyQueryStringsConfig;
3985
3985
  }
3986
- export type OriginRequestPolicyCookieBehavior = "none"|"whitelist"|"all"|string;
3986
+ export type OriginRequestPolicyCookieBehavior = "none"|"whitelist"|"all"|"allExcept"|string;
3987
3987
  export interface OriginRequestPolicyCookiesConfig {
3988
3988
  /**
3989
- * Determines whether cookies in viewer requests are included in requests that CloudFront sends to the origin. Valid values are: none – Cookies in viewer requests are not included in requests that CloudFront sends to the origin. Even when this field is set to none, any cookies that are listed in a CachePolicy are included in origin requests. whitelist – The cookies in viewer requests that are listed in the CookieNames type are included in requests that CloudFront sends to the origin. all – All cookies in viewer requests are included in requests that CloudFront sends to the origin.
3989
+ * Determines whether cookies in viewer requests are included in requests that CloudFront sends to the origin. Valid values are: none – No cookies in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set to none, any cookies that are listed in a CachePolicy are included in origin requests. whitelist – Only the cookies in viewer requests that are listed in the CookieNames type are included in requests that CloudFront sends to the origin. all – All cookies in viewer requests are included in requests that CloudFront sends to the origin. allExcept – All cookies in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in the CookieNames type, which are not included.
3990
3990
  */
3991
3991
  CookieBehavior: OriginRequestPolicyCookieBehavior;
3992
3992
  Cookies?: CookieNames;
3993
3993
  }
3994
- export type OriginRequestPolicyHeaderBehavior = "none"|"whitelist"|"allViewer"|"allViewerAndWhitelistCloudFront"|string;
3994
+ export type OriginRequestPolicyHeaderBehavior = "none"|"whitelist"|"allViewer"|"allViewerAndWhitelistCloudFront"|"allExcept"|string;
3995
3995
  export interface OriginRequestPolicyHeadersConfig {
3996
3996
  /**
3997
- * Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are: none – HTTP headers are not included in requests that CloudFront sends to the origin. Even when this field is set to none, any headers that are listed in a CachePolicy are included in origin requests. whitelist – The HTTP headers that are listed in the Headers type are included in requests that CloudFront sends to the origin. allViewer – All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. allViewerAndWhitelistCloudFront – All HTTP headers in viewer requests and the additional CloudFront headers that are listed in the Headers type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront.
3997
+ * Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are: none – No HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set to none, any headers that are listed in a CachePolicy are included in origin requests. whitelist – Only the HTTP headers that are listed in the Headers type are included in requests that CloudFront sends to the origin. allViewer – All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. allViewerAndWhitelistCloudFront – All HTTP headers in viewer requests and the additional CloudFront headers that are listed in the Headers type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront. allExcept – All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in the Headers type, which are not included.
3998
3998
  */
3999
3999
  HeaderBehavior: OriginRequestPolicyHeaderBehavior;
4000
4000
  Headers?: Headers;
@@ -4017,14 +4017,14 @@ declare namespace CloudFront {
4017
4017
  */
4018
4018
  Items?: OriginRequestPolicySummaryList;
4019
4019
  }
4020
- export type OriginRequestPolicyQueryStringBehavior = "none"|"whitelist"|"all"|string;
4020
+ export type OriginRequestPolicyQueryStringBehavior = "none"|"whitelist"|"all"|"allExcept"|string;
4021
4021
  export interface OriginRequestPolicyQueryStringsConfig {
4022
4022
  /**
4023
- * Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are: none – Query strings in viewer requests are not included in requests that CloudFront sends to the origin. Even when this field is set to none, any query strings that are listed in a CachePolicy are included in origin requests. whitelist – The query strings in viewer requests that are listed in the QueryStringNames type are included in requests that CloudFront sends to the origin. all – All query strings in viewer requests are included in requests that CloudFront sends to the origin.
4023
+ * Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are: none – No query strings in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set to none, any query strings that are listed in a CachePolicy are included in origin requests. whitelist – Only the query strings in viewer requests that are listed in the QueryStringNames type are included in requests that CloudFront sends to the origin. all – All query strings in viewer requests are included in requests that CloudFront sends to the origin. allExcept – All query strings in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in the QueryStringNames type, which are not included.
4024
4024
  */
4025
4025
  QueryStringBehavior: OriginRequestPolicyQueryStringBehavior;
4026
4026
  /**
4027
- * Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends to the origin.
4027
+ * Contains the specific query strings in viewer requests that either are or are not included in requests that CloudFront sends to the origin. The behavior depends on whether the QueryStringBehavior field in the OriginRequestPolicyQueryStringsConfig type is set to whitelist (the listed query strings are included) or allExcept (the listed query strings are not included, but all other query strings are).
4028
4028
  */
4029
4029
  QueryStrings?: QueryStringNames;
4030
4030
  }
@@ -4081,15 +4081,15 @@ declare namespace CloudFront {
4081
4081
  */
4082
4082
  EnableAcceptEncodingBrotli?: boolean;
4083
4083
  /**
4084
- * An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
4084
+ * An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and in requests that CloudFront sends to the origin.
4085
4085
  */
4086
4086
  HeadersConfig: CachePolicyHeadersConfig;
4087
4087
  /**
4088
- * An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
4088
+ * An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.
4089
4089
  */
4090
4090
  CookiesConfig: CachePolicyCookiesConfig;
4091
4091
  /**
4092
- * An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
4092
+ * An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and in requests that CloudFront sends to the origin.
4093
4093
  */
4094
4094
  QueryStringsConfig: CachePolicyQueryStringsConfig;
4095
4095
  }
@@ -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 schedules are overwrite, not append. If your request includes no schedules, the request deletes all existing schedules. To preserve existing schedules, make a call to DescribeDomainConfig first and use the MaintenanceSchedules portion of the response as the basis for this section.
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 an OpenSearch Service domain.
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 lots to Amazon CloudWatch Logs.
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-To-Node Encryption options for the domain.
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.
@@ -11510,6 +11510,10 @@ declare namespace QuickSight {
11510
11510
  * Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
11511
11511
  */
11512
11512
  ManifestFileLocation: ManifestFileLocation;
11513
+ /**
11514
+ * Use the RoleArn structure to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.
11515
+ */
11516
+ RoleArn?: RoleArn;
11513
11517
  }
11514
11518
  export interface S3Source {
11515
11519
  /**