@aws-sdk/client-securityhub 3.40.0 → 3.45.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.
Files changed (71) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_0.js +228 -227
  4. package/dist-cjs/models/models_1.js +244 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +1225 -74
  6. package/dist-es/endpoints.js +9 -0
  7. package/dist-es/models/models_0.js +148 -149
  8. package/dist-es/models/models_1.js +162 -0
  9. package/dist-es/protocols/Aws_restJson1.js +1020 -17
  10. package/dist-types/SecurityHub.d.ts +13 -3
  11. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
  12. package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchImportFindingsCommand.d.ts +14 -3
  16. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateInsightCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateMembersCommand.d.ts +1 -2
  21. package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMembersCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  33. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  34. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  35. package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
  36. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  37. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  38. package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
  39. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  40. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  41. package/dist-types/commands/EnableSecurityHubCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  43. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +1 -1
  44. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
  45. package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  47. package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
  48. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  49. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  50. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  51. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  52. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  53. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  56. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateFindingsCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateInsightCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
  67. package/dist-types/models/models_0.d.ts +1021 -1773
  68. package/dist-types/models/models_1.d.ts +1681 -5
  69. package/dist-types/ts3.4/models/models_0.d.ts +546 -827
  70. package/dist-types/ts3.4/models/models_1.d.ts +783 -1
  71. package/package.json +6 -6
@@ -1189,6 +1189,136 @@ export declare namespace AwsApiGatewayV2StageDetails {
1189
1189
  */
1190
1190
  const filterSensitiveLog: (obj: AwsApiGatewayV2StageDetails) => any;
1191
1191
  }
1192
+ /**
1193
+ * <p>An Availability Zone for the automatic scaling group.</p>
1194
+ */
1195
+ export interface AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
1196
+ /**
1197
+ * <p>The name of the Availability Zone.</p>
1198
+ */
1199
+ Value?: string;
1200
+ }
1201
+ export declare namespace AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
1202
+ /**
1203
+ * @internal
1204
+ */
1205
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails) => any;
1206
+ }
1207
+ /**
1208
+ * <p>Information about the instances distribution.</p>
1209
+ */
1210
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails {
1211
+ /**
1212
+ * <p>How to allocate instance types to fulfill On-Demand capacity.</p>
1213
+ */
1214
+ OnDemandAllocationStrategy?: string;
1215
+ /**
1216
+ * <p>The minimum amount of the Auto Scaling group's capacity that must be fulfilled by On-Demand Instances.</p>
1217
+ */
1218
+ OnDemandBaseCapacity?: number;
1219
+ /**
1220
+ * <p>The percentage of On-Demand Instances and Spot Instances for additional capacity beyond <code>OnDemandBaseCapacity</code>.</p>
1221
+ */
1222
+ OnDemandPercentageAboveBaseCapacity?: number;
1223
+ /**
1224
+ * <p>How to allocate instances across Spot Instance pools.</p>
1225
+ */
1226
+ SpotAllocationStrategy?: string;
1227
+ /**
1228
+ * <p>The number of Spot Instance pools across which to allocate your Spot Instances.</p>
1229
+ */
1230
+ SpotInstancePools?: number;
1231
+ /**
1232
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>
1233
+ */
1234
+ SpotMaxPrice?: string;
1235
+ }
1236
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails {
1237
+ /**
1238
+ * @internal
1239
+ */
1240
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails) => any;
1241
+ }
1242
+ /**
1243
+ * <p>Details about the launch template to use.</p>
1244
+ */
1245
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification {
1246
+ /**
1247
+ * <p>The identifier of the launch template. You must specify either <code>LaunchTemplateId</code> or <code>LaunchTemplateName</code>.</p>
1248
+ */
1249
+ LaunchTemplateId?: string;
1250
+ /**
1251
+ * <p>The name of the launch template. You must specify either <code>LaunchTemplateId</code> or <code>LaunchTemplateName</code>.</p>
1252
+ */
1253
+ LaunchTemplateName?: string;
1254
+ /**
1255
+ * <p>Identifies the version of the launch template. You can specify a version identifier, or use the values <code>$Latest</code> or <code>$Default</code>.</p>
1256
+ */
1257
+ Version?: string;
1258
+ }
1259
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification {
1260
+ /**
1261
+ * @internal
1262
+ */
1263
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification) => any;
1264
+ }
1265
+ /**
1266
+ * <p>Property values to use to override the values in the launch template.</p>
1267
+ */
1268
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails {
1269
+ /**
1270
+ * <p>The instance type. For example, <code>m3.xlarge</code>.</p>
1271
+ */
1272
+ InstanceType?: string;
1273
+ /**
1274
+ * <p>The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic.</p>
1275
+ */
1276
+ WeightedCapacity?: string;
1277
+ }
1278
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails {
1279
+ /**
1280
+ * @internal
1281
+ */
1282
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails) => any;
1283
+ }
1284
+ /**
1285
+ * <p>Describes a launch template and overrides for a mixed instances policy.</p>
1286
+ */
1287
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails {
1288
+ /**
1289
+ * <p>The launch template to use.</p>
1290
+ */
1291
+ LaunchTemplateSpecification?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification;
1292
+ /**
1293
+ * <p>Property values to use to override the values in the launch template.</p>
1294
+ */
1295
+ Overrides?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails[];
1296
+ }
1297
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails {
1298
+ /**
1299
+ * @internal
1300
+ */
1301
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails) => any;
1302
+ }
1303
+ /**
1304
+ * <p>The mixed instances policy for the automatic scaling group.</p>
1305
+ */
1306
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
1307
+ /**
1308
+ * <p>The instances distribution. The instances distribution specifies the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances, and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacity.</p>
1309
+ */
1310
+ InstancesDistribution?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails;
1311
+ /**
1312
+ * <p>The launch template to use and the instance types (overrides) to use to provision EC2 instances to fulfill On-Demand and Spot capacities.</p>
1313
+ */
1314
+ LaunchTemplate?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails;
1315
+ }
1316
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
1317
+ /**
1318
+ * @internal
1319
+ */
1320
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails) => any;
1321
+ }
1192
1322
  /**
1193
1323
  * <p>Provides details about an auto scaling group.</p>
1194
1324
  */
@@ -1217,6 +1347,14 @@ export interface AwsAutoScalingAutoScalingGroupDetails {
1217
1347
  * <code>2020-03-22T13:22:13.933Z</code>.</p>
1218
1348
  */
1219
1349
  CreatedTime?: string;
1350
+ /**
1351
+ * <p>The mixed instances policy for the automatic scaling group.</p>
1352
+ */
1353
+ MixedInstancesPolicy?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails;
1354
+ /**
1355
+ * <p>The list of Availability Zones for the automatic scaling group.</p>
1356
+ */
1357
+ AvailabilityZones?: AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails[];
1220
1358
  }
1221
1359
  export declare namespace AwsAutoScalingAutoScalingGroupDetails {
1222
1360
  /**
@@ -1323,6 +1461,29 @@ export declare namespace AwsAutoScalingLaunchConfigurationInstanceMonitoringDeta
1323
1461
  */
1324
1462
  const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails) => any;
1325
1463
  }
1464
+ /**
1465
+ * <p>The metadata options for the instances.</p>
1466
+ */
1467
+ export interface AwsAutoScalingLaunchConfigurationMetadataOptions {
1468
+ /**
1469
+ * <p>Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.</p>
1470
+ */
1471
+ HttpEndpoint?: string;
1472
+ /**
1473
+ * <p>The HTTP <code>PUT</code> response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.</p>
1474
+ */
1475
+ HttpPutResponseHopLimit?: number;
1476
+ /**
1477
+ * <p>Indicates whether token usage is <code>required</code> or <code>optional</code> for metadata requests. By default, token usage is <code>optional</code>.</p>
1478
+ */
1479
+ HttpTokens?: string;
1480
+ }
1481
+ export declare namespace AwsAutoScalingLaunchConfigurationMetadataOptions {
1482
+ /**
1483
+ * @internal
1484
+ */
1485
+ const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationMetadataOptions) => any;
1486
+ }
1326
1487
  /**
1327
1488
  * <p>Details about a launch configuration.</p>
1328
1489
  */
@@ -1407,6 +1568,10 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
1407
1568
  * text.</p>
1408
1569
  */
1409
1570
  UserData?: string;
1571
+ /**
1572
+ * <p>The metadata options for the instances.</p>
1573
+ */
1574
+ MetadataOptions?: AwsAutoScalingLaunchConfigurationMetadataOptions;
1410
1575
  }
1411
1576
  export declare namespace AwsAutoScalingLaunchConfigurationDetails {
1412
1577
  /**
@@ -7540,2470 +7705,1553 @@ export declare namespace AwsLambdaLayerVersionDetails {
7540
7705
  const filterSensitiveLog: (obj: AwsLambdaLayerVersionDetails) => any;
7541
7706
  }
7542
7707
  /**
7543
- * <p>Configuration options for zone awareness.</p>
7708
+ * <p>A public subnet that Network Firewall uses for the firewall.</p>
7544
7709
  */
7545
- export interface AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
7710
+ export interface AwsNetworkFirewallFirewallSubnetMappingsDetails {
7546
7711
  /**
7547
- * <p>The number of Availability Zones that the domain uses. Valid values are 2 and 3. The default is 2.</p>
7712
+ * <p>The identifier of the subnet</p>
7548
7713
  */
7549
- AvailabilityZoneCount?: number;
7714
+ SubnetId?: string;
7550
7715
  }
7551
- export declare namespace AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
7716
+ export declare namespace AwsNetworkFirewallFirewallSubnetMappingsDetails {
7552
7717
  /**
7553
7718
  * @internal
7554
7719
  */
7555
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails) => any;
7720
+ const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallSubnetMappingsDetails) => any;
7556
7721
  }
7557
7722
  /**
7558
- * <p>Details about the configuration of an OpenSearch cluster.</p>
7723
+ * <p>Details about an Network Firewall firewall.</p>
7559
7724
  */
7560
- export interface AwsOpenSearchServiceDomainClusterConfigDetails {
7725
+ export interface AwsNetworkFirewallFirewallDetails {
7561
7726
  /**
7562
- * <p>The number of data nodes to use in the OpenSearch domain.</p>
7727
+ * <p>Whether the firewall is protected from deletion. If set to <code>true</code>, then the firewall cannot be deleted.</p>
7563
7728
  */
7564
- InstanceCount?: number;
7729
+ DeleteProtection?: boolean;
7565
7730
  /**
7566
- * <p>Whether UltraWarm is enabled.</p>
7731
+ * <p>A description of the firewall.</p>
7567
7732
  */
7568
- WarmEnabled?: boolean;
7733
+ Description?: string;
7569
7734
  /**
7570
- * <p>The number of UltraWarm instances.</p>
7735
+ * <p>The ARN of the firewall.</p>
7571
7736
  */
7572
- WarmCount?: number;
7737
+ FirewallArn?: string;
7573
7738
  /**
7574
- * <p>Whether to use a dedicated master node for the OpenSearch domain. A dedicated master node performs cluster management tasks, but does not hold data or respond to data upload requests.</p>
7739
+ * <p>The identifier of the firewall.</p>
7575
7740
  */
7576
- DedicatedMasterEnabled?: boolean;
7741
+ FirewallId?: string;
7577
7742
  /**
7578
- * <p>Configuration options for zone awareness. Provided if <code>ZoneAwarenessEnabled</code> is <code>true</code>.</p>
7743
+ * <p>A descriptive name of the firewall.</p>
7579
7744
  */
7580
- ZoneAwarenessConfig?: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails;
7745
+ FirewallName?: string;
7581
7746
  /**
7582
- * <p>The number of instances to use for the master node. If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.</p>
7747
+ * <p>The ARN of the firewall policy.</p>
7583
7748
  */
7584
- DedicatedMasterCount?: number;
7749
+ FirewallPolicyArn?: string;
7585
7750
  /**
7586
- * <p>The instance type for your data nodes. </p>
7751
+ * <p>Whether the firewall is protected from a change to the firewall policy. If set to <code>true</code>, you cannot associate a different policy with the firewall.</p>
7587
7752
  */
7588
- InstanceType?: string;
7753
+ FirewallPolicyChangeProtection?: boolean;
7589
7754
  /**
7590
- * <p>The type of UltraWarm instance.</p>
7755
+ * <p>Whether the firewall is protected from a change to the subnet associations. If set to <code>true</code>, you cannot map different subnets to the firewall.</p>
7591
7756
  */
7592
- WarmType?: string;
7757
+ SubnetChangeProtection?: boolean;
7593
7758
  /**
7594
- * <p>Whether to enable zone awareness for the OpenSearch domain. When zone awareness is enabled, OpenSearch Service allocates the cluster's nodes and replica index shards across Availability Zones (AZs) in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.</p>
7759
+ * <p>The public subnets that Network Firewall uses for the firewall. Each subnet must belong to a different Availability Zone.</p>
7595
7760
  */
7596
- ZoneAwarenessEnabled?: boolean;
7761
+ SubnetMappings?: AwsNetworkFirewallFirewallSubnetMappingsDetails[];
7597
7762
  /**
7598
- * <p>The hardware configuration of the computer that hosts the dedicated master node.</p>
7599
- * <p>If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.
7600
- * </p>
7763
+ * <p>The identifier of the VPC where the firewall is used.</p>
7601
7764
  */
7602
- DedicatedMasterType?: string;
7765
+ VpcId?: string;
7603
7766
  }
7604
- export declare namespace AwsOpenSearchServiceDomainClusterConfigDetails {
7767
+ export declare namespace AwsNetworkFirewallFirewallDetails {
7605
7768
  /**
7606
7769
  * @internal
7607
7770
  */
7608
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigDetails) => any;
7771
+ const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallDetails) => any;
7609
7772
  }
7610
7773
  /**
7611
- * <p>Information about additional options for the domain endpoint.</p>
7774
+ * <p>A stateful rule group that is used by the firewall policy.</p>
7612
7775
  */
7613
- export interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
7776
+ export interface FirewallPolicyStatefulRuleGroupReferencesDetails {
7614
7777
  /**
7615
- * <p>The ARN for the security certificate. The certificate is managed in ACM.</p>
7778
+ * <p>The ARN of the stateful rule group.</p>
7616
7779
  */
7617
- CustomEndpointCertificateArn?: string;
7780
+ ResourceArn?: string;
7781
+ }
7782
+ export declare namespace FirewallPolicyStatefulRuleGroupReferencesDetails {
7618
7783
  /**
7619
- * <p>Whether to enable a custom endpoint for the domain.</p>
7784
+ * @internal
7620
7785
  */
7621
- CustomEndpointEnabled?: boolean;
7786
+ const filterSensitiveLog: (obj: FirewallPolicyStatefulRuleGroupReferencesDetails) => any;
7787
+ }
7788
+ /**
7789
+ * <p>Defines a CloudWatch dimension value to publish.</p>
7790
+ */
7791
+ export interface StatelessCustomPublishMetricActionDimension {
7622
7792
  /**
7623
- * <p>Whether to require that all traffic to the domain arrive over HTTPS.</p>
7793
+ * <p>The value to use for the custom metric dimension.</p>
7624
7794
  */
7625
- EnforceHTTPS?: boolean;
7795
+ Value?: string;
7796
+ }
7797
+ export declare namespace StatelessCustomPublishMetricActionDimension {
7626
7798
  /**
7627
- * <p>The fully qualified URL for the custom endpoint.</p>
7799
+ * @internal
7628
7800
  */
7629
- CustomEndpoint?: string;
7801
+ const filterSensitiveLog: (obj: StatelessCustomPublishMetricActionDimension) => any;
7802
+ }
7803
+ /**
7804
+ * <p>Information about metrics to publish to CloudWatch.</p>
7805
+ */
7806
+ export interface StatelessCustomPublishMetricAction {
7630
7807
  /**
7631
- * <p>The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.</p>
7808
+ * <p>Defines CloudWatch dimension values to publish.</p>
7632
7809
  */
7633
- TLSSecurityPolicy?: string;
7810
+ Dimensions?: StatelessCustomPublishMetricActionDimension[];
7634
7811
  }
7635
- export declare namespace AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
7812
+ export declare namespace StatelessCustomPublishMetricAction {
7636
7813
  /**
7637
7814
  * @internal
7638
7815
  */
7639
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails) => any;
7816
+ const filterSensitiveLog: (obj: StatelessCustomPublishMetricAction) => any;
7640
7817
  }
7641
7818
  /**
7642
- * <p>Details about the configuration for encryption at rest for the OpenSearch domain.</p>
7819
+ * <p>The definition of a custom action that can be used for stateless packet handling.</p>
7643
7820
  */
7644
- export interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
7645
- /**
7646
- * <p>Whether encryption at rest is enabled.</p>
7647
- */
7648
- Enabled?: boolean;
7821
+ export interface StatelessCustomActionDefinition {
7649
7822
  /**
7650
- * <p>The KMS key ID.</p>
7823
+ * <p>Information about metrics to publish to CloudWatch.</p>
7651
7824
  */
7652
- KmsKeyId?: string;
7825
+ PublishMetricAction?: StatelessCustomPublishMetricAction;
7653
7826
  }
7654
- export declare namespace AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
7827
+ export declare namespace StatelessCustomActionDefinition {
7655
7828
  /**
7656
7829
  * @internal
7657
7830
  */
7658
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails) => any;
7831
+ const filterSensitiveLog: (obj: StatelessCustomActionDefinition) => any;
7659
7832
  }
7660
7833
  /**
7661
- * <p>Configuration details for a log publishing option.</p>
7834
+ * <p>A custom action that can be used for stateless packet handling.</p>
7662
7835
  */
7663
- export interface AwsOpenSearchServiceDomainLogPublishingOption {
7836
+ export interface FirewallPolicyStatelessCustomActionsDetails {
7664
7837
  /**
7665
- * <p>The ARN of the CloudWatch Logs group to publish the logs to.</p>
7838
+ * <p>The definition of the custom action.</p>
7666
7839
  */
7667
- CloudWatchLogsLogGroupArn?: string;
7840
+ ActionDefinition?: StatelessCustomActionDefinition;
7668
7841
  /**
7669
- * <p>Whether the log publishing is enabled.</p>
7842
+ * <p>The name of the custom action.</p>
7670
7843
  */
7671
- Enabled?: boolean;
7844
+ ActionName?: string;
7672
7845
  }
7673
- export declare namespace AwsOpenSearchServiceDomainLogPublishingOption {
7846
+ export declare namespace FirewallPolicyStatelessCustomActionsDetails {
7674
7847
  /**
7675
7848
  * @internal
7676
7849
  */
7677
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOption) => any;
7850
+ const filterSensitiveLog: (obj: FirewallPolicyStatelessCustomActionsDetails) => any;
7678
7851
  }
7679
7852
  /**
7680
- * <p>Configures the CloudWatch Logs to publish for the OpenSearch domain.</p>
7853
+ * <p>A stateless rule group that is used by the firewall policy.</p>
7681
7854
  */
7682
- export interface AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
7683
- /**
7684
- * <p>Configures the OpenSearch index logs publishing.</p>
7685
- */
7686
- IndexSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
7855
+ export interface FirewallPolicyStatelessRuleGroupReferencesDetails {
7687
7856
  /**
7688
- * <p>Configures the OpenSearch search slow log publishing.</p>
7857
+ * <p>The order in which to run the stateless rule group.</p>
7689
7858
  */
7690
- SearchSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
7859
+ Priority?: number;
7691
7860
  /**
7692
- * <p>Configures the OpenSearch audit logs publishing.</p>
7861
+ * <p>The ARN of the stateless rule group.</p>
7693
7862
  */
7694
- AuditLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
7863
+ ResourceArn?: string;
7695
7864
  }
7696
- export declare namespace AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
7865
+ export declare namespace FirewallPolicyStatelessRuleGroupReferencesDetails {
7697
7866
  /**
7698
7867
  * @internal
7699
7868
  */
7700
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOptionsDetails) => any;
7869
+ const filterSensitiveLog: (obj: FirewallPolicyStatelessRuleGroupReferencesDetails) => any;
7701
7870
  }
