aws-sdk 2.1648.0 → 2.1650.0
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/README.md +1 -1
- package/apis/application-autoscaling-2016-02-06.min.json +4 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/controltower-2018-05-10.min.json +53 -1
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/datazone-2018-05-10.min.json +251 -26
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/eks-2017-11-01.min.json +3 -0
- package/apis/elasticache-2015-02-02.min.json +4 -1
- package/apis/ivs-realtime-2020-07-14.min.json +160 -33
- package/apis/ivs-realtime-2020-07-14.paginators.json +6 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +262 -109
- package/apis/kinesisanalyticsv2-2018-05-23.paginators.json +24 -0
- package/apis/mq-2017-11-27.min.json +4 -4
- package/apis/opensearch-2021-01-01.min.json +141 -98
- package/apis/qconnect-2020-10-19.min.json +335 -108
- package/apis/qconnect-2020-10-19.paginators.json +6 -0
- package/apis/quicksight-2018-04-01.min.json +598 -483
- package/apis/rds-2013-01-10.min.json +4 -1
- package/apis/rds-2013-02-12.min.json +4 -1
- package/apis/rds-2013-09-09.min.json +4 -1
- package/apis/rds-2014-09-01.min.json +4 -1
- package/apis/rds-2014-10-31.min.json +4 -1
- package/apis/sagemaker-2017-07-24.min.json +805 -792
- package/apis/workspaces-2015-04-08.min.json +507 -76
- package/clients/applicationautoscaling.d.ts +43 -43
- package/clients/chimesdkmediapipelines.d.ts +19 -15
- package/clients/cloudfront.d.ts +7 -7
- package/clients/controltower.d.ts +91 -27
- package/clients/datazone.d.ts +269 -1
- package/clients/eks.d.ts +4 -0
- package/clients/ivsrealtime.d.ts +163 -14
- package/clients/kinesisanalyticsv2.d.ts +146 -2
- package/clients/mq.d.ts +15 -15
- package/clients/opensearch.d.ts +53 -0
- package/clients/qconnect.d.ts +219 -1
- package/clients/quicksight.d.ts +90 -0
- package/clients/rds.d.ts +4 -4
- package/clients/sagemaker.d.ts +18 -1
- package/clients/workspaces.d.ts +595 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +26 -26
- package/dist/aws-sdk.js +35 -11
- package/dist/aws-sdk.min.js +65 -65
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -147,6 +147,14 @@ declare class KinesisAnalyticsV2 extends Service {
|
|
147
147
|
* Returns information about a specific Managed Service for Apache Flink application. If you want to retrieve a list of all applications in your account, use the ListApplications operation.
|
148
148
|
*/
|
149
149
|
describeApplication(callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.DescribeApplicationResponse) => void): Request<KinesisAnalyticsV2.Types.DescribeApplicationResponse, AWSError>;
|
150
|
+
/**
|
151
|
+
* Returns information about a specific operation performed on a Managed Service for Apache Flink application
|
152
|
+
*/
|
153
|
+
describeApplicationOperation(params: KinesisAnalyticsV2.Types.DescribeApplicationOperationRequest, callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.DescribeApplicationOperationResponse) => void): Request<KinesisAnalyticsV2.Types.DescribeApplicationOperationResponse, AWSError>;
|
154
|
+
/**
|
155
|
+
* Returns information about a specific operation performed on a Managed Service for Apache Flink application
|
156
|
+
*/
|
157
|
+
describeApplicationOperation(callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.DescribeApplicationOperationResponse) => void): Request<KinesisAnalyticsV2.Types.DescribeApplicationOperationResponse, AWSError>;
|
150
158
|
/**
|
151
159
|
* Returns information about a snapshot of application state data.
|
152
160
|
*/
|
@@ -171,6 +179,14 @@ declare class KinesisAnalyticsV2 extends Service {
|
|
171
179
|
* Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema. You can use the inferred schema when configuring a streaming source for your application. When you create an application using the Kinesis Data Analytics console, the console uses this operation to infer a schema and show it in the console user interface.
|
172
180
|
*/
|
173
181
|
discoverInputSchema(callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.DiscoverInputSchemaResponse) => void): Request<KinesisAnalyticsV2.Types.DiscoverInputSchemaResponse, AWSError>;
|
182
|
+
/**
|
183
|
+
* Lists information about operations performed on a Managed Service for Apache Flink application
|
184
|
+
*/
|
185
|
+
listApplicationOperations(params: KinesisAnalyticsV2.Types.ListApplicationOperationsRequest, callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.ListApplicationOperationsResponse) => void): Request<KinesisAnalyticsV2.Types.ListApplicationOperationsResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Lists information about operations performed on a Managed Service for Apache Flink application
|
188
|
+
*/
|
189
|
+
listApplicationOperations(callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.ListApplicationOperationsResponse) => void): Request<KinesisAnalyticsV2.Types.ListApplicationOperationsResponse, AWSError>;
|
174
190
|
/**
|
175
191
|
* Lists information about the current application snapshots.
|
176
192
|
*/
|
@@ -204,11 +220,11 @@ declare class KinesisAnalyticsV2 extends Service {
|
|
204
220
|
*/
|
205
221
|
listTagsForResource(callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.ListTagsForResourceResponse) => void): Request<KinesisAnalyticsV2.Types.ListTagsForResourceResponse, AWSError>;
|
206
222
|
/**
|
207
|
-
* Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status. You can roll back an application only if it is in the UPDATING or
|
223
|
+
* Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status or in the running status. You can roll back an application only if it is in the UPDATING, AUTOSCALING, or RUNNING statuses. When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Managed Service for Apache Flink rejects the rollback request.
|
208
224
|
*/
|
209
225
|
rollbackApplication(params: KinesisAnalyticsV2.Types.RollbackApplicationRequest, callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.RollbackApplicationResponse) => void): Request<KinesisAnalyticsV2.Types.RollbackApplicationResponse, AWSError>;
|
210
226
|
/**
|
211
|
-
* Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status. You can roll back an application only if it is in the UPDATING or
|
227
|
+
* Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status or in the running status. You can roll back an application only if it is in the UPDATING, AUTOSCALING, or RUNNING statuses. When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Managed Service for Apache Flink rejects the rollback request.
|
212
228
|
*/
|
213
229
|
rollbackApplication(callback?: (err: AWSError, data: KinesisAnalyticsV2.Types.RollbackApplicationResponse) => void): Request<KinesisAnalyticsV2.Types.RollbackApplicationResponse, AWSError>;
|
214
230
|
/**
|
@@ -292,6 +308,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
292
308
|
* The descriptions of the current CloudWatch logging options for the SQL-based Kinesis Data Analytics application.
|
293
309
|
*/
|
294
310
|
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescriptions;
|
311
|
+
/**
|
312
|
+
* Operation ID for tracking AddApplicationCloudWatchLoggingOption request
|
313
|
+
*/
|
314
|
+
OperationId?: OperationId;
|
295
315
|
}
|
296
316
|
export interface AddApplicationInputProcessingConfigurationRequest {
|
297
317
|
/**
|
@@ -444,6 +464,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
444
464
|
* The parameters of the new VPC configuration.
|
445
465
|
*/
|
446
466
|
VpcConfigurationDescription?: VpcConfigurationDescription;
|
467
|
+
/**
|
468
|
+
* Operation ID for tracking AddApplicationVpcConfiguration request
|
469
|
+
*/
|
470
|
+
OperationId?: OperationId;
|
447
471
|
}
|
448
472
|
export interface ApplicationCodeConfiguration {
|
449
473
|
/**
|
@@ -496,6 +520,7 @@ declare namespace KinesisAnalyticsV2 {
|
|
496
520
|
* Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
497
521
|
*/
|
498
522
|
ApplicationSnapshotConfiguration?: ApplicationSnapshotConfiguration;
|
523
|
+
ApplicationSystemRollbackConfiguration?: ApplicationSystemRollbackConfiguration;
|
499
524
|
/**
|
500
525
|
* The array of descriptions of VPC configurations available to the application.
|
501
526
|
*/
|
@@ -530,6 +555,7 @@ declare namespace KinesisAnalyticsV2 {
|
|
530
555
|
* Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
531
556
|
*/
|
532
557
|
ApplicationSnapshotConfigurationDescription?: ApplicationSnapshotConfigurationDescription;
|
558
|
+
ApplicationSystemRollbackConfigurationDescription?: ApplicationSystemRollbackConfigurationDescription;
|
533
559
|
/**
|
534
560
|
* The array of descriptions of VPC configurations available to the application.
|
535
561
|
*/
|
@@ -560,6 +586,7 @@ declare namespace KinesisAnalyticsV2 {
|
|
560
586
|
* Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
561
587
|
*/
|
562
588
|
ApplicationSnapshotConfigurationUpdate?: ApplicationSnapshotConfigurationUpdate;
|
589
|
+
ApplicationSystemRollbackConfigurationUpdate?: ApplicationSystemRollbackConfigurationUpdate;
|
563
590
|
/**
|
564
591
|
* Updates to the array of descriptions of VPC configurations available to the application.
|
565
592
|
*/
|
@@ -627,6 +654,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
627
654
|
* If you reverted the application using RollbackApplication, the application version when RollbackApplication was called.
|
628
655
|
*/
|
629
656
|
ApplicationVersionRolledBackFrom?: ApplicationVersionId;
|
657
|
+
/**
|
658
|
+
* The current timestamp when the application version was created.
|
659
|
+
*/
|
660
|
+
ApplicationVersionCreateTimestamp?: Timestamp;
|
630
661
|
/**
|
631
662
|
* A value you use to implement strong concurrency for application updates.
|
632
663
|
*/
|
@@ -660,6 +691,34 @@ declare namespace KinesisAnalyticsV2 {
|
|
660
691
|
export type ApplicationMaintenanceWindowStartTime = string;
|
661
692
|
export type ApplicationMode = "STREAMING"|"INTERACTIVE"|string;
|
662
693
|
export type ApplicationName = string;
|
694
|
+
export interface ApplicationOperationInfo {
|
695
|
+
Operation?: Operation;
|
696
|
+
OperationId?: OperationId;
|
697
|
+
/**
|
698
|
+
* The timestamp at which the operation was created
|
699
|
+
*/
|
700
|
+
StartTime?: Timestamp;
|
701
|
+
/**
|
702
|
+
* The timestamp at which the operation finished for the application
|
703
|
+
*/
|
704
|
+
EndTime?: Timestamp;
|
705
|
+
OperationStatus?: OperationStatus;
|
706
|
+
}
|
707
|
+
export interface ApplicationOperationInfoDetails {
|
708
|
+
Operation: Operation;
|
709
|
+
/**
|
710
|
+
* The timestamp at which the operation was created
|
711
|
+
*/
|
712
|
+
StartTime: Timestamp;
|
713
|
+
/**
|
714
|
+
* The timestamp at which the operation finished for the application
|
715
|
+
*/
|
716
|
+
EndTime: Timestamp;
|
717
|
+
OperationStatus: OperationStatus;
|
718
|
+
ApplicationVersionChangeDetails?: ApplicationVersionChangeDetails;
|
719
|
+
OperationFailureDetails?: OperationFailureDetails;
|
720
|
+
}
|
721
|
+
export type ApplicationOperationInfoList = ApplicationOperationInfo[];
|
663
722
|
export interface ApplicationRestoreConfiguration {
|
664
723
|
/**
|
665
724
|
* Specifies how the application should be restored.
|
@@ -717,6 +776,34 @@ declare namespace KinesisAnalyticsV2 {
|
|
717
776
|
*/
|
718
777
|
ApplicationMode?: ApplicationMode;
|
719
778
|
}
|
779
|
+
export interface ApplicationSystemRollbackConfiguration {
|
780
|
+
/**
|
781
|
+
* Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
782
|
+
*/
|
783
|
+
RollbackEnabled: BooleanObject;
|
784
|
+
}
|
785
|
+
export interface ApplicationSystemRollbackConfigurationDescription {
|
786
|
+
/**
|
787
|
+
* Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
788
|
+
*/
|
789
|
+
RollbackEnabled: BooleanObject;
|
790
|
+
}
|
791
|
+
export interface ApplicationSystemRollbackConfigurationUpdate {
|
792
|
+
/**
|
793
|
+
* Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
794
|
+
*/
|
795
|
+
RollbackEnabledUpdate: BooleanObject;
|
796
|
+
}
|
797
|
+
export interface ApplicationVersionChangeDetails {
|
798
|
+
/**
|
799
|
+
* The operation was performed on this version of the application
|
800
|
+
*/
|
801
|
+
ApplicationVersionUpdatedFrom: ApplicationVersionId;
|
802
|
+
/**
|
803
|
+
* The operation execution resulted in the transition to the following version of the application
|
804
|
+
*/
|
805
|
+
ApplicationVersionUpdatedTo: ApplicationVersionId;
|
806
|
+
}
|
720
807
|
export type ApplicationVersionId = number;
|
721
808
|
export type ApplicationVersionSummaries = ApplicationVersionSummary[];
|
722
809
|
export interface ApplicationVersionSummary {
|
@@ -1029,6 +1116,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
1029
1116
|
* The descriptions of the remaining CloudWatch logging options for the application.
|
1030
1117
|
*/
|
1031
1118
|
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescriptions;
|
1119
|
+
/**
|
1120
|
+
* Operation ID for tracking DeleteApplicationCloudWatchLoggingOption request
|
1121
|
+
*/
|
1122
|
+
OperationId?: OperationId;
|
1032
1123
|
}
|
1033
1124
|
export interface DeleteApplicationInputProcessingConfigurationRequest {
|
1034
1125
|
/**
|
@@ -1157,6 +1248,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
1157
1248
|
* The updated version ID of the application.
|
1158
1249
|
*/
|
1159
1250
|
ApplicationVersionId?: ApplicationVersionId;
|
1251
|
+
/**
|
1252
|
+
* Operation ID for tracking DeleteApplicationVpcConfiguration request
|
1253
|
+
*/
|
1254
|
+
OperationId?: OperationId;
|
1160
1255
|
}
|
1161
1256
|
export interface DeployAsApplicationConfiguration {
|
1162
1257
|
/**
|
@@ -1176,6 +1271,13 @@ declare namespace KinesisAnalyticsV2 {
|
|
1176
1271
|
*/
|
1177
1272
|
S3ContentLocationUpdate?: S3ContentBaseLocationUpdate;
|
1178
1273
|
}
|
1274
|
+
export interface DescribeApplicationOperationRequest {
|
1275
|
+
ApplicationName: ApplicationName;
|
1276
|
+
OperationId: OperationId;
|
1277
|
+
}
|
1278
|
+
export interface DescribeApplicationOperationResponse {
|
1279
|
+
ApplicationOperationInfoDetails?: ApplicationOperationInfoDetails;
|
1280
|
+
}
|
1179
1281
|
export interface DescribeApplicationRequest {
|
1180
1282
|
/**
|
1181
1283
|
* The name of the application.
|
@@ -1285,6 +1387,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
1285
1387
|
*/
|
1286
1388
|
PropertyGroups: PropertyGroups;
|
1287
1389
|
}
|
1390
|
+
export interface ErrorInfo {
|
1391
|
+
ErrorString?: ErrorString;
|
1392
|
+
}
|
1393
|
+
export type ErrorString = string;
|
1288
1394
|
export type FileKey = string;
|
1289
1395
|
export interface FlinkApplicationConfiguration {
|
1290
1396
|
/**
|
@@ -1649,6 +1755,18 @@ declare namespace KinesisAnalyticsV2 {
|
|
1649
1755
|
*/
|
1650
1756
|
ResourceARNUpdate: ResourceARN;
|
1651
1757
|
}
|
1758
|
+
export type ListApplicationOperationsInputLimit = number;
|
1759
|
+
export interface ListApplicationOperationsRequest {
|
1760
|
+
ApplicationName: ApplicationName;
|
1761
|
+
Limit?: ListApplicationOperationsInputLimit;
|
1762
|
+
NextToken?: NextToken;
|
1763
|
+
Operation?: Operation;
|
1764
|
+
OperationStatus?: OperationStatus;
|
1765
|
+
}
|
1766
|
+
export interface ListApplicationOperationsResponse {
|
1767
|
+
ApplicationOperationInfoList?: ApplicationOperationInfoList;
|
1768
|
+
NextToken?: NextToken;
|
1769
|
+
}
|
1652
1770
|
export interface ListApplicationSnapshotsRequest {
|
1653
1771
|
/**
|
1654
1772
|
* The name of an existing application.
|
@@ -1807,6 +1925,16 @@ declare namespace KinesisAnalyticsV2 {
|
|
1807
1925
|
}
|
1808
1926
|
export type NextToken = string;
|
1809
1927
|
export type ObjectVersion = string;
|
1928
|
+
export type Operation = string;
|
1929
|
+
export interface OperationFailureDetails {
|
1930
|
+
/**
|
1931
|
+
* Provides the operation ID of a system-rollback operation executed due to failure in the current operation
|
1932
|
+
*/
|
1933
|
+
RollbackOperationId?: OperationId;
|
1934
|
+
ErrorInfo?: ErrorInfo;
|
1935
|
+
}
|
1936
|
+
export type OperationId = string;
|
1937
|
+
export type OperationStatus = "IN_PROGRESS"|"CANCELLED"|"SUCCESSFUL"|"FAILED"|string;
|
1810
1938
|
export interface Output {
|
1811
1939
|
/**
|
1812
1940
|
* The name of the in-application stream.
|
@@ -2065,6 +2193,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
2065
2193
|
}
|
2066
2194
|
export interface RollbackApplicationResponse {
|
2067
2195
|
ApplicationDetail: ApplicationDetail;
|
2196
|
+
/**
|
2197
|
+
* Operation ID for tracking RollbackApplication request
|
2198
|
+
*/
|
2199
|
+
OperationId?: OperationId;
|
2068
2200
|
}
|
2069
2201
|
export interface RunConfiguration {
|
2070
2202
|
/**
|
@@ -2320,6 +2452,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
2320
2452
|
RunConfiguration?: RunConfiguration;
|
2321
2453
|
}
|
2322
2454
|
export interface StartApplicationResponse {
|
2455
|
+
/**
|
2456
|
+
* Operation ID for tracking StartApplication request
|
2457
|
+
*/
|
2458
|
+
OperationId?: OperationId;
|
2323
2459
|
}
|
2324
2460
|
export interface StopApplicationRequest {
|
2325
2461
|
/**
|
@@ -2332,6 +2468,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
2332
2468
|
Force?: BooleanObject;
|
2333
2469
|
}
|
2334
2470
|
export interface StopApplicationResponse {
|
2471
|
+
/**
|
2472
|
+
* Operation ID for tracking StopApplication request
|
2473
|
+
*/
|
2474
|
+
OperationId?: OperationId;
|
2335
2475
|
}
|
2336
2476
|
export type SubnetId = string;
|
2337
2477
|
export type SubnetIds = SubnetId[];
|
@@ -2434,6 +2574,10 @@ declare namespace KinesisAnalyticsV2 {
|
|
2434
2574
|
* Describes application updates.
|
2435
2575
|
*/
|
2436
2576
|
ApplicationDetail: ApplicationDetail;
|
2577
|
+
/**
|
2578
|
+
* Operation ID for tracking UpdateApplication request
|
2579
|
+
*/
|
2580
|
+
OperationId?: OperationId;
|
2437
2581
|
}
|
2438
2582
|
export type UrlType = "FLINK_DASHBOARD_URL"|"ZEPPELIN_UI_URL"|string;
|
2439
2583
|
export interface VpcConfiguration {
|
package/clients/mq.d.ts
CHANGED
@@ -323,7 +323,7 @@ declare namespace MQ {
|
|
323
323
|
*/
|
324
324
|
EngineType: EngineType;
|
325
325
|
/**
|
326
|
-
*
|
326
|
+
* The broker engine version. Defaults to the latest available version for the specified broker engine type. For a list of supported engine versions, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
|
327
327
|
*/
|
328
328
|
EngineVersion: __string;
|
329
329
|
/**
|
@@ -387,9 +387,9 @@ declare namespace MQ {
|
|
387
387
|
*/
|
388
388
|
AuthenticationStrategy?: AuthenticationStrategy;
|
389
389
|
/**
|
390
|
-
* Enables automatic upgrades to new
|
390
|
+
* Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified. Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.
|
391
391
|
*/
|
392
|
-
AutoMinorVersionUpgrade
|
392
|
+
AutoMinorVersionUpgrade?: __boolean;
|
393
393
|
/**
|
394
394
|
* Required. The broker's name. This value must be unique in your Amazon Web Services account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other Amazon Web Services services, including CloudWatch Logs. Broker names are not intended to be used for private or sensitive data.
|
395
395
|
*/
|
@@ -415,9 +415,9 @@ declare namespace MQ {
|
|
415
415
|
*/
|
416
416
|
EngineType: EngineType;
|
417
417
|
/**
|
418
|
-
*
|
418
|
+
* The broker engine version. Defaults to the latest available version for the specified broker engine type. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
|
419
419
|
*/
|
420
|
-
EngineVersion
|
420
|
+
EngineVersion?: __string;
|
421
421
|
/**
|
422
422
|
* Required. The broker's instance type.
|
423
423
|
*/
|
@@ -487,9 +487,9 @@ declare namespace MQ {
|
|
487
487
|
*/
|
488
488
|
EngineType: EngineType;
|
489
489
|
/**
|
490
|
-
*
|
490
|
+
* The broker engine version. Defaults to the latest available version for the specified broker engine type. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
|
491
491
|
*/
|
492
|
-
EngineVersion
|
492
|
+
EngineVersion?: __string;
|
493
493
|
/**
|
494
494
|
* Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
|
495
495
|
*/
|
@@ -700,7 +700,7 @@ declare namespace MQ {
|
|
700
700
|
*/
|
701
701
|
AuthenticationStrategy?: AuthenticationStrategy;
|
702
702
|
/**
|
703
|
-
* Enables automatic upgrades to new
|
703
|
+
* Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot.
|
704
704
|
*/
|
705
705
|
AutoMinorVersionUpgrade?: __boolean;
|
706
706
|
/**
|
@@ -744,7 +744,7 @@ declare namespace MQ {
|
|
744
744
|
*/
|
745
745
|
EngineType?: EngineType;
|
746
746
|
/**
|
747
|
-
* The broker engine
|
747
|
+
* The broker engine version. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
|
748
748
|
*/
|
749
749
|
EngineVersion?: __string;
|
750
750
|
/**
|
@@ -768,7 +768,7 @@ declare namespace MQ {
|
|
768
768
|
*/
|
769
769
|
PendingAuthenticationStrategy?: AuthenticationStrategy;
|
770
770
|
/**
|
771
|
-
* The broker engine version to upgrade to. For
|
771
|
+
* The broker engine version to upgrade to. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
|
772
772
|
*/
|
773
773
|
PendingEngineVersion?: __string;
|
774
774
|
/**
|
@@ -852,7 +852,7 @@ declare namespace MQ {
|
|
852
852
|
*/
|
853
853
|
EngineType?: EngineType;
|
854
854
|
/**
|
855
|
-
*
|
855
|
+
* The broker engine version. Defaults to the latest available version for the specified broker engine type. For a list of supported engine versions, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
|
856
856
|
*/
|
857
857
|
EngineVersion?: __string;
|
858
858
|
/**
|
@@ -1259,7 +1259,7 @@ declare namespace MQ {
|
|
1259
1259
|
*/
|
1260
1260
|
AuthenticationStrategy?: AuthenticationStrategy;
|
1261
1261
|
/**
|
1262
|
-
* Enables automatic upgrades to new
|
1262
|
+
* Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.
|
1263
1263
|
*/
|
1264
1264
|
AutoMinorVersionUpgrade?: __boolean;
|
1265
1265
|
/**
|
@@ -1271,7 +1271,7 @@ declare namespace MQ {
|
|
1271
1271
|
*/
|
1272
1272
|
Configuration?: ConfigurationId;
|
1273
1273
|
/**
|
1274
|
-
* The broker engine version. For
|
1274
|
+
* The broker engine version. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide. When upgrading to ActiveMQ version 5.18 and above or RabbitMQ version 3.13 and above, you must have autoMinorVersionUpgrade set to true for the broker.
|
1275
1275
|
*/
|
1276
1276
|
EngineVersion?: __string;
|
1277
1277
|
/**
|
@@ -1305,7 +1305,7 @@ declare namespace MQ {
|
|
1305
1305
|
*/
|
1306
1306
|
AuthenticationStrategy?: AuthenticationStrategy;
|
1307
1307
|
/**
|
1308
|
-
*
|
1308
|
+
* Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot.
|
1309
1309
|
*/
|
1310
1310
|
AutoMinorVersionUpgrade?: __boolean;
|
1311
1311
|
/**
|
@@ -1317,7 +1317,7 @@ declare namespace MQ {
|
|
1317
1317
|
*/
|
1318
1318
|
Configuration?: ConfigurationId;
|
1319
1319
|
/**
|
1320
|
-
* The broker engine version to upgrade to. For
|
1320
|
+
* The broker engine version to upgrade to. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
|
1321
1321
|
*/
|
1322
1322
|
EngineVersion?: __string;
|
1323
1323
|
/**
|
package/clients/opensearch.d.ts
CHANGED
@@ -517,6 +517,25 @@ declare class OpenSearch extends Service {
|
|
517
517
|
upgradeDomain(callback?: (err: AWSError, data: OpenSearch.Types.UpgradeDomainResponse) => void): Request<OpenSearch.Types.UpgradeDomainResponse, AWSError>;
|
518
518
|
}
|
519
519
|
declare namespace OpenSearch {
|
520
|
+
export interface AIMLOptionsInput {
|
521
|
+
/**
|
522
|
+
* Container for parameters required for natural language query generation on the specified domain.
|
523
|
+
*/
|
524
|
+
NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsInput;
|
525
|
+
}
|
526
|
+
export interface AIMLOptionsOutput {
|
527
|
+
/**
|
528
|
+
* Container for parameters required for natural language query generation on the specified domain.
|
529
|
+
*/
|
530
|
+
NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsOutput;
|
531
|
+
}
|
532
|
+
export interface AIMLOptionsStatus {
|
533
|
+
/**
|
534
|
+
* Machine learning options on the specified domain.
|
535
|
+
*/
|
536
|
+
Options?: AIMLOptionsOutput;
|
537
|
+
Status?: OptionStatus;
|
538
|
+
}
|
520
539
|
export type ARN = string;
|
521
540
|
export type AWSAccount = string;
|
522
541
|
export interface AWSDomainInformation {
|
@@ -1205,6 +1224,10 @@ declare namespace OpenSearch {
|
|
1205
1224
|
* Software update options for the domain.
|
1206
1225
|
*/
|
1207
1226
|
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
1227
|
+
/**
|
1228
|
+
* Options for all machine learning features for the specified domain.
|
1229
|
+
*/
|
1230
|
+
AIMLOptions?: AIMLOptionsInput;
|
1208
1231
|
}
|
1209
1232
|
export interface CreateDomainResponse {
|
1210
1233
|
/**
|
@@ -1864,6 +1887,10 @@ declare namespace OpenSearch {
|
|
1864
1887
|
* Information about the domain properties that are currently being modified.
|
1865
1888
|
*/
|
1866
1889
|
ModifyingProperties?: ModifyingPropertiesList;
|
1890
|
+
/**
|
1891
|
+
* Container for parameters required to enable all machine learning features.
|
1892
|
+
*/
|
1893
|
+
AIMLOptions?: AIMLOptionsStatus;
|
1867
1894
|
}
|
1868
1895
|
export interface DomainEndpointOptions {
|
1869
1896
|
/**
|
@@ -2160,6 +2187,10 @@ declare namespace OpenSearch {
|
|
2160
2187
|
* Information about the domain properties that are currently being modified.
|
2161
2188
|
*/
|
2162
2189
|
ModifyingProperties?: ModifyingPropertiesList;
|
2190
|
+
/**
|
2191
|
+
* Container for parameters required to enable all machine learning features.
|
2192
|
+
*/
|
2193
|
+
AIMLOptions?: AIMLOptionsOutput;
|
2163
2194
|
}
|
2164
2195
|
export type DomainStatusList = DomainStatus[];
|
2165
2196
|
export type Double = number;
|
@@ -2920,6 +2951,24 @@ declare namespace OpenSearch {
|
|
2920
2951
|
ValueType?: PropertyValueType;
|
2921
2952
|
}
|
2922
2953
|
export type ModifyingPropertiesList = ModifyingProperties[];
|
2954
|
+
export type NaturalLanguageQueryGenerationCurrentState = "NOT_ENABLED"|"ENABLE_COMPLETE"|"ENABLE_IN_PROGRESS"|"ENABLE_FAILED"|"DISABLE_COMPLETE"|"DISABLE_IN_PROGRESS"|"DISABLE_FAILED"|string;
|
2955
|
+
export type NaturalLanguageQueryGenerationDesiredState = "ENABLED"|"DISABLED"|string;
|
2956
|
+
export interface NaturalLanguageQueryGenerationOptionsInput {
|
2957
|
+
/**
|
2958
|
+
* The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
|
2959
|
+
*/
|
2960
|
+
DesiredState?: NaturalLanguageQueryGenerationDesiredState;
|
2961
|
+
}
|
2962
|
+
export interface NaturalLanguageQueryGenerationOptionsOutput {
|
2963
|
+
/**
|
2964
|
+
* The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
|
2965
|
+
*/
|
2966
|
+
DesiredState?: NaturalLanguageQueryGenerationDesiredState;
|
2967
|
+
/**
|
2968
|
+
* The current state of the natural language query generation feature, indicating completion, in progress, or failure.
|
2969
|
+
*/
|
2970
|
+
CurrentState?: NaturalLanguageQueryGenerationCurrentState;
|
2971
|
+
}
|
2923
2972
|
export type NextToken = string;
|
2924
2973
|
export type NodeId = string;
|
2925
2974
|
export type NodeStatus = "Active"|"StandBy"|"NotAvailable"|string;
|
@@ -3722,6 +3771,10 @@ declare namespace OpenSearch {
|
|
3722
3771
|
* Service software update options for the domain.
|
3723
3772
|
*/
|
3724
3773
|
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
3774
|
+
/**
|
3775
|
+
* Options for all machine learning features for the specified domain.
|
3776
|
+
*/
|
3777
|
+
AIMLOptions?: AIMLOptionsInput;
|
3725
3778
|
}
|
3726
3779
|
export interface UpdateDomainConfigResponse {
|
3727
3780
|
/**
|