cdk-lambda-subminute 2.0.290 → 2.0.292

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +42 -28
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +433 -346
  7. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +39 -13
  8. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +63 -43
  9. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +23 -7
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +330 -108
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +12 -0
  12. package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +49 -0
  13. package/node_modules/aws-sdk/clients/codebuild.d.ts +12 -12
  14. package/node_modules/aws-sdk/clients/connect.d.ts +116 -0
  15. package/node_modules/aws-sdk/clients/costexplorer.d.ts +32 -6
  16. package/node_modules/aws-sdk/clients/dataexchange.d.ts +2 -1
  17. package/node_modules/aws-sdk/clients/dlm.d.ts +40 -2
  18. package/node_modules/aws-sdk/clients/docdb.d.ts +31 -0
  19. package/node_modules/aws-sdk/clients/mwaa.d.ts +3 -3
  20. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/rds.d.ts +345 -6
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +869 -485
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +3 -3
@@ -120,6 +120,12 @@
120
120
  "output_token": "Marker",
121
121
  "result_key": "DBSecurityGroups"
122
122
  },
123
+ "DescribeDBSnapshotTenantDatabases": {
124
+ "input_token": "Marker",
125
+ "limit_key": "MaxRecords",
126
+ "output_token": "Marker",
127
+ "result_key": "DBSnapshotTenantDatabases"
128
+ },
123
129
  "DescribeDBSnapshots": {
124
130
  "input_token": "Marker",
125
131
  "limit_key": "MaxRecords",
@@ -210,6 +216,12 @@
210
216
  "output_token": "Marker",
211
217
  "result_key": "SourceRegions"
212
218
  },
219
+ "DescribeTenantDatabases": {
220
+ "input_token": "Marker",
221
+ "limit_key": "MaxRecords",
222
+ "output_token": "Marker",
223
+ "result_key": "TenantDatabases"
224
+ },
213
225
  "DownloadDBLogFilePortion": {
214
226
  "input_token": "Marker",
215
227
  "limit_key": "NumberOfLines",
@@ -340,6 +340,55 @@
340
340
  "argument": "DBClusters[].Status"
341
341
  }
342
342
  ]
343
+ },
344
+ "TenantDatabaseAvailable": {
345
+ "delay": 30,
346
+ "operation": "DescribeTenantDatabases",
347
+ "maxAttempts": 60,
348
+ "acceptors": [
349
+ {
350
+ "expected": "available",
351
+ "matcher": "pathAll",
352
+ "state": "success",
353
+ "argument": "TenantDatabases[].Status"
354
+ },
355
+ {
356
+ "expected": "deleted",
357
+ "matcher": "pathAny",
358
+ "state": "failure",
359
+ "argument": "TenantDatabases[].Status"
360
+ },
361
+ {
362
+ "expected": "incompatible-parameters",
363
+ "matcher": "pathAny",
364
+ "state": "failure",
365
+ "argument": "TenantDatabases[].Status"
366
+ },
367
+ {
368
+ "expected": "incompatible-restore",
369
+ "matcher": "pathAny",
370
+ "state": "failure",
371
+ "argument": "TenantDatabases[].Status"
372
+ }
373
+ ]
374
+ },
375
+ "TenantDatabaseDeleted": {
376
+ "delay": 30,
377
+ "operation": "DescribeTenantDatabases",
378
+ "maxAttempts": 60,
379
+ "acceptors": [
380
+ {
381
+ "expected": true,
382
+ "matcher": "path",
383
+ "state": "success",
384
+ "argument": "length(TenantDatabases) == `0`"
385
+ },
386
+ {
387
+ "expected": "DBInstanceNotFoundFault",
388
+ "matcher": "error",
389
+ "state": "success"
390
+ }
391
+ ]
343
392
  }
344
393
  }
345
394
  }