7702
7871
  /**
7703
- * <p>Provides details about the configuration for node-to-node encryption.</p>
7872
+ * <p>Defines the behavior of the firewall.</p>
7704
7873
  */
7705
- export interface AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
7874
+ export interface FirewallPolicyDetails {
7706
7875
  /**
7707
- * <p>Whether node-to-node encryption is enabled.</p>
7876
+ * <p>The stateful rule groups that are used in the firewall policy.</p>
7708
7877
  */
7709
- Enabled?: boolean;
7710
- }
7711
- export declare namespace AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
7878
+ StatefulRuleGroupReferences?: FirewallPolicyStatefulRuleGroupReferencesDetails[];
7712
7879
  /**
7713
- * @internal
7880
+ * <p>The custom action definitions that are available to use in the firewall policy's <code>StatelessDefaultActions</code> setting.</p>
7714
7881
  */
7715
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails) => any;
7716
- }
7717
- /**
7718
- * <p>Provides information about the state of the domain relative to the latest service software.</p>
7719
- */
7720
- export interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
7882
+ StatelessCustomActions?: FirewallPolicyStatelessCustomActionsDetails[];
7721
7883
  /**
7722
- * <p>The epoch time when the deployment window closes for required updates. After this time, OpenSearch Service schedules the software upgrade automatically.</p>
7884
+ * <p>The actions to take on a packet if it doesn't match any of the stateless rules in the policy.</p>
7885
+ * <p>You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, <code>aws:forward_to_sfe</code>), and can optionally include a custom action from <code>StatelessCustomActions</code>.
7886
+ * </p>
7723
7887
  */
7724
- AutomatedUpdateDate?: string;
7888
+ StatelessDefaultActions?: string[];
7725
7889
  /**
7726
- * <p>Whether a request to update the domain can be canceled.</p>
7890
+ * <p>The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.</p>
7891
+ * <p>You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, <code>aws:forward_to_sfe</code>), and can optionally include a custom action from <code>StatelessCustomActions</code>.
7892
+ * </p>
7727
7893
  */
7728
- Cancellable?: boolean;
7894
+ StatelessFragmentDefaultActions?: string[];
7729
7895
  /**
7730
- * <p>The version of the service software that is currently installed on the domain.</p>
7896
+ * <p>The stateless rule groups that are used in the firewall policy.</p>
7731
7897
  */
7732
- CurrentVersion?: string;
7898
+ StatelessRuleGroupReferences?: FirewallPolicyStatelessRuleGroupReferencesDetails[];
7899
+ }
7900
+ export declare namespace FirewallPolicyDetails {
7733
7901
  /**
7734
- * <p>A more detailed description of the service software status.</p>
7902
+ * @internal
7735
7903
  */
7736
- Description?: string;
7904
+ const filterSensitiveLog: (obj: FirewallPolicyDetails) => any;
7905
+ }
7906
+ /**
7907
+ * <p>Details about a firewall policy. A firewall policy defines the behavior of a network firewall.</p>
7908
+ */
7909
+ export interface AwsNetworkFirewallFirewallPolicyDetails {
7737
7910
  /**
7738
- * <p>The most recent version of the service software.</p>
7911
+ * <p>The firewall policy configuration.</p>
7739
7912
  */
7740
- NewVersion?: string;
7913
+ FirewallPolicy?: FirewallPolicyDetails;
7741
7914
  /**
7742
- * <p>Whether a service software update is available for the domain.</p>
7915
+ * <p>The ARN of the firewall policy.</p>
7743
7916
  */
7744
- UpdateAvailable?: boolean;
7917
+ FirewallPolicyArn?: string;
7745
7918
  /**
7746
- * <p>The status of the service software update.</p>
7919
+ * <p>The identifier of the firewall policy.</p>
7747
7920
  */
7748
- UpdateStatus?: string;
7921
+ FirewallPolicyId?: string;
7749
7922
  /**
7750
- * <p>Whether the service software update is optional.</p>
7923
+ * <p>The name of the firewall policy.</p>
7751
7924
  */
7752
- OptionalDeployment?: boolean;
7925
+ FirewallPolicyName?: string;
7926
+ /**
7927
+ * <p>A description of the firewall policy.</p>
7928
+ */
7929
+ Description?: string;
7753
7930
  }
7754
- export declare namespace AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
7931
+ export declare namespace AwsNetworkFirewallFirewallPolicyDetails {
7755
7932
  /**
7756
7933
  * @internal
7757
7934
  */
7758
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails) => any;
7935
+ const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallPolicyDetails) => any;
7759
7936
  }
7760
7937
  /**
7761
- * <p>Contains information that OpenSearch Service derives based on the <code>VPCOptions</code> for the domain.</p>
7938
+ * <p>Stateful inspection criteria for a domain list rule group.</p>
7762
7939
  */
