cdk-docker-image-deployment 0.0.117 → 0.0.119

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 (28) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +160 -145
  8. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +54 -19
  9. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +50 -49
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +242 -236
  11. package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.paginators.json +10 -5
  12. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +18 -9
  13. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +48 -48
  14. package/node_modules/aws-sdk/clients/apigateway.d.ts +3 -3
  15. package/node_modules/aws-sdk/clients/elasticache.d.ts +46 -9
  16. package/node_modules/aws-sdk/clients/emr.d.ts +67 -23
  17. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +6 -1
  18. package/node_modules/aws-sdk/clients/rds.d.ts +27 -5
  19. package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +10 -10
  20. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +13 -9
  21. package/node_modules/aws-sdk/clients/wisdom.d.ts +4 -3
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +477 -412
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +57 -57
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +5 -5
@@ -766,7 +766,7 @@ declare namespace ElastiCache {
766
766
  */
767
767
  AuthTokenLastModifiedDate?: TStamp;
768
768
  /**
769
- * A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later. Default: false
769
+ * A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later. Default: false
770
770
  */
771
771
  TransitEncryptionEnabled?: BooleanOptional;
772
772
  /**
@@ -793,6 +793,10 @@ declare namespace ElastiCache {
793
793
  * The network type associated with the cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
794
794
  */
795
795
  IpDiscovery?: IpDiscovery;
796
+ /**
797
+ * A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
798
+ */
799
+ TransitEncryptionMode?: TransitEncryptionMode;
796
800
  }
797
801
  export type CacheClusterIdList = String[];
798
802
  export type CacheClusterList = CacheCluster[];
@@ -1283,7 +1287,7 @@ declare namespace ElastiCache {
1283
1287
  */
1284
1288
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequestList;
1285
1289
  /**
1286
- * A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster. Only available when creating a cache cluster in an Amazon VPC using Memcached version 1.6.12 or later.
1290
+ * A flag that enables in-transit encryption when set to true. Only available when creating a cache cluster in an Amazon VPC using Memcached version 1.6.12 or later.
1287
1291
  */
1288
1292
  TransitEncryptionEnabled?: BooleanOptional;
1289
1293
  /**
@@ -1424,7 +1428,7 @@ declare namespace ElastiCache {
1424
1428
  */
1425
1429
  CacheNodeType?: String;
1426
1430
  /**
1427
- * The name of the cache engine to be used for the clusters in this replication group. Must be Redis.
1431
+ * The name of the cache engine to be used for the clusters in this replication group. The value must be set to Redis.
1428
1432
  */
1429
1433
  Engine?: String;
1430
1434
  /**
@@ -1488,7 +1492,7 @@ declare namespace ElastiCache {
1488
1492
  */
1489
1493
  AuthToken?: String;
1490
1494
  /**
1491
- * A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster. This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6, 4.x or later, and the cluster is being created in an Amazon VPC. If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later. Default: false For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.
1495
+ * A flag that enables in-transit encryption when set to true. This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6, 4.x or later, and the cluster is being created in an Amazon VPC. If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later. Default: false For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.
1492
1496
  */
1493
1497
  TransitEncryptionEnabled?: BooleanOptional;
1494
1498
  /**
@@ -1519,6 +1523,10 @@ declare namespace ElastiCache {
1519
1523
  * The network type you choose when creating a replication group, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
1520
1524
  */
1521
1525
  IpDiscovery?: IpDiscovery;
1526
+ /**
1527
+ * A setting that allows you to migrate your clients to use in-transit encryption, with no downtime. When setting TransitEncryptionEnabled to true, you can set your TransitEncryptionMode to preferred in the same request, to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can modify the value to required to allow encrypted connections only. Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred first, after that you can set TransitEncryptionMode to required.
1528
+ */
1529
+ TransitEncryptionMode?: TransitEncryptionMode;
1522
1530
  }
