cdk-docker-image-deployment 0.0.125 → 0.0.127
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +14 -14
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +66 -49
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +23 -11
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +70 -15
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +226 -209
- package/node_modules/aws-sdk/clients/acmpca.d.ts +52 -51
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +6 -2
- package/node_modules/aws-sdk/clients/apprunner.d.ts +13 -2
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +42 -27
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +61 -5
- package/node_modules/aws-sdk/clients/lightsail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/mwaa.d.ts +3 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +34 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +229 -212
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +30 -30
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -12,11 +12,11 @@ declare class AuditManager extends Service {
|
|
|
12
12
|
constructor(options?: AuditManager.Types.ClientConfiguration)
|
|
13
13
|
config: Config & AuditManager.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Associates an evidence folder to an assessment report in
|
|
15
|
+
* Associates an evidence folder to an assessment report in an Audit Manager assessment.
|
|
16
16
|
*/
|
|
17
17
|
associateAssessmentReportEvidenceFolder(params: AuditManager.Types.AssociateAssessmentReportEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Associates an evidence folder to an assessment report in
|
|
19
|
+
* Associates an evidence folder to an assessment report in an Audit Manager assessment.
|
|
20
20
|
*/
|
|
21
21
|
associateAssessmentReportEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
|
|
22
22
|
/**
|
|
@@ -132,19 +132,19 @@ declare class AuditManager extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
deleteControl(callback?: (err: AWSError, data: AuditManager.Types.DeleteControlResponse) => void): Request<AuditManager.Types.DeleteControlResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Deregisters an account in Audit Manager.
|
|
135
|
+
* Deregisters an account in Audit Manager. Before you deregister, you can use the UpdateSettings API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the DeregistrationPolicy attribute to request the deletion of your data. For more information about data retention, see Data Protection in the Audit Manager User Guide.
|
|
136
136
|
*/
|
|
137
137
|
deregisterAccount(params: AuditManager.Types.DeregisterAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Deregisters an account in Audit Manager.
|
|
139
|
+
* Deregisters an account in Audit Manager. Before you deregister, you can use the UpdateSettings API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the DeregistrationPolicy attribute to request the deletion of your data. For more information about data retention, see Data Protection in the Audit Manager User Guide.
|
|
140
140
|
*/
|
|
141
141
|
deregisterAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
|
|
142
142
|
/**
|
|
143
|
-
* Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager
|
|
143
|
+
* Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward. Keep in mind the following cleanup task if you use evidence finder: Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store. This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
|
|
144
144
|
*/
|
|
145
145
|
deregisterOrganizationAdminAccount(params: AuditManager.Types.DeregisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
|
|
146
146
|
/**
|
|
147
|
-
* Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager
|
|
147
|
+
* Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward. Keep in mind the following cleanup task if you use evidence finder: Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store. This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
|
|
148
148
|
*/
|
|
149
149
|
deregisterOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
|
|
150
150
|
/**
|
|
@@ -244,11 +244,11 @@ declare class AuditManager extends Service {
|
|
|
244
244
|
*/
|
|
245
245
|
getEvidenceFoldersByAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentResponse, AWSError>;
|
|
246
246
|
/**
|
|
247
|
-
* Returns a list of evidence folders that are associated with a specified control
|
|
247
|
+
* Returns a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
|
248
248
|
*/
|
|
249
249
|
getEvidenceFoldersByAssessmentControl(params: AuditManager.Types.GetEvidenceFoldersByAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
|
|
250
250
|
/**
|
|
251
|
-
* Returns a list of evidence folders that are associated with a specified control
|
|
251
|
+
* Returns a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
|
252
252
|
*/
|
|
253
253
|
getEvidenceFoldersByAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
|
|
254
254
|
/**
|
|
@@ -582,7 +582,7 @@ declare namespace AuditManager {
|
|
|
582
582
|
*/
|
|
583
583
|
evidenceSources?: EvidenceSources;
|
|
584
584
|
/**
|
|
585
|
-
* The amount of evidence that's
|
|
585
|
+
* The amount of evidence that's collected for the control.
|
|
586
586
|
*/
|
|
587
587
|
evidenceCount?: Integer;
|
|
588
588
|
/**
|
|
@@ -600,7 +600,7 @@ declare namespace AuditManager {
|
|
|
600
600
|
*/
|
|
601
601
|
description?: NonEmptyString;
|
|
602
602
|
/**
|
|
603
|
-
*
|
|
603
|
+
* The current status of the control set.
|
|
604
604
|
*/
|
|
605
605
|
status?: ControlSetStatus;
|
|
606
606
|
/**
|
|
@@ -757,11 +757,11 @@ declare namespace AuditManager {
|
|
|
757
757
|
*/
|
|
758
758
|
controlSetsCount?: ControlSetsCount;
|
|
759
759
|
/**
|
|
760
|
-
*
|
|
760
|
+
* The time when the framework was created.
|
|
761
761
|
*/
|
|
762
762
|
createdAt?: Timestamp;
|
|
763
763
|
/**
|
|
764
|
-
*
|
|
764
|
+
* The time when the framework was most recently updated.
|
|
765
765
|
*/
|
|
766
766
|
lastUpdatedAt?: Timestamp;
|
|
767
767
|
}
|
|
@@ -1246,11 +1246,11 @@ declare namespace AuditManager {
|
|
|
1246
1246
|
*/
|
|
1247
1247
|
controlMappingSources?: ControlMappingSources;
|
|
1248
1248
|
/**
|
|
1249
|
-
*
|
|
1249
|
+
* The time when the control was created.
|
|
1250
1250
|
*/
|
|
1251
1251
|
createdAt?: Timestamp;
|
|
1252
1252
|
/**
|
|
1253
|
-
*
|
|
1253
|
+
* The time when the control was most recently updated.
|
|
1254
1254
|
*/
|
|
1255
1255
|
lastUpdatedAt?: Timestamp;
|
|
1256
1256
|
/**
|
|
@@ -1370,7 +1370,7 @@ declare namespace AuditManager {
|
|
|
1370
1370
|
*/
|
|
1371
1371
|
sourceSetUpOption?: SourceSetUpOption;
|
|
1372
1372
|
/**
|
|
1373
|
-
* Specifies one of the five
|
|
1373
|
+
* Specifies one of the five data source types for evidence collection.
|
|
1374
1374
|
*/
|
|
1375
1375
|
sourceType?: SourceType;
|
|
1376
1376
|
sourceKeyword?: SourceKeyword;
|
|
@@ -1402,11 +1402,11 @@ declare namespace AuditManager {
|
|
|
1402
1402
|
*/
|
|
1403
1403
|
controlSources?: ControlSources;
|
|
1404
1404
|
/**
|
|
1405
|
-
*
|
|
1405
|
+
* The time when the control was created.
|
|
1406
1406
|
*/
|
|
1407
1407
|
createdAt?: Timestamp;
|
|
1408
1408
|
/**
|
|
1409
|
-
*
|
|
1409
|
+
* The time when the control was most recently updated.
|
|
1410
1410
|
*/
|
|
1411
1411
|
lastUpdatedAt?: Timestamp;
|
|
1412
1412
|
}
|
|
@@ -1497,7 +1497,7 @@ declare namespace AuditManager {
|
|
|
1497
1497
|
*/
|
|
1498
1498
|
assessmentId: UUID;
|
|
1499
1499
|
/**
|
|
1500
|
-
* A SQL statement that represents an evidence finder query. Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API. To use this parameter, the enablementStatus of evidence finder must be ENABLED. For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the
|
|
1500
|
+
* A SQL statement that represents an evidence finder query. Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API. To use this parameter, the enablementStatus of evidence finder must be ENABLED. For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
|
|
1501
1501
|
*/
|
|
1502
1502
|
queryStatement?: QueryStatement;
|
|
1503
1503
|
}
|
|
@@ -1750,6 +1750,7 @@ declare namespace AuditManager {
|
|
|
1750
1750
|
}
|
|
1751
1751
|
export interface DeleteControlResponse {
|
|
1752
1752
|
}
|
|
1753
|
+
export type DeleteResources = "ALL"|"DEFAULT"|string;
|
|
1753
1754
|
export interface DeregisterAccountRequest {
|
|
1754
1755
|
}
|
|
1755
1756
|
export interface DeregisterAccountResponse {
|
|
@@ -1766,6 +1767,12 @@ declare namespace AuditManager {
|
|
|
1766
1767
|
}
|
|
1767
1768
|
export interface DeregisterOrganizationAdminAccountResponse {
|
|
1768
1769
|
}
|
|
1770
|
+
export interface DeregistrationPolicy {
|
|
1771
|
+
/**
|
|
1772
|
+
* Specifies which Audit Manager data will be deleted when you deregister Audit Manager. If you set the value to ALL, all of your data is deleted within seven days of deregistration. If you set the value to DEFAULT, none of your data is deleted at the time of deregistration. However, keep in mind that the Audit Manager data retention policy still applies. As a result, any evidence data will be deleted two years after its creation date. Your other Audit Manager resources will continue to exist indefinitely.
|
|
1773
|
+
*/
|
|
1774
|
+
deleteResources?: DeleteResources;
|
|
1775
|
+
}
|
|
1769
1776
|
export interface DisassociateAssessmentReportEvidenceFolderRequest {
|
|
1770
1777
|
/**
|
|
1771
1778
|
* The unique identifier for the assessment.
|
|
@@ -1854,11 +1861,11 @@ declare namespace AuditManager {
|
|
|
1854
1861
|
*/
|
|
1855
1862
|
eventDataStoreArn?: CloudTrailArn;
|
|
1856
1863
|
/**
|
|
1857
|
-
* The current status of the evidence finder feature and the related event data store. ENABLE_IN_PROGRESS means that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. ENABLED means that an event data store was successfully created and evidence finder is enabled. We recommend that you wait
|
|
1864
|
+
* The current status of the evidence finder feature and the related event data store. ENABLE_IN_PROGRESS means that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. ENABLED means that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 7 days until the event data store is backfilled with your past two years’ worth of evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete. DISABLE_IN_PROGRESS means that you requested to disable evidence finder, and your request is pending the deletion of the event data store. DISABLED means that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
|
|
1858
1865
|
*/
|
|
1859
1866
|
enablementStatus?: EvidenceFinderEnablementStatus;
|
|
1860
1867
|
/**
|
|
1861
|
-
* The current status of the evidence data backfill process. The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past evidence data so that your evidence can be queried. NOT_STARTED means that the backfill hasn’t started yet. IN_PROGRESS means that the backfill is in progress. This can take up to
|
|
1868
|
+
* The current status of the evidence data backfill process. The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past two years’ worth of evidence data so that your evidence can be queried. NOT_STARTED means that the backfill hasn’t started yet. IN_PROGRESS means that the backfill is in progress. This can take up to 7 days to complete, depending on the amount of evidence data. COMPLETED means that the backfill is complete. All of your past evidence is now queryable.
|
|
1862
1869
|
*/
|
|
1863
1870
|
backfillStatus?: EvidenceFinderBackfillStatus;
|
|
1864
1871
|
/**
|
|
@@ -1923,11 +1930,11 @@ declare namespace AuditManager {
|
|
|
1923
1930
|
*/
|
|
1924
1931
|
controlSets?: ControlSets;
|
|
1925
1932
|
/**
|
|
1926
|
-
*
|
|
1933
|
+
* The time when the framework was created.
|
|
1927
1934
|
*/
|
|
1928
1935
|
createdAt?: Timestamp;
|
|
1929
1936
|
/**
|
|
1930
|
-
*
|
|
1937
|
+
* The time when the framework was most recently updated.
|
|
1931
1938
|
*/
|
|
1932
1939
|
lastUpdatedAt?: Timestamp;
|
|
1933
1940
|
/**
|
|
@@ -2201,7 +2208,7 @@ declare namespace AuditManager {
|
|
|
2201
2208
|
}
|
|
2202
2209
|
export interface GetEvidenceResponse {
|
|
2203
2210
|
/**
|
|
2204
|
-
* The evidence that the
|
|
2211
|
+
* The evidence that the GetEvidence API returned.
|
|
2205
2212
|
*/
|
|
2206
2213
|
evidence?: Evidence;
|
|
2207
2214
|
}
|
|
@@ -2247,7 +2254,7 @@ declare namespace AuditManager {
|
|
|
2247
2254
|
}
|
|
2248
2255
|
export interface GetSettingsRequest {
|
|
2249
2256
|
/**
|
|
2250
|
-
* The list of
|
|
2257
|
+
* The list of setting attribute enum values.
|
|
2251
2258
|
*/
|
|
2252
2259
|
attribute: SettingAttribute;
|
|
2253
2260
|
}
|
|
@@ -2728,7 +2735,7 @@ declare namespace AuditManager {
|
|
|
2728
2735
|
category?: NonEmptyString;
|
|
2729
2736
|
}
|
|
2730
2737
|
export type ServiceMetadataList = ServiceMetadata[];
|
|
2731
|
-
export type SettingAttribute = "ALL"|"IS_AWS_ORG_ENABLED"|"SNS_TOPIC"|"DEFAULT_ASSESSMENT_REPORTS_DESTINATION"|"DEFAULT_PROCESS_OWNERS"|"EVIDENCE_FINDER_ENABLEMENT"|string;
|
|
2738
|
+
export type SettingAttribute = "ALL"|"IS_AWS_ORG_ENABLED"|"SNS_TOPIC"|"DEFAULT_ASSESSMENT_REPORTS_DESTINATION"|"DEFAULT_PROCESS_OWNERS"|"EVIDENCE_FINDER_ENABLEMENT"|"DEREGISTRATION_POLICY"|string;
|
|
2732
2739
|
export interface Settings {
|
|
2733
2740
|
/**
|
|
2734
2741
|
* Specifies whether Organizations is enabled.
|
|
@@ -2754,6 +2761,10 @@ declare namespace AuditManager {
|
|
|
2754
2761
|
* The current evidence finder status and event data store details.
|
|
2755
2762
|
*/
|
|
2756
2763
|
evidenceFinderEnablement?: EvidenceFinderEnablement;
|
|
2764
|
+
/**
|
|
2765
|
+
* The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.
|
|
2766
|
+
*/
|
|
2767
|
+
deregistrationPolicy?: DeregistrationPolicy;
|
|
2757
2768
|
}
|
|
2758
2769
|
export type ShareRequestAction = "ACCEPT"|"DECLINE"|"REVOKE"|string;
|
|
2759
2770
|
export type ShareRequestComment = string;
|
|
@@ -2987,7 +2998,7 @@ declare namespace AuditManager {
|
|
|
2987
2998
|
}
|
|
2988
2999
|
export interface UpdateAssessmentResponse {
|
|
2989
3000
|
/**
|
|
2990
|
-
* The response object for the
|
|
3001
|
+
* The response object for the UpdateAssessment API. This is the name of the updated assessment.
|
|
2991
3002
|
*/
|
|
2992
3003
|
assessment?: Assessment;
|
|
2993
3004
|
}
|
|
@@ -3061,9 +3072,13 @@ declare namespace AuditManager {
|
|
|
3061
3072
|
*/
|
|
3062
3073
|
kmsKey?: KmsKey;
|
|
3063
3074
|
/**
|
|
3064
|
-
* Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder. When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. As a result, you can’t re-enable evidence finder and use the feature again. Your only alternative is to deregister and then re-register Audit Manager.
|
|
3075
|
+
* Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder. When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. As a result, you can’t re-enable evidence finder and use the feature again. Your only alternative is to deregister and then re-register Audit Manager.
|
|
3065
3076
|
*/
|
|
3066
3077
|
evidenceFinderEnabled?: Boolean;
|
|
3078
|
+
/**
|
|
3079
|
+
* The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.
|
|
3080
|
+
*/
|
|
3081
|
+
deregistrationPolicy?: DeregistrationPolicy;
|
|
3067
3082
|
}
|
|
3068
3083
|
export interface UpdateSettingsResponse {
|
|
3069
3084
|
/**
|
|
@@ -1984,7 +1984,7 @@ declare namespace Connect {
|
|
|
1984
1984
|
export type ContactFlowType = "CONTACT_FLOW"|"CUSTOMER_QUEUE"|"CUSTOMER_HOLD"|"CUSTOMER_WHISPER"|"AGENT_HOLD"|"AGENT_WHISPER"|"OUTBOUND_WHISPER"|"AGENT_TRANSFER"|"QUEUE_TRANSFER"|string;
|
|
1985
1985
|
export type ContactFlowTypes = ContactFlowType[];
|
|
1986
1986
|
export type ContactId = string;
|
|
1987
|
-
export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|string;
|
|
1987
|
+
export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|"DISCONNECT"|"MONITOR"|string;
|
|
1988
1988
|
export type ContactReferences = {[key: string]: Reference};
|
|
1989
1989
|
export type ContactState = "INCOMING"|"PENDING"|"CONNECTING"|"CONNECTED"|"CONNECTED_ONHOLD"|"MISSED"|"ERROR"|"ENDED"|"REJECTED"|string;
|
|
1990
1990
|
export type ContactStates = ContactState[];
|
|
@@ -147,7 +147,7 @@ declare namespace EMRServerless {
|
|
|
147
147
|
*/
|
|
148
148
|
arn: ApplicationArn;
|
|
149
149
|
/**
|
|
150
|
-
* The EMR release
|
|
150
|
+
* The EMR release associated with the application.
|
|
151
151
|
*/
|
|
152
152
|
releaseLabel: ReleaseLabel;
|
|
153
153
|
/**
|
|
@@ -198,6 +198,14 @@ declare namespace EMRServerless {
|
|
|
198
198
|
* The CPU architecture of an application.
|
|
199
199
|
*/
|
|
200
200
|
architecture?: Architecture;
|
|
201
|
+
/**
|
|
202
|
+
* The image configuration applied to all worker types.
|
|
203
|
+
*/
|
|
204
|
+
imageConfiguration?: ImageConfiguration;
|
|
205
|
+
/**
|
|
206
|
+
* The specification applied to each worker type.
|
|
207
|
+
*/
|
|
208
|
+
workerTypeSpecifications?: WorkerTypeSpecificationMap;
|
|
201
209
|
}
|
|
202
210
|
export type ApplicationArn = string;
|
|
203
211
|
export type ApplicationId = string;
|
|
@@ -219,7 +227,7 @@ declare namespace EMRServerless {
|
|
|
219
227
|
*/
|
|
220
228
|
arn: ApplicationArn;
|
|
221
229
|
/**
|
|
222
|
-
* The EMR release
|
|
230
|
+
* The EMR release associated with the application.
|
|
223
231
|
*/
|
|
224
232
|
releaseLabel: ReleaseLabel;
|
|
225
233
|
/**
|
|
@@ -319,7 +327,7 @@ declare namespace EMRServerless {
|
|
|
319
327
|
*/
|
|
320
328
|
name?: ApplicationName;
|
|
321
329
|
/**
|
|
322
|
-
* The EMR release
|
|
330
|
+
* The EMR release associated with the application.
|
|
323
331
|
*/
|
|
324
332
|
releaseLabel: ReleaseLabel;
|
|
325
333
|
/**
|
|
@@ -358,6 +366,14 @@ declare namespace EMRServerless {
|
|
|
358
366
|
* The CPU architecture of an application.
|
|
359
367
|
*/
|
|
360
368
|
architecture?: Architecture;
|
|
369
|
+
/**
|
|
370
|
+
* The image configuration for all worker types. You can either set this parameter or imageConfiguration for each worker type in workerTypeSpecifications.
|
|
371
|
+
*/
|
|
372
|
+
imageConfiguration?: ImageConfigurationInput;
|
|
373
|
+
/**
|
|
374
|
+
* The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.
|
|
375
|
+
*/
|
|
376
|
+
workerTypeSpecifications?: WorkerTypeSpecificationInputMap;
|
|
361
377
|
}
|
|
362
378
|
export interface CreateApplicationResponse {
|
|
363
379
|
/**
|
|
@@ -450,6 +466,24 @@ declare namespace EMRServerless {
|
|
|
450
466
|
}
|
|
451
467
|
export type HiveCliParameters = string;
|
|
452
468
|
export type IAMRoleArn = string;
|
|
469
|
+
export interface ImageConfiguration {
|
|
470
|
+
/**
|
|
471
|
+
* The image URI.
|
|
472
|
+
*/
|
|
473
|
+
imageUri: ImageUri;
|
|
474
|
+
/**
|
|
475
|
+
* The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
|
|
476
|
+
*/
|
|
477
|
+
resolvedImageDigest?: ImageDigest;
|
|
478
|
+
}
|
|
479
|
+
export interface ImageConfigurationInput {
|
|
480
|
+
/**
|
|
481
|
+
* The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
|
|
482
|
+
*/
|
|
483
|
+
imageUri?: ImageUri;
|
|
484
|
+
}
|
|
485
|
+
export type ImageDigest = string;
|
|
486
|
+
export type ImageUri = string;
|
|
453
487
|
export type InitScriptPath = string;
|
|
454
488
|
export interface InitialCapacityConfig {
|
|
455
489
|
/**
|
|
@@ -516,7 +550,7 @@ declare namespace EMRServerless {
|
|
|
516
550
|
*/
|
|
517
551
|
stateDetails: String256;
|
|
518
552
|
/**
|
|
519
|
-
* The EMR release
|
|
553
|
+
* The EMR release associated with the application your job is running on.
|
|
520
554
|
*/
|
|
521
555
|
releaseLabel: ReleaseLabel;
|
|
522
556
|
/**
|
|
@@ -586,7 +620,7 @@ declare namespace EMRServerless {
|
|
|
586
620
|
*/
|
|
587
621
|
stateDetails: String256;
|
|
588
622
|
/**
|
|
589
|
-
* The EMR release
|
|
623
|
+
* The EMR release associated with the application your job is running on.
|
|
590
624
|
*/
|
|
591
625
|
releaseLabel: ReleaseLabel;
|
|
592
626
|
/**
|
|
@@ -888,6 +922,14 @@ declare namespace EMRServerless {
|
|
|
888
922
|
* The CPU architecture of an application.
|
|
889
923
|
*/
|
|
890
924
|
architecture?: Architecture;
|
|
925
|
+
/**
|
|
926
|
+
* The image configuration to be used for all worker types. You can either set this parameter or imageConfiguration for each worker type in WorkerTypeSpecificationInput.
|
|
927
|
+
*/
|
|
928
|
+
imageConfiguration?: ImageConfigurationInput;
|
|
929
|
+
/**
|
|
930
|
+
* The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.
|
|
931
|
+
*/
|
|
932
|
+
workerTypeSpecifications?: WorkerTypeSpecificationInputMap;
|
|
891
933
|
}
|
|
892
934
|
export interface UpdateApplicationResponse {
|
|
893
935
|
/**
|
|
@@ -912,6 +954,20 @@ declare namespace EMRServerless {
|
|
|
912
954
|
*/
|
|
913
955
|
disk?: DiskSize;
|
|
914
956
|
}
|
|
957
|
+
export interface WorkerTypeSpecification {
|
|
958
|
+
/**
|
|
959
|
+
* The image configuration for a worker type.
|
|
960
|
+
*/
|
|
961
|
+
imageConfiguration?: ImageConfiguration;
|
|
962
|
+
}
|
|
963
|
+
export interface WorkerTypeSpecificationInput {
|
|
964
|
+
/**
|
|
965
|
+
* The image configuration for a worker type.
|
|
966
|
+
*/
|
|
967
|
+
imageConfiguration?: ImageConfigurationInput;
|
|
968
|
+
}
|
|
969
|
+
export type WorkerTypeSpecificationInputMap = {[key: string]: WorkerTypeSpecificationInput};
|
|
970
|
+
export type WorkerTypeSpecificationMap = {[key: string]: WorkerTypeSpecification};
|
|
915
971
|
export type WorkerTypeString = string;
|
|
916
972
|
/**
|
|
917
973
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
@@ -2733,7 +2733,7 @@ declare namespace Lightsail {
|
|
|
2733
2733
|
}
|
|
2734
2734
|
export interface CreateDomainRequest {
|
|
2735
2735
|
/**
|
|
2736
|
-
* The domain name to manage (e.g., example.com).
|
|
2736
|
+
* The domain name to manage (e.g., example.com).
|
|
2737
2737
|
*/
|
|
2738
2738
|
domainName: DomainName;
|
|
2739
2739
|
/**
|
|
@@ -3201,7 +3201,7 @@ declare namespace Lightsail {
|
|
|
3201
3201
|
*/
|
|
3202
3202
|
diskName: ResourceName;
|
|
3203
3203
|
/**
|
|
3204
|
-
* A Boolean value to indicate whether to delete
|
|
3204
|
+
* A Boolean value to indicate whether to delete all add-ons for the disk.
|
|
3205
3205
|
*/
|
|
3206
3206
|
forceDeleteAddOns?: boolean;
|
|
3207
3207
|
}
|
|
@@ -3269,7 +3269,7 @@ declare namespace Lightsail {
|
|
|
3269
3269
|
*/
|
|
3270
3270
|
instanceName: ResourceName;
|
|
3271
3271
|
/**
|
|
3272
|
-
* A Boolean value to indicate whether to delete
|
|
3272
|
+
* A Boolean value to indicate whether to delete all add-ons for the instance.
|
|
3273
3273
|
*/
|
|
3274
3274
|
forceDeleteAddOns?: boolean;
|
|
3275
3275
|
}
|
|
@@ -128,7 +128,7 @@ declare namespace MWAA {
|
|
|
128
128
|
*/
|
|
129
129
|
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
|
130
130
|
/**
|
|
131
|
-
* The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values: 1.10.12, 2.0.2,
|
|
131
|
+
* The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values: 1.10.12, 2.0.2, 2.2.2, and 2.4.3. For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
|
|
132
132
|
*/
|
|
133
133
|
AirflowVersion?: AirflowVersion;
|
|
134
134
|
/**
|
|
@@ -253,7 +253,7 @@ declare namespace MWAA {
|
|
|
253
253
|
*/
|
|
254
254
|
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
|
255
255
|
/**
|
|
256
|
-
* The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2,
|
|
256
|
+
* The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2, 2.2.2, and 2.4.3.
|
|
257
257
|
*/
|
|
258
258
|
AirflowVersion?: AirflowVersion;
|
|
259
259
|
/**
|
|
@@ -614,7 +614,7 @@ declare namespace MWAA {
|
|
|
614
614
|
*/
|
|
615
615
|
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
|
616
616
|
/**
|
|
617
|
-
* The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2,
|
|
617
|
+
* The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2, 2.2.2, and 2.4.3.
|
|
618
618
|
*/
|
|
619
619
|
AirflowVersion?: AirflowVersion;
|
|
620
620
|
/**
|
|
@@ -414,11 +414,11 @@ declare class RDS extends Service {
|
|
|
414
414
|
*/
|
|
415
415
|
describeBlueGreenDeployments(callback?: (err: AWSError, data: RDS.Types.DescribeBlueGreenDeploymentsResponse) => void): Request<RDS.Types.DescribeBlueGreenDeploymentsResponse, AWSError>;
|
|
416
416
|
/**
|
|
417
|
-
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
|
|
417
|
+
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
418
418
|
*/
|
|
419
419
|
describeCertificates(params: RDS.Types.DescribeCertificatesMessage, callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
|
|
420
420
|
/**
|
|
421
|
-
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
|
|
421
|
+
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
422
422
|
*/
|
|
423
423
|
describeCertificates(callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
|
|
424
424
|
/**
|
|
@@ -1439,6 +1439,7 @@ declare namespace RDS {
|
|
|
1439
1439
|
export type Boolean = boolean;
|
|
1440
1440
|
export type BooleanOptional = boolean;
|
|
1441
1441
|
export type BucketName = string;
|
|
1442
|
+
export type CACertificateIdentifiersList = String[];
|
|
1442
1443
|
export interface CancelExportTaskMessage {
|
|
1443
1444
|
/**
|
|
1444
1445
|
* The identifier of the snapshot export task to cancel.
|
|
@@ -1479,6 +1480,16 @@ declare namespace RDS {
|
|
|
1479
1480
|
*/
|
|
1480
1481
|
CustomerOverrideValidTill?: TStamp;
|
|
1481
1482
|
}
|
|
1483
|
+
export interface CertificateDetails {
|
|
1484
|
+
/**
|
|
1485
|
+
* The CA identifier of the CA certificate used for the DB instance's server certificate.
|
|
1486
|
+
*/
|
|
1487
|
+
CAIdentifier?: String;
|
|
1488
|
+
/**
|
|
1489
|
+
* The expiration date of the DB instance’s server certificate.
|
|
1490
|
+
*/
|
|
1491
|
+
ValidTill?: TStamp;
|
|
1492
|
+
}
|
|
1482
1493
|
export type CertificateList = Certificate[];
|
|
1483
1494
|
export interface CertificateMessage {
|
|
1484
1495
|
/**
|
|
@@ -2259,6 +2270,10 @@ declare namespace RDS {
|
|
|
2259
2270
|
* The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
|
|
2260
2271
|
*/
|
|
2261
2272
|
MasterUserSecretKmsKeyId?: String;
|
|
2273
|
+
/**
|
|
2274
|
+
* Specifies the CA certificate identifier to use for the DB instance’s server certificate. This setting doesn't apply to RDS Custom. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
2275
|
+
*/
|
|
2276
|
+
CACertificateIdentifier?: String;
|
|
2262
2277
|
}
|
|
2263
2278
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
2264
2279
|
/**
|
|
@@ -3393,6 +3408,14 @@ declare namespace RDS {
|
|
|
3393
3408
|
* JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.
|
|
3394
3409
|
*/
|
|
3395
3410
|
CustomDBEngineVersionManifest?: CustomDBEngineVersionManifest;
|
|
3411
|
+
/**
|
|
3412
|
+
* A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
|
|
3413
|
+
*/
|
|
3414
|
+
SupportsCertificateRotationWithoutRestart?: BooleanOptional;
|
|
3415
|
+
/**
|
|
3416
|
+
* A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
3417
|
+
*/
|
|
3418
|
+
SupportedCACertificateIdentifiers?: CACertificateIdentifiersList;
|
|
3396
3419
|
}
|
|
3397
3420
|
export type DBEngineVersionList = DBEngineVersion[];
|
|
3398
3421
|
export interface DBEngineVersionMessage {
|
|
@@ -3575,7 +3598,7 @@ declare namespace RDS {
|
|
|
3575
3598
|
*/
|
|
3576
3599
|
DbiResourceId?: String;
|
|
3577
3600
|
/**
|
|
3578
|
-
* The identifier of the CA certificate for this DB instance.
|
|
3601
|
+
* The identifier of the CA certificate for this DB instance. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
3579
3602
|
*/
|
|
3580
3603
|
CACertificateIdentifier?: String;
|
|
3581
3604
|
/**
|
|
@@ -3719,6 +3742,10 @@ declare namespace RDS {
|
|
|
3719
3742
|
* Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide.
|
|
3720
3743
|
*/
|
|
3721
3744
|
MasterUserSecret?: MasterUserSecret;
|
|
3745
|
+
/**
|
|
3746
|
+
* The details of the DB instance's server certificate.
|
|
3747
|
+
*/
|
|
3748
|
+
CertificateDetails?: CertificateDetails;
|
|
3722
3749
|
}
|
|
3723
3750
|
export interface DBInstanceAutomatedBackup {
|
|
3724
3751
|
/**
|
|
@@ -6131,7 +6158,7 @@ declare namespace RDS {
|
|
|
6131
6158
|
*/
|
|
6132
6159
|
DBClusterIdentifier: String;
|
|
6133
6160
|
/**
|
|
6134
|
-
* The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens The first character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: my-cluster2 Valid for: Aurora DB clusters
|
|
6161
|
+
* The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens The first character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: my-cluster2 Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
6135
6162
|
*/
|
|
6136
6163
|
NewDBClusterIdentifier?: String;
|
|
6137
6164
|
/**
|
|
@@ -6408,7 +6435,7 @@ declare namespace RDS {
|
|
|
6408
6435
|
*/
|
|
6409
6436
|
TdeCredentialPassword?: String;
|
|
6410
6437
|
/**
|
|
6411
|
-
* Specifies the certificate to
|
|
6438
|
+
* Specifies the CA certificate identifier to use for the DB instance’s server certificate. This setting doesn't apply to RDS Custom. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
6412
6439
|
*/
|
|
6413
6440
|
CACertificateIdentifier?: String;
|
|
6414
6441
|
/**
|
|
@@ -7348,7 +7375,7 @@ declare namespace RDS {
|
|
|
7348
7375
|
*/
|
|
7349
7376
|
StorageType?: String;
|
|
7350
7377
|
/**
|
|
7351
|
-
* The identifier of the CA certificate for the DB instance.
|
|
7378
|
+
* The identifier of the CA certificate for the DB instance. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
7352
7379
|
*/
|
|
7353
7380
|
CACertificateIdentifier?: String;
|
|
7354
7381
|
/**
|
|
@@ -8833,7 +8860,7 @@ declare namespace RDS {
|
|
|
8833
8860
|
*/
|
|
8834
8861
|
IamRoleArn: String;
|
|
8835
8862
|
/**
|
|
8836
|
-
* The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. The caller of this operation must be authorized to
|
|
8863
|
+
* The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. The caller of this operation must be authorized to run the following operations. These can be set in the Amazon Web Services KMS key policy: kms:Encrypt kms:Decrypt kms:GenerateDataKey kms:GenerateDataKeyWithoutPlaintext kms:ReEncryptFrom kms:ReEncryptTo kms:CreateGrant kms:DescribeKey kms:RetireGrant
|
|
8837
8864
|
*/
|
|
8838
8865
|
KmsKeyId: String;
|
|
8839
8866
|
/**
|