7763
- export interface AwsOpenSearchServiceDomainVpcOptionsDetails {
7940
+ export interface RuleGroupSourceListDetails {
7764
7941
  /**
7765
- * <p>The list of security group IDs that are associated with the VPC endpoints for the domain.</p>
7942
+ * <p>Indicates whether to allow or deny access to the domains listed in <code>Targets</code>.</p>
7766
7943
  */
7767
- SecurityGroupIds?: string[];
7944
+ GeneratedRulesType?: string;
7768
7945
  /**
7769
- * <p>A list of subnet IDs that are associated with the VPC endpoints for the domain.</p>
7946
+ * <p>The protocols that you want to inspect. Specify <code>LS_SNI</code> for HTTPS. Specify <code>HTTP_HOST</code> for HTTP. You can specify either or both.</p>
7770
7947
  */
7771
- SubnetIds?: string[];
7948
+ TargetTypes?: string[];
7949
+ /**
7950
+ * <p>The domains that you want to inspect for in your traffic flows. You can provide full domain names, or use the '.' prefix as a wildcard. For example, <code>.example.com</code> matches all domains that end with <code>example.com</code>.</p>
7951
+ */
7952
+ Targets?: string[];
7772
7953
  }
7773
- export declare namespace AwsOpenSearchServiceDomainVpcOptionsDetails {
7954
+ export declare namespace RuleGroupSourceListDetails {
7774
7955
  /**
7775
7956
  * @internal
7776
7957
  */
7777
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainVpcOptionsDetails) => any;
7958
+ const filterSensitiveLog: (obj: RuleGroupSourceListDetails) => any;
7778
7959
  }
7779
7960
  /**
7780
- * <p>Information about an Amazon OpenSearch Service domain.</p>
7961
+ * <p>The inspection criteria for a stateful rule.</p>
7781
7962
  */
7782
- export interface AwsOpenSearchServiceDomainDetails {
7963
+ export interface RuleGroupSourceStatefulRulesHeaderDetails {
7783
7964
  /**
7784
- * <p>The ARN of the OpenSearch Service domain.</p>
7965
+ * <p>The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify <code>ANY</code>.</p>
7785
7966
  */
7786
- Arn?: string;
7967
+ Destination?: string;
7787
7968
  /**
7788
- * <p>IAM policy document that specifies the access policies for the OpenSearch Service domain.</p>
7969
+ * <p>The destination port to inspect for. You can specify an individual port, such as <code>1994</code>. You also can specify a port range, such as <code>1990:1994</code>. To match with any port, specify <code>ANY</code>.</p>
7789
7970
  */
7790
- AccessPolicies?: string;
7971
+ DestinationPort?: string;
7791
7972
  /**
7792
- * <p>The name of the endpoint.</p>
7973
+ * <p>The direction of traffic flow to inspect. If set to <code>ANY</code>, the inspection matches bidirectional traffic, both from the source to the destination and from the destination to the source. If set to <code>FORWARD</code>, the inspection only matches traffic going from the source to the destination.</p>
7793
7974
  */
7794
- DomainName?: string;
7975
+ Direction?: string;
7795
7976
  /**
7796
- * <p>The identifier of the domain.</p>
7977
+ * <p>The protocol to inspect for. To inspector for all protocols, use <code>IP</code>.</p>
7797
7978
  */
7798
- Id?: string;
7979
+ Protocol?: string;
7799
7980
  /**
7800
- * <p>The domain endpoint.</p>
7981
+ * <p>The source IP address or address range to inspect for, in CIDR notation. To match with any address, specify <code>ANY</code>.</p>
7801
7982
  */
7802
- DomainEndpoint?: string;
7983
+ Source?: string;
7803
7984
  /**
7804
- * <p>The version of the domain engine.</p>
7985
+ * <p>The source port to inspect for. You can specify an individual port, such as <code>1994</code>. You also can specify a port range, such as <code>1990:1994</code>. To match with any port, specify <code>ANY</code>.</p>
7805
7986
  */
7806
- EngineVersion?: string;
7987
+ SourcePort?: string;
7988
+ }
7989
+ export declare namespace RuleGroupSourceStatefulRulesHeaderDetails {
7807
7990
  /**
7808
- * <p>Details about the configuration for encryption at rest.</p>
7991
+ * @internal
7809
7992
  */
7810
- EncryptionAtRestOptions?: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails;
7811
- /**
7812
- * <p>Details about the configuration for node-to-node encryption.</p>
7813
- */
7814
- NodeToNodeEncryptionOptions?: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails;
7815
- /**
7816
- * <p>Information about the status of a domain relative to the latest service software.</p>
7817
- */
7818
- ServiceSoftwareOptions?: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails;
7819
- /**
7820
- * <p>Details about the configuration of an OpenSearch cluster.</p>
7821
- */
7822
- ClusterConfig?: AwsOpenSearchServiceDomainClusterConfigDetails;
7823
- /**
7824
- * <p>Additional options for the domain endpoint.</p>
7825
- */
7826
- DomainEndpointOptions?: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails;
7827
- /**
7828
- * <p>Information that OpenSearch Service derives based on <code>VPCOptions</code> for the domain.</p>
7829
- */
7830
- VpcOptions?: AwsOpenSearchServiceDomainVpcOptionsDetails;
7831
- /**
7832
- * <p>Configures the CloudWatch Logs to publish for the OpenSearch domain.</p>
7833
- */
7834
- LogPublishingOptions?: AwsOpenSearchServiceDomainLogPublishingOptionsDetails;
7835
- /**
7836
- * <p>The domain endpoints. Used if the OpenSearch domain resides in a VPC.</p>
7837
- * <p>This is a map of key-value pairs. The key is always <code>vpc</code>. The value is the endpoint.</p>
7838
- */
7839
- DomainEndpoints?: {
7840
- [key: string]: string;
7841
- };
7842
- }
7843
- export declare namespace AwsOpenSearchServiceDomainDetails {
7844
- /**
7845
- * @internal
7846
- */
7847
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDetails) => any;
7848
- }
7849
- /**
7850
- * <p>An IAM role that is associated with the Amazon RDS DB cluster.</p>
7851
- */
7852
- export interface AwsRdsDbClusterAssociatedRole {
7853
- /**
7854
- * <p>The ARN of the IAM role.</p>
7855
- */
7856
- RoleArn?: string;
7857
- /**
7858
- * <p>The status of the association between the IAM role and the DB cluster.</p>
7859
- */
7860
- Status?: string;
7861
- }
7862
- export declare namespace AwsRdsDbClusterAssociatedRole {
7863
- /**
7864
- * @internal
7865
- */
7866
- const filterSensitiveLog: (obj: AwsRdsDbClusterAssociatedRole) => any;
7867
- }
7868
- /**
7869
- * <p>Information about an instance in the DB cluster.</p>
7870
- */
7871
- export interface AwsRdsDbClusterMember {
7872
- /**
7873
- * <p>Whether the cluster member is the primary instance for the DB cluster.</p>
7874
- */
7875
- IsClusterWriter?: boolean;
7876
- /**
7877
- * <p>Specifies the order in which an Aurora replica is promoted to the primary instance when
7878
- * the existing primary instance fails.</p>
7879
- */
7880
- PromotionTier?: number;
7881
- /**
7882
- * <p>The instance identifier for this member of the DB cluster.</p>
7883
- */
7884
- DbInstanceIdentifier?: string;
7885
- /**
7886
- * <p>The status of the DB cluster parameter group for this member of the DB cluster.</p>
7887
- */
7888
- DbClusterParameterGroupStatus?: string;
7889
- }
7890
- export declare namespace AwsRdsDbClusterMember {
7891
- /**
7892
- * @internal
7893
- */
7894
- const filterSensitiveLog: (obj: AwsRdsDbClusterMember) => any;
7895
- }
7896
- /**
7897
- * <p>Information about an option group membership for a DB cluster.</p>
7898
- */
7899
- export interface AwsRdsDbClusterOptionGroupMembership {
7900
- /**
7901
- * <p>The name of the DB cluster option group.</p>
7902
- */
7903
- DbClusterOptionGroupName?: string;
7904
- /**
7905
- * <p>The status of the DB cluster option group.</p>
7906
- */
7907
- Status?: string;
7908
- }
7909
- export declare namespace AwsRdsDbClusterOptionGroupMembership {
7910
- /**
7911
- * @internal
7912
- */
7913
- const filterSensitiveLog: (obj: AwsRdsDbClusterOptionGroupMembership) => any;
7914
- }
7915
- /**
7916
- * <p>Information about an Active Directory domain membership record associated with the DB
7917
- * instance.</p>
7918
- */
7919
- export interface AwsRdsDbDomainMembership {
7920
- /**
7921
- * <p>The identifier of the Active Directory domain.</p>
7922
- */
7923
- Domain?: string;
7924
- /**
7925
- * <p>The status of the Active Directory Domain membership for the DB instance.</p>
7926
- */
7927
- Status?: string;
7928
- /**
7929
- * <p>The fully qualified domain name of the Active Directory domain.</p>
7930
- */
7931
- Fqdn?: string;
7932
- /**
7933
- * <p>The name of the IAM role to use when making API calls to the Directory Service.</p>
7934
- */
7935
- IamRoleName?: string;
7936
- }
7937
- export declare namespace AwsRdsDbDomainMembership {
7938
- /**
7939
- * @internal
7940
- */
7941
- const filterSensitiveLog: (obj: AwsRdsDbDomainMembership) => any;
7942
- }
7943
- /**
7944
- * <p>A VPC security groups that the DB instance belongs to.</p>
7945
- */
7946
- export interface AwsRdsDbInstanceVpcSecurityGroup {
7947
- /**
7948
- * <p>The name of the VPC security group.</p>
7949
- */
7950
- VpcSecurityGroupId?: string;
7951
- /**
7952
- * <p>The status of the VPC security group.</p>
7953
- */
7954
- Status?: string;
7955
- }
7956
- export declare namespace AwsRdsDbInstanceVpcSecurityGroup {
7957
- /**
7958
- * @internal
7959
- */
7960
- const filterSensitiveLog: (obj: AwsRdsDbInstanceVpcSecurityGroup) => any;
7961
- }
7962
- /**
7963
- * <p>Information about an Amazon RDS DB cluster.</p>
7964
- */
7965
- export interface AwsRdsDbClusterDetails {
7966
- /**
7967
- * <p>For all database engines except Aurora, specifies the allocated storage size in
7968
- * gibibytes (GiB).</p>
7969
- */
7970
- AllocatedStorage?: number;
7971
- /**
7972
- * <p>A list of Availability Zones (AZs) where instances in the DB cluster can be
7973
- * created.</p>
7974
- */
7975
- AvailabilityZones?: string[];
7976
- /**
7977
- * <p>The number of days for which automated backups are retained.</p>
7978
- */
7979
- BackupRetentionPeriod?: number;
7980
- /**
7981
- * <p>The name of the database.</p>
7982
- */
7983
- DatabaseName?: string;
7984
- /**
7985
- * <p>The current status of this DB cluster.</p>
7986
- */
7987
- Status?: string;
7988
- /**
7989
- * <p>The connection endpoint for the primary instance of the DB cluster.</p>
7990
- */
7991
- Endpoint?: string;
7992
- /**
7993
- * <p>The reader endpoint for the DB cluster.</p>
7994
- */
7995
- ReaderEndpoint?: string;
7996
- /**
7997
- * <p>A list of custom endpoints for the DB cluster.</p>
7998
- */
7999
- CustomEndpoints?: string[];
8000
- /**
8001
- * <p>Whether the DB cluster has instances in multiple Availability Zones.</p>
8002
- */
8003
- MultiAz?: boolean;
8004
- /**
8005
- * <p>The name of the database engine to use for this DB cluster.</p>
8006
- */
8007
- Engine?: string;
8008
- /**
8009
- * <p>The version number of the database engine to use.</p>
8010
- */
8011
- EngineVersion?: string;
8012
- /**
8013
- * <p>The port number on which the DB instances in the DB cluster accept connections.</p>
8014
- */
8015
- Port?: number;
8016
- /**
8017
- * <p>The name of the master user for the DB cluster.</p>
8018
- */
8019
- MasterUsername?: string;
8020
- /**
8021
- * <p>The range of time each day when automated backups are created, if automated backups are
8022
- * enabled.</p>
8023
- * <p>Uses the format <code>HH:MM-HH:MM</code>. For example, <code>04:52-05:22</code>.</p>
8024
- */
8025
- PreferredBackupWindow?: string;
8026
- /**
8027
- * <p>The weekly time range during which system maintenance can occur, in Universal
8028
- * Coordinated Time (UTC).</p>
8029
- * <p>Uses the format <code><day>:HH:MM-<day>:HH:MM</code>.</p>
8030
- * <p>For the day values, use
8031
- * <code>mon</code>|<code>tue</code>|<code>wed</code>|<code>thu</code>|<code>fri</code>|<code>sat</code>|<code>sun</code>.</p>
8032
- * <p>For example, <code>sun:09:32-sun:10:02</code>.</p>
8033
- */
8034
- PreferredMaintenanceWindow?: string;
8035
- /**
8036
- * <p>The identifiers of the read replicas that are associated with this DB cluster.</p>
8037
- */
8038
- ReadReplicaIdentifiers?: string[];
8039
- /**
8040
- * <p>A list of VPC security groups that the DB cluster belongs to.</p>
8041
- */
8042
- VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
8043
- /**
8044
- * <p>Specifies the identifier that Amazon Route 53 assigns when you create a hosted
8045
- * zone.</p>
8046
- */
8047
- HostedZoneId?: string;
8048
- /**
8049
- * <p>Whether the DB cluster is encrypted.</p>
8050
- */
8051
- StorageEncrypted?: boolean;
8052
- /**
8053
- * <p>The ARN of the KMS master key that is used to encrypt the database instances in the
8054
- * DB cluster.</p>
8055
- */
8056
- KmsKeyId?: string;
8057
- /**
8058
- * <p>The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region
8059
- * and is immutable.</p>
8060
- */
8061
- DbClusterResourceId?: string;
8062
- /**
8063
- * <p>A list of the IAM roles that are associated with the DB cluster.</p>
8064
- */
8065
- AssociatedRoles?: AwsRdsDbClusterAssociatedRole[];
8066
- /**
8067
- * <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
8068
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
8069
- * Date/Time Format</a>. The value cannot contain spaces. For example,
8070
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8071
- */
8072
- ClusterCreateTime?: string;
8073
- /**
8074
- * <p>A list of log types that this DB cluster is configured to export to CloudWatch
8075
- * Logs.</p>
8076
- */
8077
- EnabledCloudWatchLogsExports?: string[];
8078
- /**
8079
- * <p>The database engine mode of the DB cluster.</p>
8080
- */
8081
- EngineMode?: string;
8082
- /**
8083
- * <p>Whether the DB cluster has deletion protection enabled.</p>
8084
- */
8085
- DeletionProtection?: boolean;
8086
- /**
8087
- * <p>Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.</p>
8088
- */
8089
- HttpEndpointEnabled?: boolean;
8090
- /**
8091
- * <p>The status of the database activity stream.</p>
8092
- */
8093
- ActivityStreamStatus?: string;
8094
- /**
8095
- * <p>Whether tags are copied from the DB cluster to snapshots of the DB cluster.</p>
8096
- */
8097
- CopyTagsToSnapshot?: boolean;
8098
- /**
8099
- * <p>Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services
8100
- * account.</p>
8101
- */
8102
- CrossAccountClone?: boolean;
8103
- /**
8104
- * <p>The Active Directory domain membership records that are associated with the DB
8105
- * cluster.</p>
8106
- */
8107
- DomainMemberships?: AwsRdsDbDomainMembership[];
8108
- /**
8109
- * <p>The name of the DB cluster parameter group for the DB cluster.</p>
8110
- */
8111
- DbClusterParameterGroup?: string;
8112
- /**
8113
- * <p>The subnet group that is associated with the DB cluster, including the name,
8114
- * description, and subnets in the subnet group.</p>
8115
- */
8116
- DbSubnetGroup?: string;
8117
- /**
8118
- * <p>The list of option group memberships for this DB cluster.</p>
8119
- */
8120
- DbClusterOptionGroupMemberships?: AwsRdsDbClusterOptionGroupMembership[];
8121
- /**
8122
- * <p>The DB cluster identifier that the user assigned to the cluster. This identifier is the
8123
- * unique key that identifies a DB cluster.</p>
8124
- */
8125
- DbClusterIdentifier?: string;
8126
- /**
8127
- * <p>The list of instances that make up the DB cluster.</p>
8128
- */
8129
- DbClusterMembers?: AwsRdsDbClusterMember[];
8130
- /**
8131
- * <p>Whether the mapping of IAM accounts to database accounts is enabled.</p>
8132
- */
8133
- IamDatabaseAuthenticationEnabled?: boolean;
8134
- }
8135
- export declare namespace AwsRdsDbClusterDetails {
8136
- /**
8137
- * @internal
8138
- */
8139
- const filterSensitiveLog: (obj: AwsRdsDbClusterDetails) => any;
8140
- }
8141
- /**
8142
- * <p>Information about an Amazon RDS DB cluster snapshot.</p>
8143
- */
8144
- export interface AwsRdsDbClusterSnapshotDetails {
8145
- /**
8146
- * <p>A list of Availability Zones where instances in the DB cluster can be created.</p>
8147
- */
8148
- AvailabilityZones?: string[];
8149
- /**
8150
- * <p>Indicates when the snapshot was taken.</p>
8151
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
8152
- * Date/Time Format</a>. The value cannot contain spaces. For example,
8153
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8154
- */
8155
- SnapshotCreateTime?: string;
8156
- /**
8157
- * <p>The name of the database engine that you want to use for this DB instance.</p>
8158
- */
8159
- Engine?: string;
8160
- /**
8161
- * <p>Specifies the allocated storage size in gibibytes (GiB).</p>
8162
- */
8163
- AllocatedStorage?: number;
8164
- /**
8165
- * <p>The status of this DB cluster snapshot.</p>
8166
- */
8167
- Status?: string;
8168
- /**
8169
- * <p>The port number on which the DB instances in the DB cluster accept connections.</p>
8170
- */
8171
- Port?: number;
8172
- /**
8173
- * <p>The VPC ID that is associated with the DB cluster snapshot.</p>
8174
- */
8175
- VpcId?: string;
8176
- /**
8177
- * <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
8178
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
8179
- * Date/Time Format</a>. The value cannot contain spaces. For example,
8180
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8181
- */
8182
- ClusterCreateTime?: string;
8183
- /**
8184
- * <p>The name of the master user for the DB cluster.</p>
8185
- */
8186
- MasterUsername?: string;
8187
- /**
8188
- * <p>The version of the database engine to use.</p>
8189
- */
8190
- EngineVersion?: string;
8191
- /**
8192
- * <p>The license model information for this DB cluster snapshot.</p>
8193
- */
8194
- LicenseModel?: string;
8195
- /**
8196
- * <p>The type of DB cluster snapshot.</p>
8197
- */
8198
- SnapshotType?: string;
8199
- /**
8200
- * <p>Specifies the percentage of the estimated data that has been transferred.</p>
8201
- */
8202
- PercentProgress?: number;
8203
- /**
8204
- * <p>Whether the DB cluster is encrypted.</p>
8205
- */
8206
- StorageEncrypted?: boolean;
8207
- /**
8208
- * <p>The ARN of the KMS master key that is used to encrypt the database instances in the
8209
- * DB cluster.</p>
8210
- */
8211
- KmsKeyId?: string;
8212
- /**
8213
- * <p>The DB cluster identifier.</p>
8214
- */
8215
- DbClusterIdentifier?: string;
8216
- /**
8217
- * <p>The identifier of the DB cluster snapshot.</p>
8218
- */
8219
- DbClusterSnapshotIdentifier?: string;
8220
- /**
8221
- * <p>Whether mapping of IAM accounts to database accounts is enabled.</p>
8222
- */
8223
- IamDatabaseAuthenticationEnabled?: boolean;
8224
- }
8225
- export declare namespace AwsRdsDbClusterSnapshotDetails {
8226
- /**
8227
- * @internal
8228
- */
8229
- const filterSensitiveLog: (obj: AwsRdsDbClusterSnapshotDetails) => any;
8230
- }
8231
- /**
8232
- * <p>An IAM role associated with the DB instance.</p>
8233
- */
8234
- export interface AwsRdsDbInstanceAssociatedRole {
8235
- /**
8236
- * <p>The ARN of the IAM role that is associated with the DB
8237
- * instance.</p>
8238
- */
8239
- RoleArn?: string;
8240
- /**
8241
- * <p>The name of the feature associated with the IAM role.</p>
8242
- */
8243
- FeatureName?: string;
8244
- /**
8245
- * <p>Describes the state of the association between the IAM role and the DB instance. The
8246
- * <code>Status</code> property returns one of the following values:</p>
8247
- * <ul>
8248
- * <li>
8249
- * <p>
8250
- * <code>ACTIVE</code> - The IAM role ARN is associated with the DB instance and can
8251
- * be used to access other Amazon Web Services services on your behalf.</p>
8252
- * </li>
8253
- * <li>
8254
- * <p>
8255
- * <code>PENDING</code> - The IAM role ARN is being associated with the DB
8256
- * instance.</p>
8257
- * </li>
8258
- * <li>
8259
- * <p>
8260
- * <code>INVALID</code> - The IAM role ARN is associated with the DB instance. But
8261
- * the DB instance is unable to assume the IAM role in order to access other Amazon Web Services
8262
- * services on your behalf. </p>
8263
- * </li>
8264
- * </ul>
8265
- */
8266
- Status?: string;
8267
- }
8268
- export declare namespace AwsRdsDbInstanceAssociatedRole {
8269
- /**
8270
- * @internal
8271
- */
8272
- const filterSensitiveLog: (obj: AwsRdsDbInstanceAssociatedRole) => any;
8273
- }
8274
- /**
8275
- * <p>Provides information about a parameter group for a DB instance.</p>
8276
- */
8277
- export interface AwsRdsDbParameterGroup {
8278
- /**
8279
- * <p>The name of the parameter group.</p>
8280
- */
8281
- DbParameterGroupName?: string;
8282
- /**
8283
- * <p>The status of parameter updates.</p>
8284
- */
8285
- ParameterApplyStatus?: string;
8286
- }
8287
- export declare namespace AwsRdsDbParameterGroup {
8288
- /**
8289
- * @internal
8290
- */
8291
- const filterSensitiveLog: (obj: AwsRdsDbParameterGroup) => any;
8292
- }
8293
- /**
8294
- * <p>An Availability Zone for a subnet in a subnet group.</p>
8295
- */
8296
- export interface AwsRdsDbSubnetGroupSubnetAvailabilityZone {
8297
- /**
8298
- * <p>The name of the Availability Zone for a subnet in the subnet group.</p>
8299
- */
8300
- Name?: string;
8301
- }
8302
- export declare namespace AwsRdsDbSubnetGroupSubnetAvailabilityZone {
8303
- /**
8304
- * @internal
8305
- */
8306
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnetAvailabilityZone) => any;
8307
- }
8308
- /**
8309
- * <p>Information about a subnet in a subnet group.</p>
8310
- */
8311
- export interface AwsRdsDbSubnetGroupSubnet {
8312
- /**
8313
- * <p>The identifier of a subnet in the subnet group.</p>
8314
- */
8315
- SubnetIdentifier?: string;
8316
- /**
8317
- * <p>Information about the Availability Zone for a subnet in the subnet group.</p>
8318
- */
8319
- SubnetAvailabilityZone?: AwsRdsDbSubnetGroupSubnetAvailabilityZone;
8320
- /**
8321
- * <p>The status of a subnet in the subnet group.</p>
8322
- */
8323
- SubnetStatus?: string;
8324
- }
8325
- export declare namespace AwsRdsDbSubnetGroupSubnet {
8326
- /**
8327
- * @internal
8328
- */
8329
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnet) => any;
8330
- }
8331
- /**
8332
- * <p>Information about the subnet group for the database instance.</p>
8333
- */
8334
- export interface AwsRdsDbSubnetGroup {
8335
- /**
8336
- * <p>The name of the subnet group.</p>
8337
- */
8338
- DbSubnetGroupName?: string;
8339
- /**
8340
- * <p>The description of the subnet group.</p>
8341
- */
8342
- DbSubnetGroupDescription?: string;
8343
- /**
8344
- * <p>The VPC ID of the subnet group.</p>
8345
- */
8346
- VpcId?: string;
8347
- /**
8348
- * <p>The status of the subnet group.</p>
8349
- */
8350
- SubnetGroupStatus?: string;
8351
- /**
8352
- * <p>A list of subnets in the subnet group.</p>
8353
- */
8354
- Subnets?: AwsRdsDbSubnetGroupSubnet[];
8355
- /**
8356
- * <p>The ARN of the subnet group.</p>
8357
- */
8358
- DbSubnetGroupArn?: string;
8359
- }
8360
- export declare namespace AwsRdsDbSubnetGroup {
8361
- /**
8362
- * @internal
8363
- */
8364
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroup) => any;
8365
- }
8366
- /**
8367
- * <p>Specifies the connection endpoint.</p>
8368
- */
8369
- export interface AwsRdsDbInstanceEndpoint {
8370
- /**
8371
- * <p>Specifies the DNS address of the DB instance.</p>
8372
- */
8373
- Address?: string;
8374
- /**
8375
- * <p>Specifies the port that the database engine is listening on.</p>
8376
- */
8377
- Port?: number;
8378
- /**
8379
- * <p>Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.</p>
8380
- */
8381
- HostedZoneId?: string;
8382
- }
8383
- export declare namespace AwsRdsDbInstanceEndpoint {
8384
- /**
8385
- * @internal
8386
- */
8387
- const filterSensitiveLog: (obj: AwsRdsDbInstanceEndpoint) => any;
8388
- }
8389
- /**
8390
- * <p>An option group membership.</p>
8391
- */
8392
- export interface AwsRdsDbOptionGroupMembership {
8393
- /**
8394
- * <p>The name of the option group.</p>
8395
- */
8396
- OptionGroupName?: string;
8397
- /**
8398
- * <p>The status of the option group membership.</p>
8399
- */
8400
- Status?: string;
8401
- }
8402
- export declare namespace AwsRdsDbOptionGroupMembership {
8403
- /**
8404
- * @internal
8405
- */
8406
- const filterSensitiveLog: (obj: AwsRdsDbOptionGroupMembership) => any;
8407
- }
8408
- /**
8409
- * <p>Identifies the log types to enable and disable.</p>
8410
- */
8411
- export interface AwsRdsPendingCloudWatchLogsExports {
8412
- /**
8413
- * <p>A list of log types that are being enabled.</p>
8414
- */
8415
- LogTypesToEnable?: string[];
8416
- /**
8417
- * <p>A list of log types that are being disabled.</p>
8418
- */
8419
- LogTypesToDisable?: string[];
8420
- }
8421
- export declare namespace AwsRdsPendingCloudWatchLogsExports {
8422
- /**
8423
- * @internal
8424
- */
8425
- const filterSensitiveLog: (obj: AwsRdsPendingCloudWatchLogsExports) => any;
8426
- }
8427
- /**
8428
- * <p>A processor feature.</p>
8429
- */
8430
- export interface AwsRdsDbProcessorFeature {
8431
- /**
8432
- * <p>The name of the processor feature.</p>
8433
- */
8434
- Name?: string;
8435
- /**
8436
- * <p>The value of the processor feature.</p>
8437
- */
8438
- Value?: string;
8439
- }
8440
- export declare namespace AwsRdsDbProcessorFeature {
8441
- /**
8442
- * @internal
8443
- */
8444
- const filterSensitiveLog: (obj: AwsRdsDbProcessorFeature) => any;
8445
- }
8446
- /**
8447
- * <p>Changes to a DB instance that are currently pending.</p>
8448
- */
8449
- export interface AwsRdsDbPendingModifiedValues {
8450
- /**
8451
- * <p>The new DB instance class for the DB instance.</p>
8452
- */
8453
- DbInstanceClass?: string;
8454
- /**
8455
- * <p>The new value of the allocated storage for the DB instance.</p>
8456
- */
8457
- AllocatedStorage?: number;
8458
- /**
8459
- * <p>The new master user password for the DB instance.</p>
8460
- */
8461
- MasterUserPassword?: string;
8462
- /**
8463
- * <p>The new port for the DB instance.</p>
8464
- */
8465
- Port?: number;
8466
- /**
8467
- * <p>The new backup retention period for the DB instance.</p>
8468
- */
8469
- BackupRetentionPeriod?: number;
8470
- /**
8471
- * <p>Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.</p>
8472
- */
8473
- MultiAZ?: boolean;
8474
- /**
8475
- * <p>The new engine version for the DB instance.</p>
8476
- */
8477
- EngineVersion?: string;
8478
- /**
8479
- * <p>The new license model value for the DB instance.</p>
8480
- */
8481
- LicenseModel?: string;
8482
- /**
8483
- * <p>The new provisioned IOPS value for the DB instance.</p>
8484
- */
8485
- Iops?: number;
8486
- /**
8487
- * <p>The new DB instance identifier for the DB instance.</p>
8488
- */
8489
- DbInstanceIdentifier?: string;
8490
- /**
8491
- * <p>The new storage type for the DB instance.</p>
8492
- */
8493
- StorageType?: string;
8494
- /**
8495
- * <p>The new CA certificate identifier for the DB instance.</p>
8496
- */
8497
- CaCertificateIdentifier?: string;
8498
- /**
8499
- * <p>The name of the new subnet group for the DB instance.</p>
8500
- */
8501
- DbSubnetGroupName?: string;
8502
- /**
8503
- * <p>A list of log types that are being enabled or disabled.</p>
8504
- */
8505
- PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports;
8506
- /**
8507
- * <p>Processor features that are being updated.</p>
8508
- */
8509
- ProcessorFeatures?: AwsRdsDbProcessorFeature[];
8510
- }
8511
- export declare namespace AwsRdsDbPendingModifiedValues {
8512
- /**
8513
- * @internal
8514
- */
8515
- const filterSensitiveLog: (obj: AwsRdsDbPendingModifiedValues) => any;
8516
- }
8517
- /**
8518
- * <p>Information about the status of a read replica.</p>
8519
- */
8520
- export interface AwsRdsDbStatusInfo {
8521
- /**
8522
- * <p>The type of status. For a read replica, the status type is read replication.</p>
8523
- */
8524
- StatusType?: string;
8525
- /**
8526
- * <p>Whether the read replica instance is operating normally.</p>
8527
- */
8528
- Normal?: boolean;
8529
- /**
8530
- * <p>The status of the read replica instance.</p>
8531
- */
8532
- Status?: string;
8533
- /**
8534
- * <p>If the read replica is currently in an error state, provides the error details.</p>
8535
- */
8536
- Message?: string;
8537
- }
8538
- export declare namespace AwsRdsDbStatusInfo {
8539
- /**
8540
- * @internal
8541
- */
8542
- const filterSensitiveLog: (obj: AwsRdsDbStatusInfo) => any;
8543
- }
8544
- /**
8545
- * <p>Contains the details of an Amazon RDS DB instance.</p>
8546
- */
8547
- export interface AwsRdsDbInstanceDetails {
8548
- /**
8549
- * <p>The IAM roles associated with the DB
8550
- * instance.</p>
8551
- */
8552
- AssociatedRoles?: AwsRdsDbInstanceAssociatedRole[];
8553
- /**
8554
- * <p>The identifier of the CA certificate for this DB instance.</p>
8555
- */
8556
- CACertificateIdentifier?: string;
8557
- /**
8558
- * <p>If the DB instance is a member of a DB cluster, contains the name of the DB cluster that
8559
- * the DB instance is a member of.</p>
8560
- */
8561
- DBClusterIdentifier?: string;
8562
- /**
8563
- * <p>Contains a user-supplied database identifier. This identifier is the unique key that
8564
- * identifies a DB instance.</p>
8565
- */
8566
- DBInstanceIdentifier?: string;
8567
- /**
8568
- * <p>Contains the name of the compute and memory capacity class of the DB instance.</p>
8569
- */
8570
- DBInstanceClass?: string;
8571
- /**
8572
- * <p>Specifies the port that the DB instance listens on. If the DB instance is part of a DB
8573
- * cluster, this can be a different port than the DB cluster port.</p>
8574
- */
8575
- DbInstancePort?: number;
8576
- /**
8577
- * <p>The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is
8578
- * found in CloudTrail log entries whenever the KMS key for the DB instance is
8579
- * accessed. </p>
8580
- */
8581
- DbiResourceId?: string;
8582
- /**
8583
- * <p>The meaning of this parameter differs according to the database engine you use.</p>
8584
- * <p>
8585
- * <b>MySQL, MariaDB, SQL Server, PostgreSQL</b>
8586
- * </p>
8587
- * <p>Contains the name of the initial database of this instance that was provided at create
8588
- * time, if one was specified when the DB instance was created. This same name is returned for
8589
- * the life of the DB instance.</p>
8590
- * <p>
8591
- * <b>Oracle</b>
8592
- * </p>
8593
- * <p>Contains the Oracle System ID (SID) of the created DB instance. Not shown when the
8594
- * returned parameters do not apply to an Oracle DB instance. </p>
8595
- */
8596
- DBName?: string;
8597
- /**
8598
- * <p>Indicates whether the DB instance has deletion protection enabled.</p>
8599
- * <p>When deletion protection is enabled, the database cannot be deleted.</p>
8600
- */
8601
- DeletionProtection?: boolean;
8602
- /**
8603
- * <p>Specifies the connection endpoint.</p>
8604
- */
8605
- Endpoint?: AwsRdsDbInstanceEndpoint;
8606
- /**
8607
- * <p>Provides the name of the database engine to use for this DB instance.</p>
8608
- */
8609
- Engine?: string;
8610
- /**
8611
- * <p>Indicates the database engine version.</p>
8612
- */
8613
- EngineVersion?: string;
8614
- /**
8615
- * <p>True if mapping of IAM accounts to database
8616
- * accounts is enabled, and otherwise false.</p>
8617
- * <p>IAM database authentication can be enabled for the following database engines.</p>
8618
- * <ul>
8619
- * <li>
8620
- * <p>For MySQL 5.6, minor version 5.6.34 or higher</p>
8621
- * </li>
8622
- * <li>
8623
- * <p>For MySQL 5.7, minor version 5.7.16 or higher</p>
8624
- * </li>
8625
- * <li>
8626
- * <p>Aurora 5.6 or higher</p>
8627
- * </li>
8628
- * </ul>
8629
- */
8630
- IAMDatabaseAuthenticationEnabled?: boolean;
8631
- /**
8632
- * <p>Indicates when the DB instance was created.</p>
8633
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
8634
- * Date/Time Format</a>. The value cannot contain spaces. For example,
8635
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8636
- */
8637
- InstanceCreateTime?: string;
8638
- /**
8639
- * <p>If <code>StorageEncrypted</code> is true, the KMS key identifier for the encrypted
8640
- * DB instance.</p>
8641
- */
8642
- KmsKeyId?: string;
8643
- /**
8644
- * <p>Specifies the accessibility options for the DB instance.</p>
8645
- * <p>A value of true specifies an Internet-facing instance with a publicly resolvable DNS
8646
- * name, which resolves to a public IP address.</p>
8647
- * <p>A value of false specifies an internal instance with a DNS name that resolves to a
8648
- * private IP address. </p>
8649
- */
8650
- PubliclyAccessible?: boolean;
8651
- /**
8652
- * <p>Specifies whether the DB instance is encrypted.</p>
8653
- */
8654
- StorageEncrypted?: boolean;
8655
- /**
8656
- * <p>The ARN from the key store with which the instance is associated for TDE
8657
- * encryption.</p>
8658
- */
8659
- TdeCredentialArn?: string;
8660
- /**
8661
- * <p>A list of VPC security groups that the DB instance belongs to.</p>
8662
- */
8663
- VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
8664
- /**
8665
- * <p>Whether the DB instance is a multiple Availability Zone deployment.</p>
8666
- */
8667
- MultiAz?: boolean;
8668
- /**
8669
- * <p>The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics
8670
- * data for the DB instance.</p>
8671
- */
8672
- EnhancedMonitoringResourceArn?: string;
8673
- /**
8674
- * <p>The current status of the DB instance.</p>
8675
- */
8676
- DbInstanceStatus?: string;
7993
+ const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesHeaderDetails) => any;
7994
+ }
7995
+ /**
7996
+ * <p>A rule option for a stateful rule.</p>
7997
+ */
7998
+ export interface RuleGroupSourceStatefulRulesOptionsDetails {
8677
7999
  /**
8678
- * <p>The master user name of the DB instance.</p>
8000
+ * <p>A keyword to look for.</p>
8679
8001
  */
8680
- MasterUsername?: string;
8002
+ Keyword?: string;
8681
8003
  /**
8682
- * <p>The amount of storage (in gigabytes) to initially allocate for the DB instance.</p>
8004
+ * <p>A list of settings.</p>
8683
8005
  */
8684
- AllocatedStorage?: number;
8006
+ Settings?: string[];
8007
+ }
8008
+ export declare namespace RuleGroupSourceStatefulRulesOptionsDetails {
8685
8009
  /**
8686
- * <p>The range of time each day when automated backups are created, if automated backups are
8687
- * enabled.</p>
8688
- * <p>Uses the format <code>HH:MM-HH:MM</code>. For example, <code>04:52-05:22</code>.</p>
8010
+ * @internal
8689
8011
  */
8690
- PreferredBackupWindow?: string;
8012
+ const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesOptionsDetails) => any;
8013
+ }
8014
+ /**
8015
+ * <p>A Suricata rule specification.</p>
8016
+ */
8017
+ export interface RuleGroupSourceStatefulRulesDetails {
8691
8018
  /**
8692
- * <p>The number of days for which to retain automated backups.</p>
8019
+ * <p>Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.</p>
8693
8020
  */
8694
- BackupRetentionPeriod?: number;
8021
+ Action?: string;
8695
8022
  /**
8696
- * <p>A list of the DB security groups to assign to the DB instance.</p>
8023
+ * <p>The stateful inspection criteria for the rule.</p>
8697
8024
  */
8698
- DbSecurityGroups?: string[];
8025
+ Header?: RuleGroupSourceStatefulRulesHeaderDetails;
8699
8026
  /**
8700
- * <p>A list of the DB parameter groups to assign to the DB instance.</p>
8027
+ * <p>Additional options for the rule.</p>
8701
8028
  */
8702
- DbParameterGroups?: AwsRdsDbParameterGroup[];
8029
+ RuleOptions?: RuleGroupSourceStatefulRulesOptionsDetails[];
8030
+ }
8031
+ export declare namespace RuleGroupSourceStatefulRulesDetails {
8703
8032
  /**
8704
- * <p>The Availability Zone where the DB instance will be created.</p>
8033
+ * @internal
8705
8034
  */
8706
- AvailabilityZone?: string;
8035
+ const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesDetails) => any;
8036
+ }
8037
+ /**
8038
+ * <p>A custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.</p>
8039
+ */
8040
+ export interface RuleGroupSourceCustomActionsDetails {
8707
8041
  /**
8708
- * <p>Information about the subnet group that is associated with the DB instance.</p>
8042
+ * <p>The definition of a custom action.</p>
8709
8043
  */
8710
- DbSubnetGroup?: AwsRdsDbSubnetGroup;
8044
+ ActionDefinition?: StatelessCustomActionDefinition;
8711
8045
  /**
8712
- * <p>The weekly time range during which system maintenance can occur, in Universal
8713
- * Coordinated Time (UTC).</p>
8714
- * <p>Uses the format <code><day>:HH:MM-<day>:HH:MM</code>.</p>
8715
- * <p>For the day values, use
8716
- * <code>mon</code>|<code>tue</code>|<code>wed</code>|<code>thu</code>|<code>fri</code>|<code>sat</code>|<code>sun</code>.</p>
8717
- * <p>For example, <code>sun:09:32-sun:10:02</code>.</p>
8046
+ * <p>A descriptive name of the custom action.</p>
8718
8047
  */
8719
- PreferredMaintenanceWindow?: string;
8048
+ ActionName?: string;
8049
+ }
8050
+ export declare namespace RuleGroupSourceCustomActionsDetails {
8720
8051
  /**
8721
- * <p>Changes to the DB instance that are currently pending.</p>
8052
+ * @internal
8722
8053
  */
8723
- PendingModifiedValues?: AwsRdsDbPendingModifiedValues;
8054
+ const filterSensitiveLog: (obj: RuleGroupSourceCustomActionsDetails) => any;
8055
+ }
8056
+ /**
8057
+ * <p>A port range to specify the destination ports to inspect for.</p>
8058
+ */
8059
+ export interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
8724
8060
  /**
8725
- * <p>Specifies the latest time to which a database can be restored with point-in-time
8726
- * restore.</p>
8727
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
8728
- * Date/Time Format</a>. The value cannot contain spaces. For example,
8729
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8061
+ * <p>The starting port value for the port range.</p>
8730
8062
  */