@@ -348,11 +348,11 @@ declare class CodeBuild extends Service {
348
348
  */
349
349
  updateProject(callback?: (err: AWSError, data: CodeBuild.Types.UpdateProjectOutput) => void): Request<CodeBuild.Types.UpdateProjectOutput, AWSError>;
350
350
  /**
351
- * Changes the public visibility for a project. The project's build results, logs, and artifacts are available to the general public. For more information, see Public build projects in the CodeBuild User Guide. The following should be kept in mind when making your projects public: All of a project's build results, logs, and artifacts, including builds that were run when the project was private, are available to the general public. All build logs and artifacts are available to the public. Environment variables, source code, and other sensitive information may have been output to the build logs and artifacts. You must be careful about what information is output to the build logs. Some best practice are: Do not store sensitive values, especially Amazon Web Services access key IDs and secret access keys, in environment variables. We recommend that you use an Amazon EC2 Systems Manager Parameter Store or Secrets Manager to store sensitive values. Follow Best practices for using webhooks in the CodeBuild User Guide to limit which entities can trigger a build, and do not store the buildspec in the project itself, to ensure that your webhooks are as secure as possible. A malicious user can use public builds to distribute malicious artifacts. We recommend that you review all pull requests to verify that the pull request is a legitimate change. We also recommend that you validate any artifacts with their checksums to make sure that the correct artifacts are being downloaded.
351
+ * Changes the public visibility for a project. The project's build results, logs, and artifacts are available to the general public. For more information, see Public build projects in the CodeBuild User Guide. The following should be kept in mind when making your projects public: All of a project's build results, logs, and artifacts, including builds that were run when the project was private, are available to the general public. All build logs and artifacts are available to the public. Environment variables, source code, and other sensitive information may have been output to the build logs and artifacts. You must be careful about what information is output to the build logs. Some best practice are: Do not store sensitive values in environment variables. We recommend that you use an Amazon EC2 Systems Manager Parameter Store or Secrets Manager to store sensitive values. Follow Best practices for using webhooks in the CodeBuild User Guide to limit which entities can trigger a build, and do not store the buildspec in the project itself, to ensure that your webhooks are as secure as possible. A malicious user can use public builds to distribute malicious artifacts. We recommend that you review all pull requests to verify that the pull request is a legitimate change. We also recommend that you validate any artifacts with their checksums to make sure that the correct artifacts are being downloaded.
352
352
  */
353
353
  updateProjectVisibility(params: CodeBuild.Types.UpdateProjectVisibilityInput, callback?: (err: AWSError, data: CodeBuild.Types.UpdateProjectVisibilityOutput) => void): Request<CodeBuild.Types.UpdateProjectVisibilityOutput, AWSError>;
354
354
  /**
355
- * Changes the public visibility for a project. The project's build results, logs, and artifacts are available to the general public. For more information, see Public build projects in the CodeBuild User Guide. The following should be kept in mind when making your projects public: All of a project's build results, logs, and artifacts, including builds that were run when the project was private, are available to the general public. All build logs and artifacts are available to the public. Environment variables, source code, and other sensitive information may have been output to the build logs and artifacts. You must be careful about what information is output to the build logs. Some best practice are: Do not store sensitive values, especially Amazon Web Services access key IDs and secret access keys, in environment variables. We recommend that you use an Amazon EC2 Systems Manager Parameter Store or Secrets Manager to store sensitive values. Follow Best practices for using webhooks in the CodeBuild User Guide to limit which entities can trigger a build, and do not store the buildspec in the project itself, to ensure that your webhooks are as secure as possible. A malicious user can use public builds to distribute malicious artifacts. We recommend that you review all pull requests to verify that the pull request is a legitimate change. We also recommend that you validate any artifacts with their checksums to make sure that the correct artifacts are being downloaded.
355
+ * Changes the public visibility for a project. The project's build results, logs, and artifacts are available to the general public. For more information, see Public build projects in the CodeBuild User Guide. The following should be kept in mind when making your projects public: All of a project's build results, logs, and artifacts, including builds that were run when the project was private, are available to the general public. All build logs and artifacts are available to the public. Environment variables, source code, and other sensitive information may have been output to the build logs and artifacts. You must be careful about what information is output to the build logs. Some best practice are: Do not store sensitive values in environment variables. We recommend that you use an Amazon EC2 Systems Manager Parameter Store or Secrets Manager to store sensitive values. Follow Best practices for using webhooks in the CodeBuild User Guide to limit which entities can trigger a build, and do not store the buildspec in the project itself, to ensure that your webhooks are as secure as possible. A malicious user can use public builds to distribute malicious artifacts. We recommend that you review all pull requests to verify that the pull request is a legitimate change. We also recommend that you validate any artifacts with their checksums to make sure that the correct artifacts are being downloaded.
356
356
  */
357
357
  updateProjectVisibility(callback?: (err: AWSError, data: CodeBuild.Types.UpdateProjectVisibilityOutput) => void): Request<CodeBuild.Types.UpdateProjectVisibilityOutput, AWSError>;
358
358
  /**
@@ -580,7 +580,7 @@ declare namespace CodeBuild {
580
580
  */
581
581
  buildComplete?: Boolean;
582
582
  /**
583
- * The entity that started the build. Valid values include: If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline). If an IAM user started the build, the user's name (for example, MyUserName). If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
583
+ * The entity that started the build. Valid values include: If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline). If a user started the build, the user's name (for example, MyUserName). If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
584
584
  */
585
585
  initiator?: String;
586
586
  /**
@@ -722,7 +722,7 @@ declare namespace CodeBuild {
722
722
  */
723
723
  complete?: Boolean;
724
724
  /**
725
- * The entity that started the batch build. Valid values include: If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline). If an IAM user started the build, the user's name. If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
725
+ * The entity that started the batch build. Valid values include: If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline). If a user started the build, the user's name. If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
726
726
  */
727
727
  initiator?: String;
728
728
  vpcConfig?: VpcConfig;
@@ -967,7 +967,7 @@ declare namespace CodeBuild {
967
967
  branchesMissed?: NonNegativeInt;
968
968
  }
969
969
  export type CodeCoverages = CodeCoverage[];
970
- export type ComputeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_2XLARGE"|string;
970
+ export type ComputeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB"|string;
971
971
  export type ComputeTypesAllowed = NonEmptyString[];
972
972
  export interface CreateProjectInput {
973
973
  /**
@@ -1301,18 +1301,18 @@ declare namespace CodeBuild {
1301
1301
  languages?: EnvironmentLanguages;
1302
1302
  }
1303
1303
  export type EnvironmentPlatforms = EnvironmentPlatform[];
1304
- export type EnvironmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|string;
1304
+ export type EnvironmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|string;
1305
1305
  export interface EnvironmentVariable {
1306
1306
  /**
1307
1307
  * The name or key of the environment variable.
1308
1308
  */
1309
1309
  name: NonEmptyString;
1310
1310
  /**
1311
- * The value of the environment variable. We strongly discourage the use of PLAINTEXT environment variables to store sensitive values, especially Amazon Web Services secret key IDs and secret access keys. PLAINTEXT environment variables can be displayed in plain text using the CodeBuild console and the CLI. For sensitive values, we recommend you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER.
1311
+ * The value of the environment variable. We strongly discourage the use of PLAINTEXT environment variables to store sensitive values, especially Amazon Web Services secret key IDs. PLAINTEXT environment variables can be displayed in plain text using the CodeBuild console and the CLI. For sensitive values, we recommend you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER.
1312
1312
  */
1313
1313
  value: String;
1314
1314
  /**
1315
- * The type of environment variable. Valid values include: PARAMETER_STORE: An environment variable stored in Systems Manager Parameter Store. To learn how to specify a parameter store environment variable, see env/parameter-store in the CodeBuild User Guide. PLAINTEXT: An environment variable in plain text format. This is the default value. SECRETS_MANAGER: An environment variable stored in Secrets Manager. To learn how to specify a secrets manager environment variable, see env/secrets-manager in the CodeBuild User Guide.
1315
+ * The type of environment variable. Valid values include: PARAMETER_STORE: An environment variable stored in Systems Manager Parameter Store. For environment variables of this type, specify the name of the parameter as the value of the EnvironmentVariable. The parameter value will be substituted for the name at runtime. You can also define Parameter Store environment variables in the buildspec. To learn how to do so, see env/parameter-store in the CodeBuild User Guide. PLAINTEXT: An environment variable in plain text format. This is the default value. SECRETS_MANAGER: An environment variable stored in Secrets Manager. For environment variables of this type, specify the name of the secret as the value of the EnvironmentVariable. The secret value will be substituted for the name at runtime. You can also define Secrets Manager environment variables in the buildspec. To learn how to do so, see env/secrets-manager in the CodeBuild User Guide.
1316
1316
  */
1317
1317
  type?: EnvironmentVariableType;
1318
1318
  }
@@ -1725,7 +1725,7 @@ declare namespace CodeBuild {
1725
1725
  */
1726
1726
  streamName?: String;
1727
1727
  /**
1728
- * The URL to an individual build log in CloudWatch Logs.
1728
+ * The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.
1729
1729
  */
1730
1730
  deepLink?: String;
1731
1731
  /**
@@ -1733,7 +1733,7 @@ declare namespace CodeBuild {
1733
1733
  */
1734
1734
  s3DeepLink?: String;
1735
1735
  /**
1736
- * The ARN of CloudWatch Logs for a build project. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. For more information, see Resources Defined by CloudWatch Logs.
1736
+ * The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.
1737
1737
  */
1738
1738
  cloudWatchLogsArn?: String;
1739
1739
  /**
@@ -1977,7 +1977,7 @@ declare namespace CodeBuild {
1977
1977
  export type ProjectDescription = string;
1978
1978
  export interface ProjectEnvironment {
1979
1979
  /**
1980
- * The type of build environment to use for related builds. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt). The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia). The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland). For more information, see Build environment compute types in the CodeBuild user guide.
1980
+ * The type of build environment to use for related builds. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt). The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia). The environment types ARM_LAMBDA_CONTAINER and LINUX_LAMBDA_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), EU (Frankfurt), EU (Ireland), and South America (São Paulo). The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland). For more information, see Build environment compute types in the CodeBuild user guide.
1981
1981
  */
1982
1982
  type: EnvironmentType;
1983
1983
  /**
@@ -1985,7 +1985,7 @@ declare namespace CodeBuild {
1985
1985
  */
1986
1986
  image: NonEmptyString;
1987
1987
  /**
1988
- * Information about the compute resources the build project uses. Available values include: BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds. BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds. BUILD_GENERAL1_LARGE: Use up to 16 GB memory and 8 vCPUs for builds, depending on your environment type. BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed. If you use BUILD_GENERAL1_LARGE: For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds. For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds. For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds. For more information, see Build Environment Compute Types in the CodeBuild User Guide.
1988
+ * Information about the compute resources the build project uses. Available values include: BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds. BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds. BUILD_GENERAL1_LARGE: Use up to 16 GB memory and 8 vCPUs for builds, depending on your environment type. BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed. BUILD_LAMBDA_1GB: Use up to 1 GB memory for builds. Only available for environment type LINUX_LAMBDA_CONTAINER and ARM_LAMBDA_CONTAINER. BUILD_LAMBDA_2GB: Use up to 2 GB memory for builds. Only available for environment type LINUX_LAMBDA_CONTAINER and ARM_LAMBDA_CONTAINER. BUILD_LAMBDA_4GB: Use up to 4 GB memory for builds. Only available for environment type LINUX_LAMBDA_CONTAINER and ARM_LAMBDA_CONTAINER. BUILD_LAMBDA_8GB: Use up to 8 GB memory for builds. Only available for environment type LINUX_LAMBDA_CONTAINER and ARM_LAMBDA_CONTAINER. BUILD_LAMBDA_10GB: Use up to 10 GB memory for builds. Only available for environment type LINUX_LAMBDA_CONTAINER and ARM_LAMBDA_CONTAINER. If you use BUILD_GENERAL1_SMALL: For environment type LINUX_CONTAINER, you can use up to 3 GB memory and 2 vCPUs for builds. For environment type LINUX_GPU_CONTAINER, you can use up to 16 GB memory, 4 vCPUs, and 1 NVIDIA A10G Tensor Core GPU for builds. For environment type ARM_CONTAINER, you can use up to 4 GB memory and 2 vCPUs on ARM-based processors for builds. If you use BUILD_GENERAL1_LARGE: For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds. For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds. For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds. For more information, see Build Environment Compute Types in the CodeBuild User Guide.
1989
1989
  */
1990
1990
  computeType: ComputeType;
1991
1991
  /**
@@ -115,6 +115,14 @@ declare class Connect extends Service {
115
115
  * Retrieve the flow associations for the given resources.
116
116
  */
117
117
  batchGetFlowAssociation(callback?: (err: AWSError, data: Connect.Types.BatchGetFlowAssociationResponse) => void): Request<Connect.Types.BatchGetFlowAssociationResponse, AWSError>;
118
+ /**
119
+ * Only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API. Allows you to create a batch of contacts in Amazon Connect. The outbound campaigns capability ingests dial requests via the PutDialRequestBatch API. It then uses BatchPutContact to create contacts corresponding to those dial requests. If agents are available, the dial requests are dialed out, which results in a voice call. The resulting voice call uses the same contactId that was created by BatchPutContact.
120
+ */
121
+ batchPutContact(params: Connect.Types.BatchPutContactRequest, callback?: (err: AWSError, data: Connect.Types.BatchPutContactResponse) => void): Request<Connect.Types.BatchPutContactResponse, AWSError>;
122
+ /**
123
+ * Only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API. Allows you to create a batch of contacts in Amazon Connect. The outbound campaigns capability ingests dial requests via the PutDialRequestBatch API. It then uses BatchPutContact to create contacts corresponding to those dial requests. If agents are available, the dial requests are dialed out, which results in a voice call. The resulting voice call uses the same contactId that was created by BatchPutContact.
124
+ */
125
+ batchPutContact(callback?: (err: AWSError, data: Connect.Types.BatchPutContactResponse) => void): Request<Connect.Types.BatchPutContactResponse, AWSError>;
118
126
  /**
119
127
  * Claims an available phone number to your Amazon Connect instance or traffic distribution group. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance or traffic distribution group was created. For more information about how to use this operation, see Claim a phone number in your country and Claim phone numbers to traffic distribution groups in the Amazon Connect Administrator Guide. You can call the SearchAvailablePhoneNumbers API for available phone numbers that you can claim. Call the DescribePhoneNumber API to verify the status of a previous ClaimPhoneNumber operation. If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired. By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired. For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.
120
128
  */
@@ -2140,11 +2148,41 @@ declare namespace Connect {
2140
2148
  */
2141
2149
  FlowAssociationSummaryList?: FlowAssociationSummaryList;
2142
2150
  }
2151
+ export interface BatchPutContactRequest {
2152
+ /**
2153
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
2154
+ */
2155
+ ClientToken?: ClientToken;
2156
+ /**
2157
+ * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
2158
+ */
2159
+ InstanceId: InstanceId;
2160
+ /**
2161
+ * List of individual contact requests.
2162
+ */
2163
+ ContactDataRequestList: ContactDataRequestList;
2164
+ }
2165
+ export interface BatchPutContactResponse {
2166
+ /**
2167
+ * List of requests for which contact was successfully created.
2168
+ */
2169
+ SuccessfulRequestList?: SuccessfulRequestList;
2170
+ /**
2171
+ * List of requests for which contact creation failed.
2172
+ */
2173
+ FailedRequestList?: FailedRequestList;
2174
+ }
2143
2175
  export type BehaviorType = "ROUTE_CURRENT_CHANNEL_ONLY"|"ROUTE_ANY_CHANNEL"|string;
2144
2176
  export type Boolean = boolean;
2145
2177
  export type BotName = string;
2146
2178
  export type BoxedBoolean = boolean;
2147
2179
  export type BucketName = string;
2180
+ export interface Campaign {
2181
+ /**
2182
+ * A unique identifier for a campaign.
2183
+ */
2184
+ CampaignId?: CampaignId;
2185
+ }
2148
2186
  export type CampaignId = string;
2149
2187
  export type Channel = "VOICE"|"CHAT"|"TASK"|string;
2150
2188
  export type ChannelToCountMap = {[key: string]: IntegerCount};
@@ -2323,6 +2361,33 @@ declare namespace Connect {
2323
2361
  */
2324
2362
  WisdomInfo?: WisdomInfo;
2325
2363
  }
2364
+ export interface ContactDataRequest {
2365
+ /**
2366
+ * Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.
2367
+ */
2368
+ SystemEndpoint?: Endpoint;
2369
+ /**
2370
+ * Endpoint of the customer for which contact will be initiated.
2371
+ */
2372
+ CustomerEndpoint?: Endpoint;
2373
+ /**
2374
+ * Identifier to uniquely identify individual requests in the batch.
2375
+ */
2376
+ RequestIdentifier?: RequestIdentifier;
2377
+ /**
2378
+ * The identifier of the queue associated with the Amazon Connect instance in which contacts that are created will be queued.
2379
+ */
2380
+ QueueId?: QueueId;
2381
+ /**
2382
+ * List of attributes to be stored in a contact.
2383
+ */
2384
+ Attributes?: Attributes;
2385
+ /**
2386
+ * Structure to store information associated with a campaign.
2387
+ */
2388
+ Campaign?: Campaign;
2389
+ }
2390
+ export type ContactDataRequestList = ContactDataRequest[];
2326
2391
  export interface ContactFilter {
2327
2392
  /**
2328
2393
  * A list of up to 9 contact states.
@@ -4180,6 +4245,13 @@ declare namespace Connect {
4180
4245
  }
4181
4246
  export interface DisassociateTrafficDistributionGroupUserResponse {
4182
4247
  }
4248
+ export interface DisconnectReason {
4249
+ /**
4250
+ * A code that indicates how the contact was terminated.
4251
+ */
4252
+ Code?: DisconnectReasonCode;
4253
+ }
4254
+ export type DisconnectReasonCode = string;
4183
4255
  export interface DismissUserContactRequest {
4184
4256
  /**
4185
4257
  * The identifier of the user account.
@@ -4230,6 +4302,18 @@ declare namespace Connect {
4230
4302
  KeyId: KeyId;
4231
4303
  }
4232
4304
  export type EncryptionType = "KMS"|string;
4305
+ export interface Endpoint {
4306
+ /**
4307
+ * Type of the endpoint.
4308
+ */
4309
+ Type?: EndpointType;
4310
+ /**
4311
+ * Address of the endpoint.
4312
+ */
4313
+ Address?: EndpointAddress;
4314
+ }
4315
+ export type EndpointAddress = string;
4316
+ export type EndpointType = "TELEPHONE_NUMBER"|"VOIP"|"CONTACT_FLOW"|string;
4233
4317
  export interface Evaluation {
4234
4318
  /**
4235
4319
  * A unique identifier for the contact evaluation.
@@ -4760,6 +4844,22 @@ declare namespace Connect {
4760
4844
  }
4761
4845
  export type EventBridgeActionName = string;
4762
4846
  export type EventSourceName = "OnPostCallAnalysisAvailable"|"OnRealTimeCallAnalysisAvailable"|"OnPostChatAnalysisAvailable"|"OnZendeskTicketCreate"|"OnZendeskTicketStatusUpdate"|"OnSalesforceCaseCreate"|"OnContactEvaluationSubmit"|"OnMetricDataUpdate"|string;
4847
+ export interface FailedRequest {
4848
+ /**
4849
+ * Request identifier provided in the API call in the ContactDataRequest to create a contact.
4850
+ */
4851
+ RequestIdentifier?: RequestIdentifier;
4852
+ /**
4853
+ * Reason code for the failure.
4854
+ */
4855
+ FailureReasonCode?: FailureReasonCode;
4856
+ /**
4857
+ * Why the request to create a contact failed.
4858
+ */
4859
+ FailureReasonMessage?: String;
4860
+ }
4861
+ export type FailedRequestList = FailedRequest[];
4862
+ export type FailureReasonCode = "INVALID_ATTRIBUTE_KEY"|"INVALID_CUSTOMER_ENDPOINT"|"INVALID_SYSTEM_ENDPOINT"|"INVALID_QUEUE"|"MISSING_CAMPAIGN"|"MISSING_CUSTOMER_ENDPOINT"|"MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT"|"REQUEST_THROTTLED"|"IDEMPOTENCY_EXCEPTION"|"INTERNAL_ERROR"|string;
4763
4863
  export interface FilterV2 {
4764
4864
  /**
4765
4865
  * The key to use for filtering data. For example, QUEUE, ROUTING_PROFILE, AGENT, CHANNEL, AGENT_HIERARCHY_LEVEL_ONE, AGENT_HIERARCHY_LEVEL_TWO, AGENT_HIERARCHY_LEVEL_THREE, AGENT_HIERARCHY_LEVEL_FOUR, AGENT_HIERARCHY_LEVEL_FIVE. There must be at least 1 key and a maximum 5 keys.
@@ -7555,6 +7655,7 @@ declare namespace Connect {
7555
7655
  */
7556
7656
  Arn?: ARN;
7557
7657
  }
7658
+ export type RequestIdentifier = string;
7558
7659
  export interface RequiredFieldInfo {
7559
7660
  /**
7560
7661
  * The unique identifier for the field.
@@ -8697,6 +8798,10 @@ declare namespace Connect {
8697
8798
  * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
8698
8799
  */
8699
8800
  InstanceId: InstanceId;
8801
+ /**
8802
+ * The reason a contact can be disconnected. Only Amazon Connect outbound campaigns can provide this field.
8803
+ */
8804
+ DisconnectReason?: DisconnectReason;
8700
8805
  }
8701
8806
  export interface StopContactResponse {
8702
8807
  }
@@ -8773,6 +8878,17 @@ declare namespace Connect {
8773
8878
  */
8774
8879
  EvaluationArn: ARN;
8775
8880
  }
8881
+ export interface SuccessfulRequest {
8882
+ /**
8883
+ * Request identifier provided in the API call in the ContactDataRequest to create a contact.
8884
+ */
8885
+ RequestIdentifier?: RequestIdentifier;
8886
+ /**
8887
+ * The contactId of the contact that was created successfully.
8888
+ */
8889
+ ContactId?: ContactId;
8890
+ }
8891
+ export type SuccessfulRequestList = SuccessfulRequest[];
8776
8892
  export type SupportedMessagingContentType = string;
8777
8893
  export type SupportedMessagingContentTypes = SupportedMessagingContentType[];
8778
8894
  export interface SuspendContactRecordingRequest {
@@ -1963,25 +1963,29 @@ declare namespace CostExplorer {
1963
1963
  }
1964
1964
  export interface InstanceDetails {
1965
1965
  /**
1966
- * The Amazon EC2 instances that Amazon Web Services recommends that you purchase.
1966
+ * The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.
1967
1967
  */
1968
1968
  EC2InstanceDetails?: EC2InstanceDetails;
1969
1969
  /**
1970
- * The Amazon RDS instances that Amazon Web Services recommends that you purchase.
1970
+ * The Amazon RDS reservations that Amazon Web Services recommends that you purchase.
1971
1971
  */
1972
1972
  RDSInstanceDetails?: RDSInstanceDetails;
1973
1973
  /**
1974
- * The Amazon Redshift instances that Amazon Web Services recommends that you purchase.
1974
+ * The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.
1975
1975
  */
1976
1976
  RedshiftInstanceDetails?: RedshiftInstanceDetails;
1977
1977
  /**
1978
- * The ElastiCache instances that Amazon Web Services recommends that you purchase.
1978
+ * The ElastiCache reservations that Amazon Web Services recommends that you purchase.
1979
1979
  */
1980
1980
  ElastiCacheInstanceDetails?: ElastiCacheInstanceDetails;
1981
1981
  /**
1982
- * The Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.
1982
+ * The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
1983
1983
  */
1984
1984
  ESInstanceDetails?: ESInstanceDetails;
1985
+ /**
1986
+ * The MemoryDB reservations that Amazon Web Services recommends that you purchase.
1987
+ */
1988
+ MemoryDBInstanceDetails?: MemoryDBInstanceDetails;
1985
1989
  }
1986
1990
  export type Key = string;
1987
1991
  export type Keys = Key[];
@@ -2085,6 +2089,28 @@ declare namespace CostExplorer {
2085
2089
  export type MatchOption = "EQUALS"|"ABSENT"|"STARTS_WITH"|"ENDS_WITH"|"CONTAINS"|"CASE_SENSITIVE"|"CASE_INSENSITIVE"|"GREATER_THAN_OR_EQUAL"|string;
2086
2090
  export type MatchOptions = MatchOption[];
2087
2091
  export type MaxResults = number;
2092
+ export interface MemoryDBInstanceDetails {
2093
+ /**
2094
+ * The instance family of the recommended reservation.
2095
+ */
2096
+ Family?: GenericString;
2097
+ /**
2098
+ * The node type of the recommended reservation.
2099
+ */
2100
+ NodeType?: GenericString;
2101
+ /**
2102
+ * The Amazon Web Services Region of the recommended reservation.
2103
+ */
2104
+ Region?: GenericString;
2105
+ /**
2106
+ * Determines whether the recommendation is for a current generation instance.
2107
+ */
2108
+ CurrentGeneration?: GenericBoolean;
2109
+ /**
2110
+ * Determines whether the recommended reservation is size flexible.
2111
+ */
2112
+ SizeFlexEligible?: GenericBoolean;
2113
+ }
2088
2114
  export type Metric = "BLENDED_COST"|"UNBLENDED_COST"|"AMORTIZED_COST"|"NET_UNBLENDED_COST"|"NET_AMORTIZED_COST"|"USAGE_QUANTITY"|"NORMALIZED_USAGE_AMOUNT"|string;
2089
2115
  export type MetricAmount = string;
2090
2116
  export type MetricName = string;
@@ -2478,7 +2504,7 @@ declare namespace CostExplorer {
2478
2504
  */
2479
2505
  AccountId?: GenericString;
2480
2506
  /**
2481
- * Details about the instances that Amazon Web Services recommends that you purchase.
2507
+ * Details about the reservations that Amazon Web Services recommends that you purchase.
2482
2508
  */
2483
2509
  InstanceDetails?: InstanceDetails;
2484
2510
  /**
@@ -2129,7 +2129,7 @@ declare namespace DataExchange {
2129
2129
  /**
2130
2130
  * Free-form text field for providers to add information about their notifications.
2131
2131
  */
2132
- Comment?: __stringMin0Max16384;
2132
+ Comment?: __stringMin0Max4096;
2133
2133
  /**
2134
2134
  * Affected data set of the notification.
2135
2135
  */
@@ -2416,6 +2416,7 @@ declare namespace DataExchange {
2416
2416
  export type __doubleMin0 = number;
2417
2417
  export type __string = string;
2418
2418
  export type __stringMin0Max16384 = string;
2419
+ export type __stringMin0Max4096 = string;
2419
2420
  export type __stringMin10Max512 = string;
2420
2421
  export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
2421
2422
  /**
@@ -157,6 +157,10 @@ declare namespace DLM {
157
157
  * The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. For more information, see Cron expressions in the Amazon CloudWatch User Guide.
158
158
  */
159
159
  CronExpression?: CronExpression;
160
+ /**
161
+ * [Snapshot policies that target instances only] Specifies pre and/or post scripts for a snapshot lifecycle policy that targets instances. This is useful for creating application-consistent snapshots, or for performing specific administrative tasks before or after Amazon Data Lifecycle Manager initiates snapshot creation. For more information, see Automating application-consistent snapshots with pre and post scripts.
162
+ */
163
+ Scripts?: ScriptsList;
160
164
  }
161
165
  export type CronExpression = string;
162
166
  export interface CrossRegionCopyAction {
@@ -193,11 +197,11 @@ declare namespace DLM {
193
197
  }
194
198
  export interface CrossRegionCopyRule {
195
199
  /**
196
- * Avoid using this parameter when creating new policies. Instead, use Target to specify a target Region or a target Outpost for snapshot copies. For policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies.
200
+ * Use this parameter for AMI policies only. For snapshot policies, use Target instead. For snapshot policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies. [AMI policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
197
201
  */
198
202
  TargetRegion?: TargetRegion;
199
203
  /**
200
- * The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies. Use this parameter instead of TargetRegion. Do not specify both.
204
+ * Use this parameter for snapshot policies only. For AMI policies, use TargetRegion instead. [Snapshot policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
201
205
  */
202
206
  Target?: Target;
203
207
  /**
@@ -284,6 +288,9 @@ declare namespace DLM {
284
288
  export type EventTypeValues = "shareSnapshot"|string;
285
289
  export type ExcludeBootVolume = boolean;
286
290
  export type ExcludeDataVolumeTagList = Tag[];
291
+ export type ExecuteOperationOnScriptFailure = boolean;
292
+ export type ExecutionHandler = string;
293
+ export type ExecutionHandlerServiceValues = "AWS_SYSTEMS_MANAGER"|string;
287
294
  export type ExecutionRoleArn = string;
288
295
  export interface FastRestoreRule {
289
296
  /**
@@ -559,6 +566,35 @@ declare namespace DLM {
559
566
  }
560
567
  export type ScheduleList = Schedule[];
561
568
  export type ScheduleName = string;
569
+ export interface Script {
570
+ /**
571
+ * Indicate which scripts Amazon Data Lifecycle Manager should run on target instances. Pre scripts run before Amazon Data Lifecycle Manager initiates snapshot creation. Post scripts run after Amazon Data Lifecycle Manager initiates snapshot creation. To run a pre script only, specify PRE. In this case, Amazon Data Lifecycle Manager calls the SSM document with the pre-script parameter before initiating snapshot creation. To run a post script only, specify POST. In this case, Amazon Data Lifecycle Manager calls the SSM document with the post-script parameter after initiating snapshot creation. To run both pre and post scripts, specify both PRE and POST. In this case, Amazon Data Lifecycle Manager calls the SSM document with the pre-script parameter before initiating snapshot creation, and then it calls the SSM document again with the post-script parameter after initiating snapshot creation. If you are automating VSS Backups, omit this parameter. Default: PRE and POST
572
+ */
573
+ Stages?: StagesList;
574
+ /**
575
+ * Indicates the service used to execute the pre and/or post scripts. If you are using custom SSM documents, specify AWS_SYSTEMS_MANAGER. If you are automating VSS Backups, omit this parameter. Default: AWS_SYSTEMS_MANAGER
576
+ */
577
+ ExecutionHandlerService?: ExecutionHandlerServiceValues;
578
+ /**
579
+ * The SSM document that includes the pre and/or post scripts to run. If you are automating VSS backups, specify AWS_VSS_BACKUP. In this case, Amazon Data Lifecycle Manager automatically uses the AWSEC2-CreateVssSnapshot SSM document. If you are using a custom SSM document that you own, specify either the name or ARN of the SSM document. If you are using a custom SSM document that is shared with you, specify the ARN of the SSM document.
580
+ */
581
+ ExecutionHandler: ExecutionHandler;
582
+ /**
583
+ * Indicates whether Amazon Data Lifecycle Manager should default to crash-consistent snapshots if the pre script fails. To default to crash consistent snapshot if the pre script fails, specify true. To skip the instance for snapshot creation if the pre script fails, specify false. This parameter is supported only if you run a pre script. If you run a post script only, omit this parameter. Default: true
584
+ */
585
+ ExecuteOperationOnScriptFailure?: ExecuteOperationOnScriptFailure;
586
+ /**
587
+ * Specifies a timeout period, in seconds, after which Amazon Data Lifecycle Manager fails the script run attempt if it has not completed. If a script does not complete within its timeout period, Amazon Data Lifecycle Manager fails the attempt. The timeout period applies to the pre and post scripts individually. If you are automating VSS Backups, omit this parameter. Default: 10
588
+ */
589
+ ExecutionTimeout?: ScriptExecutionTimeout;
590
+ /**
591
+ * Specifies the number of times Amazon Data Lifecycle Manager should retry scripts that fail. If the pre script fails, Amazon Data Lifecycle Manager retries the entire snapshot creation process, including running the pre and post scripts. If the post script fails, Amazon Data Lifecycle Manager retries the post script only; in this case, the pre script will have completed and the snapshot might have been created. If you do not want Amazon Data Lifecycle Manager to retry failed scripts, specify 0. Default: 0
592
+ */
593
+ MaximumRetryCount?: ScriptMaximumRetryCount;
594
+ }
595
+ export type ScriptExecutionTimeout = number;
596
+ export type ScriptMaximumRetryCount = number;
597
+ export type ScriptsList = Script[];
562
598
  export type SettablePolicyStateValues = "ENABLED"|"DISABLED"|string;
563
599
  export interface ShareRule {
564
600
  /**
@@ -577,6 +613,8 @@ declare namespace DLM {
577
613
  export type ShareRules = ShareRule[];
578
614
  export type ShareTargetAccountList = AwsAccountId[];
579
615
  export type SnapshotOwnerList = AwsAccountId[];
616
+ export type StageValues = "PRE"|"POST"|string;
617
+ export type StagesList = StageValues[];
580
618
  export type StandardTierRetainRuleCount = number;
581
619
  export type StandardTierRetainRuleInterval = number;
582
620
  export type StatusMessage = string;
@@ -506,6 +506,7 @@ declare namespace DocDB {
506
506
  export type AvailabilityZones = String[];
507
507
  export type Boolean = boolean;
508
508
  export type BooleanOptional = boolean;
509
+ export type CACertificateIdentifiersList = String[];
509
510
  export interface Certificate {
510
511
  /**
511
512
  * The unique key that identifies a certificate. Example: rds-ca-2019
@@ -532,6 +533,16 @@ declare namespace DocDB {
532
533
  */
533
534
  CertificateArn?: String;
534
535
  }
536
+ export interface CertificateDetails {
537
+ /**
538
+ * The CA identifier of the CA certificate used for the DB instance's server certificate.
539
+ */
540
+ CAIdentifier?: String;
541
+ /**
542
+ * The expiration date of the DB instance’s server certificate.
543
+ */
544
+ ValidTill?: TStamp;
545
+ }
535
546
  export type CertificateList = Certificate[];
536
547
  export interface CertificateMessage {
537
548
  /**
@@ -775,6 +786,10 @@ declare namespace DocDB {
775
786
  * The KMS key identifier for encryption of Performance Insights data. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon DocumentDB uses your default 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.
776
787
  */
777
788
  PerformanceInsightsKMSKeyId?: String;
789
+ /**
790
+ * The CA certificate identifier to use for the DB instance's server certificate. For more information, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
791
+ */
792
+ CACertificateIdentifier?: String;
778
793
  }
779
794
  export interface CreateDBInstanceResult {
780
795
  DBInstance?: DBInstance;
@@ -1217,6 +1232,14 @@ declare namespace DocDB {
1217
1232
  * A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
1218
1233
  */
1219
1234
  SupportsLogExportsToCloudwatchLogs?: Boolean;
1235
+ /**
1236
+ * A list of the supported CA certificate identifiers. For more information, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
1237
+ */
1238
+ SupportedCACertificateIdentifiers?: CACertificateIdentifiersList;
1239
+ /**
1240
+ * Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
1241
+ */
1242
+ SupportsCertificateRotationWithoutRestart?: BooleanOptional;
1220
1243
  }
1221
1244
  export type DBEngineVersionList = DBEngineVersion[];
1222
1245
  export interface DBEngineVersionMessage {
@@ -1338,6 +1361,10 @@ declare namespace DocDB {
1338
1361
  * A list of log types that this instance is configured to export to CloudWatch Logs.
1339
1362
  */
1340
1363
  EnabledCloudwatchLogsExports?: LogTypeList;
1364
+ /**
1365
+ * The details of the DB instance's server certificate.
1366
+ */
1367
+ CertificateDetails?: CertificateDetails;
1341
1368
  }
1342
1369
  export type DBInstanceList = DBInstance[];
1343
1370
  export interface DBInstanceMessage {
@@ -2202,6 +2229,10 @@ declare namespace DocDB {
2202
2229
  * The KMS key identifier for encryption of Performance Insights data. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon DocumentDB uses your default 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.
2203
2230
  */
2204
2231
  PerformanceInsightsKMSKeyId?: String;
2232
+ /**
2233
+ * Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate. By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted. Set this parameter only if you are not using SSL/TLS to connect to the DB instance. If you are using SSL/TLS to connect to the DB instance, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.
2234
+ */
2235
+ CertificateRotationRestart?: BooleanOptional;
2205
2236
  }
2206
2237
  export interface ModifyDBInstanceResult {
2207
2238
  DBInstance?: DBInstance;