aws-sdk 2.1482.0 → 2.1484.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/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +8 -5
- package/apis/dataexchange-2017-07-25.min.json +125 -0
- package/apis/datasync-2018-11-09.min.json +27 -15
- package/apis/elasticmapreduce-2009-03-31.min.json +14 -2
- package/apis/finspace-2021-03-12.min.json +47 -0
- package/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/apis/neptune-2014-10-31.min.json +86 -78
- package/apis/rds-2014-10-31.min.json +222 -107
- package/apis/rds-2014-10-31.paginators.json +6 -0
- package/apis/redshift-2012-12-01.min.json +121 -113
- package/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/apis/s3outposts-2017-07-25.min.json +1 -0
- package/clients/connect.d.ts +46 -22
- package/clients/dataexchange.d.ts +153 -0
- package/clients/datasync.d.ts +45 -30
- package/clients/emr.d.ts +56 -40
- package/clients/finspace.d.ts +46 -2
- package/clients/mediapackagev2.d.ts +24 -0
- package/clients/neptune.d.ts +20 -4
- package/clients/pinpoint.d.ts +3 -3
- package/clients/rds.d.ts +148 -0
- package/clients/redshift.d.ts +24 -0
- package/clients/redshiftserverless.d.ts +212 -2
- package/clients/resiliencehub.d.ts +136 -103
- package/clients/s3outposts.d.ts +5 -0
- package/clients/wafv2.d.ts +20 -20
- package/clients/wisdom.d.ts +8 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +374 -230
- package/dist/aws-sdk.min.js +66 -66
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/finspace.d.ts
CHANGED
@@ -243,6 +243,14 @@ declare class Finspace extends Service {
|
|
243
243
|
* Update your FinSpace environment.
|
244
244
|
*/
|
245
245
|
updateEnvironment(callback?: (err: AWSError, data: Finspace.Types.UpdateEnvironmentResponse) => void): Request<Finspace.Types.UpdateEnvironmentResponse, AWSError>;
|
246
|
+
/**
|
247
|
+
* Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster. The configuration that you want to update will override any existing configurations on the cluster.
|
248
|
+
*/
|
249
|
+
updateKxClusterCodeConfiguration(params: Finspace.Types.UpdateKxClusterCodeConfigurationRequest, callback?: (err: AWSError, data: Finspace.Types.UpdateKxClusterCodeConfigurationResponse) => void): Request<Finspace.Types.UpdateKxClusterCodeConfigurationResponse, AWSError>;
|
250
|
+
/**
|
251
|
+
* Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster. The configuration that you want to update will override any existing configurations on the cluster.
|
252
|
+
*/
|
253
|
+
updateKxClusterCodeConfiguration(callback?: (err: AWSError, data: Finspace.Types.UpdateKxClusterCodeConfigurationResponse) => void): Request<Finspace.Types.UpdateKxClusterCodeConfigurationResponse, AWSError>;
|
246
254
|
/**
|
247
255
|
* Updates the databases mounted on a kdb cluster, which includes the changesetId and all the dbPaths to be cached. This API does not allow you to change a database name or add a database if you created a cluster without one. Using this API you can point a cluster to a different changeset and modify a list of partitions being cached.
|
248
256
|
*/
|
@@ -1293,7 +1301,7 @@ declare namespace Finspace {
|
|
1293
1301
|
export type KxAzMode = "SINGLE"|"MULTI"|string;
|
1294
1302
|
export interface KxCacheStorageConfiguration {
|
1295
1303
|
/**
|
1296
|
-
* The type of cache storage
|
1304
|
+
* The type of cache storage. The valid values are: CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. CACHE_250 – This type provides at least 250 MB/s disk access throughput. CACHE_12 – This type provides at least 12 MB/s disk access throughput. For cache type CACHE_1000 and CACHE_250 you can select cache size as 1200 GB or increments of 2400 GB. For cache type CACHE_12 you can select the cache size in increments of 6000 GB.
|
1297
1305
|
*/
|
1298
1306
|
type: KxCacheStorageType;
|
1299
1307
|
/**
|
@@ -1377,6 +1385,13 @@ declare namespace Finspace {
|
|
1377
1385
|
*/
|
1378
1386
|
createdTimestamp?: Timestamp;
|
1379
1387
|
}
|
1388
|
+
export interface KxClusterCodeDeploymentConfiguration {
|
1389
|
+
/**
|
1390
|
+
* The type of deployment that you want on a cluster. ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration. FORCE – This option updates the cluster by immediately stopping all the running processes before starting up new ones with the updated configuration.
|
1391
|
+
*/
|
1392
|
+
deploymentStrategy: KxClusterCodeDeploymentStrategy;
|
1393
|
+
}
|
1394
|
+
export type KxClusterCodeDeploymentStrategy = "ROLLING"|"FORCE"|string;
|
1380
1395
|
export type KxClusterDescription = string;
|
1381
1396
|
export type KxClusterName = string;
|
1382
1397
|
export type KxClusterNodeIdString = string;
|
@@ -1440,7 +1455,7 @@ declare namespace Finspace {
|
|
1440
1455
|
export type KxDatabases = KxDatabaseListEntry[];
|
1441
1456
|
export interface KxDeploymentConfiguration {
|
1442
1457
|
/**
|
1443
|
-
* The type of deployment that you want on a cluster. ROLLING – This options
|
1458
|
+
* The type of deployment that you want on a cluster. ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration. NO_RESTART – This option updates the cluster without stopping the running q process. It is only available for HDB type cluster. This option is quicker as it reduces the turn around time to update configuration on a cluster. With this deployment mode, you cannot update the initializationScript and commandLineArguments parameters.
|
1444
1459
|
*/
|
1445
1460
|
deploymentStrategy: KxDeploymentStrategy;
|
1446
1461
|
}
|
@@ -1897,6 +1912,35 @@ declare namespace Finspace {
|
|
1897
1912
|
*/
|
1898
1913
|
environment?: Environment;
|
1899
1914
|
}
|
1915
|
+
export interface UpdateKxClusterCodeConfigurationRequest {
|
1916
|
+
/**
|
1917
|
+
* A unique identifier of the kdb environment.
|
1918
|
+
*/
|
1919
|
+
environmentId: KxEnvironmentId;
|
1920
|
+
/**
|
1921
|
+
* The name of the cluster.
|
1922
|
+
*/
|
1923
|
+
clusterName: KxClusterName;
|
1924
|
+
/**
|
1925
|
+
* A token that ensures idempotency. This token expires in 10 minutes.
|
1926
|
+
*/
|
1927
|
+
clientToken?: ClientTokenString;
|
1928
|
+
code: CodeConfiguration;
|
1929
|
+
/**
|
1930
|
+
* Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.
|
1931
|
+
*/
|
1932
|
+
initializationScript?: InitializationScriptFilePath;
|
1933
|
+
/**
|
1934
|
+
* Specifies the key-value pairs to make them available inside the cluster.
|
1935
|
+
*/
|
1936
|
+
commandLineArguments?: KxCommandLineArguments;
|
1937
|
+
/**
|
1938
|
+
* The configuration that allows you to choose how you want to update the code on a cluster.
|
1939
|
+
*/
|
1940
|
+
deploymentConfiguration?: KxClusterCodeDeploymentConfiguration;
|
1941
|
+
}
|
1942
|
+
export interface UpdateKxClusterCodeConfigurationResponse {
|
1943
|
+
}
|
1900
1944
|
export interface UpdateKxClusterDatabasesRequest {
|
1901
1945
|
/**
|
1902
1946
|
* The unique identifier of a kdb environment.
|
@@ -378,6 +378,7 @@ declare namespace MediaPackageV2 {
|
|
378
378
|
* Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested. Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
|
379
379
|
*/
|
380
380
|
ProgramDateTimeIntervalSeconds?: CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger;
|
381
|
+
FilterConfiguration?: FilterConfiguration;
|
381
382
|
}
|
382
383
|
export type CreateHlsManifestConfigurationManifestWindowSecondsInteger = number;
|
383
384
|
export type CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger = number;
|
@@ -400,6 +401,7 @@ declare namespace MediaPackageV2 {
|
|
400
401
|
* Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested. Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
|
401
402
|
*/
|
402
403
|
ProgramDateTimeIntervalSeconds?: CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger;
|
404
|
+
FilterConfiguration?: FilterConfiguration;
|
403
405
|
}
|
404
406
|
export type CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger = number;
|
405
407
|
export type CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger = number;
|
@@ -610,6 +612,26 @@ declare namespace MediaPackageV2 {
|
|
610
612
|
*/
|
611
613
|
CmafEncryptionMethod?: CmafEncryptionMethod;
|
612
614
|
}
|
615
|
+
export interface FilterConfiguration {
|
616
|
+
/**
|
617
|
+
* Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
|
618
|
+
*/
|
619
|
+
ManifestFilter?: FilterConfigurationManifestFilterString;
|
620
|
+
/**
|
621
|
+
* Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.
|
622
|
+
*/
|
623
|
+
Start?: Timestamp;
|
624
|
+
/**
|
625
|
+
* Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.
|
626
|
+
*/
|
627
|
+
End?: Timestamp;
|
628
|
+
/**
|
629
|
+
* Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.
|
630
|
+
*/
|
631
|
+
TimeDelaySeconds?: FilterConfigurationTimeDelaySecondsInteger;
|
632
|
+
}
|
633
|
+
export type FilterConfigurationManifestFilterString = string;
|
634
|
+
export type FilterConfigurationTimeDelaySecondsInteger = number;
|
613
635
|
export interface GetChannelGroupRequest {
|
614
636
|
/**
|
615
637
|
* The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
|
@@ -733,6 +755,7 @@ declare namespace MediaPackageV2 {
|
|
733
755
|
*/
|
734
756
|
ProgramDateTimeIntervalSeconds?: Integer;
|
735
757
|
ScteHls?: ScteHls;
|
758
|
+
FilterConfiguration?: FilterConfiguration;
|
736
759
|
}
|
737
760
|
export type GetHlsManifests = GetHlsManifestConfiguration[];
|
738
761
|
export interface GetLowLatencyHlsManifestConfiguration {
|
@@ -757,6 +780,7 @@ declare namespace MediaPackageV2 {
|
|
757
780
|
*/
|
758
781
|
ProgramDateTimeIntervalSeconds?: Integer;
|
759
782
|
ScteHls?: ScteHls;
|
783
|
+
FilterConfiguration?: FilterConfiguration;
|
760
784
|
}
|
761
785
|
export type GetLowLatencyHlsManifests = GetLowLatencyHlsManifestConfiguration[];
|
762
786
|
export interface GetOriginEndpointPolicyRequest {
|
package/clients/neptune.d.ts
CHANGED
@@ -899,11 +899,11 @@ declare namespace Neptune {
|
|
899
899
|
*/
|
900
900
|
OptionGroupName?: String;
|
901
901
|
/**
|
902
|
-
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region. To see the time blocks available, see
|
902
|
+
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region. To see the time blocks available, see Neptune Maintenance Window in the Amazon Neptune User Guide. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
|
903
903
|
*/
|
904
904
|
PreferredBackupWindow?: String;
|
905
905
|
/**
|
906
|
-
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week. To see the time blocks available, see
|
906
|
+
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week. To see the time blocks available, see Neptune Maintenance Window in the Amazon Neptune User Guide. Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window.
|
907
907
|
*/
|
908
908
|
PreferredMaintenanceWindow?: String;
|
909
909
|
/**
|
@@ -938,6 +938,9 @@ declare namespace Neptune {
|
|
938
938
|
* A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is enabled.
|
939
939
|
*/
|
940
940
|
DeletionProtection?: BooleanOptional;
|
941
|
+
/**
|
942
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
943
|
+
*/
|
941
944
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
942
945
|
/**
|
943
946
|
* The ID of the Neptune global database to which this new DB cluster should be added.
|
@@ -1101,7 +1104,7 @@ declare namespace Neptune {
|
|
1101
1104
|
/**
|
1102
1105
|
* The password for the given ARN from the key store in order to access the device.
|
1103
1106
|
*/
|
1104
|
-
TdeCredentialPassword?:
|
1107
|
+
TdeCredentialPassword?: SensitiveString;
|
1105
1108
|
/**
|
1106
1109
|
* Specifies whether the DB instance is encrypted. Not applicable. The encryption for DB instances is managed by the DB cluster. For more information, see CreateDBCluster. Default: false
|
1107
1110
|
*/
|
@@ -1431,6 +1434,9 @@ declare namespace Neptune {
|
|
1431
1434
|
* Time at which the DB cluster will be automatically restarted.
|
1432
1435
|
*/
|
1433
1436
|
AutomaticRestartTime?: TStamp;
|
1437
|
+
/**
|
1438
|
+
* Shows the scaling configuration for a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
1439
|
+
*/
|
1434
1440
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo;
|
1435
1441
|
/**
|
1436
1442
|
* Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database.
|
@@ -3084,6 +3090,9 @@ declare namespace Neptune {
|
|
3084
3090
|
* If set to true, tags are copied to any snapshot of the DB cluster that is created.
|
3085
3091
|
*/
|
3086
3092
|
CopyTagsToSnapshot?: BooleanOptional;
|
3093
|
+
/**
|
3094
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
3095
|
+
*/
|
3087
3096
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
3088
3097
|
}
|
3089
3098
|
export interface ModifyDBClusterParameterGroupMessage {
|
@@ -3212,7 +3221,7 @@ declare namespace Neptune {
|
|
3212
3221
|
/**
|
3213
3222
|
* The password for the given ARN from the key store in order to access the device.
|
3214
3223
|
*/
|
3215
|
-
TdeCredentialPassword?:
|
3224
|
+
TdeCredentialPassword?: SensitiveString;
|
3216
3225
|
/**
|
3217
3226
|
* Indicates the certificate that needs to be associated with the instance.
|
3218
3227
|
*/
|
@@ -3805,6 +3814,9 @@ declare namespace Neptune {
|
|
3805
3814
|
* If set to true, tags are copied to any snapshot of the restored DB cluster that is created.
|
3806
3815
|
*/
|
3807
3816
|
CopyTagsToSnapshot?: BooleanOptional;
|
3817
|
+
/**
|
3818
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
3819
|
+
*/
|
3808
3820
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
3809
3821
|
}
|
3810
3822
|
export interface RestoreDBClusterFromSnapshotResult {
|
@@ -3871,11 +3883,15 @@ declare namespace Neptune {
|
|
3871
3883
|
* A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
|
3872
3884
|
*/
|
3873
3885
|
DeletionProtection?: BooleanOptional;
|
3886
|
+
/**
|
3887
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
3888
|
+
*/
|
3874
3889
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
3875
3890
|
}
|
3876
3891
|
export interface RestoreDBClusterToPointInTimeResult {
|
3877
3892
|
DBCluster?: DBCluster;
|
3878
3893
|
}
|
3894
|
+
export type SensitiveString = string;
|
3879
3895
|
export interface ServerlessV2ScalingConfiguration {
|
3880
3896
|
/**
|
3881
3897
|
* The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.
|
package/clients/pinpoint.d.ts
CHANGED
@@ -2723,7 +2723,7 @@ declare namespace Pinpoint {
|
|
2723
2723
|
*/
|
2724
2724
|
ApplicationId: __string;
|
2725
2725
|
/**
|
2726
|
-
* The unique identifier for the endpoint.
|
2726
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
2727
2727
|
*/
|
2728
2728
|
EndpointId: __string;
|
2729
2729
|
}
|
@@ -4103,7 +4103,7 @@ declare namespace Pinpoint {
|
|
4103
4103
|
*/
|
4104
4104
|
ApplicationId: __string;
|
4105
4105
|
/**
|
4106
|
-
* The unique identifier for the endpoint.
|
4106
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
4107
4107
|
*/
|
4108
4108
|
EndpointId: __string;
|
4109
4109
|
}
|
@@ -6946,7 +6946,7 @@ declare namespace Pinpoint {
|
|
6946
6946
|
*/
|
6947
6947
|
ApplicationId: __string;
|
6948
6948
|
/**
|
6949
|
-
* The unique identifier for the endpoint.
|
6949
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
6950
6950
|
*/
|
6951
6951
|
EndpointId: __string;
|
6952
6952
|
EndpointRequest: EndpointRequest;
|
package/clients/rds.d.ts
CHANGED
@@ -245,6 +245,14 @@ declare class RDS extends Service {
|
|
245
245
|
* Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then create the primary and secondary DB clusters in the global database. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This operation applies only to Aurora DB clusters.
|
246
246
|
*/
|
247
247
|
createGlobalCluster(callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
|
248
|
+
/**
|
249
|
+
* Creates a zero-ETL integration with Amazon Redshift. For more information, see Working with Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide.
|
250
|
+
*/
|
251
|
+
createIntegration(params: RDS.Types.CreateIntegrationMessage, callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
|
252
|
+
/**
|
253
|
+
* Creates a zero-ETL integration with Amazon Redshift. For more information, see Working with Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide.
|
254
|
+
*/
|
255
|
+
createIntegration(callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
|
248
256
|
/**
|
249
257
|
* Creates a new option group. You can create up to 20 option groups. This command doesn't apply to RDS Custom.
|
250
258
|
*/
|
@@ -389,6 +397,14 @@ declare class RDS extends Service {
|
|
389
397
|
* Deletes a global database cluster. The primary and secondary clusters must already be detached or destroyed first. This action only applies to Aurora DB clusters.
|
390
398
|
*/
|
391
399
|
deleteGlobalCluster(callback?: (err: AWSError, data: RDS.Types.DeleteGlobalClusterResult) => void): Request<RDS.Types.DeleteGlobalClusterResult, AWSError>;
|
400
|
+
/**
|
401
|
+
* Deletes a zero-ETL integration with Amazon Redshift. For more information, see Deleting Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
|
402
|
+
*/
|
403
|
+
deleteIntegration(params: RDS.Types.DeleteIntegrationMessage, callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
|
404
|
+
/**
|
405
|
+
* Deletes a zero-ETL integration with Amazon Redshift. For more information, see Deleting Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
|
406
|
+
*/
|
407
|
+
deleteIntegration(callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
|
392
408
|
/**
|
393
409
|
* Deletes an existing option group.
|
394
410
|
*/
|
@@ -661,6 +677,14 @@ declare class RDS extends Service {
|
|
661
677
|
* Returns information about Aurora global database clusters. This API supports pagination. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
662
678
|
*/
|
663
679
|
describeGlobalClusters(callback?: (err: AWSError, data: RDS.Types.GlobalClustersMessage) => void): Request<RDS.Types.GlobalClustersMessage, AWSError>;
|
680
|
+
/**
|
681
|
+
* Describe one or more zero-ETL integration with Amazon Redshift. For more information, see Viewing and monitoring Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
|
682
|
+
*/
|
683
|
+
describeIntegrations(params: RDS.Types.DescribeIntegrationsMessage, callback?: (err: AWSError, data: RDS.Types.DescribeIntegrationsResponse) => void): Request<RDS.Types.DescribeIntegrationsResponse, AWSError>;
|
684
|
+
/**
|
685
|
+
* Describe one or more zero-ETL integration with Amazon Redshift. For more information, see Viewing and monitoring Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
|
686
|
+
*/
|
687
|
+
describeIntegrations(callback?: (err: AWSError, data: RDS.Types.DescribeIntegrationsResponse) => void): Request<RDS.Types.DescribeIntegrationsResponse, AWSError>;
|
664
688
|
/**
|
665
689
|
* Describes all available options.
|
666
690
|
*/
|
@@ -1328,6 +1352,7 @@ declare namespace RDS {
|
|
1328
1352
|
export interface ApplyPendingMaintenanceActionResult {
|
1329
1353
|
ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
|
1330
1354
|
}
|
1355
|
+
export type Arn = string;
|
1331
1356
|
export type AttributeValueList = String[];
|
1332
1357
|
export type AuditPolicyState = "locked"|"unlocked"|string;
|
1333
1358
|
export type AuthScheme = "SECRETS"|string;
|
@@ -2749,6 +2774,29 @@ declare namespace RDS {
|
|
2749
2774
|
export interface CreateGlobalClusterResult {
|
2750
2775
|
GlobalCluster?: GlobalCluster;
|
2751
2776
|
}
|
2777
|
+
export interface CreateIntegrationMessage {
|
2778
|
+
/**
|
2779
|
+
* The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for replication.
|
2780
|
+
*/
|
2781
|
+
SourceArn: SourceArn;
|
2782
|
+
/**
|
2783
|
+
* The ARN of the Redshift data warehouse to use as the target for replication.
|
2784
|
+
*/
|
2785
|
+
TargetArn: Arn;
|
2786
|
+
/**
|
2787
|
+
* The name of the integration.
|
2788
|
+
*/
|
2789
|
+
IntegrationName: IntegrationName;
|
2790
|
+
/**
|
2791
|
+
* The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, Aurora uses a default Amazon Web Services owned key.
|
2792
|
+
*/
|
2793
|
+
KMSKeyId?: String;
|
2794
|
+
/**
|
2795
|
+
* An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide. You can only include this parameter if you specify the KMSKeyId parameter.
|
2796
|
+
*/
|
2797
|
+
AdditionalEncryptionContext?: EncryptionContextMap;
|
2798
|
+
Tags?: TagList;
|
2799
|
+
}
|
2752
2800
|
export interface CreateOptionGroupMessage {
|
2753
2801
|
/**
|
2754
2802
|
* Specifies the name of the option group to be created. Constraints: Must be 1 to 255 letters, numbers, or hyphens First character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: myoptiongroup
|
@@ -3654,6 +3702,10 @@ declare namespace RDS {
|
|
3654
3702
|
* Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
|
3655
3703
|
*/
|
3656
3704
|
SupportsLocalWriteForwarding?: BooleanOptional;
|
3705
|
+
/**
|
3706
|
+
* Indicates whether the DB engine version supports Aurora zero-ETL integrations with Amazon Redshift.
|
3707
|
+
*/
|
3708
|
+
SupportsIntegrations?: Boolean;
|
3657
3709
|
}
|
3658
3710
|
export type DBEngineVersionList = DBEngineVersion[];
|
3659
3711
|
export interface DBEngineVersionMessage {
|
@@ -4868,6 +4920,12 @@ declare namespace RDS {
|
|
4868
4920
|
export interface DeleteGlobalClusterResult {
|
4869
4921
|
GlobalCluster?: GlobalCluster;
|
4870
4922
|
}
|
4923
|
+
export interface DeleteIntegrationMessage {
|
4924
|
+
/**
|
4925
|
+
* The unique identifier of the integration.
|
4926
|
+
*/
|
4927
|
+
IntegrationIdentifier: IntegrationIdentifier;
|
4928
|
+
}
|
4871
4929
|
export interface DeleteOptionGroupMessage {
|
4872
4930
|
/**
|
4873
4931
|
* The name of the option group to be deleted. You can't delete default option groups.
|
@@ -5657,6 +5715,34 @@ declare namespace RDS {
|
|
5657
5715
|
*/
|
5658
5716
|
Marker?: String;
|
5659
5717
|
}
|
5718
|
+
export interface DescribeIntegrationsMessage {
|
5719
|
+
/**
|
5720
|
+
* The unique identifier of the integration.
|
5721
|
+
*/
|
5722
|
+
IntegrationIdentifier?: IntegrationIdentifier;
|
5723
|
+
/**
|
5724
|
+
* A filter that specifies one or more resources to return.
|
5725
|
+
*/
|
5726
|
+
Filters?: FilterList;
|
5727
|
+
/**
|
5728
|
+
* The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results. Default: 100 Constraints: Minimum 20, maximum 100.
|
5729
|
+
*/
|
5730
|
+
MaxRecords?: IntegerOptional;
|
5731
|
+
/**
|
5732
|
+
* An optional pagination token provided by a previous DescribeIntegrations request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
|
5733
|
+
*/
|
5734
|
+
Marker?: Marker;
|
5735
|
+
}
|
5736
|
+
export interface DescribeIntegrationsResponse {
|
5737
|
+
/**
|
5738
|
+
* A pagination token that can be used in a later DescribeIntegrations request.
|
5739
|
+
*/
|
5740
|
+
Marker?: Marker;
|
5741
|
+
/**
|
5742
|
+
* A list of integrations.
|
5743
|
+
*/
|
5744
|
+
Integrations?: IntegrationList;
|
5745
|
+
}
|
5660
5746
|
export interface DescribeOptionGroupOptionsMessage {
|
5661
5747
|
/**
|
5662
5748
|
* A required parameter. Options available for the given engine name are described. Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
@@ -5968,6 +6054,7 @@ declare namespace RDS {
|
|
5968
6054
|
EC2SecurityGroupOwnerId?: String;
|
5969
6055
|
}
|
5970
6056
|
export type EC2SecurityGroupList = EC2SecurityGroup[];
|
6057
|
+
export type EncryptionContextMap = {[key: string]: String};
|
5971
6058
|
export interface Endpoint {
|
5972
6059
|
/**
|
5973
6060
|
* Specifies the DNS address of the DB instance.
|
@@ -6346,6 +6433,61 @@ declare namespace RDS {
|
|
6346
6433
|
export type IPRangeList = IPRange[];
|
6347
6434
|
export type Integer = number;
|
6348
6435
|
export type IntegerOptional = number;
|
6436
|
+
export interface Integration {
|
6437
|
+
/**
|
6438
|
+
* The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for replication.
|
6439
|
+
*/
|
6440
|
+
SourceArn?: SourceArn;
|
6441
|
+
/**
|
6442
|
+
* The ARN of the Redshift data warehouse used as the target for replication.
|
6443
|
+
*/
|
6444
|
+
TargetArn?: Arn;
|
6445
|
+
/**
|
6446
|
+
* The name of the integration.
|
6447
|
+
*/
|
6448
|
+
IntegrationName?: IntegrationName;
|
6449
|
+
/**
|
6450
|
+
* The ARN of the integration.
|
6451
|
+
*/
|
6452
|
+
IntegrationArn?: IntegrationArn;
|
6453
|
+
/**
|
6454
|
+
* The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.
|
6455
|
+
*/
|
6456
|
+
KMSKeyId?: String;
|
6457
|
+
/**
|
6458
|
+
* The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.
|
6459
|
+
*/
|
6460
|
+
AdditionalEncryptionContext?: EncryptionContextMap;
|
6461
|
+
/**
|
6462
|
+
* The current status of the integration.
|
6463
|
+
*/
|
6464
|
+
Status?: IntegrationStatus;
|
6465
|
+
Tags?: TagList;
|
6466
|
+
/**
|
6467
|
+
* The time when the integration was created, in Universal Coordinated Time (UTC).
|
6468
|
+
*/
|
6469
|
+
CreateTime?: TStamp;
|
6470
|
+
/**
|
6471
|
+
* Any errors associated with the integration.
|
6472
|
+
*/
|
6473
|
+
Errors?: IntegrationErrorList;
|
6474
|
+
}
|
6475
|
+
export type IntegrationArn = string;
|
6476
|
+
export interface IntegrationError {
|
6477
|
+
/**
|
6478
|
+
* The error code associated with the integration.
|
6479
|
+
*/
|
6480
|
+
ErrorCode: String;
|
6481
|
+
/**
|
6482
|
+
* A message explaining the error.
|
6483
|
+
*/
|
6484
|
+
ErrorMessage?: String;
|
6485
|
+
}
|
6486
|
+
export type IntegrationErrorList = IntegrationError[];
|
6487
|
+
export type IntegrationIdentifier = string;
|
6488
|
+
export type IntegrationList = Integration[];
|
6489
|
+
export type IntegrationName = string;
|
6490
|
+
export type IntegrationStatus = "creating"|"active"|"modifying"|"failed"|"deleting"|"syncing"|"needs_attention"|string;
|
6349
6491
|
export type KeyList = String[];
|
6350
6492
|
export type KmsKeyIdOrArn = string;
|
6351
6493
|
export interface ListTagsForResourceMessage {
|
@@ -6362,6 +6504,7 @@ declare namespace RDS {
|
|
6362
6504
|
export type LogTypeList = String[];
|
6363
6505
|
export type Long = number;
|
6364
6506
|
export type LongOptional = number;
|
6507
|
+
export type Marker = string;
|
6365
6508
|
export interface MasterUserSecret {
|
6366
6509
|
/**
|
6367
6510
|
* The Amazon Resource Name (ARN) of the secret.
|
@@ -9179,6 +9322,7 @@ declare namespace RDS {
|
|
9179
9322
|
*/
|
9180
9323
|
MaxCapacity?: DoubleOptional;
|
9181
9324
|
}
|
9325
|
+
export type SourceArn = string;
|
9182
9326
|
export type SourceIdsList = String[];
|
9183
9327
|
export interface SourceRegion {
|
9184
9328
|
/**
|
@@ -9545,6 +9689,10 @@ declare namespace RDS {
|
|
9545
9689
|
* Indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
|
9546
9690
|
*/
|
9547
9691
|
SupportsLocalWriteForwarding?: BooleanOptional;
|
9692
|
+
/**
|
9693
|
+
* Indicates whether the DB engine version supports Aurora zero-ETL integrations with Amazon Redshift.
|
9694
|
+
*/
|
9695
|
+
SupportsIntegrations?: BooleanOptional;
|
9548
9696
|
}
|
9549
9697
|
export interface UserAuthConfig {
|
9550
9698
|
/**
|
package/clients/redshift.d.ts
CHANGED
@@ -1537,6 +1537,10 @@ declare namespace Redshift {
|
|
1537
1537
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
|
1538
1538
|
*/
|
1539
1539
|
MasterPasswordSecretKmsKeyId?: String;
|
1540
|
+
/**
|
1541
|
+
* The IP address type for the cluster. Possible values are ipv4 and dualstack.
|
1542
|
+
*/
|
1543
|
+
IpAddressType?: String;
|
1540
1544
|
}
|
1541
1545
|
export interface ClusterAssociatedToSchedule {
|
1542
1546
|
/**
|
@@ -1802,6 +1806,10 @@ declare namespace Redshift {
|
|
1802
1806
|
* The list of tags for the cluster subnet group.
|
1803
1807
|
*/
|
1804
1808
|
Tags?: TagList;
|
1809
|
+
/**
|
1810
|
+
* The IP address types supported by this cluster subnet group. Possible values are ipv4 and dualstack.
|
1811
|
+
*/
|
1812
|
+
SupportedClusterIpAddressTypes?: ValueStringList;
|
1805
1813
|
}
|
1806
1814
|
export interface ClusterSubnetGroupMessage {
|
1807
1815
|
/**
|
@@ -2035,6 +2043,10 @@ declare namespace Redshift {
|
|
2035
2043
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
2036
2044
|
*/
|
2037
2045
|
MasterPasswordSecretKmsKeyId?: String;
|
2046
|
+
/**
|
2047
|
+
* The IP address types that the cluster supports. Possible values are ipv4 and dualstack.
|
2048
|
+
*/
|
2049
|
+
IpAddressType?: String;
|
2038
2050
|
}
|
2039
2051
|
export interface CreateClusterParameterGroupMessage {
|
2040
2052
|
/**
|
@@ -4340,6 +4352,10 @@ declare namespace Redshift {
|
|
4340
4352
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
4341
4353
|
*/
|
4342
4354
|
MasterPasswordSecretKmsKeyId?: String;
|
4355
|
+
/**
|
4356
|
+
* The IP address types that the cluster supports. Possible values are ipv4 and dualstack.
|
4357
|
+
*/
|
4358
|
+
IpAddressType?: String;
|
4343
4359
|
}
|
4344
4360
|
export interface ModifyClusterParameterGroupMessage {
|
4345
4361
|
/**
|
@@ -4569,6 +4585,10 @@ declare namespace Redshift {
|
|
4569
4585
|
* The Availability Zone.
|
4570
4586
|
*/
|
4571
4587
|
AvailabilityZone?: String;
|
4588
|
+
/**
|
4589
|
+
* The IPv6 address of the network interface within the subnet.
|
4590
|
+
*/
|
4591
|
+
Ipv6Address?: String;
|
4572
4592
|
}
|
4573
4593
|
export type NetworkInterfaceList = NetworkInterface[];
|
4574
4594
|
export interface NodeConfigurationOption {
|
@@ -5299,6 +5319,10 @@ declare namespace Redshift {
|
|
5299
5319
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
5300
5320
|
*/
|
5301
5321
|
MasterPasswordSecretKmsKeyId?: String;
|
5322
|
+
/**
|
5323
|
+
* The IP address type for the cluster. Possible values are ipv4 and dualstack.
|
5324
|
+
*/
|
5325
|
+
IpAddressType?: String;
|
5302
5326
|
}
|
5303
5327
|
export interface RestoreFromClusterSnapshotResult {
|
5304
5328
|
Cluster?: Cluster;
|