8731
- LatestRestorableTime?: string;
8063
+ FromPort?: number;
8732
8064
  /**
8733
- * <p>Indicates whether minor version patches are applied automatically.</p>
8065
+ * <p>The ending port value for the port range.</p>
8734
8066
  */
8735
- AutoMinorVersionUpgrade?: boolean;
8067
+ ToPort?: number;
8068
+ }
8069
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
8736
8070
  /**
8737
- * <p>If this DB instance is a read replica, contains the identifier of the source DB
8738
- * instance.</p>
8071
+ * @internal
8739
8072
  */
8740
- ReadReplicaSourceDBInstanceIdentifier?: string;
8073
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts) => any;
8074
+ }
8075
+ /**
8076
+ * <p>A destination IP address or range.</p>
8077
+ */
8078
+ export interface RuleGroupSourceStatelessRuleMatchAttributesDestinations {
8741
8079
  /**
8742
- * <p>List of identifiers of the read replicas associated with this DB instance.</p>
8080
+ * <p>An IP address or a block of IP addresses.</p>
8743
8081
  */
8744
- ReadReplicaDBInstanceIdentifiers?: string[];
8082
+ AddressDefinition?: string;
8083
+ }
8084
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesDestinations {
8745
8085
  /**
8746
- * <p>List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as
8747
- * a read replica.</p>
8086
+ * @internal
8748
8087
  */
8749
- ReadReplicaDBClusterIdentifiers?: string[];
8088
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinations) => any;
8089
+ }
8090
+ /**
8091
+ * <p>A port range to specify the source ports to inspect for.</p>
8092
+ */
8093
+ export interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
8750
8094
  /**
8751
- * <p>License model information for this DB instance.</p>
8095
+ * <p>The starting port value for the port range.</p>
8752
8096
  */
8753
- LicenseModel?: string;
8097
+ FromPort?: number;
8754
8098
  /**
8755
- * <p>Specifies the provisioned IOPS (I/O operations per second) for this DB instance.</p>
8099
+ * <p>The ending port value for the port range.</p>
8756
8100
  */
8757
- Iops?: number;
8101
+ ToPort?: number;
8102
+ }
8103
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
8758
8104
  /**
8759
- * <p>The list of option group memberships for this DB instance.</p>
8105
+ * @internal
8760
8106
  */
8761
- OptionGroupMemberships?: AwsRdsDbOptionGroupMembership[];
8107
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts) => any;
8108
+ }
8109
+ /**
8110
+ * <p>A source IP addresses and address range to inspect for.</p>
8111
+ */
8112
+ export interface RuleGroupSourceStatelessRuleMatchAttributesSources {
8762
8113
  /**
8763
- * <p>The name of the character set that this DB instance is associated with.</p>
8114
+ * <p>An IP address or a block of IP addresses.</p>
8764
8115
  */
8765
- CharacterSetName?: string;
8116
+ AddressDefinition?: string;
8117
+ }
8118
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesSources {
8766
8119
  /**
8767
- * <p>For a DB instance with multi-Availability Zone support, the name of the secondary
8768
- * Availability Zone.</p>
8120
+ * @internal
8769
8121
  */
8770
- SecondaryAvailabilityZone?: string;
8122
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSources) => any;
8123
+ }
8124
+ /**
8125
+ * <p>A set of TCP flags and masks to inspect for.</p>
8126
+ */
8127
+ export interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
8771
8128
  /**
8772
- * <p>The status of a read replica. If the instance isn't a read replica, this is
8773
- * empty.</p>
8129
+ * <p>Defines the flags from the <code>Masks</code> setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.</p>
8774
8130
  */
8775
- StatusInfos?: AwsRdsDbStatusInfo[];
8131
+ Flags?: string[];
8776
8132
  /**
8777
- * <p>The storage type for the DB instance.</p>
8133
+ * <p>The set of flags to consider in the inspection. If not specified, then all flags are inspected.</p>
8778
8134
  */
8779
- StorageType?: string;
8135
+ Masks?: string[];
8136
+ }
8137
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
8780
8138
  /**
8781
- * <p>The Active Directory domain membership records associated with the DB instance.</p>
8139
+ * @internal
8782
8140
  */
8783
- DomainMemberships?: AwsRdsDbDomainMembership[];
8141
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags) => any;
8142
+ }
8143
+ /**
8144
+ * <p>Criteria for the stateless rule.</p>
8145
+ */
8146
+ export interface RuleGroupSourceStatelessRuleMatchAttributes {
8784
8147
  /**
8785
- * <p>Whether to copy resource tags to snapshots of the DB instance.</p>
8148
+ * <p>A list of port ranges to specify the destination ports to inspect for.</p>
8786
8149
  */
8787
- CopyTagsToSnapshot?: boolean;
8150
+ DestinationPorts?: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts[];
8788
8151
  /**
8789
- * <p>The interval, in seconds, between points when enhanced monitoring metrics are collected
8790
- * for the DB instance.</p>
8152
+ * <p>The destination IP addresses and address ranges to inspect for, in CIDR notation.</p>
8791
8153
  */
8792
- MonitoringInterval?: number;
8154
+ Destinations?: RuleGroupSourceStatelessRuleMatchAttributesDestinations[];
8793
8155
  /**
8794
- * <p>The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to
8795
- * CloudWatch Logs.</p>
8156
+ * <p>The protocols to inspect for.</p>
8796
8157
  */
8797
- MonitoringRoleArn?: string;
8158
+ Protocols?: number[];
8798
8159
  /**
8799
- * <p>The order in which to promote an Aurora replica to the primary instance after a failure
8800
- * of the existing primary instance.</p>
8160
+ * <p>A list of port ranges to specify the source ports to inspect for.</p>
8801
8161
  */
8802
- PromotionTier?: number;
8162
+ SourcePorts?: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts[];
8803
8163
  /**
8804
- * <p>The time zone of the DB instance.</p>
8164
+ * <p>The source IP addresses and address ranges to inspect for, in CIDR notation.</p>
8805
8165
  */
8806
- Timezone?: string;
8166
+ Sources?: RuleGroupSourceStatelessRuleMatchAttributesSources[];
8807
8167
  /**
8808
- * <p>Indicates whether Performance Insights is enabled for the DB instance.</p>
8168
+ * <p>The TCP flags and masks to inspect for.</p>
8809
8169
  */
8810
- PerformanceInsightsEnabled?: boolean;
8170
+ TcpFlags?: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags[];
8171
+ }
8172
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributes {
8811
8173
  /**
8812
- * <p>The identifier of the KMS key used to encrypt the Performance Insights data.</p>
8174
+ * @internal
8813
8175
  */
8814
- PerformanceInsightsKmsKeyId?: string;
8176
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributes) => any;
8177
+ }
8178
+ /**
8179
+ * <p>The definition of the stateless rule.</p>
8180
+ */
8181
+ export interface RuleGroupSourceStatelessRuleDefinition {
8815
8182
  /**
8816
- * <p>The number of days to retain Performance Insights data.</p>
8183
+ * <p>The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, or <code>aws:forward_to_sfe</code>). You can then add custom actions.</p>
8817
8184
  */
8818
- PerformanceInsightsRetentionPeriod?: number;
8185
+ Actions?: string[];
8819
8186
  /**
8820
- * <p>A list of log types that this DB instance is configured to export to CloudWatch Logs.</p>
8187
+ * <p>The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.</p>
8821
8188
  */
8822
- EnabledCloudWatchLogsExports?: string[];
8189
+ MatchAttributes?: RuleGroupSourceStatelessRuleMatchAttributes;
8190
+ }
8191
+ export declare namespace RuleGroupSourceStatelessRuleDefinition {
8823
8192
  /**
8824
- * <p>The number of CPU cores and the number of threads per core for the DB instance class of
8825
- * the DB instance.</p>
8193
+ * @internal
8826
8194
  */
8827
- ProcessorFeatures?: AwsRdsDbProcessorFeature[];
8195
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleDefinition) => any;
8196
+ }
8197
+ /**
8198
+ * <p>A stateless rule in the rule group.</p>
8199
+ */
8200
+ export interface RuleGroupSourceStatelessRulesDetails {
8828
8201
  /**
8829
- * <p>Specifies the connection endpoint.</p>
8202
+ * <p>Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.</p>
8830
8203
  */
8831
- ListenerEndpoint?: AwsRdsDbInstanceEndpoint;
8204
+ Priority?: number;
8832
8205
  /**
8833
- * <p>The upper limit to which Amazon RDS can automatically scale the storage of the DB
8834
- * instance.</p>
8206
+ * <p>Provides the definition of the stateless rule.</p>
8835
8207
  */
8836
- MaxAllocatedStorage?: number;
8208
+ RuleDefinition?: RuleGroupSourceStatelessRuleDefinition;
8837
8209
  }
8838
- export declare namespace AwsRdsDbInstanceDetails {
8210
+ export declare namespace RuleGroupSourceStatelessRulesDetails {
8839
8211
  /**
8840
8212
  * @internal
8841
8213
  */
8842
- const filterSensitiveLog: (obj: AwsRdsDbInstanceDetails) => any;
8214
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRulesDetails) => any;
8843
8215
  }
8844
8216
  /**
8845
- * <p>Provides details about an Amazon RDS DB cluster snapshot.</p>
8217
+ * <p>Stateless rules and custom actions for a stateless rule group.</p>
8846
8218
  */
