cdk-lambda-subminute 2.0.367 → 2.0.369

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
  12. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
  13. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  29. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  32. package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  35. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  37. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  47. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  48. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -252,7 +252,7 @@ declare namespace MediaConvert {
252
252
  */
253
253
  Bitrate?: __integerMin6000Max1024000;
254
254
  /**
255
- * Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.
255
+ * AAC Profile.
256
256
  */
257
257
  CodecProfile?: AacCodecProfile;
258
258
  /**
@@ -260,7 +260,7 @@ declare namespace MediaConvert {
260
260
  */
261
261
  CodingMode?: AacCodingMode;
262
262
  /**
263
- * Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.
263
+ * Rate Control Mode.
264
264
  */
265
265
  RateControlMode?: AacRateControlMode;
266
266
  /**
@@ -268,7 +268,7 @@ declare namespace MediaConvert {
268
268
  */
269
269
  RawFormat?: AacRawFormat;
270
270
  /**
271
- * Specify the AAC sample rate in samples per second (Hz). Valid sample rates depend on the AAC profile and Coding mode that you select. For a list of supported sample rates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html
271
+ * Specify the Sample rate in Hz. Valid sample rates depend on the Profile and Coding mode that you select. The following list shows valid sample rates for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.
272
272
  */
273
273
  SampleRate?: __integerMin8000Max96000;
274
274
  /**
@@ -276,7 +276,7 @@ declare namespace MediaConvert {
276
276
  */
277
277
  Specification?: AacSpecification;
278
278
  /**
279
- * Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr
279
+ * VBR Quality Level - Only used if rate_control_mode is VBR.
280
280
  */
281
281
  VbrQuality?: AacVbrQuality;
282
282
  }
@@ -498,7 +498,7 @@ declare namespace MediaConvert {
498
498
  /**
499
499
  * Specify the language for this audio output track. The service puts this language code into your output audio track when you set Language code control to Use configured. The service also uses your specified custom language code when you set Language code control to Follow input, but your input file doesn't specify a language code. For all outputs, you can use an ISO 639-2 or ISO 639-3 code. For streaming outputs, you can also use any other code in the full RFC-5646 specification. Streaming outputs are those that are in one of the following output groups: CMAF, DASH ISO, Apple HLS, or Microsoft Smooth Streaming.
500
500
  */
501
- CustomLanguageCode?: __stringPatternAZaZ23AZaZ;
501
+ CustomLanguageCode?: __stringPatternAZaZ23AZaZ09;
502
502
  /**
503
503
  * Indicates the language of the audio output track. The ISO 639 language specified in the 'Language Code' drop down will be used when 'Follow Input Language Code' is not selected or when 'Follow Input Language Code' is selected but there is no ISO 639 language code specified by the input.
504
504
  */
@@ -1361,7 +1361,6 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
1361
1361
  */
1362
1362
  OutputMasteringLuminance?: __integerMin0Max2147483647;
1363
1363
  }
1364
- export type ColorConversion3DLUTSettings = ColorConversion3DLUTSetting[];
1365
1364
  export interface ColorCorrector {
1366
1365
  /**
1367
1366
  * Brightness level.
@@ -3688,7 +3687,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3688
3687
  /**
3689
3688
  * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
3690
3689
  */
3691
- ColorConversion3DLUTSettings?: ColorConversion3DLUTSettings;
3690
+ ColorConversion3DLUTSettings?: __listOfColorConversion3DLUTSetting;
3692
3691
  /**
3693
3692
  * Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
3694
3693
  */
@@ -3802,7 +3801,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3802
3801
  /**
3803
3802
  * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
3804
3803
  */
3805
- ColorConversion3DLUTSettings?: ColorConversion3DLUTSettings;
3804
+ ColorConversion3DLUTSettings?: __listOfColorConversion3DLUTSetting;
3806
3805
  /**
3807
3806
  * Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
3808
3807
  */
@@ -5271,6 +5270,14 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
5271
5270
  Y?: __integerMin0Max2147483647;
5272
5271
  }