1523
1531
  export interface CreateReplicationGroupResult {
1524
1532
  ReplicationGroup?: ReplicationGroup;
@@ -1776,7 +1784,7 @@ declare namespace ElastiCache {
1776
1784
  */
1777
1785
  EngineVersion?: String;
1778
1786
  /**
1779
- * The name of a specific cache parameter group family to return details for. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis6.2 Constraints: Must be 1 to 255 alphanumeric characters First character must be a letter Cannot end with a hyphen or contain two consecutive hyphens
1787
+ * The name of a specific cache parameter group family to return details for. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis6.2 | redis7 Constraints: Must be 1 to 255 alphanumeric characters First character must be a letter Cannot end with a hyphen or contain two consecutive hyphens
1780
1788
  */
1781
1789
  CacheParameterGroupFamily?: String;
1782
1790
  /**
@@ -1854,7 +1862,7 @@ declare namespace ElastiCache {
1854
1862
  }
1855
1863
  export interface DescribeEngineDefaultParametersMessage {
1856
1864
  /**
1857
- * The name of the cache parameter group family. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis6.2
1865
+ * The name of the cache parameter group family. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis6.2 | redis7
1858
1866
  */
1859
1867
  CacheParameterGroupFamily: String;
1860
1868
  /**
@@ -2348,7 +2356,7 @@ declare namespace ElastiCache {
2348
2356
  */
2349
2357
  AuthTokenEnabled?: BooleanOptional;
2350
2358
  /**
2351
- * A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.
2359
+ * A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.
2352
2360
  */
2353
2361
  TransitEncryptionEnabled?: BooleanOptional;
2354
2362
  /**
@@ -2770,6 +2778,14 @@ declare namespace ElastiCache {
2770
2778
  * The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
2771
2779
  */
2772
2780
  IpDiscovery?: IpDiscovery;
2781
+ /**
2782
+ * A flag that enables in-transit encryption when set to true. If you are enabling in-transit encryption for an existing cluster, you must also set TransitEncryptionMode to preferred.
2783
+ */
2784
+ TransitEncryptionEnabled?: BooleanOptional;
2785
+ /**
2786
+ * A setting that allows you to migrate your clients to use in-transit encryption, with no downtime. You must set TransitEncryptionEnabled to true, for your existing cluster, and set TransitEncryptionMode to preferred in the same request to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can set the value to required to allow encrypted connections only. Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred first, after that you can set TransitEncryptionMode to required.
2787
+ */
2788
+ TransitEncryptionMode?: TransitEncryptionMode;
2773
2789
  }
2774
2790
  export interface ModifyReplicationGroupResult {
2775
2791
  ReplicationGroup?: ReplicationGroup;
@@ -3125,6 +3141,14 @@ declare namespace ElastiCache {
3125
3141
  * The log delivery configurations being modified
3126
3142
  */
3127
3143
  LogDeliveryConfigurations?: PendingLogDeliveryConfigurationList;
3144
+ /**
3145
+ * A flag that enables in-transit encryption when set to true.
3146
+ */
3147
+ TransitEncryptionEnabled?: BooleanOptional;
3148
+ /**
3149
+ * A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
3150
+ */
3151
+ TransitEncryptionMode?: TransitEncryptionMode;
3128
3152
  }
3129
3153
  export type PreferredAvailabilityZoneList = String[];
3130
3154
  export type PreferredOutpostArnList = String[];
@@ -3302,7 +3326,7 @@ declare namespace ElastiCache {
3302
3326
  */
3303
3327
  AuthTokenLastModifiedDate?: TStamp;
3304
3328
  /**
3305
- * A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later. Default: false
3329
+ * A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later. Default: false
3306
3330
  */
3307
3331
  TransitEncryptionEnabled?: BooleanOptional;
3308
3332
  /**
@@ -3338,7 +3362,7 @@ declare namespace ElastiCache {
3338
3362
  */
3339
3363
  DataTiering?: DataTieringStatus;
3340
3364
  /**
3341
- * If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
3365
+ *  If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 
3342
3366
  */
3343
3367
  AutoMinorVersionUpgrade?: Boolean;
3344
3368
  /**
@@ -3349,6 +3373,10 @@ declare namespace ElastiCache {
3349
3373
  * The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
3350
3374
  */
3351
3375
  IpDiscovery?: IpDiscovery;
3376
+ /**
3377
+ * A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
3378
+ */
3379
+ TransitEncryptionMode?: TransitEncryptionMode;
3352
3380
  }
3353
3381
  export type ReplicationGroupIdList = String[];
3354
3382
  export type ReplicationGroupList = ReplicationGroup[];
@@ -3388,6 +3416,14 @@ declare namespace ElastiCache {
3388
3416
  * The log delivery configurations being modified
3389
3417
  */
3390
3418
  LogDeliveryConfigurations?: PendingLogDeliveryConfigurationList;
3419
+ /**
3420
+ * A flag that enables in-transit encryption when set to true.
3421
+ */
3422
+ TransitEncryptionEnabled?: BooleanOptional;
3423
+ /**
3424
+ * A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
3425
+ */
3426
+ TransitEncryptionMode?: TransitEncryptionMode;
3391
3427
  }
3392
3428
  export interface ReservedCacheNode {
3393
3429
  /**
@@ -3829,6 +3865,7 @@ declare namespace ElastiCache {
3829
3865
  */
3830
3866
  EndTime?: TStamp;
3831
3867
  }
3868
+ export type TransitEncryptionMode = "preferred"|"required"|string;
3832
3869
  export type UGReplicationGroupIdList = String[];
3833
3870
  export interface UnprocessedUpdateAction {
3834
3871
  /**
@@ -29,11 +29,11 @@ declare class EMR extends Service {
29
29
  */
30
30
  addInstanceGroups(callback?: (err: AWSError, data: EMR.Types.AddInstanceGroupsOutput) => void): Request<EMR.Types.AddInstanceGroupsOutput, AWSError>;
31
31
  /**
32
- * AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING. The string values passed into HadoopJarStep object cannot exceed a total of 10240 characters.
32
+ * AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING. The string values passed into HadoopJarStep object cannot exceed a total of 10240 characters.
33
33
  */
34
34
  addJobFlowSteps(params: EMR.Types.AddJobFlowStepsInput, callback?: (err: AWSError, data: EMR.Types.AddJobFlowStepsOutput) => void): Request<EMR.Types.AddJobFlowStepsOutput, AWSError>;
35
35
  /**
36
- * AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING. The string values passed into HadoopJarStep object cannot exceed a total of 10240 characters.
36
+ * AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING. The string values passed into HadoopJarStep object cannot exceed a total of 10240 characters.
37
37
  */
38
38
  addJobFlowSteps(callback?: (err: AWSError, data: EMR.Types.AddJobFlowStepsOutput) => void): Request<EMR.Types.AddJobFlowStepsOutput, AWSError>;
39
39
  /**
@@ -69,11 +69,11 @@ declare class EMR extends Service {
69
69
  */
70
70
  createStudio(callback?: (err: AWSError, data: EMR.Types.CreateStudioOutput) => void): Request<EMR.Types.CreateStudioOutput, AWSError>;
71
71
  /**
72
- * Maps a user or group to the Amazon EMR Studio specified by StudioId, and applies a session policy to refine Studio permissions for that user or group. Use CreateStudioSessionMapping to assign users to a Studio when you use Amazon Web Services SSO authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see Assign a user or group to your EMR Studio.
72
+ * Maps a user or group to the Amazon EMR Studio specified by StudioId, and applies a session policy to refine Studio permissions for that user or group. Use CreateStudioSessionMapping to assign users to a Studio when you use IAM Identity Center authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see Assign a user or group to your EMR Studio.
73
73
  */
74
74
  createStudioSessionMapping(params: EMR.Types.CreateStudioSessionMappingInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
75
75
  /**
76
- * Maps a user or group to the Amazon EMR Studio specified by StudioId, and applies a session policy to refine Studio permissions for that user or group. Use CreateStudioSessionMapping to assign users to a Studio when you use Amazon Web Services SSO authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see Assign a user or group to your EMR Studio.
76
+ * Maps a user or group to the Amazon EMR Studio specified by StudioId, and applies a session policy to refine Studio permissions for that user or group. Use CreateStudioSessionMapping to assign users to a Studio when you use IAM Identity Center authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see Assign a user or group to your EMR Studio.
77
77
  */
78
78
  createStudioSessionMapping(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
79
79
  /**
@@ -172,6 +172,14 @@ declare class EMR extends Service {
172
172
  * Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
173
173
  */
174
174
  getBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.GetBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.GetBlockPublicAccessConfigurationOutput, AWSError>;
175
+ /**
176
+ * Provides Temporary, basic HTTP credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username-based and password-based authentication.
177
+ */
178
+ getClusterSessionCredentials(params: EMR.Types.GetClusterSessionCredentialsInput, callback?: (err: AWSError, data: EMR.Types.GetClusterSessionCredentialsOutput) => void): Request<EMR.Types.GetClusterSessionCredentialsOutput, AWSError>;
179
+ /**
180
+ * Provides Temporary, basic HTTP credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username-based and password-based authentication.
181
+ */
182
+ getClusterSessionCredentials(callback?: (err: AWSError, data: EMR.Types.GetClusterSessionCredentialsOutput) => void): Request<EMR.Types.GetClusterSessionCredentialsOutput, AWSError>;
175
183
  /**
176
184
  * Fetches the attached managed scaling policy for an Amazon EMR cluster.
177
185
  */
@@ -365,11 +373,11 @@ declare class EMR extends Service {
365
373
  */
366
374
  removeTags(callback?: (err: AWSError, data: EMR.Types.RemoveTagsOutput) => void): Request<EMR.Types.RemoveTagsOutput, AWSError>;
367
375
  /**
368
- * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. For long running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
376
+ * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
369
377
  */
370
378
  runJobFlow(params: EMR.Types.RunJobFlowInput, callback?: (err: AWSError, data: EMR.Types.RunJobFlowOutput) => void): Request<EMR.Types.RunJobFlowOutput, AWSError>;
371
379
  /**
372
- * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. For long running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
380
+ * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
373
381
  */
374
382
  runJobFlow(callback?: (err: AWSError, data: EMR.Types.RunJobFlowOutput) => void): Request<EMR.Types.RunJobFlowOutput, AWSError>;
375
383
  /**
@@ -1002,7 +1010,7 @@ declare namespace EMR {
1002
1010
  */
1003
1011
  Description?: XmlStringMaxLen256;
1004
1012
  /**
1005
- * Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
1013
+ * Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
1006
1014
  */
1007
1015
  AuthMode: AuthMode;
1008
1016
  /**
@@ -1018,7 +1026,7 @@ declare namespace EMR {
1018
1026
  */
1019
1027
  ServiceRole: XmlString;
1020
1028
  /**
1021
- * The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a UserRole when you use Amazon Web Services SSO authentication. The permissions attached to the UserRole can be scoped down for each user or group using session policies.
1029
+ * The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a UserRole when you use IAM Identity Center authentication. The permissions attached to the UserRole can be scoped down for each user or group using session policies.
1022
1030
  */
1023
1031
  UserRole?: XmlString;
1024
1032
  /**
@@ -1062,11 +1070,11 @@ declare namespace EMR {
1062
1070
  */
1063
1071
  StudioId: XmlStringMaxLen256;
1064
1072
  /**
1065
- * The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified, but not both.
1073
+ * The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified, but not both.
1066
1074
  */
1067
1075
  IdentityId?: XmlStringMaxLen256;
1068
1076
  /**
1069
- * The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified, but not both.
1077
+ * The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified, but not both.
1070
1078
  */
1071
1079
  IdentityName?: XmlStringMaxLen256;
1072
1080
  /**
@@ -1078,6 +1086,12 @@ declare namespace EMR {
1078
1086
  */
1079
1087
  SessionPolicyArn: XmlStringMaxLen256;
1080
1088
  }
1089
+ export interface Credentials {
1090
+ /**
1091
+ * The username and password that you use to connect to cluster endpoints.
1092
+ */
1093
+ UsernamePassword?: UsernamePassword;
1094
+ }
1081
1095
  export type _Date = Date;
1082
1096
  export interface DeleteSecurityConfigurationInput {
1083
1097
  /**
@@ -1099,11 +1113,11 @@ declare namespace EMR {
1099
1113
  */
1100
1114
  StudioId: XmlStringMaxLen256;
1101
1115
  /**
1102
- * The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
1116
+ * The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
1103
1117
  */
1104
1118
  IdentityId?: XmlStringMaxLen256;
1105
1119
  /**
1106
- * The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the Amazon Web Services SSO Store API Reference. Either IdentityName or IdentityId must be specified.
1120
+ * The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the IAM Identity Center Store API Reference. Either IdentityName or IdentityId must be specified.
1107
1121
  */
1108
1122
  IdentityName?: XmlStringMaxLen256;
1109
1123
  /**
@@ -1383,6 +1397,26 @@ declare namespace EMR {
1383
1397
  */
1384
1398
  BlockPublicAccessConfigurationMetadata: BlockPublicAccessConfigurationMetadata;
1385
1399
  }
1400
+ export interface GetClusterSessionCredentialsInput {
1401
+ /**
1402
+ * The unique identifier of the cluster.
1403
+ */
1404
+ ClusterId: XmlStringMaxLen256;
1405
+ /**
1406
+ * The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource.
1407
+ */
1408
+ ExecutionRoleArn: ArnType;
1409
+ }
1410
+ export interface GetClusterSessionCredentialsOutput {
1411
+ /**
1412
+ * The credentials that you can use to connect to cluster endpoints that support username-based and password-based authentication.
1413
+ */
1414
+ Credentials?: Credentials;
1415
+ /**
1416
+ * The time when the credentials that are returned by the GetClusterSessionCredentials API expire.
1417
+ */
1418
+ ExpiresAt?: _Date;
1419
+ }
1386
1420
  export interface GetManagedScalingPolicyInput {
1387
1421
  /**
1388
1422
  * Specifies the ID of the cluster for which the managed scaling policy will be fetched.
@@ -1401,11 +1435,11 @@ declare namespace EMR {
1401
1435
  */
1402
1436
  StudioId: XmlStringMaxLen256;
1403
1437
  /**
1404
- * The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
1438
+ * The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
1405
1439
  */
1406
1440
  IdentityId?: XmlStringMaxLen256;
1407
1441
  /**
1408
- * The name of the user or group to fetch. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
1442
+ * The name of the user or group to fetch. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
1409
1443
  */
1410
1444
  IdentityName?: XmlStringMaxLen256;
1411
1445
  /**
@@ -2926,7 +2960,7 @@ declare namespace EMR {
2926
2960
  */
2927
2961
  JobFlowRole?: XmlString;
2928
2962
  /**
2929
- * The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf.
2963
+ * The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf. If you've created a custom service role path, you must specify it for the service role when you launch your cluster.
2930
2964
  */
2931
2965
  ServiceRole?: XmlString;
2932
2966
  /**
@@ -3067,7 +3101,7 @@ declare namespace EMR {
3067
3101
  */
3068
3102
  IdentityId?: XmlStringMaxLen256;
3069
3103
  /**
3070
- * The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
3104
+ * The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.
3071
3105
  */
3072
3106
  IdentityName?: XmlStringMaxLen256;
3073
3107
  /**
@@ -3093,11 +3127,11 @@ declare namespace EMR {
3093
3127
  */
3094
3128
  StudioId?: XmlStringMaxLen256;
3095
3129
  /**
3096
- * The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
3130
+ * The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.
3097
3131
  */
3098
3132
  IdentityId?: XmlStringMaxLen256;
3099
3133
  /**
3100
- * The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
3134
+ * The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.
3101
3135
  */
3102
3136
  IdentityName?: XmlStringMaxLen256;
3103
3137
  /**
@@ -3403,7 +3437,7 @@ declare namespace EMR {
3403
3437
  */
3404
3438
  Description?: XmlStringMaxLen256;
3405
3439
  /**
3406
- * Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.
3440
+ * Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.
3407
3441
  */
3408
3442
  AuthMode?: AuthMode;
3409
3443
  /**
@@ -3477,7 +3511,7 @@ declare namespace EMR {
3477
3511
  */
3478
3512
  Url?: XmlStringMaxLen256;
3479
3513
  /**
3480
- * Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
3514
+ * Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
3481
3515
  */
3482
3516
  AuthMode?: AuthMode;
3483
3517
  /**
@@ -3545,11 +3579,11 @@ declare namespace EMR {
3545
3579
  */
3546
3580
  StudioId: XmlStringMaxLen256;
3547
3581
  /**
3548
- * The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
3582
+ * The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
3549
3583
  */
3550
3584
  IdentityId?: XmlStringMaxLen256;
3551
3585
  /**
3552
- * The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
3586
+ * The name of the user or group to update. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
3553
3587
  */
3554
3588
  IdentityName?: XmlStringMaxLen256;
3555
3589
  /**
@@ -3561,9 +3595,19 @@ declare namespace EMR {
3561
3595
  */
3562
3596
  SessionPolicyArn: XmlStringMaxLen256;
3563
3597
  }
3598
+ export interface UsernamePassword {
3599
+ /**
3600
+ * The username associated with the temporary credentials that you use to connect to cluster endpoints.
3601
+ */
3602
+ Username?: XmlStringMaxLen256;
3603
+ /**
3604
+ * The password associated with the temporary credentials that you use to connect to cluster endpoints.
3605
+ */
3606
+ Password?: XmlStringMaxLen256;
3607
+ }
3564
3608
  export interface VolumeSpecification {
3565
3609
  /**
3566
- * The volume type. Volume types supported are gp2, io1, and standard.
3610
+ * The volume type. Volume types supported are gp3, gp2, io1, st1, sc1, and standard.
3567
3611
  */
3568
3612
  VolumeType: String;
3569
3613
  /**
@@ -358,9 +358,13 @@ declare namespace NetworkFirewall {
358
358
  */
359
359
  EndpointId?: EndpointId;
360
360
  /**
361
- * The current status of the firewall endpoint in the subnet. This value reflects both the instantiation of the endpoint in the VPC subnet and the sync states that are reported in the Config settings. When this value is READY, the endpoint is available and configured properly to handle network traffic. When the endpoint isn't available for traffic, this value will reflect its state, for example CREATING, DELETING, or FAILED.
361
+ * The current status of the firewall endpoint in the subnet. This value reflects both the instantiation of the endpoint in the VPC subnet and the sync states that are reported in the Config settings. When this value is READY, the endpoint is available and configured properly to handle network traffic. When the endpoint isn't available for traffic, this value will reflect its state, for example CREATING or DELETING.
362
362
  */
363
363
  Status?: AttachmentStatus;
364
+ /**
365
+ * If Network Firewall fails to create or delete the firewall endpoint in the subnet, it populates this with the reason for the failure and how to resolve it. Depending on the error, it can take as many as 15 minutes to populate this field. For more information about the errors and solutions available for this field, see Troubleshooting firewall endpoint failures in the Network Firewall Developer Guide.
366
+ */
367
+ StatusMessage?: StatusMessage;
364
368
  }
365
369
  export type AttachmentStatus = "CREATING"|"DELETING"|"SCALING"|"READY"|string;
366
370
  export type AvailabilityZone = string;
@@ -1503,6 +1507,7 @@ declare namespace NetworkFirewall {
1503
1507
  */
1504
1508
  CustomActions?: CustomActions;
1505
1509
  }
1510
+ export type StatusMessage = string;
1506
1511
  export type StreamExceptionPolicy = "DROP"|"CONTINUE"|string;
1507
1512
  export interface SubnetMapping {
1508
1513
  /**
@@ -126,11 +126,11 @@ declare class RDS extends Service {
126
126
  */
127
127
  createBlueGreenDeployment(callback?: (err: AWSError, data: RDS.Types.CreateBlueGreenDeploymentResponse) => void): Request<RDS.Types.CreateBlueGreenDeploymentResponse, AWSError>;
128
128
  /**
129
- * Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The supported engines are the following: Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software. The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3. When you create a custom engine version, you specify the files in a JSON document called a CEV manifest. This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from the installation files that you provided. This service model is called Bring Your Own Media (BYOM). Creation takes approximately two hours. If creation fails, RDS Custom issues RDS-EVENT-0196 with the message Creation failed for custom engine version, and includes details about the failure. For example, the event prints missing files. After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or inactive. The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the CreateCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the CreateCustomDbEngineVersion event. For more information, see Creating a CEV in the Amazon RDS User Guide.
129
+ * Creates a custom DB engine version (CEV).
130
130
  */
131
131
  createCustomDBEngineVersion(params: RDS.Types.CreateCustomDBEngineVersionMessage, callback?: (err: AWSError, data: RDS.Types.DBEngineVersion) => void): Request<RDS.Types.DBEngineVersion, AWSError>;
132
132
  /**
133
- * Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The supported engines are the following: Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software. The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3. When you create a custom engine version, you specify the files in a JSON document called a CEV manifest. This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from the installation files that you provided. This service model is called Bring Your Own Media (BYOM). Creation takes approximately two hours. If creation fails, RDS Custom issues RDS-EVENT-0196 with the message Creation failed for custom engine version, and includes details about the failure. For example, the event prints missing files. After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or inactive. The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the CreateCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the CreateCustomDbEngineVersion event. For more information, see Creating a CEV in the Amazon RDS User Guide.
133
+ * Creates a custom DB engine version (CEV).
134
134
  */
135
135
  createCustomDBEngineVersion(callback?: (err: AWSError, data: RDS.Types.DBEngineVersion) => void): Request<RDS.Types.DBEngineVersion, AWSError>;
136
136
  /**
@@ -1753,15 +1753,19 @@ declare namespace RDS {
1753
1753
  /**
1754
1754
  * The name of an Amazon S3 bucket that contains database installation files for your CEV. For example, a valid bucket name is my-custom-installation-files.
1755
1755
  */
1756
- DatabaseInstallationFilesS3BucketName: BucketName;
1756
+ DatabaseInstallationFilesS3BucketName?: BucketName;
1757
1757
  /**
1758
1758
  * The Amazon S3 directory that contains the database installation files for your CEV. For example, a valid bucket name is 123456789012/cev1. If this setting isn't specified, no prefix is assumed.
1759
1759
  */
1760
1760
  DatabaseInstallationFilesS3Prefix?: String255;
1761
+ /**
1762
+ * The ID of the AMI. An AMI ID is required to create a CEV for RDS Custom for SQL Server.
1763
+ */
1764
+ ImageId?: String255;
1761
1765
  /**
1762
1766
  * The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for RDS Custom, but optional for Amazon RDS. If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, follow the instructions in Creating a symmetric encryption KMS key in the Amazon Web Services Key Management Service Developer Guide. You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.
1763
1767
  */
1764
- KMSKeyId: KmsKeyIdOrArn;
1768
+ KMSKeyId?: KmsKeyIdOrArn;
1765
1769
  /**
1766
1770
  * An optional description of your CEV.
1767
1771
  */
@@ -1769,7 +1773,7 @@ declare namespace RDS {
1769
1773
  /**
1770
1774
  * The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed. The following JSON fields are valid: MediaImportTemplateVersion Version of the CEV manifest. The date is in the format YYYY-MM-DD. databaseInstallationFileNames Ordered list of installation files for the CEV. opatchFileNames Ordered list of OPatch installers used for the Oracle DB engine. psuRuPatchFileNames The PSU and RU patches for this CEV. OtherPatchFileNames The patches that are not in the list of PSU and RU patches. Amazon RDS applies these patches after applying the PSU and RU patches. For more information, see Creating the CEV manifest in the Amazon RDS User Guide.
1771
1775
  */
1772
- Manifest: CustomDBEngineVersionManifest;
1776
+ Manifest?: CustomDBEngineVersionManifest;
1773
1777
  Tags?: TagList;
1774
1778
  }
1775
1779
  export interface CreateDBClusterEndpointMessage {
@@ -2647,6 +2651,16 @@ declare namespace RDS {
2647
2651
  export interface CreateOptionGroupResult {
2648
2652
  OptionGroup?: OptionGroup;
2649
2653
  }
2654
+ export interface CustomDBEngineVersionAMI {
2655
+ /**
2656
+ * A value that indicates the ID of the AMI.
2657
+ */
2658
+ ImageId?: String;
2659
+ /**
2660
+ * A value that indicates the status of a custom engine version (CEV).
2661
+ */
2662
+ Status?: String;
2663
+ }
2650
2664
  export type CustomDBEngineVersionManifest = string;
2651
2665
  export type CustomEngineName = string;
2652
2666
  export type CustomEngineVersion = string;
@@ -3290,6 +3304,14 @@ declare namespace RDS {
3290
3304
  * The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.
3291
3305
  */
3292
3306
  DefaultCharacterSet?: CharacterSet;
3307
+ /**
3308
+ * The EC2 image
3309
+ */
3310
+ Image?: CustomDBEngineVersionAMI;
3311
+ /**
3312
+ * A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.
3313
+ */
3314
+ DBEngineMediaType?: String;
3293
3315
  /**
3294
3316
  * A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.
3295
3317
  */
@@ -37,11 +37,11 @@ declare class Route53RecoveryControlConfig extends Service {
37
37
  */
38
38
  createRoutingControl(callback?: (err: AWSError, data: Route53RecoveryControlConfig.Types.CreateRoutingControlResponse) => void): Request<Route53RecoveryControlConfig.Types.CreateRoutingControlResponse, AWSError>;
39
39
  /**
40
- * Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes. There are two types of safety rules: assertion rules and gating rules. Assertion rule: An assertion rule enforces that, when you change a routing control state, that a certain criteria is met. For example, the criteria might be that at least one routing control state is On after the transation so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario. Gating rule: A gating rule lets you configure a gating routing control as an overall "on/off" switch for a group of routing controls. Or, you can configure more complex gating scenarios, for example by configuring multiple gating routing controls. For more information, see Safety rules in the Amazon Route 53 Application Recovery Controller Developer Guide.
40
+ * Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes. There are two types of safety rules: assertion rules and gating rules. Assertion rule: An assertion rule enforces that, when you change a routing control state, that a certain criteria is met. For example, the criteria might be that at least one routing control state is On after the transaction so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario. Gating rule: A gating rule lets you configure a gating routing control as an overall "on/off" switch for a group of routing controls. Or, you can configure more complex gating scenarios, for example by configuring multiple gating routing controls. For more information, see Safety rules in the Amazon Route 53 Application Recovery Controller Developer Guide.
41
41
  */
42
42
  createSafetyRule(params: Route53RecoveryControlConfig.Types.CreateSafetyRuleRequest, callback?: (err: AWSError, data: Route53RecoveryControlConfig.Types.CreateSafetyRuleResponse) => void): Request<Route53RecoveryControlConfig.Types.CreateSafetyRuleResponse, AWSError>;
43
43
  /**
44
- * Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes. There are two types of safety rules: assertion rules and gating rules. Assertion rule: An assertion rule enforces that, when you change a routing control state, that a certain criteria is met. For example, the criteria might be that at least one routing control state is On after the transation so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario. Gating rule: A gating rule lets you configure a gating routing control as an overall "on/off" switch for a group of routing controls. Or, you can configure more complex gating scenarios, for example by configuring multiple gating routing controls. For more information, see Safety rules in the Amazon Route 53 Application Recovery Controller Developer Guide.
44
+ * Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes. There are two types of safety rules: assertion rules and gating rules. Assertion rule: An assertion rule enforces that, when you change a routing control state, that a certain criteria is met. For example, the criteria might be that at least one routing control state is On after the transaction so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario. Gating rule: A gating rule lets you configure a gating routing control as an overall "on/off" switch for a group of routing controls. Or, you can configure more complex gating scenarios, for example by configuring multiple gating routing controls. For more information, see Safety rules in the Amazon Route 53 Application Recovery Controller Developer Guide.
45
45
  */
46
46
  createSafetyRule(callback?: (err: AWSError, data: Route53RecoveryControlConfig.Types.CreateSafetyRuleResponse) => void): Request<Route53RecoveryControlConfig.Types.CreateSafetyRuleResponse, AWSError>;
47
47
  /**
@@ -260,7 +260,7 @@ declare namespace Route53RecoveryControlConfig {
260
260
  */
261
261
  Name: __stringMin1Max64PatternS;
262
262
  /**
263
- * The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many routing control states must be ON as the result of a transaction. For example, if you have three assertion routing controls, you might specify atleast 2 for your rule configuration. This means that at least two assertion routing control states must be ON, so that at least two Amazon Web Services Regions have traffic flowing to them.
263
+ * The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many routing control states must be ON as the result of a transaction. For example, if you have three assertion routing controls, you might specify ATLEAST 2 for your rule configuration. This means that at least two assertion routing control states must be ON, so that at least two Amazon Web Services Regions have traffic flowing to them.
264
264
  */
265
265
  RuleConfig: RuleConfig;
266
266
  /**
@@ -538,7 +538,7 @@ declare namespace Route53RecoveryControlConfig {
538
538
  */
539
539
  Name: __stringMin1Max64PatternS;
540
540
  /**
541
- * The criteria that you set for gating routing controls that designates how many of the routing control states must be ON to allow you to update target routing control states.
541
+ * The criteria that you set for gating routing controls that designate how many of the routing control states must be ON to allow you to update target routing control states.
542
542
  */
543
543
  RuleConfig: RuleConfig;
544
544
  /**
@@ -550,7 +550,7 @@ declare namespace Route53RecoveryControlConfig {
550
550
  */
551
551
  Status: Status;
552
552
  /**
553
- * An array of target routing control Amazon Resource Names (ARNs) for which the states can only be updated if the rule configuration that you specify evaluates to true for the gating routing control. As a simple example, if you have a single gating control, it acts as an overall "on/off" switch for a set of target routing controls. You can use this to manually override automated fail over, for example.
553
+ * An array of target routing control Amazon Resource Names (ARNs) for which the states can only be updated if the rule configuration that you specify evaluates to true for the gating routing control. As a simple example, if you have a single gating control, it acts as an overall "on/off" switch for a set of target routing controls. You can use this to manually override automated failover, for example.
554
554
  */
555
555
  TargetControls: __listOf__stringMin1Max256PatternAZaZ09;
556
556
  /**
@@ -715,7 +715,7 @@ declare namespace Route53RecoveryControlConfig {
715
715
  */
716
716
  Name: __stringMin1Max64PatternS;
717
717
  /**
718
- * The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be ON as the result of a transaction. For example, if you have three assertion controls, you might specify ATLEAST 2for your rule configuration. This means that at least two assertion controls must be ON, so that at least two Amazon Web Services Regions have traffic flowing to them.
718
+ * The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be ON as the result of a transaction. For example, if you have three assertion controls, you might specify ATLEAST 2 for your rule configuration. This means that at least two assertion controls must be ON, so that at least two Amazon Web Services Regions have traffic flowing to them.
719
719
  */
720
720
  RuleConfig: RuleConfig;
721
721
  /**
@@ -737,11 +737,11 @@ declare namespace Route53RecoveryControlConfig {
737
737
  */
738
738
  Name: __stringMin1Max64PatternS;
739
739
  /**
740
- * The criteria that you set for specific gating controls (routing controls) that designates how many control states must be ON to allow you to change (set or unset) the target control states.
740
+ * The criteria that you set for specific gating controls (routing controls) that designate how many control states must be ON to allow you to change (set or unset) the target control states.
741
741
  */
742
742
  RuleConfig: RuleConfig;
743
743
  /**
744
- * Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three Amazon Web Services Regions. Now you specify AtLeast 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true. In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.
744
+ * Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three Amazon Web Services Regions. Now you specify ATLEAST 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true. In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.
745
745
  */
746
746
  TargetControls: __listOf__stringMin1Max256PatternAZaZ09;
747
747
  /**
@@ -769,11 +769,11 @@ declare namespace Route53RecoveryControlConfig {
769
769
  }
770
770
  export interface Rule {
771
771
  /**
772
- * An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control state is not accepted. For example, the criteria might be that at least one routing control state is On after the transation so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario.
772
+ * An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control state is not accepted. For example, the criteria might be that at least one routing control state is On after the transaction so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario.
773
773
  */
774
774
  ASSERTION?: AssertionRule;
775
775
  /**
776
- * A gating rule verifies that a gating routing control or set of gating rounting controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete. For example, if you specify one gating routing control and you set the Type in the rule configuration to OR, that indicates that you must set the gating routing control to On for the rule to evaluate as true; that is, for the gating control "switch" to be "On". When you do that, then you can update the routing control states for the target routing controls that you specify in the gating rule.
776
+ * A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete. For example, if you specify one gating routing control and you set the Type in the rule configuration to OR, that indicates that you must set the gating routing control to On for the rule to evaluate as true; that is, for the gating control "switch" to be "On". When you do that, then you can update the routing control states for the target routing controls that you specify in the gating rule.
777
777
  */
778
778
  GATING?: GatingRule;
779
779
  }