8847
- export interface AwsRdsDbSnapshotDetails {
8219
+ export interface RuleGroupSourceStatelessRulesAndCustomActionsDetails {
8848
8220
  /**
8849
- * <p>The name or ARN of the DB snapshot that is used to restore the DB instance.</p>
8221
+ * <p>Custom actions for the rule group.</p>
8850
8222
  */
8851
- DbSnapshotIdentifier?: string;
8223
+ CustomActions?: RuleGroupSourceCustomActionsDetails[];
8852
8224
  /**
8853
- * <p>A name for the DB instance.</p>
8225
+ * <p>Stateless rules for the rule group.</p>
8854
8226
  */
8855
- DbInstanceIdentifier?: string;
8227
+ StatelessRules?: RuleGroupSourceStatelessRulesDetails[];
8228
+ }
8229
+ export declare namespace RuleGroupSourceStatelessRulesAndCustomActionsDetails {
8856
8230
  /**
8857
- * <p>When the snapshot was taken in Coordinated Universal Time (UTC).</p>
8231
+ * @internal
8858
8232
  */
8859
- SnapshotCreateTime?: string;
8233
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRulesAndCustomActionsDetails) => any;
8234
+ }
8235
+ /**
8236
+ * <p>The rules and actions for the rule group.</p>
8237
+ */
8238
+ export interface RuleGroupSource {
8860
8239
  /**
8861
- * <p>The name of the database engine to use for this DB instance.</p>
8240
+ * <p>Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.</p>
8862
8241
  */
8863
- Engine?: string;
8242
+ RulesSourceList?: RuleGroupSourceListDetails;
8864
8243
  /**
8865
- * <p>The amount of storage (in gigabytes) to be initially allocated for the database instance.</p>
8244
+ * <p>Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.</p>
8866
8245
  */
8867
- AllocatedStorage?: number;
8246
+ RulesString?: string;
8868
8247
  /**
8869
- * <p>The status of this DB snapshot.</p>
8248
+ * <p>Suricata rule specifications.</p>
8870
8249
  */
8871
- Status?: string;
8250
+ StatefulRules?: RuleGroupSourceStatefulRulesDetails[];
8872
8251
  /**
8873
- * <p>The port that the database engine was listening on at the time of the snapshot.</p>
8252
+ * <p>The stateless rules and custom actions used by a stateless rule group.</p>
8874
8253
  */
8875
- Port?: number;
8254
+ StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails;
8255
+ }
8256
+ export declare namespace RuleGroupSource {
8876
8257
  /**
8877
- * <p>Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.</p>
8258
+ * @internal
8878
8259
  */
8879
- AvailabilityZone?: string;
8260
+ const filterSensitiveLog: (obj: RuleGroupSource) => any;
8261
+ }
8262
+ /**
8263
+ * <p>A list of IP addresses and address ranges, in CIDR notation.</p>
8264
+ */
8265
+ export interface RuleGroupVariablesIpSetsDetails {
8880
8266
  /**
8881
- * <p>The VPC ID associated with the DB snapshot.</p>
8267
+ * <p>The list of IP addresses and ranges.</p>
8882
8268
  */
8883
- VpcId?: string;
8269
+ Definition?: string[];
8270
+ }
8271
+ export declare namespace RuleGroupVariablesIpSetsDetails {
8884
8272
  /**
8885
- * <p>Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.</p>
8273
+ * @internal
8886
8274
  */
8887
- InstanceCreateTime?: string;
8275
+ const filterSensitiveLog: (obj: RuleGroupVariablesIpSetsDetails) => any;
8276
+ }
8277
+ /**
8278
+ * <p>A list of port ranges.</p>
8279
+ */
8280
+ export interface RuleGroupVariablesPortSetsDetails {
8888
8281
  /**
8889
- * <p>The master user name for the DB snapshot.</p>
8282
+ * <p>The list of port ranges.</p>
8890
8283
  */
8891
- MasterUsername?: string;
8284
+ Definition?: string[];
8285
+ }
8286
+ export declare namespace RuleGroupVariablesPortSetsDetails {
8892
8287
  /**
8893
- * <p>The version of the database engine.</p>
8288
+ * @internal
8894
8289
  */
8895
- EngineVersion?: string;
8290
+ const filterSensitiveLog: (obj: RuleGroupVariablesPortSetsDetails) => any;
8291
+ }
8292
+ /**
8293
+ * <p>Additional settings to use in the specified rules.</p>
8294
+ */
8295
+ export interface RuleGroupVariables {
8896
8296
  /**
8897
- * <p>License model information for the restored DB instance.</p>
8297
+ * <p>A list of IP addresses and address ranges, in CIDR notation.</p>
8898
8298
  */
8899
- LicenseModel?: string;
8299
+ IpSets?: RuleGroupVariablesIpSetsDetails;
8900
8300
  /**
8901
- * <p>The type of the DB snapshot.</p>
8301
+ * <p>A list of port ranges.</p>
8902
8302
  */
8903
- SnapshotType?: string;
8303
+ PortSets?: RuleGroupVariablesPortSetsDetails;
8304
+ }
8305
+ export declare namespace RuleGroupVariables {
8904
8306
  /**
8905
- * <p>The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.</p>
8307
+ * @internal
8906
8308
  */
8907
- Iops?: number;
8309
+ const filterSensitiveLog: (obj: RuleGroupVariables) => any;
8310
+ }
8311
+ /**
8312
+ * <p>Details about the rule group.</p>
8313
+ */
8314
+ export interface RuleGroupDetails {
8908
8315
  /**
8909
- * <p>The option group name for the DB snapshot.</p>
8316
+ * <p>Additional settings to use in the specified rules.</p>
8910
8317
  */
8911
- OptionGroupName?: string;
8318
+ RuleVariables?: RuleGroupVariables;
8912
8319
  /**
8913
- * <p>The percentage of the estimated data that has been transferred.</p>
8320
+ * <p>The rules and actions for the rule group.</p>
8321
+ * <p>For stateful rule groups, can contain <code>RulesString</code>, <code>RulesSourceList</code>, or <code>StatefulRules</code>.</p>
8322
+ * <p>For stateless rule groups, contains <code>StatelessRulesAndCustomActions</code>.</p>
8914
8323
  */
8915
- PercentProgress?: number;
8324
+ RulesSource?: RuleGroupSource;
8325
+ }
8326
+ export declare namespace RuleGroupDetails {
8916
8327
  /**
8917
- * <p>The Amazon Web Services Region that the DB snapshot was created in or copied from.</p>
8328
+ * @internal
8918
8329
  */
8919
- SourceRegion?: string;
8330
+ const filterSensitiveLog: (obj: RuleGroupDetails) => any;
8331
+ }
8332
+ /**
8333
+ * <p>Details about an Network Firewall rule group. Rule groups are used to inspect and control network traffic. Stateless rule groups apply to individual packets. Stateful rule groups apply to packets in the context of their traffic flow.</p>
8334
+ * <p>Rule groups are referenced in firewall policies.
8335
+ * </p>
8336
+ */
8337
+ export interface AwsNetworkFirewallRuleGroupDetails {
8920
8338
  /**
8921
- * <p>The DB snapshot ARN that the DB snapshot was copied from.</p>
8339
+ * <p>The maximum number of operating resources that this rule group can use.</p>
8922
8340
  */
8923
- SourceDbSnapshotIdentifier?: string;
8341
+ Capacity?: number;
8924
8342
  /**
8925
- * <p>The storage type associated with the DB snapshot.</p>
8343
+ * <p>A description of the rule group.</p>
8926
8344
  */
8927
- StorageType?: string;
8345
+ Description?: string;
8928
8346
  /**
8929
- * <p>The ARN from the key store with which to associate the instance for TDE encryption.</p>
8347
+ * <p>Details about the rule group.</p>
8930
8348
  */
8931
- TdeCredentialArn?: string;
8349
+ RuleGroup?: RuleGroupDetails;
8932
8350
  /**
8933
- * <p>Whether the DB snapshot is encrypted.</p>
8351
+ * <p>The ARN of the rule group.</p>
8934
8352
  */
8935
- Encrypted?: boolean;
8353
+ RuleGroupArn?: string;
8936
8354
  /**
8937
- * <p>If <code>Encrypted</code> is <code>true</code>, the KMS key identifier for the encrypted DB snapshot.</p>
8355
+ * <p>The identifier of the rule group.</p>
8938
8356
  */
8939
- KmsKeyId?: string;
8357
+ RuleGroupId?: string;
8940
8358
  /**
8941
- * <p>The time zone of the DB snapshot.</p>
8359
+ * <p>The descriptive name of the rule group.</p>
8942
8360
  */
8943
- Timezone?: string;
8361
+ RuleGroupName?: string;
8944
8362
  /**
8945
- * <p>Whether mapping of IAM accounts to database accounts is enabled.</p>
8363
+ * <p>The type of rule group. A rule group can be stateful or stateless.</p>
8946
8364
  */
8947
- IamDatabaseAuthenticationEnabled?: boolean;
8365
+ Type?: string;
8366
+ }
8367
+ export declare namespace AwsNetworkFirewallRuleGroupDetails {
8948
8368
  /**
8949
- * <p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>
8369
+ * @internal
8950
8370
  */
8951
- ProcessorFeatures?: AwsRdsDbProcessorFeature[];
8371
+ const filterSensitiveLog: (obj: AwsNetworkFirewallRuleGroupDetails) => any;
8372
+ }
8373
+ /**
8374
+ * <p>Configuration options for zone awareness.</p>
8375
+ */
8376
+ export interface AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
8952
8377
  /**
8953
- * <p>The identifier for the source DB instance.</p>
8378
+ * <p>The number of Availability Zones that the domain uses. Valid values are 2 and 3. The default is 2.</p>
8954
8379
  */
8955
- DbiResourceId?: string;
8380
+ AvailabilityZoneCount?: number;
8956
8381
  }
8957
- export declare namespace AwsRdsDbSnapshotDetails {
8382
+ export declare namespace AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
8958
8383
  /**
8959
8384
  * @internal
8960
8385
  */
8961
- const filterSensitiveLog: (obj: AwsRdsDbSnapshotDetails) => any;
8386
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails) => any;
8962
8387
  }
8963
8388
  /**
8964
- * <p>Details about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.</p>
8389
+ * <p>Details about the configuration of an OpenSearch cluster.</p>
8965
8390
  */
8966
- export interface AwsRdsEventSubscriptionDetails {
8391
+ export interface AwsOpenSearchServiceDomainClusterConfigDetails {
8967
8392
  /**
8968
- * <p>The identifier of the account that is associated with the event notification subscription.</p>
8393
+ * <p>The number of data nodes to use in the OpenSearch domain.</p>
8969
8394
  */
8970
- CustSubscriptionId?: string;
8395
+ InstanceCount?: number;
8971
8396
  /**
8972
- * <p>The identifier of the event notification subscription.</p>
8397
+ * <p>Whether UltraWarm is enabled.</p>
8973
8398
  */
8974
- CustomerAwsId?: string;
8399
+ WarmEnabled?: boolean;
8975
8400
  /**
8976
- * <p>Whether the event notification subscription is enabled.</p>
8401
+ * <p>The number of UltraWarm instances.</p>
8977
8402
  */
8978
- Enabled?: boolean;
8403
+ WarmCount?: number;
8979
8404
  /**
8980
- * <p>The list of event categories for the event notification subscription.</p>
8405
+ * <p>Whether to use a dedicated master node for the OpenSearch domain. A dedicated master node performs cluster management tasks, but does not hold data or respond to data upload requests.</p>
8981
8406
  */
8982
- EventCategoriesList?: string[];
8407
+ DedicatedMasterEnabled?: boolean;
8983
8408
  /**
8984
- * <p>The ARN of the event notification subscription.</p>
8409
+ * <p>Configuration options for zone awareness. Provided if <code>ZoneAwarenessEnabled</code> is <code>true</code>.</p>
8985
8410
  */
8986
- EventSubscriptionArn?: string;
8411
+ ZoneAwarenessConfig?: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails;
8987
8412
  /**
8988
- * <p>The ARN of the SNS topic to post the event notifications to.</p>
8413
+ * <p>The number of instances to use for the master node. If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.</p>
8989
8414
  */
8990
- SnsTopicArn?: string;
8415
+ DedicatedMasterCount?: number;
8991
8416
  /**
8992
- * <p>A list of source identifiers for the event notification subscription.</p>
8417
+ * <p>The instance type for your data nodes. </p>
8993
8418
  */
8994
- SourceIdsList?: string[];
8419
+ InstanceType?: string;
8995
8420
  /**
8996
- * <p>The source type for the event notification subscription.</p>
8421
+ * <p>The type of UltraWarm instance.</p>
8997
8422
  */
8998
- SourceType?: string;
8423
+ WarmType?: string;
8999
8424
  /**
9000
- * <p>The status of the event notification subscription.</p>
9001
- * <p>Valid values: <code>creating</code> | <code>modifying</code> | <code>deleting</code> | <code>active</code> | <code>no-permission</code> | <code>topic-not-exist</code>
9002
- * </p>
8425
+ * <p>Whether to enable zone awareness for the OpenSearch domain. When zone awareness is enabled, OpenSearch Service allocates the cluster's nodes and replica index shards across Availability Zones (AZs) in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.</p>
9003
8426
  */
9004
- Status?: string;
8427
+ ZoneAwarenessEnabled?: boolean;
9005
8428
  /**
9006
- * <p>The datetime when the event notification subscription was created.</p>
9007
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9008
- * Date/Time Format</a>. The value cannot contain spaces. For example,
9009
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8429
+ * <p>The hardware configuration of the computer that hosts the dedicated master node.</p>
8430
+ * <p>If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.
8431
+ * </p>
9010
8432
  */
9011
- SubscriptionCreationTime?: string;
8433
+ DedicatedMasterType?: string;
9012
8434
  }
9013
- export declare namespace AwsRdsEventSubscriptionDetails {
8435
+ export declare namespace AwsOpenSearchServiceDomainClusterConfigDetails {
9014
8436
  /**
9015
8437
  * @internal
9016
8438
  */
9017
- const filterSensitiveLog: (obj: AwsRdsEventSubscriptionDetails) => any;
8439
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigDetails) => any;
9018
8440
  }
9019
8441
  /**
9020
- * <p>A node in an Amazon Redshift cluster.</p>
8442
+ * <p>Information about additional options for the domain endpoint.</p>
9021
8443
  */
9022
- export interface AwsRedshiftClusterClusterNode {
8444
+ export interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
8445
+ /**
8446
+ * <p>The ARN for the security certificate. The certificate is managed in ACM.</p>
8447
+ */
8448
+ CustomEndpointCertificateArn?: string;
9023
8449
  /**
9024
- * <p>The role of the node. A node might be a leader node or a compute node.</p>
8450
+ * <p>Whether to enable a custom endpoint for the domain.</p>
9025
8451
  */
9026
- NodeRole?: string;
8452
+ CustomEndpointEnabled?: boolean;
9027
8453
  /**
9028
- * <p>The private IP address of the node.</p>
8454
+ * <p>Whether to require that all traffic to the domain arrive over HTTPS.</p>
9029
8455
  */
9030
- PrivateIpAddress?: string;
8456
+ EnforceHTTPS?: boolean;
9031
8457
  /**
9032
- * <p>The public IP address of the node.</p>
8458
+ * <p>The fully qualified URL for the custom endpoint.</p>
8459
+ */
8460
+ CustomEndpoint?: string;
8461
+ /**
8462
+ * <p>The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.</p>
9033
8463
  */
9034
- PublicIpAddress?: string;
8464
+ TLSSecurityPolicy?: string;
9035
8465
  }
9036
- export declare namespace AwsRedshiftClusterClusterNode {
8466
+ export declare namespace AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
9037
8467
  /**
9038
8468
  * @internal
9039
8469
  */
9040
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterNode) => any;
8470
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails) => any;
9041
8471
  }
9042
8472
  /**
9043
- * <p>The status of a parameter in a cluster parameter group for an Amazon Redshift
9044
- * cluster.</p>
8473
+ * <p>Details about the configuration for encryption at rest for the OpenSearch domain.</p>
9045
8474
  */
9046
- export interface AwsRedshiftClusterClusterParameterStatus {
9047
- /**
9048
- * <p>The name of the parameter.</p>
9049
- */
9050
- ParameterName?: string;
8475
+ export interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
9051
8476
  /**
9052
- * <p>The status of the parameter. Indicates whether the parameter is in sync with the
9053
- * database, waiting for a cluster reboot, or encountered an error when it was applied.</p>
9054
- * <p>Valid values: <code>in-sync</code> | <code>pending-reboot</code> | <code>applying</code>
9055
- * | <code>invalid-parameter</code> | <code>apply-deferred</code> | <code>apply-error</code> |
9056
- * <code>unknown-error</code>
9057
- * </p>
8477
+ * <p>Whether encryption at rest is enabled.</p>
9058
8478
  */
9059
- ParameterApplyStatus?: string;
8479
+ Enabled?: boolean;
9060
8480
  /**
9061
- * <p>The error that prevented the parameter from being applied to the database.</p>
8481
+ * <p>The KMS key ID.</p>
9062
8482
  */
9063
- ParameterApplyErrorDescription?: string;
8483
+ KmsKeyId?: string;
9064
8484
  }
9065
- export declare namespace AwsRedshiftClusterClusterParameterStatus {
8485
+ export declare namespace AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
9066
8486
  /**
9067
8487
  * @internal
9068
8488
  */
9069
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterStatus) => any;
8489
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails) => any;
9070
8490
  }
9071
8491
  /**
9072
- * <p>A cluster parameter group that is associated with an Amazon Redshift cluster.</p>
8492
+ * <p>Configuration details for a log publishing option.</p>
9073
8493
  */
9074
- export interface AwsRedshiftClusterClusterParameterGroup {
9075
- /**
9076
- * <p>The list of parameter statuses.</p>
9077
- */
9078
- ClusterParameterStatusList?: AwsRedshiftClusterClusterParameterStatus[];
8494
+ export interface AwsOpenSearchServiceDomainLogPublishingOption {
9079
8495
  /**
9080
- * <p>The status of updates to the parameters.</p>
8496
+ * <p>The ARN of the CloudWatch Logs group to publish the logs to.</p>
9081
8497
  */
9082
- ParameterApplyStatus?: string;
8498
+ CloudWatchLogsLogGroupArn?: string;
9083
8499
  /**
9084
- * <p>The name of the parameter group.</p>
8500
+ * <p>Whether the log publishing is enabled.</p>
9085
8501
  */
9086
- ParameterGroupName?: string;
8502
+ Enabled?: boolean;
9087
8503
  }
9088
- export declare namespace AwsRedshiftClusterClusterParameterGroup {
8504
+ export declare namespace AwsOpenSearchServiceDomainLogPublishingOption {
9089
8505
  /**
9090
8506
  * @internal
9091
8507
  */
9092
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterGroup) => any;
8508
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOption) => any;
9093
8509
  }
9094
8510
  /**
9095
- * <p>A security group that is associated with the cluster.</p>
8511
+ * <p>Configures the CloudWatch Logs to publish for the OpenSearch domain.</p>
9096
8512
  */
9097
- export interface AwsRedshiftClusterClusterSecurityGroup {
8513
+ export interface AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
9098
8514
  /**
9099
- * <p>The name of the cluster security group.</p>
8515
+ * <p>Configures the OpenSearch index logs publishing.</p>
9100
8516
  */
9101
- ClusterSecurityGroupName?: string;
8517
+ IndexSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
9102
8518
  /**
9103
- * <p>The status of the cluster security group.</p>
8519
+ * <p>Configures the OpenSearch search slow log publishing.</p>
9104
8520
  */
9105
- Status?: string;
8521
+ SearchSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
8522
+ /**
8523
+ * <p>Configures the OpenSearch audit logs publishing.</p>
8524
+ */
8525
+ AuditLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
9106
8526
  }
9107
- export declare namespace AwsRedshiftClusterClusterSecurityGroup {
8527
+ export declare namespace AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
9108
8528
  /**
9109
8529
  * @internal
9110
8530
  */
9111
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSecurityGroup) => any;
8531
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOptionsDetails) => any;
9112
8532
  }
9113
8533
  /**
9114
- * <p>Information about a cross-Region snapshot copy.</p>
8534
+ * <p>Provides details about the configuration for node-to-node encryption.</p>
9115
8535
  */