5273
5272
  export interface RemixSettings {
5273
+ /**
5274
+ * Optionally specify the channel in your input that contains your audio description audio signal. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description audio channel, you must also specify an audio description data channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers.
5275
+ */
5276
+ AudioDescriptionAudioChannel?: __integerMin1Max64;
5277
+ /**
5278
+ * Optionally specify the channel in your input that contains your audio description data stream. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description data channel, you must also specify an audio description audio channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers.
5279
+ */
5280
+ AudioDescriptionDataChannel?: __integerMin1Max64;
5274
5281
  /**
5275
5282
  * Channel mapping contains the group of fields that hold the remixing value for each channel, in dB. Specify remix values to indicate how much of the content from your input audio channel you want in your output audio channels. Each instance of the InputChannels or InputChannelsFineTune array specifies these values for one output channel. Use one instance of this array for each output channel. In the console, each array corresponds to a column in the graphical depiction of the mapping matrix. The rows of the graphical matrix correspond to input channels. Valid values are within the range from -60 (mute) through 6. A setting of 0 passes the input channel unchanged to the output channel (no attenuation or amplification). Use InputChannels or InputChannelsFineTune to specify your remix values. Don't use both.
5276
5283
  */
@@ -6483,6 +6490,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
6483
6490
  export type __listOfCaptionDescription = CaptionDescription[];
6484
6491
  export type __listOfCaptionDescriptionPreset = CaptionDescriptionPreset[];
6485
6492
  export type __listOfCmafAdditionalManifest = CmafAdditionalManifest[];
6493
+ export type __listOfColorConversion3DLUTSetting = ColorConversion3DLUTSetting[];
6486
6494
  export type __listOfDashAdditionalManifest = DashAdditionalManifest[];
6487
6495
  export type __listOfEndpoint = Endpoint[];
6488
6496
  export type __listOfForceIncludeRenditionSize = ForceIncludeRenditionSize[];
@@ -6557,6 +6565,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
6557
6565
  export type __stringPatternAZaZ0902 = string;
6558
6566
  export type __stringPatternAZaZ0932 = string;
6559
6567
  export type __stringPatternAZaZ23AZaZ = string;
6568
+ export type __stringPatternAZaZ23AZaZ09 = string;
6560
6569
  export type __stringPatternArnAwsUsGovAcm = string;
6561
6570
  export type __stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932 = string;
6562
6571
  export type __stringPatternDD = string;
@@ -51,6 +51,14 @@ declare class OpenSearch extends Service {
51
51
  * Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
52
52
  */
53
53
  authorizeVpcEndpointAccess(callback?: (err: AWSError, data: OpenSearch.Types.AuthorizeVpcEndpointAccessResponse) => void): Request<OpenSearch.Types.AuthorizeVpcEndpointAccessResponse, AWSError>;
54
+ /**
55
+ * Cancels a pending configuration change on an Amazon OpenSearch Service domain.
56
+ */
57
+ cancelDomainConfigChange(params: OpenSearch.Types.CancelDomainConfigChangeRequest, callback?: (err: AWSError, data: OpenSearch.Types.CancelDomainConfigChangeResponse) => void): Request<OpenSearch.Types.CancelDomainConfigChangeResponse, AWSError>;
58
+ /**
59
+ * Cancels a pending configuration change on an Amazon OpenSearch Service domain.
60
+ */
61
+ cancelDomainConfigChange(callback?: (err: AWSError, data: OpenSearch.Types.CancelDomainConfigChangeResponse) => void): Request<OpenSearch.Types.CancelDomainConfigChangeResponse, AWSError>;
54
62
  /**
55
63
  * Cancels a scheduled service software update for an Amazon OpenSearch Service domain. You can only perform this operation before the AutomatedUpdateDate and when the domain's UpdateStatus is PENDING_UPDATE. For more information, see Service software updates in Amazon OpenSearch Service.
56
64
  */
@@ -852,6 +860,27 @@ declare namespace OpenSearch {
852
860
  export type AvailabilityZoneList = AvailabilityZone[];
853
861
  export type BackendRole = string;
854
862
  export type Boolean = boolean;
863
+ export interface CancelDomainConfigChangeRequest {
864
+ DomainName: DomainName;
865
+ /**
866
+ * When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
867
+ */
868
+ DryRun?: DryRun;
869
+ }
870
+ export interface CancelDomainConfigChangeResponse {
871
+ /**
872
+ * The unique identifiers of the changes that were cancelled.
873
+ */
874
+ CancelledChangeIds?: GUIDList;
875
+ /**
876
+ * The domain change properties that were cancelled.
877
+ */
878
+ CancelledChangeProperties?: CancelledChangePropertyList;
879
+ /**
880
+ * Whether or not the request was a dry run. If True, the changes were not actually cancelled.
881
+ */
882
+ DryRun?: DryRun;
883
+ }
855
884
  export interface CancelServiceSoftwareUpdateRequest {
856
885
  /**
857
886
  * Name of the OpenSearch Service domain that you want to cancel the service software update on.
@@ -864,6 +893,21 @@ declare namespace OpenSearch {
864
893
  */
865
894
  ServiceSoftwareOptions?: ServiceSoftwareOptions;
866
895
  }
896
+ export interface CancelledChangeProperty {
897
+ /**
898
+ * The name of the property whose change was cancelled.
899
+ */
900
+ PropertyName?: String;
901
+ /**
902
+ * The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.
903
+ */
904
+ CancelledValue?: String;
905
+ /**
906
+ * The current value of the property, after the change was cancelled.
907
+ */
908
+ ActiveValue?: String;
909
+ }
910
+ export type CancelledChangePropertyList = CancelledChangeProperty[];
867
911
  export interface ChangeProgressDetails {
868
912
  /**
869
913
  * The ID of the configuration change.
@@ -873,6 +917,22 @@ declare namespace OpenSearch {
873
917
  * A message corresponding to the status of the configuration change.
874
918
  */
875
919
  Message?: Message;
920
+ /**
921
+ * The current status of the configuration change.
922
+ */
923
+ ConfigChangeStatus?: ConfigChangeStatus;
924
+ /**
925
+ * The IAM principal who initiated the configuration change.
926
+ */
927
+ InitiatedBy?: InitiatedBy;
928
+ /**
929
+ * The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
930
+ */
931
+ StartTime?: UpdateTimestamp;
932
+ /**
933
+ * The last time that the configuration change was updated.
934
+ */
935
+ LastUpdatedTime?: UpdateTimestamp;
876
936
  }
877
937
  export interface ChangeProgressStage {
878
938
  /**
@@ -924,6 +984,18 @@ declare namespace OpenSearch {
924
984
  * The specific stages that the domain is going through to perform the configuration change.
925
985
  */
926
986
  ChangeProgressStages?: ChangeProgressStageList;
987
+ /**
988
+ * The last time that the status of the configuration change was updated.
989
+ */
990
+ LastUpdatedTime?: UpdateTimestamp;
991
+ /**
992
+ * The current status of the configuration change.
993
+ */
994
+ ConfigChangeStatus?: ConfigChangeStatus;
995
+ /**
996
+ * The IAM principal who initiated the configuration change.
997
+ */
998
+ InitiatedBy?: InitiatedBy;
927
999
  }
928
1000
  export type ClientToken = string;
929
1001
  export type CloudWatchLogsLogGroupArn = string;
@@ -1033,6 +1105,7 @@ declare namespace OpenSearch {
1033
1105
  */
1034
1106
  TargetVersions?: VersionList;
1035
1107
  }
1108
+ export type ConfigChangeStatus = "Pending"|"Initializing"|"Validating"|"ValidationFailed"|"ApplyingChanges"|"Completed"|"PendingUserInput"|"Cancelled"|string;
1036
1109
  export type ConnectionAlias = string;
1037
1110
  export type ConnectionId = string;
1038
1111
  export type ConnectionMode = "DIRECT"|"VPC_ENDPOINT"|string;
@@ -1774,6 +1847,10 @@ declare namespace OpenSearch {
1774
1847
  * Software update options for the domain.
1775
1848
  */
1776
1849
  SoftwareUpdateOptions?: SoftwareUpdateOptionsStatus;
1850
+ /**
1851
+ * Information about the domain properties that are currently being modified.
1852
+ */
1853
+ ModifyingProperties?: ModifyingPropertiesList;
1777
1854
  }
1778
1855
  export interface DomainEndpointOptions {
1779
1856
  /**
@@ -1939,6 +2016,7 @@ declare namespace OpenSearch {
1939
2016
  }
1940
2017
  export type DomainPackageDetailsList = DomainPackageDetails[];
1941
2018
  export type DomainPackageStatus = "ASSOCIATING"|"ASSOCIATION_FAILED"|"ACTIVE"|"DISSOCIATING"|"DISSOCIATION_FAILED"|string;
2019
+ export type DomainProcessingStatusType = "Creating"|"Active"|"Modifying"|"UpgradingEngineVersion"|"UpdatingServiceSoftware"|"Isolated"|"Deleting"|string;
1942
2020
  export type DomainState = "Active"|"Processing"|"NotAvailable"|string;
1943
2021
  export interface DomainStatus {
1944
2022
  /**
@@ -2057,6 +2135,14 @@ declare namespace OpenSearch {
2057
2135
  * Service software update options for the domain.
2058
2136
  */
2059
2137
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
2138
+ /**
2139
+ * The status of any changes that are currently in progress for the domain.
2140
+ */
2141
+ DomainProcessingStatus?: DomainProcessingStatusType;
2142
+ /**
2143
+ * Information about the domain properties that are currently being modified.
2144
+ */
2145
+ ModifyingProperties?: ModifyingPropertiesList;
2060
2146
  }
2061
2147
  export type DomainStatusList = DomainStatus[];
2062
2148
  export type Double = number;
@@ -2192,6 +2278,7 @@ declare namespace OpenSearch {
2192
2278
  }
2193
2279
  export type FilterList = Filter[];
2194
2280
  export type GUID = string;
2281
+ export type GUIDList = GUID[];
2195
2282
  export interface GetCompatibleVersionsRequest {
2196
2283
  /**
2197
2284
  * The name of an existing domain. Provide this parameter to limit the results to a single domain.
@@ -2379,6 +2466,7 @@ declare namespace OpenSearch {
2379
2466
  }
2380
2467
  export type InboundConnectionStatusCode = "PENDING_ACCEPTANCE"|"APPROVED"|"PROVISIONING"|"ACTIVE"|"REJECTING"|"REJECTED"|"DELETING"|"DELETED"|string;
2381
2468
  export type InboundConnections = InboundConnection[];
2469
+ export type InitiatedBy = "CUSTOMER"|"SERVICE"|string;
2382
2470
  export type InstanceCount = number;
2383
2471
  export interface InstanceCountLimits {
2384
2472
  /**
@@ -2755,6 +2843,25 @@ declare namespace OpenSearch {
2755
2843
  export type MaximumInstanceCount = number;
2756
2844
  export type Message = string;
2757
2845
  export type MinimumInstanceCount = number;
2846
+ export interface ModifyingProperties {
2847
+ /**
2848
+ * The name of the property that is currently being modified.
2849
+ */
2850
+ Name?: String;
2851
+ /**
2852
+ * The current value of the domain property that is being modified.
2853
+ */
2854
+ ActiveValue?: String;
2855
+ /**
2856
+ * The value that the property that is currently being modified will eventually have.
2857
+ */
2858
+ PendingValue?: String;
2859
+ /**
2860
+ * The type of value that is currently being modified. Properties can have two types: PLAIN_TEXT: Contain direct values such as "1", "True", or "c5.large.search". STRINGIFIED_JSON: Contain content in JSON format, such as {"Enabled":"True"}".
2861
+ */
2862
+ ValueType?: PropertyValueType;
2863
+ }
2864
+ export type ModifyingPropertiesList = ModifyingProperties[];
2758
2865
  export type NextToken = string;
2759
2866
  export type NodeId = string;
2760
2867
  export type NodeStatus = "Active"|"StandBy"|"NotAvailable"|string;
@@ -2985,6 +3092,7 @@ declare namespace OpenSearch {
2985
3092
  export type PluginVersion = string;
2986
3093
  export type PolicyDocument = string;
2987
3094
  export type PrincipalType = "AWS_ACCOUNT"|"AWS_SERVICE"|string;
3095
+ export type PropertyValueType = "PLAIN_TEXT"|"STRINGIFIED_JSON"|string;
2988
3096
  export interface PurchaseReservedInstanceOfferingRequest {
2989
3097
  /**
2990
3098
  * The ID of the Reserved Instance offering to purchase.
@@ -800,6 +800,14 @@ declare class Redshift extends Service {
800
800
  * Get the resource policy for a specified resource.
801
801
  */
802
802
  getResourcePolicy(callback?: (err: AWSError, data: Redshift.Types.GetResourcePolicyResult) => void): Request<Redshift.Types.GetResourcePolicyResult, AWSError>;
803
+ /**
804
+ * List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.
805
+ */
806
+ listRecommendations(params: Redshift.Types.ListRecommendationsMessage, callback?: (err: AWSError, data: Redshift.Types.ListRecommendationsResult) => void): Request<Redshift.Types.ListRecommendationsResult, AWSError>;
807
+ /**
808
+ * List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.
809
+ */
810
+ listRecommendations(callback?: (err: AWSError, data: Redshift.Types.ListRecommendationsResult) => void): Request<Redshift.Types.ListRecommendationsResult, AWSError>;
803
811
  /**
804
812
  * This operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).
805
813
  */
@@ -4200,6 +4208,7 @@ declare namespace Redshift {
4200
4208
  export type IamRoleArnList = String[];
4201
4209
  export type IdcDisplayNameString = string;
4202
4210
  export type IdentityNamespaceString = string;
4211
+ export type ImpactRankingType = "HIGH"|"MEDIUM"|"LOW"|string;
4203
4212
  export type ImportTablesCompleted = String[];
4204
4213
  export type ImportTablesInProgress = String[];
4205
4214
  export type ImportTablesNotStarted = String[];
@@ -4266,6 +4275,34 @@ declare namespace Redshift {
4266
4275
  LakeFormationQuery?: LakeFormationQuery;
4267
4276
  }
4268
4277
  export type LakeFormationServiceIntegrations = LakeFormationScopeUnion[];
4278
+ export interface ListRecommendationsMessage {
4279
+ /**
4280
+ * The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
4281
+ */
4282
+ ClusterIdentifier?: String;
4283
+ /**
4284
+ * The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
4285
+ */
4286
+ NamespaceArn?: String;
4287
+ /**
4288
+ * The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
4289
+ */
4290
+ MaxRecords?: IntegerOptional;
4291
+ /**
4292
+ * A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
4293
+ */
4294
+ Marker?: String;
4295
+ }
4296
+ export interface ListRecommendationsResult {
4297
+ /**
4298
+ * The Advisor recommendations for action on the Amazon Redshift cluster.
4299
+ */
4300
+ Recommendations?: RecommendationList;
4301
+ /**
4302
+ * A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
4303
+ */
4304
+ Marker?: String;
4305
+ }
4269
4306
  export type LogDestinationType = "s3"|"cloudwatch"|string;
4270
4307
  export type LogTypeList = String[];
4271
4308
  export interface LoggingStatus {
@@ -5070,6 +5107,77 @@ declare namespace Redshift {
5070
5107
  export interface RebootClusterResult {
5071
5108
  Cluster?: Cluster;
5072
5109
  }
5110
+ export interface Recommendation {
5111
+ /**
5112
+ * A unique identifier of the Advisor recommendation.
5113
+ */
5114
+ Id?: String;
5115
+ /**
5116
+ * The unique identifier of the cluster for which the recommendation is returned.
5117
+ */
5118
+ ClusterIdentifier?: String;
5119
+ /**
5120
+ * The Amazon Redshift cluster namespace ARN for which the recommendations is returned.
5121
+ */
5122
+ NamespaceArn?: String;
5123
+ /**
5124
+ * The date and time (UTC) that the recommendation was created.
5125
+ */
5126
+ CreatedAt?: TStamp;
5127
+ /**
5128
+ * The type of Advisor recommendation.
5129
+ */
5130
+ RecommendationType?: String;
5131
+ /**
5132
+ * The title of the recommendation.
5133
+ */
5134
+ Title?: String;
5135
+ /**
5136
+ * The description of the recommendation.
5137
+ */
5138
+ Description?: String;
5139
+ /**
5140
+ * The description of what was observed about your cluster.
5141
+ */
5142
+ Observation?: String;
5143
+ /**
5144
+ * The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
5145
+ */
5146
+ ImpactRanking?: ImpactRankingType;
5147
+ /**
5148
+ * The description of the recommendation.
5149
+ */
5150
+ RecommendationText?: String;
5151
+ /**
5152
+ * List of Amazon Redshift recommended actions.
5153
+ */
5154
+ RecommendedActions?: RecommendedActionList;
5155
+ /**
5156
+ * List of helpful links for more information about the Advisor recommendation.
5157
+ */
5158
+ ReferenceLinks?: ReferenceLinkList;
5159
+ }
5160
+ export type RecommendationList = Recommendation[];
5161
+ export interface RecommendedAction {
5162
+ /**
5163
+ * The specific instruction about the command.
5164
+ */
5165
+ Text?: String;
5166
+ /**
5167
+ * The database name to perform the action on. Only applicable if the type of command is SQL.
5168
+ */
5169
+ Database?: String;
5170
+ /**
5171
+ * The command to run.
5172
+ */
5173
+ Command?: String;
5174
+ /**
5175
+ * The type of command.
5176
+ */
5177
+ Type?: RecommendedActionType;
5178
+ }
5179
+ export type RecommendedActionList = RecommendedAction[];
5180
+ export type RecommendedActionType = "SQL"|"CLI"|string;
5073
5181
  export interface RecurringCharge {
5074
5182
  /**
5075
5183
  * The amount charged per the period of time specified by the recurring charge frequency.
@@ -5125,6 +5233,17 @@ declare namespace Redshift {
5125
5233
  }
5126
5234
  export type RedshiftIdcApplicationList = RedshiftIdcApplication[];
5127
5235
  export type RedshiftIdcApplicationName = string;
5236
+ export interface ReferenceLink {
5237
+ /**
5238
+ * The hyperlink text that describes the link to more information.
5239
+ */
5240
+ Text?: String;
5241
+ /**
5242
+ * The URL address to find more information.
5243
+ */
5244
+ Link?: String;
5245
+ }
5246
+ export type ReferenceLinkList = ReferenceLink[];
5128
5247
  export interface RejectDataShareMessage {
5129
5248
  /**
5130
5249
  * The Amazon Resource Name (ARN) of the datashare to reject.