@aws-sdk/client-securityhub 3.43.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +228 -227
- package/dist-cjs/models/models_1.js +244 -5
- package/dist-cjs/protocols/Aws_restJson1.js +1225 -74
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +148 -149
- package/dist-es/models/models_1.js +162 -0
- package/dist-es/protocols/Aws_restJson1.js +1020 -17
- package/dist-types/SecurityHub.d.ts +13 -3
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +13 -2
- package/dist-types/commands/CreateMembersCommand.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +1021 -1773
- package/dist-types/models/models_1.d.ts +1681 -5
- package/dist-types/ts3.4/models/models_0.d.ts +546 -827
- package/dist-types/ts3.4/models/models_1.d.ts +783 -1
- package/package.json +5 -5
|
@@ -1,5 +1,1607 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
import { AccountDetails, Action, ActionTarget, Adjustment, AdminAccount, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsCertificateManagerCertificateDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCodeBuildProjectDetails, AwsDynamoDbTableDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsServiceDetails, AwsEcsTaskDefinitionDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsOpenSearchServiceDomainDetails, AwsRdsDbClusterDetails, AwsRdsDbClusterSnapshotDetails,
|
|
2
|
+
import { AccountDetails, Action, ActionTarget, Adjustment, AdminAccount, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsCertificateManagerCertificateDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCodeBuildProjectDetails, AwsDynamoDbTableDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsServiceDetails, AwsEcsTaskDefinitionDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsNetworkFirewallFirewallDetails, AwsNetworkFirewallFirewallPolicyDetails, AwsNetworkFirewallRuleGroupDetails, AwsOpenSearchServiceDomainDetails, AwsRdsDbClusterDetails, AwsRdsDbClusterSnapshotDetails, AwsRdsDbDomainMembership, AwsRdsDbInstanceAssociatedRole, AwsRdsDbInstanceEndpoint, AwsRdsDbInstanceVpcSecurityGroup, AwsRdsDbOptionGroupMembership, AwsRdsDbParameterGroup, AwsRdsDbSubnetGroup, AwsRdsPendingCloudWatchLogsExports } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>A processor feature.</p>
|
|
5
|
+
*/
|
|
6
|
+
export interface AwsRdsDbProcessorFeature {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of the processor feature.</p>
|
|
9
|
+
*/
|
|
10
|
+
Name?: string;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The value of the processor feature.</p>
|
|
13
|
+
*/
|
|
14
|
+
Value?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace AwsRdsDbProcessorFeature {
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
20
|
+
const filterSensitiveLog: (obj: AwsRdsDbProcessorFeature) => any;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* <p>Changes to a DB instance that are currently pending.</p>
|
|
24
|
+
*/
|
|
25
|
+
export interface AwsRdsDbPendingModifiedValues {
|
|
26
|
+
/**
|
|
27
|
+
* <p>The new DB instance class for the DB instance.</p>
|
|
28
|
+
*/
|
|
29
|
+
DbInstanceClass?: string;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The new value of the allocated storage for the DB instance.</p>
|
|
32
|
+
*/
|
|
33
|
+
AllocatedStorage?: number;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The new master user password for the DB instance.</p>
|
|
36
|
+
*/
|
|
37
|
+
MasterUserPassword?: string;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The new port for the DB instance.</p>
|
|
40
|
+
*/
|
|
41
|
+
Port?: number;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The new backup retention period for the DB instance.</p>
|
|
44
|
+
*/
|
|
45
|
+
BackupRetentionPeriod?: number;
|
|
46
|
+
/**
|
|
47
|
+
* <p>Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.</p>
|
|
48
|
+
*/
|
|
49
|
+
MultiAZ?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The new engine version for the DB instance.</p>
|
|
52
|
+
*/
|
|
53
|
+
EngineVersion?: string;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The new license model value for the DB instance.</p>
|
|
56
|
+
*/
|
|
57
|
+
LicenseModel?: string;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The new provisioned IOPS value for the DB instance.</p>
|
|
60
|
+
*/
|
|
61
|
+
Iops?: number;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The new DB instance identifier for the DB instance.</p>
|
|
64
|
+
*/
|
|
65
|
+
DbInstanceIdentifier?: string;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The new storage type for the DB instance.</p>
|
|
68
|
+
*/
|
|
69
|
+
StorageType?: string;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The new CA certificate identifier for the DB instance.</p>
|
|
72
|
+
*/
|
|
73
|
+
CaCertificateIdentifier?: string;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The name of the new subnet group for the DB instance.</p>
|
|
76
|
+
*/
|
|
77
|
+
DbSubnetGroupName?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>A list of log types that are being enabled or disabled.</p>
|
|
80
|
+
*/
|
|
81
|
+
PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports;
|
|
82
|
+
/**
|
|
83
|
+
* <p>Processor features that are being updated.</p>
|
|
84
|
+
*/
|
|
85
|
+
ProcessorFeatures?: AwsRdsDbProcessorFeature[];
|
|
86
|
+
}
|
|
87
|
+
export declare namespace AwsRdsDbPendingModifiedValues {
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
const filterSensitiveLog: (obj: AwsRdsDbPendingModifiedValues) => any;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* <p>Information about the status of a read replica.</p>
|
|
95
|
+
*/
|
|
96
|
+
export interface AwsRdsDbStatusInfo {
|
|
97
|
+
/**
|
|
98
|
+
* <p>The type of status. For a read replica, the status type is read replication.</p>
|
|
99
|
+
*/
|
|
100
|
+
StatusType?: string;
|
|
101
|
+
/**
|
|
102
|
+
* <p>Whether the read replica instance is operating normally.</p>
|
|
103
|
+
*/
|
|
104
|
+
Normal?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The status of the read replica instance.</p>
|
|
107
|
+
*/
|
|
108
|
+
Status?: string;
|
|
109
|
+
/**
|
|
110
|
+
* <p>If the read replica is currently in an error state, provides the error details.</p>
|
|
111
|
+
*/
|
|
112
|
+
Message?: string;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace AwsRdsDbStatusInfo {
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
118
|
+
const filterSensitiveLog: (obj: AwsRdsDbStatusInfo) => any;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* <p>Contains the details of an Amazon RDS DB instance.</p>
|
|
122
|
+
*/
|
|
123
|
+
export interface AwsRdsDbInstanceDetails {
|
|
124
|
+
/**
|
|
125
|
+
* <p>The IAM roles associated with the DB
|
|
126
|
+
* instance.</p>
|
|
127
|
+
*/
|
|
128
|
+
AssociatedRoles?: AwsRdsDbInstanceAssociatedRole[];
|
|
129
|
+
/**
|
|
130
|
+
* <p>The identifier of the CA certificate for this DB instance.</p>
|
|
131
|
+
*/
|
|
132
|
+
CACertificateIdentifier?: string;
|
|
133
|
+
/**
|
|
134
|
+
* <p>If the DB instance is a member of a DB cluster, contains the name of the DB cluster that
|
|
135
|
+
* the DB instance is a member of.</p>
|
|
136
|
+
*/
|
|
137
|
+
DBClusterIdentifier?: string;
|
|
138
|
+
/**
|
|
139
|
+
* <p>Contains a user-supplied database identifier. This identifier is the unique key that
|
|
140
|
+
* identifies a DB instance.</p>
|
|
141
|
+
*/
|
|
142
|
+
DBInstanceIdentifier?: string;
|
|
143
|
+
/**
|
|
144
|
+
* <p>Contains the name of the compute and memory capacity class of the DB instance.</p>
|
|
145
|
+
*/
|
|
146
|
+
DBInstanceClass?: string;
|
|
147
|
+
/**
|
|
148
|
+
* <p>Specifies the port that the DB instance listens on. If the DB instance is part of a DB
|
|
149
|
+
* cluster, this can be a different port than the DB cluster port.</p>
|
|
150
|
+
*/
|
|
151
|
+
DbInstancePort?: number;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is
|
|
154
|
+
* found in CloudTrail log entries whenever the KMS key for the DB instance is
|
|
155
|
+
* accessed. </p>
|
|
156
|
+
*/
|
|
157
|
+
DbiResourceId?: string;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The meaning of this parameter differs according to the database engine you use.</p>
|
|
160
|
+
* <p>
|
|
161
|
+
* <b>MySQL, MariaDB, SQL Server, PostgreSQL</b>
|
|
162
|
+
* </p>
|
|
163
|
+
* <p>Contains the name of the initial database of this instance that was provided at create
|
|
164
|
+
* time, if one was specified when the DB instance was created. This same name is returned for
|
|
165
|
+
* the life of the DB instance.</p>
|
|
166
|
+
* <p>
|
|
167
|
+
* <b>Oracle</b>
|
|
168
|
+
* </p>
|
|
169
|
+
* <p>Contains the Oracle System ID (SID) of the created DB instance. Not shown when the
|
|
170
|
+
* returned parameters do not apply to an Oracle DB instance. </p>
|
|
171
|
+
*/
|
|
172
|
+
DBName?: string;
|
|
173
|
+
/**
|
|
174
|
+
* <p>Indicates whether the DB instance has deletion protection enabled.</p>
|
|
175
|
+
* <p>When deletion protection is enabled, the database cannot be deleted.</p>
|
|
176
|
+
*/
|
|
177
|
+
DeletionProtection?: boolean;
|
|
178
|
+
/**
|
|
179
|
+
* <p>Specifies the connection endpoint.</p>
|
|
180
|
+
*/
|
|
181
|
+
Endpoint?: AwsRdsDbInstanceEndpoint;
|
|
182
|
+
/**
|
|
183
|
+
* <p>Provides the name of the database engine to use for this DB instance.</p>
|
|
184
|
+
*/
|
|
185
|
+
Engine?: string;
|
|
186
|
+
/**
|
|
187
|
+
* <p>Indicates the database engine version.</p>
|
|
188
|
+
*/
|
|
189
|
+
EngineVersion?: string;
|
|
190
|
+
/**
|
|
191
|
+
* <p>True if mapping of IAM accounts to database
|
|
192
|
+
* accounts is enabled, and otherwise false.</p>
|
|
193
|
+
* <p>IAM database authentication can be enabled for the following database engines.</p>
|
|
194
|
+
* <ul>
|
|
195
|
+
* <li>
|
|
196
|
+
* <p>For MySQL 5.6, minor version 5.6.34 or higher</p>
|
|
197
|
+
* </li>
|
|
198
|
+
* <li>
|
|
199
|
+
* <p>For MySQL 5.7, minor version 5.7.16 or higher</p>
|
|
200
|
+
* </li>
|
|
201
|
+
* <li>
|
|
202
|
+
* <p>Aurora 5.6 or higher</p>
|
|
203
|
+
* </li>
|
|
204
|
+
* </ul>
|
|
205
|
+
*/
|
|
206
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* <p>Indicates when the DB instance was created.</p>
|
|
209
|
+
* <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
|
|
210
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
211
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
212
|
+
*/
|
|
213
|
+
InstanceCreateTime?: string;
|
|
214
|
+
/**
|
|
215
|
+
* <p>If <code>StorageEncrypted</code> is true, the KMS key identifier for the encrypted
|
|
216
|
+
* DB instance.</p>
|
|
217
|
+
*/
|
|
218
|
+
KmsKeyId?: string;
|
|
219
|
+
/**
|
|
220
|
+
* <p>Specifies the accessibility options for the DB instance.</p>
|
|
221
|
+
* <p>A value of true specifies an Internet-facing instance with a publicly resolvable DNS
|
|
222
|
+
* name, which resolves to a public IP address.</p>
|
|
223
|
+
* <p>A value of false specifies an internal instance with a DNS name that resolves to a
|
|
224
|
+
* private IP address. </p>
|
|
225
|
+
*/
|
|
226
|
+
PubliclyAccessible?: boolean;
|
|
227
|
+
/**
|
|
228
|
+
* <p>Specifies whether the DB instance is encrypted.</p>
|
|
229
|
+
*/
|
|
230
|
+
StorageEncrypted?: boolean;
|
|
231
|
+
/**
|
|
232
|
+
* <p>The ARN from the key store with which the instance is associated for TDE
|
|
233
|
+
* encryption.</p>
|
|
234
|
+
*/
|
|
235
|
+
TdeCredentialArn?: string;
|
|
236
|
+
/**
|
|
237
|
+
* <p>A list of VPC security groups that the DB instance belongs to.</p>
|
|
238
|
+
*/
|
|
239
|
+
VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
|
|
240
|
+
/**
|
|
241
|
+
* <p>Whether the DB instance is a multiple Availability Zone deployment.</p>
|
|
242
|
+
*/
|
|
243
|
+
MultiAz?: boolean;
|
|
244
|
+
/**
|
|
245
|
+
* <p>The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics
|
|
246
|
+
* data for the DB instance.</p>
|
|
247
|
+
*/
|
|
248
|
+
EnhancedMonitoringResourceArn?: string;
|
|
249
|
+
/**
|
|
250
|
+
* <p>The current status of the DB instance.</p>
|
|
251
|
+
*/
|
|
252
|
+
DbInstanceStatus?: string;
|
|
253
|
+
/**
|
|
254
|
+
* <p>The master user name of the DB instance.</p>
|
|
255
|
+
*/
|
|
256
|
+
MasterUsername?: string;
|
|
257
|
+
/**
|
|
258
|
+
* <p>The amount of storage (in gigabytes) to initially allocate for the DB instance.</p>
|
|
259
|
+
*/
|
|
260
|
+
AllocatedStorage?: number;
|
|
261
|
+
/**
|
|
262
|
+
* <p>The range of time each day when automated backups are created, if automated backups are
|
|
263
|
+
* enabled.</p>
|
|
264
|
+
* <p>Uses the format <code>HH:MM-HH:MM</code>. For example, <code>04:52-05:22</code>.</p>
|
|
265
|
+
*/
|
|
266
|
+
PreferredBackupWindow?: string;
|
|
267
|
+
/**
|
|
268
|
+
* <p>The number of days for which to retain automated backups.</p>
|
|
269
|
+
*/
|
|
270
|
+
BackupRetentionPeriod?: number;
|
|
271
|
+
/**
|
|
272
|
+
* <p>A list of the DB security groups to assign to the DB instance.</p>
|
|
273
|
+
*/
|
|
274
|
+
DbSecurityGroups?: string[];
|
|
275
|
+
/**
|
|
276
|
+
* <p>A list of the DB parameter groups to assign to the DB instance.</p>
|
|
277
|
+
*/
|
|
278
|
+
DbParameterGroups?: AwsRdsDbParameterGroup[];
|
|
279
|
+
/**
|
|
280
|
+
* <p>The Availability Zone where the DB instance will be created.</p>
|
|
281
|
+
*/
|
|
282
|
+
AvailabilityZone?: string;
|
|
283
|
+
/**
|
|
284
|
+
* <p>Information about the subnet group that is associated with the DB instance.</p>
|
|
285
|
+
*/
|
|
286
|
+
DbSubnetGroup?: AwsRdsDbSubnetGroup;
|
|
287
|
+
/**
|
|
288
|
+
* <p>The weekly time range during which system maintenance can occur, in Universal
|
|
289
|
+
* Coordinated Time (UTC).</p>
|
|
290
|
+
* <p>Uses the format <code><day>:HH:MM-<day>:HH:MM</code>.</p>
|
|
291
|
+
* <p>For the day values, use
|
|
292
|
+
* <code>mon</code>|<code>tue</code>|<code>wed</code>|<code>thu</code>|<code>fri</code>|<code>sat</code>|<code>sun</code>.</p>
|
|
293
|
+
* <p>For example, <code>sun:09:32-sun:10:02</code>.</p>
|
|
294
|
+
*/
|
|
295
|
+
PreferredMaintenanceWindow?: string;
|
|
296
|
+
/**
|
|
297
|
+
* <p>Changes to the DB instance that are currently pending.</p>
|
|
298
|
+
*/
|
|
299
|
+
PendingModifiedValues?: AwsRdsDbPendingModifiedValues;
|
|
300
|
+
/**
|
|
301
|
+
* <p>Specifies the latest time to which a database can be restored with point-in-time
|
|
302
|
+
* restore.</p>
|
|
303
|
+
* <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
|
|
304
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
305
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
306
|
+
*/
|
|
307
|
+
LatestRestorableTime?: string;
|
|
308
|
+
/**
|
|
309
|
+
* <p>Indicates whether minor version patches are applied automatically.</p>
|
|
310
|
+
*/
|
|
311
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
312
|
+
/**
|
|
313
|
+
* <p>If this DB instance is a read replica, contains the identifier of the source DB
|
|
314
|
+
* instance.</p>
|
|
315
|
+
*/
|
|
316
|
+
ReadReplicaSourceDBInstanceIdentifier?: string;
|
|
317
|
+
/**
|
|
318
|
+
* <p>List of identifiers of the read replicas associated with this DB instance.</p>
|
|
319
|
+
*/
|
|
320
|
+
ReadReplicaDBInstanceIdentifiers?: string[];
|
|
321
|
+
/**
|
|
322
|
+
* <p>List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as
|
|
323
|
+
* a read replica.</p>
|
|
324
|
+
*/
|
|
325
|
+
ReadReplicaDBClusterIdentifiers?: string[];
|
|
326
|
+
/**
|
|
327
|
+
* <p>License model information for this DB instance.</p>
|
|
328
|
+
*/
|
|
329
|
+
LicenseModel?: string;
|
|
330
|
+
/**
|
|
331
|
+
* <p>Specifies the provisioned IOPS (I/O operations per second) for this DB instance.</p>
|
|
332
|
+
*/
|
|
333
|
+
Iops?: number;
|
|
334
|
+
/**
|
|
335
|
+
* <p>The list of option group memberships for this DB instance.</p>
|
|
336
|
+
*/
|
|
337
|
+
OptionGroupMemberships?: AwsRdsDbOptionGroupMembership[];
|
|
338
|
+
/**
|
|
339
|
+
* <p>The name of the character set that this DB instance is associated with.</p>
|
|
340
|
+
*/
|
|
341
|
+
CharacterSetName?: string;
|
|
342
|
+
/**
|
|
343
|
+
* <p>For a DB instance with multi-Availability Zone support, the name of the secondary
|
|
344
|
+
* Availability Zone.</p>
|
|
345
|
+
*/
|
|
346
|
+
SecondaryAvailabilityZone?: string;
|
|
347
|
+
/**
|
|
348
|
+
* <p>The status of a read replica. If the instance isn't a read replica, this is
|
|
349
|
+
* empty.</p>
|
|
350
|
+
*/
|
|
351
|
+
StatusInfos?: AwsRdsDbStatusInfo[];
|
|
352
|
+
/**
|
|
353
|
+
* <p>The storage type for the DB instance.</p>
|
|
354
|
+
*/
|
|
355
|
+
StorageType?: string;
|
|
356
|
+
/**
|
|
357
|
+
* <p>The Active Directory domain membership records associated with the DB instance.</p>
|
|
358
|
+
*/
|
|
359
|
+
DomainMemberships?: AwsRdsDbDomainMembership[];
|
|
360
|
+
/**
|
|
361
|
+
* <p>Whether to copy resource tags to snapshots of the DB instance.</p>
|
|
362
|
+
*/
|
|
363
|
+
CopyTagsToSnapshot?: boolean;
|
|
364
|
+
/**
|
|
365
|
+
* <p>The interval, in seconds, between points when enhanced monitoring metrics are collected
|
|
366
|
+
* for the DB instance.</p>
|
|
367
|
+
*/
|
|
368
|
+
MonitoringInterval?: number;
|
|
369
|
+
/**
|
|
370
|
+
* <p>The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to
|
|
371
|
+
* CloudWatch Logs.</p>
|
|
372
|
+
*/
|
|
373
|
+
MonitoringRoleArn?: string;
|
|
374
|
+
/**
|
|
375
|
+
* <p>The order in which to promote an Aurora replica to the primary instance after a failure
|
|
376
|
+
* of the existing primary instance.</p>
|
|
377
|
+
*/
|
|
378
|
+
PromotionTier?: number;
|
|
379
|
+
/**
|
|
380
|
+
* <p>The time zone of the DB instance.</p>
|
|
381
|
+
*/
|
|
382
|
+
Timezone?: string;
|
|
383
|
+
/**
|
|
384
|
+
* <p>Indicates whether Performance Insights is enabled for the DB instance.</p>
|
|
385
|
+
*/
|
|
386
|
+
PerformanceInsightsEnabled?: boolean;
|
|
387
|
+
/**
|
|
388
|
+
* <p>The identifier of the KMS key used to encrypt the Performance Insights data.</p>
|
|
389
|
+
*/
|
|
390
|
+
PerformanceInsightsKmsKeyId?: string;
|
|
391
|
+
/**
|
|
392
|
+
* <p>The number of days to retain Performance Insights data.</p>
|
|
393
|
+
*/
|
|
394
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
395
|
+
/**
|
|
396
|
+
* <p>A list of log types that this DB instance is configured to export to CloudWatch Logs.</p>
|
|
397
|
+
*/
|
|
398
|
+
EnabledCloudWatchLogsExports?: string[];
|
|
399
|
+
/**
|
|
400
|
+
* <p>The number of CPU cores and the number of threads per core for the DB instance class of
|
|
401
|
+
* the DB instance.</p>
|
|
402
|
+
*/
|
|
403
|
+
ProcessorFeatures?: AwsRdsDbProcessorFeature[];
|
|
404
|
+
/**
|
|
405
|
+
* <p>Specifies the connection endpoint.</p>
|
|
406
|
+
*/
|
|
407
|
+
ListenerEndpoint?: AwsRdsDbInstanceEndpoint;
|
|
408
|
+
/**
|
|
409
|
+
* <p>The upper limit to which Amazon RDS can automatically scale the storage of the DB
|
|
410
|
+
* instance.</p>
|
|
411
|
+
*/
|
|
412
|
+
MaxAllocatedStorage?: number;
|
|
413
|
+
}
|
|
414
|
+
export declare namespace AwsRdsDbInstanceDetails {
|
|
415
|
+
/**
|
|
416
|
+
* @internal
|
|
417
|
+
*/
|
|
418
|
+
const filterSensitiveLog: (obj: AwsRdsDbInstanceDetails) => any;
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* <p>Provides details about an Amazon RDS DB cluster snapshot.</p>
|
|
422
|
+
*/
|
|
423
|
+
export interface AwsRdsDbSnapshotDetails {
|
|
424
|
+
/**
|
|
425
|
+
* <p>The name or ARN of the DB snapshot that is used to restore the DB instance.</p>
|
|
426
|
+
*/
|
|
427
|
+
DbSnapshotIdentifier?: string;
|
|
428
|
+
/**
|
|
429
|
+
* <p>A name for the DB instance.</p>
|
|
430
|
+
*/
|
|
431
|
+
DbInstanceIdentifier?: string;
|
|
432
|
+
/**
|
|
433
|
+
* <p>When the snapshot was taken in Coordinated Universal Time (UTC).</p>
|
|
434
|
+
*/
|
|
435
|
+
SnapshotCreateTime?: string;
|
|
436
|
+
/**
|
|
437
|
+
* <p>The name of the database engine to use for this DB instance.</p>
|
|
438
|
+
*/
|
|
439
|
+
Engine?: string;
|
|
440
|
+
/**
|
|
441
|
+
* <p>The amount of storage (in gigabytes) to be initially allocated for the database instance.</p>
|
|
442
|
+
*/
|
|
443
|
+
AllocatedStorage?: number;
|
|
444
|
+
/**
|
|
445
|
+
* <p>The status of this DB snapshot.</p>
|
|
446
|
+
*/
|
|
447
|
+
Status?: string;
|
|
448
|
+
/**
|
|
449
|
+
* <p>The port that the database engine was listening on at the time of the snapshot.</p>
|
|
450
|
+
*/
|
|
451
|
+
Port?: number;
|
|
452
|
+
/**
|
|
453
|
+
* <p>Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.</p>
|
|
454
|
+
*/
|
|
455
|
+
AvailabilityZone?: string;
|
|
456
|
+
/**
|
|
457
|
+
* <p>The VPC ID associated with the DB snapshot.</p>
|
|
458
|
+
*/
|
|
459
|
+
VpcId?: string;
|
|
460
|
+
/**
|
|
461
|
+
* <p>Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.</p>
|
|
462
|
+
*/
|
|
463
|
+
InstanceCreateTime?: string;
|
|
464
|
+
/**
|
|
465
|
+
* <p>The master user name for the DB snapshot.</p>
|
|
466
|
+
*/
|
|
467
|
+
MasterUsername?: string;
|
|
468
|
+
/**
|
|
469
|
+
* <p>The version of the database engine.</p>
|
|
470
|
+
*/
|
|
471
|
+
EngineVersion?: string;
|
|
472
|
+
/**
|
|
473
|
+
* <p>License model information for the restored DB instance.</p>
|
|
474
|
+
*/
|
|
475
|
+
LicenseModel?: string;
|
|
476
|
+
/**
|
|
477
|
+
* <p>The type of the DB snapshot.</p>
|
|
478
|
+
*/
|
|
479
|
+
SnapshotType?: string;
|
|
480
|
+
/**
|
|
481
|
+
* <p>The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.</p>
|
|
482
|
+
*/
|
|
483
|
+
Iops?: number;
|
|
484
|
+
/**
|
|
485
|
+
* <p>The option group name for the DB snapshot.</p>
|
|
486
|
+
*/
|
|
487
|
+
OptionGroupName?: string;
|
|
488
|
+
/**
|
|
489
|
+
* <p>The percentage of the estimated data that has been transferred.</p>
|
|
490
|
+
*/
|
|
491
|
+
PercentProgress?: number;
|
|
492
|
+
/**
|
|
493
|
+
* <p>The Amazon Web Services Region that the DB snapshot was created in or copied from.</p>
|
|
494
|
+
*/
|
|
495
|
+
SourceRegion?: string;
|
|
496
|
+
/**
|
|
497
|
+
* <p>The DB snapshot ARN that the DB snapshot was copied from.</p>
|
|
498
|
+
*/
|
|
499
|
+
SourceDbSnapshotIdentifier?: string;
|
|
500
|
+
/**
|
|
501
|
+
* <p>The storage type associated with the DB snapshot.</p>
|
|
502
|
+
*/
|
|
503
|
+
StorageType?: string;
|
|
504
|
+
/**
|
|
505
|
+
* <p>The ARN from the key store with which to associate the instance for TDE encryption.</p>
|
|
506
|
+
*/
|
|
507
|
+
TdeCredentialArn?: string;
|
|
508
|
+
/**
|
|
509
|
+
* <p>Whether the DB snapshot is encrypted.</p>
|
|
510
|
+
*/
|
|
511
|
+
Encrypted?: boolean;
|
|
512
|
+
/**
|
|
513
|
+
* <p>If <code>Encrypted</code> is <code>true</code>, the KMS key identifier for the encrypted DB snapshot.</p>
|
|
514
|
+
*/
|
|
515
|
+
KmsKeyId?: string;
|
|
516
|
+
/**
|
|
517
|
+
* <p>The time zone of the DB snapshot.</p>
|
|
518
|
+
*/
|
|
519
|
+
Timezone?: string;
|
|
520
|
+
/**
|
|
521
|
+
* <p>Whether mapping of IAM accounts to database accounts is enabled.</p>
|
|
522
|
+
*/
|
|
523
|
+
IamDatabaseAuthenticationEnabled?: boolean;
|
|
524
|
+
/**
|
|
525
|
+
* <p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>
|
|
526
|
+
*/
|
|
527
|
+
ProcessorFeatures?: AwsRdsDbProcessorFeature[];
|
|
528
|
+
/**
|
|
529
|
+
* <p>The identifier for the source DB instance.</p>
|
|
530
|
+
*/
|
|
531
|
+
DbiResourceId?: string;
|
|
532
|
+
}
|
|
533
|
+
export declare namespace AwsRdsDbSnapshotDetails {
|
|
534
|
+
/**
|
|
535
|
+
* @internal
|
|
536
|
+
*/
|
|
537
|
+
const filterSensitiveLog: (obj: AwsRdsDbSnapshotDetails) => any;
|
|
538
|
+
}
|
|
539
|
+
/**
|
|
540
|
+
* <p>Details about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.</p>
|
|
541
|
+
*/
|
|
542
|
+
export interface AwsRdsEventSubscriptionDetails {
|
|
543
|
+
/**
|
|
544
|
+
* <p>The identifier of the account that is associated with the event notification subscription.</p>
|
|
545
|
+
*/
|
|
546
|
+
CustSubscriptionId?: string;
|
|
547
|
+
/**
|
|
548
|
+
* <p>The identifier of the event notification subscription.</p>
|
|
549
|
+
*/
|
|
550
|
+
CustomerAwsId?: string;
|
|
551
|
+
/**
|
|
552
|
+
* <p>Whether the event notification subscription is enabled.</p>
|
|
553
|
+
*/
|
|
554
|
+
Enabled?: boolean;
|
|
555
|
+
/**
|
|
556
|
+
* <p>The list of event categories for the event notification subscription.</p>
|
|
557
|
+
*/
|
|
558
|
+
EventCategoriesList?: string[];
|
|
559
|
+
/**
|
|
560
|
+
* <p>The ARN of the event notification subscription.</p>
|
|
561
|
+
*/
|
|
562
|
+
EventSubscriptionArn?: string;
|
|
563
|
+
/**
|
|
564
|
+
* <p>The ARN of the SNS topic to post the event notifications to.</p>
|
|
565
|
+
*/
|
|
566
|
+
SnsTopicArn?: string;
|
|
567
|
+
/**
|
|
568
|
+
* <p>A list of source identifiers for the event notification subscription.</p>
|
|
569
|
+
*/
|
|
570
|
+
SourceIdsList?: string[];
|
|
571
|
+
/**
|
|
572
|
+
* <p>The source type for the event notification subscription.</p>
|
|
573
|
+
*/
|
|
574
|
+
SourceType?: string;
|
|
575
|
+
/**
|
|
576
|
+
* <p>The status of the event notification subscription.</p>
|
|
577
|
+
* <p>Valid values: <code>creating</code> | <code>modifying</code> | <code>deleting</code> | <code>active</code> | <code>no-permission</code> | <code>topic-not-exist</code>
|
|
578
|
+
* </p>
|
|
579
|
+
*/
|
|
580
|
+
Status?: string;
|
|
581
|
+
/**
|
|
582
|
+
* <p>The datetime when the event notification subscription was created.</p>
|
|
583
|
+
* <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
|
|
584
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
585
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
586
|
+
*/
|
|
587
|
+
SubscriptionCreationTime?: string;
|
|
588
|
+
}
|
|
589
|
+
export declare namespace AwsRdsEventSubscriptionDetails {
|
|
590
|
+
/**
|
|
591
|
+
* @internal
|
|
592
|
+
*/
|
|
593
|
+
const filterSensitiveLog: (obj: AwsRdsEventSubscriptionDetails) => any;
|
|
594
|
+
}
|
|
595
|
+
/**
|
|
596
|
+
* <p>A node in an Amazon Redshift cluster.</p>
|
|
597
|
+
*/
|
|
598
|
+
export interface AwsRedshiftClusterClusterNode {
|
|
599
|
+
/**
|
|
600
|
+
* <p>The role of the node. A node might be a leader node or a compute node.</p>
|
|
601
|
+
*/
|
|
602
|
+
NodeRole?: string;
|
|
603
|
+
/**
|
|
604
|
+
* <p>The private IP address of the node.</p>
|
|
605
|
+
*/
|
|
606
|
+
PrivateIpAddress?: string;
|
|
607
|
+
/**
|
|
608
|
+
* <p>The public IP address of the node.</p>
|
|
609
|
+
*/
|
|
610
|
+
PublicIpAddress?: string;
|
|
611
|
+
}
|
|
612
|
+
export declare namespace AwsRedshiftClusterClusterNode {
|
|
613
|
+
/**
|
|
614
|
+
* @internal
|
|
615
|
+
*/
|
|
616
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterClusterNode) => any;
|
|
617
|
+
}
|
|
618
|
+
/**
|
|
619
|
+
* <p>The status of a parameter in a cluster parameter group for an Amazon Redshift
|
|
620
|
+
* cluster.</p>
|
|
621
|
+
*/
|
|
622
|
+
export interface AwsRedshiftClusterClusterParameterStatus {
|
|
623
|
+
/**
|
|
624
|
+
* <p>The name of the parameter.</p>
|
|
625
|
+
*/
|
|
626
|
+
ParameterName?: string;
|
|
627
|
+
/**
|
|
628
|
+
* <p>The status of the parameter. Indicates whether the parameter is in sync with the
|
|
629
|
+
* database, waiting for a cluster reboot, or encountered an error when it was applied.</p>
|
|
630
|
+
* <p>Valid values: <code>in-sync</code> | <code>pending-reboot</code> | <code>applying</code>
|
|
631
|
+
* | <code>invalid-parameter</code> | <code>apply-deferred</code> | <code>apply-error</code> |
|
|
632
|
+
* <code>unknown-error</code>
|
|
633
|
+
* </p>
|
|
634
|
+
*/
|
|
635
|
+
ParameterApplyStatus?: string;
|
|
636
|
+
/**
|
|
637
|
+
* <p>The error that prevented the parameter from being applied to the database.</p>
|
|
638
|
+
*/
|
|
639
|
+
ParameterApplyErrorDescription?: string;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace AwsRedshiftClusterClusterParameterStatus {
|
|
642
|
+
/**
|
|
643
|
+
* @internal
|
|
644
|
+
*/
|
|
645
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterStatus) => any;
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* <p>A cluster parameter group that is associated with an Amazon Redshift cluster.</p>
|
|
649
|
+
*/
|
|
650
|
+
export interface AwsRedshiftClusterClusterParameterGroup {
|
|
651
|
+
/**
|
|
652
|
+
* <p>The list of parameter statuses.</p>
|
|
653
|
+
*/
|
|
654
|
+
ClusterParameterStatusList?: AwsRedshiftClusterClusterParameterStatus[];
|
|
655
|
+
/**
|
|
656
|
+
* <p>The status of updates to the parameters.</p>
|
|
657
|
+
*/
|
|
658
|
+
ParameterApplyStatus?: string;
|
|
659
|
+
/**
|
|
660
|
+
* <p>The name of the parameter group.</p>
|
|
661
|
+
*/
|
|
662
|
+
ParameterGroupName?: string;
|
|
663
|
+
}
|
|
664
|
+
export declare namespace AwsRedshiftClusterClusterParameterGroup {
|
|
665
|
+
/**
|
|
666
|
+
* @internal
|
|
667
|
+
*/
|
|
668
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterGroup) => any;
|
|
669
|
+
}
|
|
670
|
+
/**
|
|
671
|
+
* <p>A security group that is associated with the cluster.</p>
|
|
672
|
+
*/
|
|
673
|
+
export interface AwsRedshiftClusterClusterSecurityGroup {
|
|
674
|
+
/**
|
|
675
|
+
* <p>The name of the cluster security group.</p>
|
|
676
|
+
*/
|
|
677
|
+
ClusterSecurityGroupName?: string;
|
|
678
|
+
/**
|
|
679
|
+
* <p>The status of the cluster security group.</p>
|
|
680
|
+
*/
|
|
681
|
+
Status?: string;
|
|
682
|
+
}
|
|
683
|
+
export declare namespace AwsRedshiftClusterClusterSecurityGroup {
|
|
684
|
+
/**
|
|
685
|
+
* @internal
|
|
686
|
+
*/
|
|
687
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSecurityGroup) => any;
|
|
688
|
+
}
|
|
689
|
+
/**
|
|
690
|
+
* <p>Information about a cross-Region snapshot copy.</p>
|
|
691
|
+
*/
|
|
692
|
+
export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
|
|
693
|
+
/**
|
|
694
|
+
* <p>The destination Region that snapshots are automatically copied to when cross-Region
|
|
695
|
+
* snapshot copy is enabled.</p>
|
|
696
|
+
*/
|
|
697
|
+
DestinationRegion?: string;
|
|
698
|
+
/**
|
|
699
|
+
* <p>The number of days that manual snapshots are retained in the destination region after
|
|
700
|
+
* they are copied from a source region.</p>
|
|
701
|
+
* <p>If the value is -1, then the manual snapshot is retained indefinitely.</p>
|
|
702
|
+
* <p>Valid values: Either -1 or an integer between 1 and 3,653</p>
|
|
703
|
+
*/
|
|
704
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
705
|
+
/**
|
|
706
|
+
* <p>The number of days to retain automated snapshots in the destination Region after they
|
|
707
|
+
* are copied from a source Region.</p>
|
|
708
|
+
*/
|
|
709
|
+
RetentionPeriod?: number;
|
|
710
|
+
/**
|
|
711
|
+
* <p>The name of the snapshot copy grant.</p>
|
|
712
|
+
*/
|
|
713
|
+
SnapshotCopyGrantName?: string;
|
|
714
|
+
}
|
|
715
|
+
export declare namespace AwsRedshiftClusterClusterSnapshotCopyStatus {
|
|
716
|
+
/**
|
|
717
|
+
* @internal
|
|
718
|
+
*/
|
|
719
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSnapshotCopyStatus) => any;
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* <p>A time windows during which maintenance was deferred for an Amazon Redshift
|
|
723
|
+
* cluster.</p>
|
|
724
|
+
*/
|
|
725
|
+
export interface AwsRedshiftClusterDeferredMaintenanceWindow {
|
|
726
|
+
/**
|
|
727
|
+
* <p>The end of the time window for which maintenance was deferred.</p>
|
|
728
|
+
* <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
|
|
729
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
730
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
731
|
+
*/
|
|
732
|
+
DeferMaintenanceEndTime?: string;
|
|
733
|
+
/**
|
|
734
|
+
* <p>The identifier of the maintenance window.</p>
|
|
735
|
+
*/
|
|
736
|
+
DeferMaintenanceIdentifier?: string;
|
|
737
|
+
/**
|
|
738
|
+
* <p>The start of the time window for which maintenance was deferred.</p>
|
|
739
|
+
* <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
|
|
740
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
741
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
742
|
+
*/
|
|
743
|
+
DeferMaintenanceStartTime?: string;
|
|
744
|
+
}
|
|
745
|
+
export declare namespace AwsRedshiftClusterDeferredMaintenanceWindow {
|
|
746
|
+
/**
|
|
747
|
+
* @internal
|
|
748
|
+
*/
|
|
749
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterDeferredMaintenanceWindow) => any;
|
|
750
|
+
}
|
|
751
|
+
/**
|
|
752
|
+
* <p>The status of the elastic IP (EIP) address for an Amazon Redshift cluster.</p>
|
|
753
|
+
*/
|
|
754
|
+
export interface AwsRedshiftClusterElasticIpStatus {
|
|
755
|
+
/**
|
|
756
|
+
* <p>The elastic IP address for the cluster.</p>
|
|
757
|
+
*/
|
|
758
|
+
ElasticIp?: string;
|
|
759
|
+
/**
|
|
760
|
+
* <p>The status of the elastic IP address.</p>
|
|
761
|
+
*/
|
|
762
|
+
Status?: string;
|
|
763
|
+
}
|
|
764
|
+
export declare namespace AwsRedshiftClusterElasticIpStatus {
|
|
765
|
+
/**
|
|
766
|
+
* @internal
|
|
767
|
+
*/
|
|
768
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterElasticIpStatus) => any;
|
|
769
|
+
}
|
|
770
|
+
/**
|
|
771
|
+
* <p>The connection endpoint for an Amazon Redshift cluster.</p>
|
|
772
|
+
*/
|
|
773
|
+
export interface AwsRedshiftClusterEndpoint {
|
|
774
|
+
/**
|
|
775
|
+
* <p>The DNS address of the cluster.</p>
|
|
776
|
+
*/
|
|
777
|
+
Address?: string;
|
|
778
|
+
/**
|
|
779
|
+
* <p>The port that the database engine listens on.</p>
|
|
780
|
+
*/
|
|
781
|
+
Port?: number;
|
|
782
|
+
}
|
|
783
|
+
export declare namespace AwsRedshiftClusterEndpoint {
|
|
784
|
+
/**
|
|
785
|
+
* @internal
|
|
786
|
+
*/
|
|
787
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterEndpoint) => any;
|
|
788
|
+
}
|
|
789
|
+
/**
|
|
790
|
+
* <p>Information about whether an Amazon Redshift cluster finished applying any hardware
|
|
791
|
+
* changes to security module (HSM) settings that were specified in a modify cluster
|
|
792
|
+
* command.</p>
|
|
793
|
+
*/
|
|
794
|
+
export interface AwsRedshiftClusterHsmStatus {
|
|
795
|
+
/**
|
|
796
|
+
* <p>The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve
|
|
797
|
+
* the data encryption keys that are stored in an HSM.</p>
|
|
798
|
+
*/
|
|
799
|
+
HsmClientCertificateIdentifier?: string;
|
|
800
|
+
/**
|
|
801
|
+
* <p>The name of the HSM configuration that contains the information that the Amazon Redshift
|
|
802
|
+
* cluster can use to retrieve and store keys in an HSM.</p>
|
|
803
|
+
*/
|
|
804
|
+
HsmConfigurationIdentifier?: string;
|
|
805
|
+
/**
|
|
806
|
+
* <p>Indicates whether the Amazon Redshift cluster has finished applying any HSM settings
|
|
807
|
+
* changes specified in a modify cluster command.</p>
|
|
808
|
+
* <p>Type: String</p>
|
|
809
|
+
* <p>Valid values: <code>active</code> | <code>applying</code>
|
|
810
|
+
* </p>
|
|
811
|
+
*/
|
|
812
|
+
Status?: string;
|
|
813
|
+
}
|
|
814
|
+
export declare namespace AwsRedshiftClusterHsmStatus {
|
|
815
|
+
/**
|
|
816
|
+
* @internal
|
|
817
|
+
*/
|
|
818
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterHsmStatus) => any;
|
|
819
|
+
}
|
|
820
|
+
/**
|
|
821
|
+
* <p>An IAM role that the cluster can use to access other Amazon Web Services services.</p>
|
|
822
|
+
*/
|
|
823
|
+
export interface AwsRedshiftClusterIamRole {
|
|
824
|
+
/**
|
|
825
|
+
* <p>The status of the IAM role's association with the cluster.</p>
|
|
826
|
+
* <p>Valid values: <code>in-sync</code> | <code>adding</code> | <code>removing</code>
|
|
827
|
+
* </p>
|
|
828
|
+
*/
|
|
829
|
+
ApplyStatus?: string;
|
|
830
|
+
/**
|
|
831
|
+
* <p>The ARN of the IAM role.</p>
|
|
832
|
+
*/
|
|
833
|
+
IamRoleArn?: string;
|
|
834
|
+
}
|
|
835
|
+
export declare namespace AwsRedshiftClusterIamRole {
|
|
836
|
+
/**
|
|
837
|
+
* @internal
|
|
838
|
+
*/
|
|
839
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterIamRole) => any;
|
|
840
|
+
}
|
|
841
|
+
/**
|
|
842
|
+
* <p>Changes to the Amazon Redshift cluster that are currently pending.</p>
|
|
843
|
+
*/
|
|
844
|
+
export interface AwsRedshiftClusterPendingModifiedValues {
|
|
845
|
+
/**
|
|
846
|
+
* <p>The pending or in-progress change to the automated snapshot retention period.</p>
|
|
847
|
+
*/
|
|
848
|
+
AutomatedSnapshotRetentionPeriod?: number;
|
|
849
|
+
/**
|
|
850
|
+
* <p>The pending or in-progress change to the identifier for the cluster.</p>
|
|
851
|
+
*/
|
|
852
|
+
ClusterIdentifier?: string;
|
|
853
|
+
/**
|
|
854
|
+
* <p>The pending or in-progress change to the cluster type.</p>
|
|
855
|
+
*/
|
|
856
|
+
ClusterType?: string;
|
|
857
|
+
/**
|
|
858
|
+
* <p>The pending or in-progress change to the service version.</p>
|
|
859
|
+
*/
|
|
860
|
+
ClusterVersion?: string;
|
|
861
|
+
/**
|
|
862
|
+
* <p>The encryption type for a cluster.</p>
|
|
863
|
+
*/
|
|
864
|
+
EncryptionType?: string;
|
|
865
|
+
/**
|
|
866
|
+
* <p>Indicates whether to create the cluster with enhanced VPC routing enabled.</p>
|
|
867
|
+
*/
|
|
868
|
+
EnhancedVpcRouting?: boolean;
|
|
869
|
+
/**
|
|
870
|
+
* <p>The name of the maintenance track that the cluster changes to during the next
|
|
871
|
+
* maintenance window.</p>
|
|
872
|
+
*/
|
|
873
|
+
MaintenanceTrackName?: string;
|
|
874
|
+
/**
|
|
875
|
+
* <p>The pending or in-progress change to the master user password for the cluster.</p>
|
|
876
|
+
*/
|
|
877
|
+
MasterUserPassword?: string;
|
|
878
|
+
/**
|
|
879
|
+
* <p>The pending or in-progress change to the cluster's node type.</p>
|
|
880
|
+
*/
|
|
881
|
+
NodeType?: string;
|
|
882
|
+
/**
|
|
883
|
+
* <p>The pending or in-progress change to the number of nodes in the cluster.</p>
|
|
884
|
+
*/
|
|
885
|
+
NumberOfNodes?: number;
|
|
886
|
+
/**
|
|
887
|
+
* <p>The pending or in-progress change to whether the cluster can be connected to from the
|
|
888
|
+
* public network.</p>
|
|
889
|
+
*/
|
|
890
|
+
PubliclyAccessible?: boolean;
|
|
891
|
+
}
|
|
892
|
+
export declare namespace AwsRedshiftClusterPendingModifiedValues {
|
|
893
|
+
/**
|
|
894
|
+
* @internal
|
|
895
|
+
*/
|
|
896
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterPendingModifiedValues) => any;
|
|
897
|
+
}
|
|
898
|
+
/**
|
|
899
|
+
* <p>Information about the resize operation for the cluster.</p>
|
|
900
|
+
*/
|
|
901
|
+
export interface AwsRedshiftClusterResizeInfo {
|
|
902
|
+
/**
|
|
903
|
+
* <p>Indicates whether the resize operation can be canceled.</p>
|
|
904
|
+
*/
|
|
905
|
+
AllowCancelResize?: boolean;
|
|
906
|
+
/**
|
|
907
|
+
* <p>The type of resize operation.</p>
|
|
908
|
+
* <p>Valid values: <code>ClassicResize</code>
|
|
909
|
+
* </p>
|
|
910
|
+
*/
|
|
911
|
+
ResizeType?: string;
|
|
912
|
+
}
|
|
913
|
+
export declare namespace AwsRedshiftClusterResizeInfo {
|
|
914
|
+
/**
|
|
915
|
+
* @internal
|
|
916
|
+
*/
|
|
917
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterResizeInfo) => any;
|
|
918
|
+
}
|
|
919
|
+
/**
|
|
920
|
+
* <p>Information about the status of a cluster restore action. It only applies if the cluster
|
|
921
|
+
* was created by restoring a snapshot.</p>
|
|
922
|
+
*/
|
|
923
|
+
export interface AwsRedshiftClusterRestoreStatus {
|
|
924
|
+
/**
|
|
925
|
+
* <p>The number of megabytes per second being transferred from the backup storage. Returns
|
|
926
|
+
* the average rate for a completed backup.</p>
|
|
927
|
+
* <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
|
|
928
|
+
*/
|
|
929
|
+
CurrentRestoreRateInMegaBytesPerSecond?: number;
|
|
930
|
+
/**
|
|
931
|
+
* <p>The amount of time an in-progress restore has been running, or the amount of time it
|
|
932
|
+
* took a completed restore to finish.</p>
|
|
933
|
+
* <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
|
|
934
|
+
*/
|
|
935
|
+
ElapsedTimeInSeconds?: number;
|
|
936
|
+
/**
|
|
937
|
+
* <p>The estimate of the time remaining before the restore is complete. Returns 0 for a
|
|
938
|
+
* completed restore.</p>
|
|
939
|
+
* <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
|
|
940
|
+
*/
|
|
941
|
+
EstimatedTimeToCompletionInSeconds?: number;
|
|
942
|
+
/**
|
|
943
|
+
* <p>The number of megabytes that were transferred from snapshot storage.</p>
|
|
944
|
+
* <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
|
|
945
|
+
*/
|
|
946
|
+
ProgressInMegaBytes?: number;
|
|
947
|
+
/**
|
|
948
|
+
* <p>The size of the set of snapshot data that was used to restore the cluster.</p>
|
|
949
|
+
* <p>This field is only updated when you restore to DC2 and DS2 node types.</p>
|
|
950
|
+
*/
|
|
951
|
+
SnapshotSizeInMegaBytes?: number;
|
|
952
|
+
/**
|
|
953
|
+
* <p>The status of the restore action.</p>
|
|
954
|
+
* <p>Valid values: <code>starting</code> | <code>restoring</code> | <code>completed</code> |
|
|
955
|
+
* <code>failed</code>
|
|
956
|
+
* </p>
|
|
957
|
+
*/
|
|
958
|
+
Status?: string;
|
|
959
|
+
}
|
|
960
|
+
export declare namespace AwsRedshiftClusterRestoreStatus {
|
|
961
|
+
/**
|
|
962
|
+
* @internal
|
|
963
|
+
*/
|
|
964
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterRestoreStatus) => any;
|
|
965
|
+
}
|
|
966
|
+
/**
|
|
967
|
+
* <p>A VPC security group that the cluster belongs to, if the cluster is in a VPC.</p>
|
|
968
|
+
*/
|
|
969
|
+
export interface AwsRedshiftClusterVpcSecurityGroup {
|
|
970
|
+
/**
|
|
971
|
+
* <p>The status of the VPC security group.</p>
|
|
972
|
+
*/
|
|
973
|
+
Status?: string;
|
|
974
|
+
/**
|
|
975
|
+
* <p>The identifier of the VPC security group.</p>
|
|
976
|
+
*/
|
|
977
|
+
VpcSecurityGroupId?: string;
|
|
978
|
+
}
|
|
979
|
+
export declare namespace AwsRedshiftClusterVpcSecurityGroup {
|
|
980
|
+
/**
|
|
981
|
+
* @internal
|
|
982
|
+
*/
|
|
983
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterVpcSecurityGroup) => any;
|
|
984
|
+
}
|
|
985
|
+
/**
|
|
986
|
+
* <p>Details about an Amazon Redshift cluster.</p>
|
|
987
|
+
*/
|
|
988
|
+
export interface AwsRedshiftClusterDetails {
|
|
989
|
+
/**
|
|
990
|
+
* <p>Indicates whether major version upgrades are applied automatically to the cluster during
|
|
991
|
+
* the maintenance window.</p>
|
|
992
|
+
*/
|
|
993
|
+
AllowVersionUpgrade?: boolean;
|
|
994
|
+
/**
|
|
995
|
+
* <p>The number of days that automatic cluster snapshots are retained.</p>
|
|
996
|
+
*/
|
|
997
|
+
AutomatedSnapshotRetentionPeriod?: number;
|
|
998
|
+
/**
|
|
999
|
+
* <p>The name of the Availability Zone in which the cluster is located.</p>
|
|
1000
|
+
*/
|
|
1001
|
+
AvailabilityZone?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* <p>The availability status of the cluster for queries. Possible values are the
|
|
1004
|
+
* following:</p>
|
|
1005
|
+
* <ul>
|
|
1006
|
+
* <li>
|
|
1007
|
+
* <p>
|
|
1008
|
+
* <code>Available</code> - The cluster is available for queries.</p>
|
|
1009
|
+
* </li>
|
|
1010
|
+
* <li>
|
|
1011
|
+
* <p>
|
|
1012
|
+
* <code>Unavailable</code> - The cluster is not available for queries.</p>
|
|
1013
|
+
* </li>
|
|
1014
|
+
* <li>
|
|
1015
|
+
* <p>
|
|
1016
|
+
* <code>Maintenance</code> - The cluster is intermittently available for queries due
|
|
1017
|
+
* to maintenance activities.</p>
|
|
1018
|
+
* </li>
|
|
1019
|
+
* <li>
|
|
1020
|
+
* <p>
|
|
1021
|
+
* <code>Modifying</code> -The cluster is intermittently available for queries due to
|
|
1022
|
+
* changes that modify the cluster.</p>
|
|
1023
|
+
* </li>
|
|
1024
|
+
* <li>
|
|
1025
|
+
* <p>
|
|
1026
|
+
* <code>Failed</code> - The cluster failed and is not available for queries.</p>
|
|
1027
|
+
* </li>
|
|
1028
|
+
* </ul>
|
|
1029
|
+
*/
|
|
1030
|
+
ClusterAvailabilityStatus?: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>Indicates when the cluster was created.</p>
|
|
1033
|
+
* <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
|
|
1034
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1035
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1036
|
+
*/
|
|
1037
|
+
ClusterCreateTime?: string;
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>The unique identifier of the cluster.</p>
|
|
1040
|
+
*/
|
|
1041
|
+
ClusterIdentifier?: string;
|
|
1042
|
+
/**
|
|
1043
|
+
* <p>The nodes in the cluster.</p>
|
|
1044
|
+
*/
|
|
1045
|
+
ClusterNodes?: AwsRedshiftClusterClusterNode[];
|
|
1046
|
+
/**
|
|
1047
|
+
* <p>The list of cluster parameter groups that are associated with this cluster.</p>
|
|
1048
|
+
*/
|
|
1049
|
+
ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[];
|
|
1050
|
+
/**
|
|
1051
|
+
* <p>The public key for the cluster.</p>
|
|
1052
|
+
*/
|
|
1053
|
+
ClusterPublicKey?: string;
|
|
1054
|
+
/**
|
|
1055
|
+
* <p>The specific revision number of the database in the cluster.</p>
|
|
1056
|
+
*/
|
|
1057
|
+
ClusterRevisionNumber?: string;
|
|
1058
|
+
/**
|
|
1059
|
+
* <p>A list of cluster security groups that are associated with the cluster.</p>
|
|
1060
|
+
*/
|
|
1061
|
+
ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[];
|
|
1062
|
+
/**
|
|
1063
|
+
* <p>Information about the destination Region and retention period for the cross-Region
|
|
1064
|
+
* snapshot copy.</p>
|
|
1065
|
+
*/
|
|
1066
|
+
ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus;
|
|
1067
|
+
/**
|
|
1068
|
+
* <p>The current status of the cluster.</p>
|
|
1069
|
+
* <p>Valid values: <code>available</code> | <code>available, prep-for-resize</code> |
|
|
1070
|
+
* <code>available, resize-cleanup</code> |<code> cancelling-resize</code> |
|
|
1071
|
+
* <code>creating</code> | <code>deleting</code> | <code>final-snapshot</code> |
|
|
1072
|
+
* <code>hardware-failure</code> | <code>incompatible-hsm</code> |<code>
|
|
1073
|
+
* incompatible-network</code> | <code>incompatible-parameters</code> |
|
|
1074
|
+
* <code>incompatible-restore</code> | <code>modifying</code> | <code>paused</code> |
|
|
1075
|
+
* <code>rebooting</code> | <code>renaming</code> | <code>resizing</code> |
|
|
1076
|
+
* <code>rotating-keys</code> | <code>storage-full</code> |
|
|
1077
|
+
* <code>updating-hsm</code>
|
|
1078
|
+
* </p>
|
|
1079
|
+
*/
|
|
1080
|
+
ClusterStatus?: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* <p>The name of the subnet group that is associated with the cluster. This parameter is
|
|
1083
|
+
* valid only when the cluster is in a VPC.</p>
|
|
1084
|
+
*/
|
|
1085
|
+
ClusterSubnetGroupName?: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* <p>The version ID of the Amazon Redshift engine that runs on the cluster.</p>
|
|
1088
|
+
*/
|
|
1089
|
+
ClusterVersion?: string;
|
|
1090
|
+
/**
|
|
1091
|
+
* <p>The name of the initial database that was created when the cluster was created.</p>
|
|
1092
|
+
* <p>The same name is returned for the life of the cluster.</p>
|
|
1093
|
+
* <p>If an initial database is not specified, a database named <code>devdev</code> is created
|
|
1094
|
+
* by default.</p>
|
|
1095
|
+
*/
|
|
1096
|
+
DBName?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* <p>List of time windows during which maintenance was deferred.</p>
|
|
1099
|
+
*/
|
|
1100
|
+
DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[];
|
|
1101
|
+
/**
|
|
1102
|
+
* <p>Information about the status of the Elastic IP (EIP) address.</p>
|
|
1103
|
+
*/
|
|
1104
|
+
ElasticIpStatus?: AwsRedshiftClusterElasticIpStatus;
|
|
1105
|
+
/**
|
|
1106
|
+
* <p>The number of nodes that you can use the elastic resize method to resize the cluster
|
|
1107
|
+
* to.</p>
|
|
1108
|
+
*/
|
|
1109
|
+
ElasticResizeNumberOfNodeOptions?: string;
|
|
1110
|
+
/**
|
|
1111
|
+
* <p>Indicates whether the data in the cluster is encrypted at rest.</p>
|
|
1112
|
+
*/
|
|
1113
|
+
Encrypted?: boolean;
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>The connection endpoint.</p>
|
|
1116
|
+
*/
|
|
1117
|
+
Endpoint?: AwsRedshiftClusterEndpoint;
|
|
1118
|
+
/**
|
|
1119
|
+
* <p>Indicates whether to create the cluster with enhanced VPC routing enabled.</p>
|
|
1120
|
+
*/
|
|
1121
|
+
EnhancedVpcRouting?: boolean;
|
|
1122
|
+
/**
|
|
1123
|
+
* <p>Indicates when the next snapshot is expected to be taken. The cluster must have a valid
|
|
1124
|
+
* snapshot schedule and have backups enabled.</p>
|
|
1125
|
+
* <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
|
|
1126
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1127
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1128
|
+
*/
|
|
1129
|
+
ExpectedNextSnapshotScheduleTime?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* <p>The status of the next expected snapshot.</p>
|
|
1132
|
+
* <p>Valid values: <code>OnTrack</code> | <code>Pending</code>
|
|
1133
|
+
* </p>
|
|
1134
|
+
*/
|
|
1135
|
+
ExpectedNextSnapshotScheduleTimeStatus?: string;
|
|
1136
|
+
/**
|
|
1137
|
+
* <p>Information about whether the Amazon Redshift cluster finished applying any changes to
|
|
1138
|
+
* hardware security module (HSM) settings that were specified in a modify cluster
|
|
1139
|
+
* command.</p>
|
|
1140
|
+
*/
|
|
1141
|
+
HsmStatus?: AwsRedshiftClusterHsmStatus;
|
|
1142
|
+
/**
|
|
1143
|
+
* <p>A list of IAM roles that the cluster can use to access other Amazon Web Services services.</p>
|
|
1144
|
+
*/
|
|
1145
|
+
IamRoles?: AwsRedshiftClusterIamRole[];
|
|
1146
|
+
/**
|
|
1147
|
+
* <p>The identifier of the KMS encryption key that is used to encrypt data in the
|
|
1148
|
+
* cluster.</p>
|
|
1149
|
+
*/
|
|
1150
|
+
KmsKeyId?: string;
|
|
1151
|
+
/**
|
|
1152
|
+
* <p>The name of the maintenance track for the cluster.</p>
|
|
1153
|
+
*/
|
|
1154
|
+
MaintenanceTrackName?: string;
|
|
1155
|
+
/**
|
|
1156
|
+
* <p>The default number of days to retain a manual snapshot.</p>
|
|
1157
|
+
* <p>If the value is -1, the snapshot is retained indefinitely.</p>
|
|
1158
|
+
* <p>This setting doesn't change the retention period of existing snapshots.</p>
|
|
1159
|
+
* <p>Valid values: Either -1 or an integer between 1 and 3,653</p>
|
|
1160
|
+
*/
|
|
1161
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
1162
|
+
/**
|
|
1163
|
+
* <p>The master user name for the cluster. This name is used to connect to the database that
|
|
1164
|
+
* is specified in as the value of <code>DBName</code>.</p>
|
|
1165
|
+
*/
|
|
1166
|
+
MasterUsername?: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* <p>Indicates the start of the next maintenance window.</p>
|
|
1169
|
+
* <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
|
|
1170
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1171
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1172
|
+
*/
|
|
1173
|
+
NextMaintenanceWindowStartTime?: string;
|
|
1174
|
+
/**
|
|
1175
|
+
* <p>The node type for the nodes in the cluster.</p>
|
|
1176
|
+
*/
|
|
1177
|
+
NodeType?: string;
|
|
1178
|
+
/**
|
|
1179
|
+
* <p>The number of compute nodes in the cluster.</p>
|
|
1180
|
+
*/
|
|
1181
|
+
NumberOfNodes?: number;
|
|
1182
|
+
/**
|
|
1183
|
+
* <p>A list of cluster operations that are waiting to start.</p>
|
|
1184
|
+
*/
|
|
1185
|
+
PendingActions?: string[];
|
|
1186
|
+
/**
|
|
1187
|
+
* <p>A list of changes to the cluster that are currently pending.</p>
|
|
1188
|
+
*/
|
|
1189
|
+
PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues;
|
|
1190
|
+
/**
|
|
1191
|
+
* <p>The weekly time range, in Universal Coordinated Time (UTC), during which system
|
|
1192
|
+
* maintenance can occur.</p>
|
|
1193
|
+
* <p>Format:
|
|
1194
|
+
* <code>
|
|
1195
|
+
* <i><day></i>:HH:MM-<i><day></i>:HH:MM</code>
|
|
1196
|
+
* </p>
|
|
1197
|
+
* <p>For the day values, use <code>mon</code> | <code>tue</code> | <code>wed</code> |
|
|
1198
|
+
* <code>thu</code> | <code>fri</code> | <code>sat</code> | <code>sun</code>
|
|
1199
|
+
* </p>
|
|
1200
|
+
* <p>For example, <code>sun:09:32-sun:10:02</code>
|
|
1201
|
+
* </p>
|
|
1202
|
+
*/
|
|
1203
|
+
PreferredMaintenanceWindow?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>Whether the cluster can be accessed from a public network.</p>
|
|
1206
|
+
*/
|
|
1207
|
+
PubliclyAccessible?: boolean;
|
|
1208
|
+
/**
|
|
1209
|
+
* <p>Information about the resize operation for the cluster.</p>
|
|
1210
|
+
*/
|
|
1211
|
+
ResizeInfo?: AwsRedshiftClusterResizeInfo;
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>Information about the status of a cluster restore action. Only applies to a cluster that
|
|
1214
|
+
* was created by restoring a snapshot.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
RestoreStatus?: AwsRedshiftClusterRestoreStatus;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>A unique identifier for the cluster snapshot schedule.</p>
|
|
1219
|
+
*/
|
|
1220
|
+
SnapshotScheduleIdentifier?: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p>The current state of the cluster snapshot schedule.</p>
|
|
1223
|
+
* <p>Valid values: <code>MODIFYING</code> | <code>ACTIVE</code> | <code>FAILED</code>
|
|
1224
|
+
* </p>
|
|
1225
|
+
*/
|
|
1226
|
+
SnapshotScheduleState?: string;
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>The identifier of the VPC that the cluster is in, if the cluster is in a VPC.</p>
|
|
1229
|
+
*/
|
|
1230
|
+
VpcId?: string;
|
|
1231
|
+
/**
|
|
1232
|
+
* <p>The list of VPC security groups that the cluster belongs to, if the cluster is in a
|
|
1233
|
+
* VPC.</p>
|
|
1234
|
+
*/
|
|
1235
|
+
VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[];
|
|
1236
|
+
}
|
|
1237
|
+
export declare namespace AwsRedshiftClusterDetails {
|
|
1238
|
+
/**
|
|
1239
|
+
* @internal
|
|
1240
|
+
*/
|
|
1241
|
+
const filterSensitiveLog: (obj: AwsRedshiftClusterDetails) => any;
|
|
1242
|
+
}
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>provides information about the Amazon S3 Public Access Block configuration for accounts.</p>
|
|
1245
|
+
*/
|
|
1246
|
+
export interface AwsS3AccountPublicAccessBlockDetails {
|
|
1247
|
+
/**
|
|
1248
|
+
* <p>Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).</p>
|
|
1249
|
+
*/
|
|
1250
|
+
BlockPublicAcls?: boolean;
|
|
1251
|
+
/**
|
|
1252
|
+
* <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>
|
|
1253
|
+
*/
|
|
1254
|
+
BlockPublicPolicy?: boolean;
|
|
1255
|
+
/**
|
|
1256
|
+
* <p>Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.</p>
|
|
1257
|
+
*/
|
|
1258
|
+
IgnorePublicAcls?: boolean;
|
|
1259
|
+
/**
|
|
1260
|
+
* <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>
|
|
1261
|
+
*/
|
|
1262
|
+
RestrictPublicBuckets?: boolean;
|
|
1263
|
+
}
|
|
1264
|
+
export declare namespace AwsS3AccountPublicAccessBlockDetails {
|
|
1265
|
+
/**
|
|
1266
|
+
* @internal
|
|
1267
|
+
*/
|
|
1268
|
+
const filterSensitiveLog: (obj: AwsS3AccountPublicAccessBlockDetails) => any;
|
|
1269
|
+
}
|
|
1270
|
+
/**
|
|
1271
|
+
* <p>Information about what Amazon S3
|
|
1272
|
+
* does when a multipart upload is incomplete.</p>
|
|
1273
|
+
*/
|
|
1274
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
|
|
1275
|
+
/**
|
|
1276
|
+
* <p>The number of days after which Amazon S3 cancels an incomplete multipart upload.</p>
|
|
1277
|
+
*/
|
|
1278
|
+
DaysAfterInitiation?: number;
|
|
1279
|
+
}
|
|
1280
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
|
|
1281
|
+
/**
|
|
1282
|
+
* @internal
|
|
1283
|
+
*/
|
|
1284
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails) => any;
|
|
1285
|
+
}
|
|
1286
|
+
/**
|
|
1287
|
+
* <p>A tag that is assigned to matching objects.</p>
|
|
1288
|
+
*/
|
|
1289
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
|
|
1290
|
+
/**
|
|
1291
|
+
* <p>The tag key.</p>
|
|
1292
|
+
*/
|
|
1293
|
+
Key?: string;
|
|
1294
|
+
/**
|
|
1295
|
+
* <p>The tag value.</p>
|
|
1296
|
+
*/
|
|
1297
|
+
Value?: string;
|
|
1298
|
+
}
|
|
1299
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
|
|
1300
|
+
/**
|
|
1301
|
+
* @internal
|
|
1302
|
+
*/
|
|
1303
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails) => any;
|
|
1304
|
+
}
|
|
1305
|
+
/**
|
|
1306
|
+
* <p>A value to use for the filter.</p>
|
|
1307
|
+
*/
|
|
1308
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
|
|
1309
|
+
/**
|
|
1310
|
+
* <p>Prefix text for matching objects.</p>
|
|
1311
|
+
*/
|
|
1312
|
+
Prefix?: string;
|
|
1313
|
+
/**
|
|
1314
|
+
* <p>A tag that is assigned to matching objects.</p>
|
|
1315
|
+
*/
|
|
1316
|
+
Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails;
|
|
1317
|
+
/**
|
|
1318
|
+
* <p>The type of filter value.</p>
|
|
1319
|
+
*/
|
|
1320
|
+
Type?: string;
|
|
1321
|
+
}
|
|
1322
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
|
|
1323
|
+
/**
|
|
1324
|
+
* @internal
|
|
1325
|
+
*/
|
|
1326
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails) => any;
|
|
1327
|
+
}
|
|
1328
|
+
/**
|
|
1329
|
+
* <p>A tag filter.</p>
|
|
1330
|
+
*/
|
|
1331
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
|
|
1332
|
+
/**
|
|
1333
|
+
* <p>The tag key.</p>
|
|
1334
|
+
*/
|
|
1335
|
+
Key?: string;
|
|
1336
|
+
/**
|
|
1337
|
+
* <p>The tag value</p>
|
|
1338
|
+
*/
|
|
1339
|
+
Value?: string;
|
|
1340
|
+
}
|
|
1341
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
|
|
1342
|
+
/**
|
|
1343
|
+
* @internal
|
|
1344
|
+
*/
|
|
1345
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails) => any;
|
|
1346
|
+
}
|
|
1347
|
+
/**
|
|
1348
|
+
* <p>The configuration for the filter.</p>
|
|
1349
|
+
*/
|
|
1350
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
|
|
1351
|
+
/**
|
|
1352
|
+
* <p>The values to use for the filter.</p>
|
|
1353
|
+
*/
|
|
1354
|
+
Operands?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails[];
|
|
1355
|
+
/**
|
|
1356
|
+
* <p>A prefix filter.</p>
|
|
1357
|
+
*/
|
|
1358
|
+
Prefix?: string;
|
|
1359
|
+
/**
|
|
1360
|
+
* <p>A tag filter.</p>
|
|
1361
|
+
*/
|
|
1362
|
+
Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails;
|
|
1363
|
+
/**
|
|
1364
|
+
* <p>Whether to use <code>AND</code> or <code>OR</code> to join the operands.</p>
|
|
1365
|
+
*/
|
|
1366
|
+
Type?: string;
|
|
1367
|
+
}
|
|
1368
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
|
|
1369
|
+
/**
|
|
1370
|
+
* @internal
|
|
1371
|
+
*/
|
|
1372
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails) => any;
|
|
1373
|
+
}
|
|
1374
|
+
/**
|
|
1375
|
+
* <p>Identifies the objects that a rule applies to.</p>
|
|
1376
|
+
*/
|
|
1377
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
|
|
1378
|
+
/**
|
|
1379
|
+
* <p>The configuration for the filter.</p>
|
|
1380
|
+
*/
|
|
1381
|
+
Predicate?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails;
|
|
1382
|
+
}
|
|
1383
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
|
|
1384
|
+
/**
|
|
1385
|
+
* @internal
|
|
1386
|
+
*/
|
|
1387
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails) => any;
|
|
1388
|
+
}
|
|
1389
|
+
/**
|
|
1390
|
+
* <p>A transition rule that describes when noncurrent objects transition to a specified storage class.</p>
|
|
1391
|
+
*/
|
|
1392
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
|
|
1393
|
+
/**
|
|
1394
|
+
* <p>The number of days that an object is noncurrent before Amazon S3 can perform the associated action.</p>
|
|
1395
|
+
*/
|
|
1396
|
+
Days?: number;
|
|
1397
|
+
/**
|
|
1398
|
+
* <p>The class of storage to change the object to after the object is noncurrent for the specified number of days.</p>
|
|
1399
|
+
*/
|
|
1400
|
+
StorageClass?: string;
|
|
1401
|
+
}
|
|
1402
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
|
|
1403
|
+
/**
|
|
1404
|
+
* @internal
|
|
1405
|
+
*/
|
|
1406
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails) => any;
|
|
1407
|
+
}
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>A rule for when objects transition to specific storage classes.</p>
|
|
1410
|
+
*/
|
|
1411
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
|
|
1412
|
+
/**
|
|
1413
|
+
* <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>
|
|
1414
|
+
* <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
|
|
1415
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1416
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1417
|
+
*/
|
|
1418
|
+
Date?: string;
|
|
1419
|
+
/**
|
|
1420
|
+
* <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>
|
|
1421
|
+
*/
|
|
1422
|
+
Days?: number;
|
|
1423
|
+
/**
|
|
1424
|
+
* <p>The storage class to transition the object to.</p>
|
|
1425
|
+
*/
|
|
1426
|
+
StorageClass?: string;
|
|
1427
|
+
}
|
|
1428
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
|
|
1429
|
+
/**
|
|
1430
|
+
* @internal
|
|
1431
|
+
*/
|
|
1432
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails) => any;
|
|
1433
|
+
}
|
|
1434
|
+
/**
|
|
1435
|
+
* <p>Configuration for a lifecycle rule.</p>
|
|
1436
|
+
*/
|
|
1437
|
+
export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
|
|
1438
|
+
/**
|
|
1439
|
+
* <p>How Amazon S3 responds when a multipart upload is incomplete. Specifically, provides a number
|
|
1440
|
+
* of days before Amazon S3 cancels the entire upload.</p>
|
|
1441
|
+
*/
|
|
1442
|
+
AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>The date when objects are moved or deleted.</p>
|
|
1445
|
+
* <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
|
|
1446
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1447
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1448
|
+
*/
|
|
1449
|
+
ExpirationDate?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* <p>The length in days of the lifetime for objects that are subject to the rule.</p>
|
|
1452
|
+
*/
|
|
1453
|
+
ExpirationInDays?: number;
|
|
1454
|
+
/**
|
|
1455
|
+
* <p>Whether Amazon S3 removes a delete marker that has no noncurrent versions. If set to
|
|
1456
|
+
* <code>true</code>, the delete marker is expired. If set to <code>false</code>, the policy
|
|
1457
|
+
* takes no action.</p>
|
|
1458
|
+
* <p>If you provide <code>ExpiredObjectDeleteMarker</code>, you cannot provide
|
|
1459
|
+
* <code>ExpirationInDays</code> or <code>ExpirationDate</code>.</p>
|
|
1460
|
+
*/
|
|
1461
|
+
ExpiredObjectDeleteMarker?: boolean;
|
|
1462
|
+
/**
|
|
1463
|
+
* <p>Identifies the objects that a rule applies to.</p>
|
|
1464
|
+
*/
|
|
1465
|
+
Filter?: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails;
|
|
1466
|
+
/**
|
|
1467
|
+
* <p>The unique identifier of the rule.</p>
|
|
1468
|
+
*/
|
|
1469
|
+
ID?: string;
|
|
1470
|
+
/**
|
|
1471
|
+
* <p>The number of days that an object is noncurrent before Amazon S3 can perform the associated action.</p>
|
|
1472
|
+
*/
|
|
1473
|
+
NoncurrentVersionExpirationInDays?: number;
|
|
1474
|
+
/**
|
|
1475
|
+
* <p>Transition rules that describe when noncurrent objects transition to a specified storage class.</p>
|
|
1476
|
+
*/
|
|
1477
|
+
NoncurrentVersionTransitions?: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails[];
|
|
1478
|
+
/**
|
|
1479
|
+
* <p>A prefix that identifies one or more objects that the rule applies to.</p>
|
|
1480
|
+
*/
|
|
1481
|
+
Prefix?: string;
|
|
1482
|
+
/**
|
|
1483
|
+
* <p>The current status of the rule. Indicates whether the rule is currently being applied.</p>
|
|
1484
|
+
*/
|
|
1485
|
+
Status?: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* <p>Transition rules that indicate when objects transition to a specified storage class.</p>
|
|
1488
|
+
*/
|
|
1489
|
+
Transitions?: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails[];
|
|
1490
|
+
}
|
|
1491
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesDetails {
|
|
1492
|
+
/**
|
|
1493
|
+
* @internal
|
|
1494
|
+
*/
|
|
1495
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesDetails) => any;
|
|
1496
|
+
}
|
|
1497
|
+
/**
|
|
1498
|
+
* <p>The lifecycle configuration for the objects in the S3 bucket.</p>
|
|
1499
|
+
*/
|
|
1500
|
+
export interface AwsS3BucketBucketLifecycleConfigurationDetails {
|
|
1501
|
+
/**
|
|
1502
|
+
* <p>The lifecycle rules.</p>
|
|
1503
|
+
*/
|
|
1504
|
+
Rules?: AwsS3BucketBucketLifecycleConfigurationRulesDetails[];
|
|
1505
|
+
}
|
|
1506
|
+
export declare namespace AwsS3BucketBucketLifecycleConfigurationDetails {
|
|
1507
|
+
/**
|
|
1508
|
+
* @internal
|
|
1509
|
+
*/
|
|
1510
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationDetails) => any;
|
|
1511
|
+
}
|
|
1512
|
+
/**
|
|
1513
|
+
* <p>Describes the versioning state of an S3 bucket.</p>
|
|
1514
|
+
*/
|
|
1515
|
+
export interface AwsS3BucketBucketVersioningConfiguration {
|
|
1516
|
+
/**
|
|
1517
|
+
* <p>Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3 bucket was never configured with MFA delete, then this attribute is not included.</p>
|
|
1518
|
+
*/
|
|
1519
|
+
IsMfaDeleteEnabled?: boolean;
|
|
1520
|
+
/**
|
|
1521
|
+
* <p>The versioning status of the S3 bucket.</p>
|
|
1522
|
+
*/
|
|
1523
|
+
Status?: string;
|
|
1524
|
+
}
|
|
1525
|
+
export declare namespace AwsS3BucketBucketVersioningConfiguration {
|
|
1526
|
+
/**
|
|
1527
|
+
* @internal
|
|
1528
|
+
*/
|
|
1529
|
+
const filterSensitiveLog: (obj: AwsS3BucketBucketVersioningConfiguration) => any;
|
|
1530
|
+
}
|
|
1531
|
+
/**
|
|
1532
|
+
* <p>Information about logging for
|
|
1533
|
+
* the S3 bucket</p>
|
|
1534
|
+
*/
|
|
1535
|
+
export interface AwsS3BucketLoggingConfiguration {
|
|
1536
|
+
/**
|
|
1537
|
+
* <p>The name of the S3 bucket where log files for the S3 bucket are stored.</p>
|
|
1538
|
+
*/
|
|
1539
|
+
DestinationBucketName?: string;
|
|
1540
|
+
/**
|
|
1541
|
+
* <p>The prefix added to log files for the S3 bucket.</p>
|
|
1542
|
+
*/
|
|
1543
|
+
LogFilePrefix?: string;
|
|
1544
|
+
}
|
|
1545
|
+
export declare namespace AwsS3BucketLoggingConfiguration {
|
|
1546
|
+
/**
|
|
1547
|
+
* @internal
|
|
1548
|
+
*/
|
|
1549
|
+
const filterSensitiveLog: (obj: AwsS3BucketLoggingConfiguration) => any;
|
|
1550
|
+
}
|
|
1551
|
+
export declare enum AwsS3BucketNotificationConfigurationS3KeyFilterRuleName {
|
|
1552
|
+
PREFIX = "Prefix",
|
|
1553
|
+
SUFFIX = "Suffix"
|
|
1554
|
+
}
|
|
1555
|
+
/**
|
|
1556
|
+
* <p>Details for a filter rule.</p>
|
|
1557
|
+
*/
|
|
1558
|
+
export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
|
|
1559
|
+
/**
|
|
1560
|
+
* <p>Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.</p>
|
|
1561
|
+
*/
|
|
1562
|
+
Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName | string;
|
|
1563
|
+
/**
|
|
1564
|
+
* <p>The filter value.</p>
|
|
1565
|
+
*/
|
|
1566
|
+
Value?: string;
|
|
1567
|
+
}
|
|
1568
|
+
export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilterRule {
|
|
1569
|
+
/**
|
|
1570
|
+
* @internal
|
|
1571
|
+
*/
|
|
1572
|
+
const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilterRule) => any;
|
|
1573
|
+
}
|
|
1574
|
+
/**
|
|
1575
|
+
* <p>Details for an Amazon S3 filter.</p>
|
|
1576
|
+
*/
|
|
1577
|
+
export interface AwsS3BucketNotificationConfigurationS3KeyFilter {
|
|
1578
|
+
/**
|
|
1579
|
+
* <p>The filter rules for the filter.</p>
|
|
1580
|
+
*/
|
|
1581
|
+
FilterRules?: AwsS3BucketNotificationConfigurationS3KeyFilterRule[];
|
|
1582
|
+
}
|
|
1583
|
+
export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilter {
|
|
1584
|
+
/**
|
|
1585
|
+
* @internal
|
|
1586
|
+
*/
|
|
1587
|
+
const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilter) => any;
|
|
1588
|
+
}
|
|
1589
|
+
/**
|
|
1590
|
+
* <p>Filtering information for the notifications. The
|
|
1591
|
+
* filtering is based on Amazon S3 key names.</p>
|
|
1592
|
+
*/
|
|
1593
|
+
export interface AwsS3BucketNotificationConfigurationFilter {
|
|
1594
|
+
/**
|
|
1595
|
+
* <p>Details for an Amazon S3 filter.</p>
|
|
1596
|
+
*/
|
|
1597
|
+
S3KeyFilter?: AwsS3BucketNotificationConfigurationS3KeyFilter;
|
|
1598
|
+
}
|
|
1599
|
+
export declare namespace AwsS3BucketNotificationConfigurationFilter {
|
|
1600
|
+
/**
|
|
1601
|
+
* @internal
|
|
1602
|
+
*/
|
|
1603
|
+
const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationFilter) => any;
|
|
1604
|
+
}
|
|
3
1605
|
/**
|
|
4
1606
|
* <p>Details for an S3 bucket notification configuration.</p>
|
|
5
1607
|
*/
|
|
@@ -272,6 +1874,10 @@ export interface AwsS3BucketDetails {
|
|
|
272
1874
|
* <p>The notification configuration for the S3 bucket.</p>
|
|
273
1875
|
*/
|
|
274
1876
|
BucketNotificationConfiguration?: AwsS3BucketNotificationConfiguration;
|
|
1877
|
+
/**
|
|
1878
|
+
* <p>The versioning state of an S3 bucket.</p>
|
|
1879
|
+
*/
|
|
1880
|
+
BucketVersioningConfiguration?: AwsS3BucketBucketVersioningConfiguration;
|
|
275
1881
|
}
|
|
276
1882
|
export declare namespace AwsS3BucketDetails {
|
|
277
1883
|
/**
|
|
@@ -2021,6 +3627,18 @@ export interface ResourceDetails {
|
|
|
2021
3627
|
* <p>Details about an Amazon EKS cluster.</p>
|
|
2022
3628
|
*/
|
|
2023
3629
|
AwsEksCluster?: AwsEksClusterDetails;
|
|
3630
|
+
/**
|
|
3631
|
+
* <p>Details about an Network Firewall firewall policy.</p>
|
|
3632
|
+
*/
|
|
3633
|
+
AwsNetworkFirewallFirewallPolicy?: AwsNetworkFirewallFirewallPolicyDetails;
|
|
3634
|
+
/**
|
|
3635
|
+
* <p>Details about an Network Firewall firewall.</p>
|
|
3636
|
+
*/
|
|
3637
|
+
AwsNetworkFirewallFirewall?: AwsNetworkFirewallFirewallDetails;
|
|
3638
|
+
/**
|
|
3639
|
+
* <p>Details about an Network Firewall rule group.</p>
|
|
3640
|
+
*/
|
|
3641
|
+
AwsNetworkFirewallRuleGroup?: AwsNetworkFirewallRuleGroupDetails;
|
|
2024
3642
|
}
|
|
2025
3643
|
export declare namespace ResourceDetails {
|
|
2026
3644
|
/**
|
|
@@ -3318,10 +4936,12 @@ export interface AwsSecurityFindingFilters {
|
|
|
3318
4936
|
* <code>RESOLVED</code> to <code>NEW</code> in the following cases:</p>
|
|
3319
4937
|
* <ul>
|
|
3320
4938
|
* <li>
|
|
3321
|
-
* <p>
|
|
4939
|
+
* <p>
|
|
4940
|
+
* <code>RecordState</code> changes from <code>ARCHIVED</code> to <code>ACTIVE</code>.</p>
|
|
3322
4941
|
* </li>
|
|
3323
4942
|
* <li>
|
|
3324
|
-
* <p>
|
|
4943
|
+
* <p>
|
|
4944
|
+
* <code>Compliance.Status</code> changes from <code>PASSED</code> to either <code>WARNING</code>,
|
|
3325
4945
|
* <code>FAILED</code>, or <code>NOT_AVAILABLE</code>.</p>
|
|
3326
4946
|
* </li>
|
|
3327
4947
|
* </ul>
|
|
@@ -3331,16 +4951,49 @@ export interface AwsSecurityFindingFilters {
|
|
|
3331
4951
|
* <code>NOTIFIED</code> - Indicates that the resource owner has been notified about
|
|
3332
4952
|
* the security issue. Used when the initial reviewer is not the resource owner, and
|
|
3333
4953
|
* needs intervention from the resource owner.</p>
|
|
4954
|
+
* <p>If one of the following occurs, the workflow status is changed automatically from
|
|
4955
|
+
* <code>NOTIFIED</code> to <code>NEW</code>:</p>
|
|
4956
|
+
* <ul>
|
|
4957
|
+
* <li>
|
|
4958
|
+
* <p>
|
|
4959
|
+
* <code>RecordState</code> changes from <code>ARCHIVED</code> to
|
|
4960
|
+
* <code>ACTIVE</code>.</p>
|
|
4961
|
+
* </li>
|
|
4962
|
+
* <li>
|
|
4963
|
+
* <p>
|
|
4964
|
+
* <code>Compliance.Status</code> changes from <code>PASSED</code> to <code>FAILED</code>,
|
|
4965
|
+
* <code>WARNING</code>, or <code>NOT_AVAILABLE</code>.</p>
|
|
4966
|
+
* </li>
|
|
4967
|
+
* </ul>
|
|
3334
4968
|
* </li>
|
|
3335
4969
|
* <li>
|
|
3336
4970
|
* <p>
|
|
3337
|
-
* <code>SUPPRESSED</code> -
|
|
3338
|
-
*
|
|
4971
|
+
* <code>SUPPRESSED</code> - Indicates that you reviewed the finding and do not believe that any action is
|
|
4972
|
+
* needed.</p>
|
|
4973
|
+
* <p>The workflow status of a <code>SUPPRESSED</code> finding does not change if
|
|
4974
|
+
* <code>RecordState</code> changes from <code>ARCHIVED</code> to
|
|
4975
|
+
* <code>ACTIVE</code>.</p>
|
|
3339
4976
|
* </li>
|
|
3340
4977
|
* <li>
|
|
3341
4978
|
* <p>
|
|
3342
4979
|
* <code>RESOLVED</code> - The finding was reviewed and remediated and is now
|
|
3343
4980
|
* considered resolved. </p>
|
|
4981
|
+
* <p>The finding remains <code>RESOLVED</code> unless one of the following occurs:</p>
|
|
4982
|
+
* <ul>
|
|
4983
|
+
* <li>
|
|
4984
|
+
* <p>
|
|
4985
|
+
* <code>RecordState</code> changes from <code>ARCHIVED</code> to
|
|
4986
|
+
* <code>ACTIVE</code>.</p>
|
|
4987
|
+
* </li>
|
|
4988
|
+
* <li>
|
|
4989
|
+
* <p>
|
|
4990
|
+
* <code>Compliance.Status</code> changes from <code>PASSED</code> to <code>FAILED</code>,
|
|
4991
|
+
* <code>WARNING</code>, or <code>NOT_AVAILABLE</code>.</p>
|
|
4992
|
+
* </li>
|
|
4993
|
+
* </ul>
|
|
4994
|
+
* <p>In those cases, the workflow status is automatically reset to <code>NEW</code>.</p>
|
|
4995
|
+
* <p>For findings from controls, if <code>Compliance.Status</code> is <code>PASSED</code>,
|
|
4996
|
+
* then Security Hub automatically sets the workflow status to <code>RESOLVED</code>.</p>
|
|
3344
4997
|
* </li>
|
|
3345
4998
|
* </ul>
|
|
3346
4999
|
*/
|
|
@@ -3460,6 +5113,25 @@ export declare enum StandardsStatus {
|
|
|
3460
5113
|
PENDING = "PENDING",
|
|
3461
5114
|
READY = "READY"
|
|
3462
5115
|
}
|
|
5116
|
+
export declare enum StatusReasonCode {
|
|
5117
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
5118
|
+
NO_AVAILABLE_CONFIGURATION_RECORDER = "NO_AVAILABLE_CONFIGURATION_RECORDER"
|
|
5119
|
+
}
|
|
5120
|
+
/**
|
|
5121
|
+
* <p>The reason for the current status of a standard subscription.</p>
|
|
5122
|
+
*/
|
|
5123
|
+
export interface StandardsStatusReason {
|
|
5124
|
+
/**
|
|
5125
|
+
* <p>The reason code that represents the reason for the current status of a standard subscription.</p>
|
|
5126
|
+
*/
|
|
5127
|
+
StatusReasonCode: StatusReasonCode | string | undefined;
|
|
5128
|
+
}
|
|
5129
|
+
export declare namespace StandardsStatusReason {
|
|
5130
|
+
/**
|
|
5131
|
+
* @internal
|
|
5132
|
+
*/
|
|
5133
|
+
const filterSensitiveLog: (obj: StandardsStatusReason) => any;
|
|
5134
|
+
}
|
|
3463
5135
|
/**
|
|
3464
5136
|
* <p>A resource that represents your subscription to a supported standard.</p>
|
|
3465
5137
|
*/
|
|
@@ -3505,6 +5177,10 @@ export interface StandardsSubscription {
|
|
|
3505
5177
|
* </ul>
|
|
3506
5178
|
*/
|
|
3507
5179
|
StandardsStatus: StandardsStatus | string | undefined;
|
|
5180
|
+
/**
|
|
5181
|
+
* <p>The reason for the current status.</p>
|
|
5182
|
+
*/
|
|
5183
|
+
StandardsStatusReason?: StandardsStatusReason;
|
|
3508
5184
|
}
|
|
3509
5185
|
export declare namespace StandardsSubscription {
|
|
3510
5186
|
/**
|