9116
- export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
9117
- /**
9118
- * <p>The destination Region that snapshots are automatically copied to when cross-Region
9119
- * snapshot copy is enabled.</p>
9120
- */
9121
- DestinationRegion?: string;
9122
- /**
9123
- * <p>The number of days that manual snapshots are retained in the destination region after
9124
- * they are copied from a source region.</p>
9125
- * <p>If the value is -1, then the manual snapshot is retained indefinitely.</p>
9126
- * <p>Valid values: Either -1 or an integer between 1 and 3,653</p>
9127
- */
9128
- ManualSnapshotRetentionPeriod?: number;
9129
- /**
9130
- * <p>The number of days to retain automated snapshots in the destination Region after they
9131
- * are copied from a source Region.</p>
9132
- */
9133
- RetentionPeriod?: number;
8536
+ export interface AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
9134
8537
  /**
9135
- * <p>The name of the snapshot copy grant.</p>
8538
+ * <p>Whether node-to-node encryption is enabled.</p>
9136
8539
  */
9137
- SnapshotCopyGrantName?: string;
8540
+ Enabled?: boolean;
9138
8541
  }
9139
- export declare namespace AwsRedshiftClusterClusterSnapshotCopyStatus {
8542
+ export declare namespace AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
9140
8543
  /**
9141
8544
  * @internal
9142
8545
  */
9143
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSnapshotCopyStatus) => any;
8546
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails) => any;
9144
8547
  }
9145
8548
  /**
9146
- * <p>A time windows during which maintenance was deferred for an Amazon Redshift
9147
- * cluster.</p>
8549
+ * <p>Provides information about the state of the domain relative to the latest service software.</p>
9148
8550
  */
9149
- export interface AwsRedshiftClusterDeferredMaintenanceWindow {
9150
- /**
9151
- * <p>The end of the time window for which maintenance was deferred.</p>
9152
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9153
- * Date/Time Format</a>. The value cannot contain spaces. For example,
9154
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
9155
- */
9156
- DeferMaintenanceEndTime?: string;
8551
+ export interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
9157
8552
  /**
9158
- * <p>The identifier of the maintenance window.</p>
8553
+ * <p>The epoch time when the deployment window closes for required updates. After this time, OpenSearch Service schedules the software upgrade automatically.</p>
9159
8554
  */
9160
- DeferMaintenanceIdentifier?: string;
8555
+ AutomatedUpdateDate?: string;
9161
8556
  /**
9162
- * <p>The start of the time window for which maintenance was deferred.</p>
9163
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9164
- * Date/Time Format</a>. The value cannot contain spaces. For example,
9165
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8557
+ * <p>Whether a request to update the domain can be canceled.</p>
9166
8558
  */
9167
- DeferMaintenanceStartTime?: string;
9168
- }
9169
- export declare namespace AwsRedshiftClusterDeferredMaintenanceWindow {
8559
+ Cancellable?: boolean;
9170
8560
  /**
9171
- * @internal
8561
+ * <p>The version of the service software that is currently installed on the domain.</p>
9172
8562
  */
9173
- const filterSensitiveLog: (obj: AwsRedshiftClusterDeferredMaintenanceWindow) => any;
9174
- }
9175
- /**
9176
- * <p>The status of the elastic IP (EIP) address for an Amazon Redshift cluster.</p>
9177
- */
9178
- export interface AwsRedshiftClusterElasticIpStatus {
8563
+ CurrentVersion?: string;
9179
8564
  /**
9180
- * <p>The elastic IP address for the cluster.</p>
8565
+ * <p>A more detailed description of the service software status.</p>
9181
8566
  */
9182
- ElasticIp?: string;
8567
+ Description?: string;
9183
8568
  /**
9184
- * <p>The status of the elastic IP address.</p>
8569
+ * <p>The most recent version of the service software.</p>
9185
8570
  */
9186
- Status?: string;
9187
- }
9188
- export declare namespace AwsRedshiftClusterElasticIpStatus {
8571
+ NewVersion?: string;
9189
8572
  /**
9190
- * @internal
8573
+ * <p>Whether a service software update is available for the domain.</p>
9191
8574
  */
9192
- const filterSensitiveLog: (obj: AwsRedshiftClusterElasticIpStatus) => any;
9193
- }
9194
- /**
9195
- * <p>The connection endpoint for an Amazon Redshift cluster.</p>
9196
- */
9197
- export interface AwsRedshiftClusterEndpoint {
8575
+ UpdateAvailable?: boolean;
9198
8576
  /**
9199
- * <p>The DNS address of the cluster.</p>
8577
+ * <p>The status of the service software update.</p>
9200
8578
  */
9201
- Address?: string;
8579
+ UpdateStatus?: string;
9202
8580
  /**
9203
- * <p>The port that the database engine listens on.</p>
8581
+ * <p>Whether the service software update is optional.</p>
9204
8582
  */
9205
- Port?: number;
8583
+ OptionalDeployment?: boolean;
9206
8584
  }
9207
- export declare namespace AwsRedshiftClusterEndpoint {
8585
+ export declare namespace AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
9208
8586
  /**
9209
8587
  * @internal
9210
8588
  */
9211
- const filterSensitiveLog: (obj: AwsRedshiftClusterEndpoint) => any;
8589
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails) => any;
9212
8590
  }
9213
8591
  /**
9214
- * <p>Information about whether an Amazon Redshift cluster finished applying any hardware
9215
- * changes to security module (HSM) settings that were specified in a modify cluster
9216
- * command.</p>
8592
+ * <p>Contains information that OpenSearch Service derives based on the <code>VPCOptions</code> for the domain.</p>
9217
8593
  */
9218
- export interface AwsRedshiftClusterHsmStatus {
9219
- /**
9220
- * <p>The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve
9221
- * the data encryption keys that are stored in an HSM.</p>
9222
- */
9223
- HsmClientCertificateIdentifier?: string;
8594
+ export interface AwsOpenSearchServiceDomainVpcOptionsDetails {
9224
8595
  /**
9225
- * <p>The name of the HSM configuration that contains the information that the Amazon Redshift
9226
- * cluster can use to retrieve and store keys in an HSM.</p>
8596
+ * <p>The list of security group IDs that are associated with the VPC endpoints for the domain.</p>
9227
8597
  */
9228
- HsmConfigurationIdentifier?: string;
8598
+ SecurityGroupIds?: string[];
9229
8599
  /**
9230
- * <p>Indicates whether the Amazon Redshift cluster has finished applying any HSM settings
9231
- * changes specified in a modify cluster command.</p>
9232
- * <p>Type: String</p>
9233
- * <p>Valid values: <code>active</code> | <code>applying</code>
9234
- * </p>
8600
+ * <p>A list of subnet IDs that are associated with the VPC endpoints for the domain.</p>
9235
8601
  */
9236
- Status?: string;
8602
+ SubnetIds?: string[];
9237
8603
  }
9238
- export declare namespace AwsRedshiftClusterHsmStatus {
8604
+ export declare namespace AwsOpenSearchServiceDomainVpcOptionsDetails {
9239
8605
  /**
9240
8606
  * @internal
9241
8607
  */
9242
- const filterSensitiveLog: (obj: AwsRedshiftClusterHsmStatus) => any;
8608
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainVpcOptionsDetails) => any;
9243
8609
  }
9244
8610
  /**
9245
- * <p>An IAM role that the cluster can use to access other Amazon Web Services services.</p>
8611
+ * <p>Information about an Amazon OpenSearch Service domain.</p>
9246
8612
  */
9247
- export interface AwsRedshiftClusterIamRole {
8613
+ export interface AwsOpenSearchServiceDomainDetails {
9248
8614
  /**
9249
- * <p>The status of the IAM role's association with the cluster.</p>
9250
- * <p>Valid values: <code>in-sync</code> | <code>adding</code> | <code>removing</code>
9251
- * </p>
8615
+ * <p>The ARN of the OpenSearch Service domain.</p>
9252
8616
  */
9253
- ApplyStatus?: string;
8617
+ Arn?: string;
9254
8618
  /**
9255
- * <p>The ARN of the IAM role.</p>
8619
+ * <p>IAM policy document that specifies the access policies for the OpenSearch Service domain.</p>
9256
8620
  */
9257
- IamRoleArn?: string;
9258
- }
9259
- export declare namespace AwsRedshiftClusterIamRole {
8621
+ AccessPolicies?: string;
9260
8622
  /**
9261
- * @internal
8623
+ * <p>The name of the endpoint.</p>
9262
8624
  */
9263
- const filterSensitiveLog: (obj: AwsRedshiftClusterIamRole) => any;
9264
- }
9265
- /**
9266
- * <p>Changes to the Amazon Redshift cluster that are currently pending.</p>
9267
- */
9268
- export interface AwsRedshiftClusterPendingModifiedValues {
8625
+ DomainName?: string;
9269
8626
  /**
9270
- * <p>The pending or in-progress change to the automated snapshot retention period.</p>
8627
+ * <p>The identifier of the domain.</p>
9271
8628
  */
9272
- AutomatedSnapshotRetentionPeriod?: number;
8629
+ Id?: string;
9273
8630
  /**
9274
- * <p>The pending or in-progress change to the identifier for the cluster.</p>
8631
+ * <p>The domain endpoint.</p>
9275
8632
  */
9276
- ClusterIdentifier?: string;
8633
+ DomainEndpoint?: string;
9277
8634
  /**
9278
- * <p>The pending or in-progress change to the cluster type.</p>
8635
+ * <p>The version of the domain engine.</p>
9279
8636
  */
9280
- ClusterType?: string;
8637
+ EngineVersion?: string;
9281
8638
  /**
9282
- * <p>The pending or in-progress change to the service version.</p>
8639
+ * <p>Details about the configuration for encryption at rest.</p>
9283
8640
  */
9284
- ClusterVersion?: string;
8641
+ EncryptionAtRestOptions?: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails;
9285
8642
  /**
9286
- * <p>The encryption type for a cluster.</p>
8643
+ * <p>Details about the configuration for node-to-node encryption.</p>
9287
8644
  */
9288
- EncryptionType?: string;
8645
+ NodeToNodeEncryptionOptions?: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails;
9289
8646
  /**
9290
- * <p>Indicates whether to create the cluster with enhanced VPC routing enabled.</p>
8647
+ * <p>Information about the status of a domain relative to the latest service software.</p>
9291
8648
  */
9292
- EnhancedVpcRouting?: boolean;
8649
+ ServiceSoftwareOptions?: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails;
9293
8650
  /**
9294
- * <p>The name of the maintenance track that the cluster changes to during the next
9295
- * maintenance window.</p>
8651
+ * <p>Details about the configuration of an OpenSearch cluster.</p>
9296
8652
  */
9297
- MaintenanceTrackName?: string;
8653
+ ClusterConfig?: AwsOpenSearchServiceDomainClusterConfigDetails;
9298
8654
  /**
9299
- * <p>The pending or in-progress change to the master user password for the cluster.</p>
8655
+ * <p>Additional options for the domain endpoint.</p>
9300
8656
  */
9301
- MasterUserPassword?: string;
8657
+ DomainEndpointOptions?: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails;
9302
8658
  /**
9303
- * <p>The pending or in-progress change to the cluster's node type.</p>
8659
+ * <p>Information that OpenSearch Service derives based on <code>VPCOptions</code> for the domain.</p>
9304
8660
  */
9305
- NodeType?: string;
8661
+ VpcOptions?: AwsOpenSearchServiceDomainVpcOptionsDetails;
9306
8662
  /**
9307
- * <p>The pending or in-progress change to the number of nodes in the cluster.</p>
8663
+ * <p>Configures the CloudWatch Logs to publish for the OpenSearch domain.</p>
9308
8664
  */
9309
- NumberOfNodes?: number;
8665
+ LogPublishingOptions?: AwsOpenSearchServiceDomainLogPublishingOptionsDetails;
9310
8666
  /**
9311
- * <p>The pending or in-progress change to whether the cluster can be connected to from the
9312
- * public network.</p>
8667
+ * <p>The domain endpoints. Used if the OpenSearch domain resides in a VPC.</p>
8668
+ * <p>This is a map of key-value pairs. The key is always <code>vpc</code>. The value is the endpoint.</p>
9313
8669
  */
9314
- PubliclyAccessible?: boolean;
8670
+ DomainEndpoints?: {
8671
+ [key: string]: string;
8672
+ };
9315
8673
  }
9316
- export declare namespace AwsRedshiftClusterPendingModifiedValues {
8674
+ export declare namespace AwsOpenSearchServiceDomainDetails {
9317
8675
  /**
9318
8676
  * @internal
9319
8677
  */
9320
- const filterSensitiveLog: (obj: AwsRedshiftClusterPendingModifiedValues) => any;
8678
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDetails) => any;
9321
8679
  }
9322
8680
  /**
9323
- * <p>Information about the resize operation for the cluster.</p>
8681
+ * <p>An IAM role that is associated with the Amazon RDS DB cluster.</p>
9324
8682
  */
9325
- export interface AwsRedshiftClusterResizeInfo {
8683
+ export interface AwsRdsDbClusterAssociatedRole {
9326
8684
  /**
9327
- * <p>Indicates whether the resize operation can be canceled.</p>
8685
+ * <p>The ARN of the IAM role.</p>
9328
8686
  */
9329
- AllowCancelResize?: boolean;
8687
+ RoleArn?: string;
9330
8688
  /**
9331
- * <p>The type of resize operation.</p>
9332
- * <p>Valid values: <code>ClassicResize</code>
9333
- * </p>
8689
+ * <p>The status of the association between the IAM role and the DB cluster.</p>
9334
8690
  */
9335
- ResizeType?: string;
8691
+ Status?: string;
9336
8692
  }
9337
- export declare namespace AwsRedshiftClusterResizeInfo {
8693
+ export declare namespace AwsRdsDbClusterAssociatedRole {
9338
8694
  /**
9339
8695
  * @internal
9340
8696
  */
9341
- const filterSensitiveLog: (obj: AwsRedshiftClusterResizeInfo) => any;
8697
+ const filterSensitiveLog: (obj: AwsRdsDbClusterAssociatedRole) => any;
9342
8698
  }
9343
8699
  /**
9344
- * <p>Information about the status of a cluster restore action. It only applies if the cluster
9345
- * was created by restoring a snapshot.</p>
8700
+ * <p>Information about an instance in the DB cluster.</p>
9346
8701
  */
9347
- export interface AwsRedshiftClusterRestoreStatus {
9348
- /**
9349
- * <p>The number of megabytes per second being transferred from the backup storage. Returns
9350
- * the average rate for a completed backup.</p>
9351
- * <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
9352
- */
9353
- CurrentRestoreRateInMegaBytesPerSecond?: number;
9354
- /**
9355
- * <p>The amount of time an in-progress restore has been running, or the amount of time it
9356
- * took a completed restore to finish.</p>
9357
- * <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
9358
- */
9359
- ElapsedTimeInSeconds?: number;
8702
+ export interface AwsRdsDbClusterMember {
9360
8703
  /**
9361
- * <p>The estimate of the time remaining before the restore is complete. Returns 0 for a
9362
- * completed restore.</p>
9363
- * <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
8704
+ * <p>Whether the cluster member is the primary instance for the DB cluster.</p>
9364
8705
  */
9365
- EstimatedTimeToCompletionInSeconds?: number;
8706
+ IsClusterWriter?: boolean;
9366
8707
  /**
9367
- * <p>The number of megabytes that were transferred from snapshot storage.</p>
9368
- * <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
8708
+ * <p>Specifies the order in which an Aurora replica is promoted to the primary instance when
8709
+ * the existing primary instance fails.</p>
9369
8710
  */
9370
- ProgressInMegaBytes?: number;
8711
+ PromotionTier?: number;
9371
8712
  /**
9372
- * <p>The size of the set of snapshot data that was used to restore the cluster.</p>
9373
- * <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
8713
+ * <p>The instance identifier for this member of the DB cluster.</p>
9374
8714
  */
9375
- SnapshotSizeInMegaBytes?: number;
8715
+ DbInstanceIdentifier?: string;
9376
8716
  /**
9377
- * <p>The status of the restore action.</p>
9378
- * <p>Valid values: <code>starting</code> | <code>restoring</code> | <code>completed</code> |
9379
- * <code>failed</code>
9380
- * </p>
8717
+ * <p>The status of the DB cluster parameter group for this member of the DB cluster.</p>
9381
8718
  */
9382
- Status?: string;
8719
+ DbClusterParameterGroupStatus?: string;
9383
8720
  }
9384
- export declare namespace AwsRedshiftClusterRestoreStatus {
8721
+ export declare namespace AwsRdsDbClusterMember {
9385
8722
  /**
9386
8723
  * @internal
9387
8724
  */
9388
- const filterSensitiveLog: (obj: AwsRedshiftClusterRestoreStatus) => any;
8725
+ const filterSensitiveLog: (obj: AwsRdsDbClusterMember) => any;
9389
8726
  }
9390
8727
  /**
9391
- * <p>A VPC security group that the cluster belongs to, if the cluster is in a VPC.</p>
8728
+ * <p>Information about an option group membership for a DB cluster.</p>
9392
8729
  */
9393
- export interface AwsRedshiftClusterVpcSecurityGroup {
8730
+ export interface AwsRdsDbClusterOptionGroupMembership {
9394
8731
  /**
9395
- * <p>The status of the VPC security group.</p>
8732
+ * <p>The name of the DB cluster option group.</p>
9396
8733
  */
9397
- Status?: string;
8734
+ DbClusterOptionGroupName?: string;
9398
8735
  /**
9399
- * <p>The identifier of the VPC security group.</p>
8736
+ * <p>The status of the DB cluster option group.</p>
9400
8737
  */
9401
- VpcSecurityGroupId?: string;
8738
+ Status?: string;
9402
8739
  }
9403
- export declare namespace AwsRedshiftClusterVpcSecurityGroup {
8740
+ export declare namespace AwsRdsDbClusterOptionGroupMembership {
9404
8741
  /**
9405
8742
  * @internal
9406
8743
  */
9407
- const filterSensitiveLog: (obj: AwsRedshiftClusterVpcSecurityGroup) => any;
8744
+ const filterSensitiveLog: (obj: AwsRdsDbClusterOptionGroupMembership) => any;
9408
8745
  }
9409
8746
  /**
9410
- * <p>Details about an Amazon Redshift cluster.</p>
8747
+ * <p>Information about an Active Directory domain membership record associated with the DB
8748
+ * instance.</p>
9411
8749
  */
9412
- export interface AwsRedshiftClusterDetails {
8750
+ export interface AwsRdsDbDomainMembership {
9413
8751
  /**
9414
- * <p>Indicates whether major version upgrades are applied automatically to the cluster during
9415
- * the maintenance window.</p>
8752
+ * <p>The identifier of the Active Directory domain.</p>
9416
8753
  */
9417
- AllowVersionUpgrade?: boolean;
8754
+ Domain?: string;
9418
8755
  /**
9419
- * <p>The number of days that automatic cluster snapshots are retained.</p>
8756
+ * <p>The status of the Active Directory Domain membership for the DB instance.</p>
9420
8757
  */
9421
- AutomatedSnapshotRetentionPeriod?: number;
8758
+ Status?: string;
9422
8759
  /**
9423
- * <p>The name of the Availability Zone in which the cluster is located.</p>
8760
+ * <p>The fully qualified domain name of the Active Directory domain.</p>
9424
8761
  */
9425
- AvailabilityZone?: string;
8762
+ Fqdn?: string;
9426
8763
  /**
9427
- * <p>The availability status of the cluster for queries. Possible values are the
9428
- * following:</p>
9429
- * <ul>
9430
- * <li>
9431
- * <p>
9432
- * <code>Available</code> - The cluster is available for queries.</p>
9433
- * </li>
9434
- * <li>
9435
- * <p>
9436
- * <code>Unavailable</code> - The cluster is not available for queries.</p>
9437
- * </li>
9438
- * <li>
9439
- * <p>
9440
- * <code>Maintenance</code> - The cluster is intermittently available for queries due
9441
- * to maintenance activities.</p>
9442
- * </li>
9443
- * <li>
9444
- * <p>
9445
- * <code>Modifying</code> -The cluster is intermittently available for queries due to
9446
- * changes that modify the cluster.</p>
9447
- * </li>
9448
- * <li>
9449
- * <p>
9450
- * <code>Failed</code> - The cluster failed and is not available for queries.</p>
9451
- * </li>
9452
- * </ul>
8764
+ * <p>The name of the IAM role to use when making API calls to the Directory Service.</p>
9453
8765
  */
9454
- ClusterAvailabilityStatus?: string;
8766
+ IamRoleName?: string;
8767
+ }
8768
+ export declare namespace AwsRdsDbDomainMembership {
9455
8769
  /**
9456
- * <p>Indicates when the cluster was created.</p>
9457
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9458
- * Date/Time Format</a>. The value cannot contain spaces. For example,
9459
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8770
+ * @internal
9460
8771
  */
9461
- ClusterCreateTime?: string;
8772
+ const filterSensitiveLog: (obj: AwsRdsDbDomainMembership) => any;
8773
+ }
8774
+ /**
8775
+ * <p>A VPC security groups that the DB instance belongs to.</p>
8776
+ */
8777
+ export interface AwsRdsDbInstanceVpcSecurityGroup {
9462
8778
  /**
9463
- * <p>The unique identifier of the cluster.</p>
8779
+ * <p>The name of the VPC security group.</p>
9464
8780
  */
9465
- ClusterIdentifier?: string;
8781
+ VpcSecurityGroupId?: string;
9466
8782
  /**
9467
- * <p>The nodes in the cluster.</p>
8783
+ * <p>The status of the VPC security group.</p>
9468
8784
  */
9469
- ClusterNodes?: AwsRedshiftClusterClusterNode[];
8785
+ Status?: string;
8786
+ }
8787
+ export declare namespace AwsRdsDbInstanceVpcSecurityGroup {
9470
8788
  /**
9471
- * <p>The list of cluster parameter groups that are associated with this cluster.</p>
8789
+ * @internal
9472
8790
  */
9473
- ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[];
8791
+ const filterSensitiveLog: (obj: AwsRdsDbInstanceVpcSecurityGroup) => any;
8792
+ }
8793
+ /**
8794
+ * <p>Information about an Amazon RDS DB cluster.</p>
8795
+ */
8796
+ export interface AwsRdsDbClusterDetails {
9474
8797
  /**
9475
- * <p>The public key for the cluster.</p>
8798
+ * <p>For all database engines except Aurora, specifies the allocated storage size in
8799
+ * gibibytes (GiB).</p>
9476
8800
  */
9477
- ClusterPublicKey?: string;
8801
+ AllocatedStorage?: number;
9478
8802
  /**
9479
- * <p>The specific revision number of the database in the cluster.</p>
8803
+ * <p>A list of Availability Zones (AZs) where instances in the DB cluster can be
8804
+ * created.</p>
9480
8805
  */
9481
- ClusterRevisionNumber?: string;
8806
+ AvailabilityZones?: string[];
9482
8807
  /**
9483
- * <p>A list of cluster security groups that are associated with the cluster.</p>
8808
+ * <p>The number of days for which automated backups are retained.</p>
9484
8809
  */
9485
- ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[];
8810
+ BackupRetentionPeriod?: number;
9486
8811
  /**
9487
- * <p>Information about the destination Region and retention period for the cross-Region
9488
- * snapshot copy.</p>
8812
+ * <p>The name of the database.</p>
9489
8813
  */
9490
- ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus;
8814
+ DatabaseName?: string;
9491
8815
  /**
9492
- * <p>The current status of the cluster.</p>
9493
- * <p>Valid values: <code>available</code> | <code>available, prep-for-resize</code> |
9494
- * <code>available, resize-cleanup</code> |<code> cancelling-resize</code> |
9495
- * <code>creating</code> | <code>deleting</code> | <code>final-snapshot</code> |
9496
- * <code>hardware-failure</code> | <code>incompatible-hsm</code> |<code>
9497
- * incompatible-network</code> | <code>incompatible-parameters</code> |
9498
- * <code>incompatible-restore</code> | <code>modifying</code> | <code>paused</code> |
9499
- * <code>rebooting</code> | <code>renaming</code> | <code>resizing</code> |
9500
- * <code>rotating-keys</code> | <code>storage-full</code> |
9501
- * <code>updating-hsm</code>
9502
- * </p>
8816
+ * <p>The current status of this DB cluster.</p>
9503
8817
  */
9504
- ClusterStatus?: string;
8818
+ Status?: string;
9505
8819
  /**
9506
- * <p>The name of the subnet group that is associated with the cluster. This parameter is
9507
- * valid only when the cluster is in a VPC.</p>
8820
+ * <p>The connection endpoint for the primary instance of the DB cluster.</p>
9508
8821
  */
9509
- ClusterSubnetGroupName?: string;
8822
+ Endpoint?: string;
9510
8823
  /**
9511
- * <p>The version ID of the Amazon Redshift engine that runs on the cluster.</p>
8824
+ * <p>The reader endpoint for the DB cluster.</p>
9512
8825
  */
9513
- ClusterVersion?: string;
8826
+ ReaderEndpoint?: string;
9514
8827
  /**
9515
- * <p>The name of the initial database that was created when the cluster was created.</p>
9516
- * <p>The same name is returned for the life of the cluster.</p>
9517
- * <p>If an initial database is not specified, a database named <code>devdev</code> is created
9518
- * by default.</p>
8828
+ * <p>A list of custom endpoints for the DB cluster.</p>
9519
8829
  */
9520
- DBName?: string;
8830
+ CustomEndpoints?: string[];
9521
8831
  /**
9522
- * <p>List of time windows during which maintenance was deferred.</p>
8832
+ * <p>Whether the DB cluster has instances in multiple Availability Zones.</p>
9523
8833
  */
9524
- DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[];
8834
+ MultiAz?: boolean;
9525
8835
  /**
9526
- * <p>Information about the status of the Elastic IP (EIP) address.</p>
8836
+ * <p>The name of the database engine to use for this DB cluster.</p>
9527
8837
  */
9528
- ElasticIpStatus?: AwsRedshiftClusterElasticIpStatus;
8838
+ Engine?: string;
9529
8839
  /**
9530
- * <p>The number of nodes that you can use the elastic resize method to resize the cluster
9531
- * to.</p>
8840
+ * <p>The version number of the database engine to use.</p>
9532
8841
  */
9533
- ElasticResizeNumberOfNodeOptions?: string;
8842
+ EngineVersion?: string;
9534
8843
  /**
9535
- * <p>Indicates whether the data in the cluster is encrypted at rest.</p>
8844
+ * <p>The port number on which the DB instances in the DB cluster accept connections.</p>
9536
8845
  */
9537
- Encrypted?: boolean;
8846
+ Port?: number;
9538
8847
  /**
9539
- * <p>The connection endpoint.</p>
8848
+ * <p>The name of the master user for the DB cluster.</p>
9540
8849
  */
9541
- Endpoint?: AwsRedshiftClusterEndpoint;
8850
+ MasterUsername?: string;
9542
8851
  /**
9543
- * <p>Indicates whether to create the cluster with enhanced VPC routing enabled.</p>
8852
+ * <p>The range of time each day when automated backups are created, if automated backups are
8853
+ * enabled.</p>
8854
+ * <p>Uses the format <code>HH:MM-HH:MM</code>. For example, <code>04:52-05:22</code>.</p>
9544
8855
  */
9545
- EnhancedVpcRouting?: boolean;
8856
+ PreferredBackupWindow?: string;
9546
8857
  /**
9547
- * <p>Indicates when the next snapshot is expected to be taken. The cluster must have a valid
9548
- * snapshot schedule and have backups enabled.</p>
9549
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9550
- * Date/Time Format</a>. The value cannot contain spaces. For example,
9551
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
8858
+ * <p>The weekly time range during which system maintenance can occur, in Universal
8859
+ * Coordinated Time (UTC).</p>
8860
+ * <p>Uses the format <code><day>:HH:MM-<day>:HH:MM</code>.</p>
8861
+ * <p>For the day values, use
8862
+ * <code>mon</code>|<code>tue</code>|<code>wed</code>|<code>thu</code>|<code>fri</code>|<code>sat</code>|<code>sun</code>.</p>
8863
+ * <p>For example, <code>sun:09:32-sun:10:02</code>.</p>
9552
8864
  */
9553
- ExpectedNextSnapshotScheduleTime?: string;
8865
+ PreferredMaintenanceWindow?: string;
9554
8866
  /**
9555
- * <p>The status of the next expected snapshot.</p>
9556
- * <p>Valid values: <code>OnTrack</code> | <code>Pending</code>
9557
- * </p>
8867
+ * <p>The identifiers of the read replicas that are associated with this DB cluster.</p>
9558
8868
  */
9559
- ExpectedNextSnapshotScheduleTimeStatus?: string;
8869
+ ReadReplicaIdentifiers?: string[];
9560
8870
  /**
9561
- * <p>Information about whether the Amazon Redshift cluster finished applying any changes to
9562
- * hardware security module (HSM) settings that were specified in a modify cluster
9563
- * command.</p>
8871
+ * <p>A list of VPC security groups that the DB cluster belongs to.</p>
9564
8872
  */
9565
- HsmStatus?: AwsRedshiftClusterHsmStatus;
8873
+ VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
9566
8874
  /**
9567
- * <p>A list of IAM roles that the cluster can use to access other Amazon Web Services services.</p>
8875
+ * <p>Specifies the identifier that Amazon Route 53 assigns when you create a hosted
8876
+ * zone.</p>
9568
8877
  */
9569
- IamRoles?: AwsRedshiftClusterIamRole[];
8878
+ HostedZoneId?: string;
9570
8879
  /**
9571
- * <p>The identifier of the KMS encryption key that is used to encrypt data in the
9572
- * cluster.</p>
8880
+ * <p>Whether the DB cluster is encrypted.</p>
9573
8881
  */
9574
- KmsKeyId?: string;
8882
+ StorageEncrypted?: boolean;
9575
8883
  /**
9576
- * <p>The name of the maintenance track for the cluster.</p>
8884
+ * <p>The ARN of the KMS master key that is used to encrypt the database instances in the
8885
+ * DB cluster.</p>
9577
8886
  */
9578
- MaintenanceTrackName?: string;
8887
+ KmsKeyId?: string;
9579
8888
  /**
9580
- * <p>The default number of days to retain a manual snapshot.</p>
9581
- * <p>If the value is -1, the snapshot is retained indefinitely.</p>
9582
- * <p>This setting doesn't change the retention period of existing snapshots.</p>
9583
- * <p>Valid values: Either -1 or an integer between 1 and 3,653</p>
8889
+ * <p>The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region
8890
+ * and is immutable.</p>
9584
8891
  */
9585
- ManualSnapshotRetentionPeriod?: number;
8892
+ DbClusterResourceId?: string;
9586
8893
  /**
9587
- * <p>The master user name for the cluster. This name is used to connect to the database that
9588
- * is specified in as the value of <code>DBName</code>.</p>
8894
+ * <p>A list of the IAM roles that are associated with the DB cluster.</p>
9589
8895
  */
9590
- MasterUsername?: string;
8896
+ AssociatedRoles?: AwsRdsDbClusterAssociatedRole[];
9591
8897
  /**
9592
- * <p>Indicates the start of the next maintenance window.</p>
8898
+ * <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
9593
8899
  * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9594
8900
  * Date/Time Format</a>. The value cannot contain spaces. For example,
9595
8901
  * <code>2020-03-22T13:22:13.933Z</code>.</p>
9596
8902
  */
9597
- NextMaintenanceWindowStartTime?: string;
8903
+ ClusterCreateTime?: string;
8904
+ /**
8905
+ * <p>A list of log types that this DB cluster is configured to export to CloudWatch
8906
+ * Logs.</p>
8907
+ */
8908
+ EnabledCloudWatchLogsExports?: string[];
8909
+ /**
8910
+ * <p>The database engine mode of the DB cluster.</p>
8911
+ */
8912
+ EngineMode?: string;
9598
8913
  /**
9599
- * <p>The node type for the nodes in the cluster.</p>
8914
+ * <p>Whether the DB cluster has deletion protection enabled.</p>
9600
8915
  */
9601
- NodeType?: string;
8916
+ DeletionProtection?: boolean;
9602
8917
  /**
9603
- * <p>The number of compute nodes in the cluster.</p>
8918
+ * <p>Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.</p>
9604
8919
  */
9605
- NumberOfNodes?: number;
8920
+ HttpEndpointEnabled?: boolean;
9606
8921
  /**
9607
- * <p>A list of cluster operations that are waiting to start.</p>
8922
+ * <p>The status of the database activity stream.</p>
9608
8923
  */
9609
- PendingActions?: string[];
8924
+ ActivityStreamStatus?: string;
9610
8925
  /**
9611
- * <p>A list of changes to the cluster that are currently pending.</p>
8926
+ * <p>Whether tags are copied from the DB cluster to snapshots of the DB cluster.</p>
9612
8927
  */
9613
- PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues;
8928
+ CopyTagsToSnapshot?: boolean;
9614
8929
  /**
9615
- * <p>The weekly time range, in Universal Coordinated Time (UTC), during which system
9616
- * maintenance can occur.</p>
9617
- * <p>Format:
9618
- * <code>
9619
- * <i><day></i>:HH:MM-<i><day></i>:HH:MM</code>
9620
- * </p>
9621
- * <p>For the day values, use <code>mon</code> | <code>tue</code> | <code>wed</code> |
9622
- * <code>thu</code> | <code>fri</code> | <code>sat</code> | <code>sun</code>
9623
- * </p>
9624
- * <p>For example, <code>sun:09:32-sun:10:02</code>
9625
- * </p>
8930
+ * <p>Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services
8931
+ * account.</p>
9626
8932
  */
9627
- PreferredMaintenanceWindow?: string;
8933
+ CrossAccountClone?: boolean;
9628
8934
  /**
9629
- * <p>Whether the cluster can be accessed from a public network.</p>
8935
+ * <p>The Active Directory domain membership records that are associated with the DB
8936
+ * cluster.</p>
9630
8937
  */
9631
- PubliclyAccessible?: boolean;
8938
+ DomainMemberships?: AwsRdsDbDomainMembership[];
9632
8939
  /**
9633
- * <p>Information about the resize operation for the cluster.</p>
8940
+ * <p>The name of the DB cluster parameter group for the DB cluster.</p>
9634
8941
  */
9635
- ResizeInfo?: AwsRedshiftClusterResizeInfo;
8942
+ DbClusterParameterGroup?: string;
9636
8943
  /**
9637
- * <p>Information about the status of a cluster restore action. Only applies to a cluster that
9638
- * was created by restoring a snapshot.</p>
8944
+ * <p>The subnet group that is associated with the DB cluster, including the name,
8945
+ * description, and subnets in the subnet group.</p>
9639
8946
  */
9640
- RestoreStatus?: AwsRedshiftClusterRestoreStatus;
8947
+ DbSubnetGroup?: string;
9641
8948
  /**
9642
- * <p>A unique identifier for the cluster snapshot schedule.</p>
8949
+ * <p>The list of option group memberships for this DB cluster.</p>
9643
8950
  */
9644
- SnapshotScheduleIdentifier?: string;
8951
+ DbClusterOptionGroupMemberships?: AwsRdsDbClusterOptionGroupMembership[];
9645
8952
  /**
9646
- * <p>The current state of the cluster snapshot schedule.</p>
9647
- * <p>Valid values: <code>MODIFYING</code> | <code>ACTIVE</code> | <code>FAILED</code>
9648
- * </p>
8953
+ * <p>The DB cluster identifier that the user assigned to the cluster. This identifier is the
8954
+ * unique key that identifies a DB cluster.</p>
9649
8955
  */
9650
- SnapshotScheduleState?: string;
8956
+ DbClusterIdentifier?: string;
9651
8957
  /**
9652
- * <p>The identifier of the VPC that the cluster is in, if the cluster is in a VPC.</p>
8958
+ * <p>The list of instances that make up the DB cluster.</p>
9653
8959
  */
9654
- VpcId?: string;
8960
+ DbClusterMembers?: AwsRdsDbClusterMember[];
9655
8961
  /**
9656
- * <p>The list of VPC security groups that the cluster belongs to, if the cluster is in a
9657
- * VPC.</p>
8962
+ * <p>Whether the mapping of IAM accounts to database accounts is enabled.</p>
9658
8963
  */
9659
- VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[];
8964
+ IamDatabaseAuthenticationEnabled?: boolean;
9660
8965
  }
9661
- export declare namespace AwsRedshiftClusterDetails {
8966
+ export declare namespace AwsRdsDbClusterDetails {
9662
8967
  /**
9663
8968
  * @internal
9664
8969
  */
9665
- const filterSensitiveLog: (obj: AwsRedshiftClusterDetails) => any;
8970
+ const filterSensitiveLog: (obj: AwsRdsDbClusterDetails) => any;
9666
8971
  }
9667
8972
  /**
9668
- * <p>provides information about the Amazon S3 Public Access Block configuration for accounts.</p>
8973
+ * <p>Information about an Amazon RDS DB cluster snapshot.</p>
9669
8974
  */
9670
- export interface AwsS3AccountPublicAccessBlockDetails {
8975
+ export interface AwsRdsDbClusterSnapshotDetails {
9671
8976
  /**
9672
- * <p>Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).</p>
8977
+ * <p>A list of Availability Zones where instances in the DB cluster can be created.</p>
9673
8978
  */
9674
- BlockPublicAcls?: boolean;
8979
+ AvailabilityZones?: string[];
9675
8980
  /**
9676
- * <p>Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy allows public access.</p>
8981
+ * <p>Indicates when the snapshot was taken.</p>
8982
+ * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
8983
+ * Date/Time Format</a>. The value cannot contain spaces. For example,
8984
+ * <code>2020-03-22T13:22:13.933Z</code>.</p>
9677
8985
  */
9678
- BlockPublicPolicy?: boolean;
8986
+ SnapshotCreateTime?: string;
9679
8987
  /**
9680
- * <p>Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.</p>
8988
+ * <p>The name of the database engine that you want to use for this DB instance.</p>
9681
8989
  */
9682
- IgnorePublicAcls?: boolean;
8990
+ Engine?: string;
9683
8991
  /**
9684
- * <p>Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.</p>
8992
+ * <p>Specifies the allocated storage size in gibibytes (GiB).</p>
9685
8993
  */
9686
- RestrictPublicBuckets?: boolean;
9687
- }
9688
- export declare namespace AwsS3AccountPublicAccessBlockDetails {
8994
+ AllocatedStorage?: number;
9689
8995
  /**
9690
- * @internal
8996
+ * <p>The status of this DB cluster snapshot.</p>
9691
8997
  */
9692
- const filterSensitiveLog: (obj: AwsS3AccountPublicAccessBlockDetails) => any;
9693
- }
9694
- /**
9695
- * <p>Information about what Amazon S3
9696
- * does when a multipart upload is incomplete.</p>
9697
- */
9698
- export interface AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
8998
+ Status?: string;
9699
8999
  /**
9700
- * <p>The number of days after which Amazon S3 cancels an incomplete multipart upload.</p>
9000
+ * <p>The port number on which the DB instances in the DB cluster accept connections.</p>
9701
9001
  */
9702
- DaysAfterInitiation?: number;
9703
- }
9704
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
9002
+ Port?: number;
9705
9003
  /**
9706
- * @internal
9004
+ * <p>The VPC ID that is associated with the DB cluster snapshot.</p>
9707
9005
  */
9708
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails) => any;
9709
- }
9710
- /**
9711
- * <p>A tag that is assigned to matching objects.</p>
9712
- */
9713
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
9006
+ VpcId?: string;
9714
9007
  /**
9715
- * <p>The tag key.</p>
9008
+ * <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
9009
+ * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9010
+ * Date/Time Format</a>. The value cannot contain spaces. For example,
9011
+ * <code>2020-03-22T13:22:13.933Z</code>.</p>
9716
9012
  */
9717
- Key?: string;
9013
+ ClusterCreateTime?: string;
9718
9014
  /**
9719
- * <p>The tag value.</p>
9015
+ * <p>The name of the master user for the DB cluster.</p>
9720
9016
  */
9721
- Value?: string;
9722
- }
9723
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
9017
+ MasterUsername?: string;
9724
9018
  /**
9725
- * @internal
9019
+ * <p>The version of the database engine to use.</p>
9726
9020
  */
9727
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails) => any;
9728
- }
9729
- /**
9730
- * <p>A value to use for the filter.</p>
9731
- */
9732
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
9021
+ EngineVersion?: string;
9733
9022
  /**
9734
- * <p>Prefix text for matching objects.</p>
9023
+ * <p>The license model information for this DB cluster snapshot.</p>
9735
9024
  */
9736
- Prefix?: string;
9025
+ LicenseModel?: string;
9737
9026
  /**
9738
- * <p>A tag that is assigned to matching objects.</p>
9027
+ * <p>The type of DB cluster snapshot.</p>
9739
9028
  */
9740
- Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails;
9029
+ SnapshotType?: string;
9741
9030
  /**
9742
- * <p>The type of filter value.</p>
9031
+ * <p>Specifies the percentage of the estimated data that has been transferred.</p>
9743
9032
  */
9744
- Type?: string;
9745
- }
9746
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
9033
+ PercentProgress?: number;
9747
9034
  /**
9748
- * @internal
9035
+ * <p>Whether the DB cluster is encrypted.</p>
9749
9036
  */
9750
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails) => any;
9751
- }
9752
- /**
9753
- * <p>A tag filter.</p>
9754
- */
9755
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
9037
+ StorageEncrypted?: boolean;
9756
9038
  /**
9757
- * <p>The tag key.</p>
9039
+ * <p>The ARN of the KMS master key that is used to encrypt the database instances in the
9040
+ * DB cluster.</p>
9758
9041
  */
9759
- Key?: string;
9042
+ KmsKeyId?: string;
9760
9043
  /**
9761
- * <p>The tag value</p>
9044
+ * <p>The DB cluster identifier.</p>
9762
9045
  */
9763
- Value?: string;
9046
+ DbClusterIdentifier?: string;
9047
+ /**
9048
+ * <p>The identifier of the DB cluster snapshot.</p>
9049
+ */
9050
+ DbClusterSnapshotIdentifier?: string;
9051
+ /**
9052
+ * <p>Whether mapping of IAM accounts to database accounts is enabled.</p>
9053
+ */
9054
+ IamDatabaseAuthenticationEnabled?: boolean;
9764
9055
  }
9765
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
9056
+ export declare namespace AwsRdsDbClusterSnapshotDetails {
9766
9057
  /**
9767
9058
  * @internal
9768
9059
  */
9769
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails) => any;
9060
+ const filterSensitiveLog: (obj: AwsRdsDbClusterSnapshotDetails) => any;
9770
9061
  }
9771
9062
  /**
9772
- * <p>The configuration for the filter.</p>
9063
+ * <p>An IAM role associated with the DB instance.</p>
9773
9064
  */
9774
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
9775
- /**
9776
- * <p>The values to use for the filter.</p>
9777
- */
9778
- Operands?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails[];
9065
+ export interface AwsRdsDbInstanceAssociatedRole {
9779
9066
  /**
9780
- * <p>A prefix filter.</p>
9067
+ * <p>The ARN of the IAM role that is associated with the DB
9068
+ * instance.</p>
9781
9069
  */
9782
- Prefix?: string;
9070
+ RoleArn?: string;
9783
9071
  /**
9784
- * <p>A tag filter.</p>
9072
+ * <p>The name of the feature associated with the IAM role.</p>
9785
9073
  */
9786
- Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails;
9074
+ FeatureName?: string;
9787
9075
  /**
9788
- * <p>Whether to use <code>AND</code> or <code>OR</code> to join the operands.</p>
9076
+ * <p>Describes the state of the association between the IAM role and the DB instance. The
9077
+ * <code>Status</code> property returns one of the following values:</p>
9078
+ * <ul>
9079
+ * <li>
9080
+ * <p>
9081
+ * <code>ACTIVE</code> - The IAM role ARN is associated with the DB instance and can
9082
+ * be used to access other Amazon Web Services services on your behalf.</p>
9083
+ * </li>
9084
+ * <li>
9085
+ * <p>
9086
+ * <code>PENDING</code> - The IAM role ARN is being associated with the DB
9087
+ * instance.</p>
9088
+ * </li>
9089
+ * <li>
9090
+ * <p>
9091
+ * <code>INVALID</code> - The IAM role ARN is associated with the DB instance. But
9092
+ * the DB instance is unable to assume the IAM role in order to access other Amazon Web Services
9093
+ * services on your behalf. </p>
9094
+ * </li>
9095
+ * </ul>
9789
9096
  */
9790
- Type?: string;
9097
+ Status?: string;
9791
9098
  }
9792
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
9099
+ export declare namespace AwsRdsDbInstanceAssociatedRole {
9793
9100
  /**
9794
9101
  * @internal
9795
9102
  */
9796
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails) => any;
9103
+ const filterSensitiveLog: (obj: AwsRdsDbInstanceAssociatedRole) => any;
9797
9104
  }
9798
9105
  /**
9799
- * <p>Identifies the objects that a rule applies to.</p>
9106
+ * <p>Provides information about a parameter group for a DB instance.</p>
9800
9107
  */
9801
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
9108
+ export interface AwsRdsDbParameterGroup {
9109
+ /**
9110
+ * <p>The name of the parameter group.</p>
9111
+ */
9112
+ DbParameterGroupName?: string;
9802
9113
  /**
9803
- * <p>The configuration for the filter.</p>
9114
+ * <p>The status of parameter updates.</p>
9804
9115
  */
9805
- Predicate?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails;
9116
+ ParameterApplyStatus?: string;
9806
9117
  }
9807
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
9118
+ export declare namespace AwsRdsDbParameterGroup {
9808
9119
  /**
9809
9120
  * @internal
9810
9121
  */
9811
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails) => any;
9122
+ const filterSensitiveLog: (obj: AwsRdsDbParameterGroup) => any;
9812
9123
  }
9813
9124
  /**
9814
- * <p>A transition rule that describes when noncurrent objects transition to a specified storage class.</p>
9125
+ * <p>An Availability Zone for a subnet in a subnet group.</p>
9815
9126
  */
9816
- export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
9817
- /**
9818
- * <p>The number of days that an object is noncurrent before Amazon S3 can perform the associated action.</p>
9819
- */
9820
- Days?: number;
9127
+ export interface AwsRdsDbSubnetGroupSubnetAvailabilityZone {
9821
9128
  /**
9822
- * <p>The class of storage to change the object to after the object is noncurrent for the specified number of days.</p>
9129
+ * <p>The name of the Availability Zone for a subnet in the subnet group.</p>
9823
9130
  */
9824
- StorageClass?: string;
9131
+ Name?: string;
9825
9132
  }
9826
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
9133
+ export declare namespace AwsRdsDbSubnetGroupSubnetAvailabilityZone {
9827
9134
  /**
9828
9135
  * @internal
9829
9136
  */
9830
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails) => any;
9137
+ const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnetAvailabilityZone) => any;
9831
9138
  }
9832
9139
  /**
9833
- * <p>A rule for when objects transition to specific storage classes.</p>
9140
+ * <p>Information about a subnet in a subnet group.</p>
9834
9141
  */
9835
- export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
9142
+ export interface AwsRdsDbSubnetGroupSubnet {
9836
9143
  /**
9837
- * <p>A date on which to transition objects to the specified storage class. If you provide <code>Date</code>, you cannot provide <code>Days</code>.</p>
9838
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9839
- * Date/Time Format</a>. The value cannot contain spaces. For example,
9840
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
9144
+ * <p>The identifier of a subnet in the subnet group.</p>
9841
9145
  */
9842
- Date?: string;
9146
+ SubnetIdentifier?: string;
9843
9147
  /**
9844
- * <p>The number of days after which to transition the object to the specified storage class. If you provide <code>Days</code>, you cannot provide <code>Date</code>.</p>
9148
+ * <p>Information about the Availability Zone for a subnet in the subnet group.</p>
9845
9149
  */
9846
- Days?: number;
9150
+ SubnetAvailabilityZone?: AwsRdsDbSubnetGroupSubnetAvailabilityZone;
9847
9151
  /**
9848
- * <p>The storage class to transition the object to.</p>
9152
+ * <p>The status of a subnet in the subnet group.</p>
9849
9153
  */
9850
- StorageClass?: string;
9154
+ SubnetStatus?: string;
9851
9155
  }
9852
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
9156
+ export declare namespace AwsRdsDbSubnetGroupSubnet {
9853
9157
  /**
9854
9158
  * @internal
9855
9159
  */
9856
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails) => any;
9160
+ const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnet) => any;
9857
9161
  }
9858
9162
  /**
9859
- * <p>Configuration for a lifecycle rule.</p>
9163
+ * <p>Information about the subnet group for the database instance.</p>
9860
9164
  */
9861
- export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
9862
- /**
9863
- * <p>How Amazon S3 responds when a multipart upload is incomplete. Specifically, provides a number
9864
- * of days before Amazon S3 cancels the entire upload.</p>
9865
- */
9866
- AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails;
9867
- /**
9868
- * <p>The date when objects are moved or deleted.</p>
9869
- * <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
9870
- * Date/Time Format</a>. The value cannot contain spaces. For example,
9871
- * <code>2020-03-22T13:22:13.933Z</code>.</p>
9872
- */
9873
- ExpirationDate?: string;
9874
- /**
9875
- * <p>The length in days of the lifetime for objects that are subject to the rule.</p>
9876
- */
9877
- ExpirationInDays?: number;
9878
- /**
9879
- * <p>Whether Amazon S3 removes a delete marker that has no noncurrent versions. If set to
9880
- * <code>true</code>, the delete marker is expired. If set to <code>false</code>, the policy
9881
- * takes no action.</p>
9882
- * <p>If you provide <code>ExpiredObjectDeleteMarker</code>, you cannot provide
9883
- * <code>ExpirationInDays</code> or <code>ExpirationDate</code>.</p>
9884
- */
9885
- ExpiredObjectDeleteMarker?: boolean;
9886
- /**
9887
- * <p>Identifies the objects that a rule applies to.</p>
9888
- */
9889
- Filter?: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails;
9165
+ export interface AwsRdsDbSubnetGroup {
9890
9166
  /**
9891
- * <p>The unique identifier of the rule.</p>
9167
+ * <p>The name of the subnet group.</p>
9892
9168
  */
9893
- ID?: string;
9169
+ DbSubnetGroupName?: string;
9894
9170
  /**
9895
- * <p>The number of days that an object is noncurrent before Amazon S3 can perform the associated action.</p>
9171
+ * <p>The description of the subnet group.</p>
9896
9172
  */
9897
- NoncurrentVersionExpirationInDays?: number;
9173
+ DbSubnetGroupDescription?: string;
9898
9174
  /**
9899
- * <p>Transition rules that describe when noncurrent objects transition to a specified storage class.</p>
9175
+ * <p>The VPC ID of the subnet group.</p>
9900
9176
  */
9901
- NoncurrentVersionTransitions?: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails[];
9177
+ VpcId?: string;
9902
9178
  /**
9903
- * <p>A prefix that identifies one or more objects that the rule applies to.</p>
9179
+ * <p>The status of the subnet group.</p>
9904
9180
  */
9905
- Prefix?: string;
9181
+ SubnetGroupStatus?: string;
9906
9182
  /**
9907
- * <p>The current status of the rule. Indicates whether the rule is currently being applied.</p>
9183
+ * <p>A list of subnets in the subnet group.</p>
9908
9184
  */
9909
- Status?: string;
9185
+ Subnets?: AwsRdsDbSubnetGroupSubnet[];
9910
9186
  /**
9911
- * <p>Transition rules that indicate when objects transition to a specified storage class.</p>
9187
+ * <p>The ARN of the subnet group.</p>
9912
9188
  */
9913
- Transitions?: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails[];
9189
+ DbSubnetGroupArn?: string;
9914
9190
  }
9915
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesDetails {
9191
+ export declare namespace AwsRdsDbSubnetGroup {
9916
9192
  /**
9917
9193
  * @internal
9918
9194
  */
9919
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesDetails) => any;
9195
+ const filterSensitiveLog: (obj: AwsRdsDbSubnetGroup) => any;
9920
9196
  }
9921
9197
  /**
9922
- * <p>The lifecycle configuration for the objects in the S3 bucket.</p>
9198
+ * <p>Specifies the connection endpoint.</p>
9923
9199
  */
9924
- export interface AwsS3BucketBucketLifecycleConfigurationDetails {
9925
- /**
9926
- * <p>The lifecycle rules.</p>
9927
- */
9928
- Rules?: AwsS3BucketBucketLifecycleConfigurationRulesDetails[];
9929
- }
9930
- export declare namespace AwsS3BucketBucketLifecycleConfigurationDetails {
9200
+ export interface AwsRdsDbInstanceEndpoint {
9931
9201
  /**
9932
- * @internal
9202
+ * <p>Specifies the DNS address of the DB instance.</p>
9933
9203
  */
9934
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationDetails) => any;
9935
- }
9936
- /**
9937
- * <p>Information about logging for
9938
- * the S3 bucket</p>
9939
- */
9940
- export interface AwsS3BucketLoggingConfiguration {
9204
+ Address?: string;
9941
9205
  /**
9942
- * <p>The name of the S3 bucket where log files for the S3 bucket are stored.</p>
9206
+ * <p>Specifies the port that the database engine is listening on.</p>
9943
9207
  */
9944
- DestinationBucketName?: string;
9208
+ Port?: number;
9945
9209
  /**
9946
- * <p>The prefix added to log files for the S3 bucket.</p>
9210
+ * <p>Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.</p>
9947
9211
  */
9948
- LogFilePrefix?: string;
9212
+ HostedZoneId?: string;
9949
9213
  }
9950
- export declare namespace AwsS3BucketLoggingConfiguration {
9214
+ export declare namespace AwsRdsDbInstanceEndpoint {
9951
9215
  /**
9952
9216
  * @internal
9953
9217
  */
9954
- const filterSensitiveLog: (obj: AwsS3BucketLoggingConfiguration) => any;
9955
- }
9956
- export declare enum AwsS3BucketNotificationConfigurationS3KeyFilterRuleName {
9957
- PREFIX = "Prefix",
9958
- SUFFIX = "Suffix"
9218
+ const filterSensitiveLog: (obj: AwsRdsDbInstanceEndpoint) => any;
9959
9219
  }
9960
9220
  /**
9961
- * <p>Details for a filter rule.</p>
9221
+ * <p>An option group membership.</p>
9962
9222
  */
9963
- export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
9223
+ export interface AwsRdsDbOptionGroupMembership {
9964
9224
  /**
9965
- * <p>Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.</p>
9225
+ * <p>The name of the option group.</p>
9966
9226
  */
9967
- Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName | string;
9227
+ OptionGroupName?: string;
9968
9228
  /**
9969
- * <p>The filter value.</p>
9229
+ * <p>The status of the option group membership.</p>
9970
9230
  */
9971
- Value?: string;
9231
+ Status?: string;
9972
9232
  }
9973
- export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilterRule {
9233
+ export declare namespace AwsRdsDbOptionGroupMembership {
9974
9234
  /**
9975
9235
  * @internal
9976
9236
  */
9977
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilterRule) => any;
9237
+ const filterSensitiveLog: (obj: AwsRdsDbOptionGroupMembership) => any;
9978
9238
  }
9979
9239
  /**
9980
- * <p>Details for an Amazon S3 filter.</p>
9240
+ * <p>Identifies the log types to enable and disable.</p>
9981
9241
  */
9982
- export interface AwsS3BucketNotificationConfigurationS3KeyFilter {
9983
- /**
9984
- * <p>The filter rules for the filter.</p>
9985
- */
9986
- FilterRules?: AwsS3BucketNotificationConfigurationS3KeyFilterRule[];
9987
- }
9988
- export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilter {
9242
+ export interface AwsRdsPendingCloudWatchLogsExports {
9989
9243
  /**
9990
- * @internal
9244
+ * <p>A list of log types that are being enabled.</p>
9991
9245
  */
9992
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilter) => any;
9993
- }
9994
- /**
9995
- * <p>Filtering information for the notifications. The
9996
- * filtering is based on Amazon S3 key names.</p>
9997
- */
9998
- export interface AwsS3BucketNotificationConfigurationFilter {
9246
+ LogTypesToEnable?: string[];
9999
9247
  /**
10000
- * <p>Details for an Amazon S3 filter.</p>
9248
+ * <p>A list of log types that are being disabled.</p>
10001
9249
  */
10002
- S3KeyFilter?: AwsS3BucketNotificationConfigurationS3KeyFilter;
9250
+ LogTypesToDisable?: string[];
10003
9251
  }
10004
- export declare namespace AwsS3BucketNotificationConfigurationFilter {
9252
+ export declare namespace AwsRdsPendingCloudWatchLogsExports {
10005
9253
  /**
10006
9254
  * @internal
10007
9255
  */
10008
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationFilter) => any;
9256
+ const filterSensitiveLog: (obj: AwsRdsPendingCloudWatchLogsExports) => any;
10009
9257
  }