aws-sdk 2.1595.0 → 2.1596.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4725,7 +4725,8 @@
4725
4725
  },
4726
4726
  "FromAddress": {},
4727
4727
  "Identity": {},
4728
- "RoleArn": {}
4728
+ "RoleArn": {},
4729
+ "OrchestrationSendingRoleArn": {}
4729
4730
  },
4730
4731
  "required": [
4731
4732
  "FromAddress",
@@ -7186,6 +7187,7 @@
7186
7187
  },
7187
7188
  "Platform": {},
7188
7189
  "RoleArn": {},
7190
+ "OrchestrationSendingRoleArn": {},
7189
7191
  "Version": {
7190
7192
  "type": "integer"
7191
7193
  }
@@ -816,6 +816,7 @@
816
816
  "UpgradeStorageConfig": {
817
817
  "type": "boolean"
818
818
  },
819
+ "CACertificateIdentifier": {},
819
820
  "SourceRegion": {}
820
821
  }
821
822
  },
@@ -4859,7 +4860,8 @@
4859
4860
  },
4860
4861
  "DedicatedLogVolume": {
4861
4862
  "type": "boolean"
4862
- }
4863
+ },
4864
+ "CACertificateIdentifier": {}
4863
4865
  }
4864
4866
  },
4865
4867
  "output": {
@@ -4981,7 +4983,8 @@
4981
4983
  "MasterUserSecretKmsKeyId": {},
4982
4984
  "DedicatedLogVolume": {
4983
4985
  "type": "boolean"
4984
- }
4986
+ },
4987
+ "CACertificateIdentifier": {}
4985
4988
  }
4986
4989
  },
4987
4990
  "output": {
@@ -5086,7 +5089,8 @@
5086
5089
  },
5087
5090
  "DedicatedLogVolume": {
5088
5091
  "type": "boolean"
5089
- }
5092
+ },
5093
+ "CACertificateIdentifier": {}
5090
5094
  }
5091
5095
  },
5092
5096
  "output": {
@@ -2255,7 +2255,7 @@ declare namespace CodeBuild {
2255
2255
  */
2256
2256
  type: SourceType;
2257
2257
  /**
2258
- * Information about the location of the source code to be built. Valid values include: For source code settings that are specified in the source action of a pipeline in CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value. For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>). For source code in an Amazon S3 input bucket, one of the following. The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip). The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/). For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose Authorize application. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH. For source code in an GitLab or self-managed GitLab repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitLab account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitLab, on the Connections Authorize application page, choose Authorize. Then on the CodeStar Connections Create GitLab connection page, choose Connect to GitLab. (After you have connected to your GitLab account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to override the default connection and use this connection instead, set the auth object's type value to CODECONNECTIONS in the source object. For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH. If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.
2258
+ * Information about the location of the source code to be built. Valid values include: For source code settings that are specified in the source action of a pipeline in CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value. For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>). For source code in an Amazon S3 input bucket, one of the following. The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip). The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/). For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose Authorize application. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH. For source code in an GitLab or self-managed GitLab repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitLab account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitLab, on the Connections Authorize application page, choose Authorize. Then on the CodeConnections Create GitLab connection page, choose Connect to GitLab. (After you have connected to your GitLab account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to override the default connection and use this connection instead, set the auth object's type value to CODECONNECTIONS in the source object. For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH. If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.
2259
2259
  */
2260
2260
  location?: String;
2261
2261
  /**
@@ -3243,7 +3243,7 @@ declare namespace CodeBuild {
3243
3243
  export type WebhookBuildType = "BUILD"|"BUILD_BATCH"|string;
3244
3244
  export interface WebhookFilter {
3245
3245
  /**
3246
- * The type of webhook filter. There are eight webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, COMMIT_MESSAGE, TAG_NAME, and RELEASE_NAME. EVENT A webhook event triggers a build when the provided pattern matches one of eight event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_CLOSED, PULL_REQUEST_REOPENED, PULL_REQUEST_MERGED, RELEASED, and PRERELEASED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events. The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only. The RELEASED and PRERELEASED work with GitHub only. ACTOR_ACCOUNT_ID A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern. HEAD_REF A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name. Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. BASE_REF A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name. Works with pull request events only. FILE_PATH A webhook triggers a build when the path of a changed file matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. COMMIT_MESSAGE A webhook triggers a build when the head commit message matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. TAG_NAME A webhook triggers a build when the tag name of the release matches the regular expression pattern. Works with RELEASED and PRERELEASED events only. RELEASE_NAME A webhook triggers a build when the release name matches the regular expression pattern. Works with RELEASED and PRERELEASED events only.
3246
+ * The type of webhook filter. There are nine webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, COMMIT_MESSAGE, TAG_NAME, RELEASE_NAME, and WORKFLOW_NAME. EVENT A webhook event triggers a build when the provided pattern matches one of nine event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_CLOSED, PULL_REQUEST_REOPENED, PULL_REQUEST_MERGED, RELEASED, PRERELEASED, and WORKFLOW_JOB_QUEUED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events. The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only. The RELEASED, PRERELEASED, and WORKFLOW_JOB_QUEUED work with GitHub only. ACTOR_ACCOUNT_ID A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern. HEAD_REF A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name. Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. BASE_REF A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name. Works with pull request events only. FILE_PATH A webhook triggers a build when the path of a changed file matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. COMMIT_MESSAGE A webhook triggers a build when the head commit message matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. TAG_NAME A webhook triggers a build when the tag name of the release matches the regular expression pattern. Works with RELEASED and PRERELEASED events only. RELEASE_NAME A webhook triggers a build when the release name matches the regular expression pattern. Works with RELEASED and PRERELEASED events only. WORKFLOW_NAME A webhook triggers a build when the workflow name matches the regular expression pattern. Works with WORKFLOW_JOB_QUEUED events only.
3247
3247
  */
3248
3248
  type: WebhookFilterType;
3249
3249
  /**
@@ -3255,7 +3255,7 @@ declare namespace CodeBuild {
3255
3255
  */
3256
3256
  excludeMatchedPattern?: WrapperBoolean;
3257
3257
  }
3258
- export type WebhookFilterType = "EVENT"|"BASE_REF"|"HEAD_REF"|"ACTOR_ACCOUNT_ID"|"FILE_PATH"|"COMMIT_MESSAGE"|string;
3258
+ export type WebhookFilterType = "EVENT"|"BASE_REF"|"HEAD_REF"|"ACTOR_ACCOUNT_ID"|"FILE_PATH"|"COMMIT_MESSAGE"|"WORKFLOW_NAME"|"TAG_NAME"|"RELEASE_NAME"|string;
3259
3259
  export type WrapperBoolean = boolean;
3260
3260
  export type WrapperDouble = number;
3261
3261
  export type WrapperInt = number;
@@ -832,6 +832,24 @@ declare namespace MediaConvert {
832
832
  * Specify the color of the burned-in captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present.
833
833
  */
834
834
  FontColor?: BurninSubtitleFontColor;
835
+ /**
836
+ * Specify a bold TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, an italic, and a bold italic font file.
837
+ */
838
+ FontFileBold?: __stringPatternS3TtfHttpsTtf;
839
+ /**
840
+ * Specify a bold italic TrueType font file to use when rendering your output captions.
841
+ Enter an S3, HTTP, or HTTPS URL.
842
+ When you do, you must also separately specify a regular, a bold, and an italic font file.
843
+ */
844
+ FontFileBoldItalic?: __string;
845
+ /**
846
+ * Specify an italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and a bold italic font file.
847
+ */
848
+ FontFileItalic?: __stringPatternS3TtfHttpsTtf;
849
+ /**
850
+ * Specify a regular TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a bold, an italic, and a bold italic font file.
851
+ */
852
+ FontFileRegular?: __stringPatternS3TtfHttpsTtf;
835
853
  /**
836
854
  * Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
837
855
  */
@@ -877,7 +895,7 @@ declare namespace MediaConvert {
877
895
  */
878
896
  ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
879
897
  /**
880
- * Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
898
+ * To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings. You can also override any fonts by manually specifying custom font files.
881
899
  */
882
900
  StylePassthrough?: BurnInSubtitleStylePassthrough;
883
901
  /**
@@ -1959,6 +1977,24 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
1959
1977
  * Specify the color of the captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
1960
1978
  */
1961
1979
  FontColor?: DvbSubtitleFontColor;
1980
+ /**
1981
+ * Specify a bold TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, an italic, and a bold italic font file.
1982
+ */
1983
+ FontFileBold?: __stringPatternS3TtfHttpsTtf;
1984
+ /**
1985
+ * Specify a bold italic TrueType font file to use when rendering your output captions.
1986
+ Enter an S3, HTTP, or HTTPS URL.
1987
+ When you do, you must also separately specify a regular, a bold, and an italic font file.
1988
+ */
1989
+ FontFileBoldItalic?: __stringPatternS3TtfHttpsTtf;
1990
+ /**
1991
+ * Specify an italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and a bold italic font file.
1992
+ */
1993
+ FontFileItalic?: __stringPatternS3TtfHttpsTtf;
1994
+ /**
1995
+ * Specify a regular TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a bold, an italic, and a bold italic font file.
1996
+ */
1997
+ FontFileRegular?: __stringPatternS3TtfHttpsTtf;
1962
1998
  /**
1963
1999
  * Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
1964
2000
  Within your job settings, all of your DVB-Sub settings must be identical.
@@ -2010,7 +2046,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2010
2046
  */
2011
2047
  ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
2012
2048
  /**
2013
- * Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
2049
+ * To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings. You can also override any fonts by manually specifying custom font files.
2014
2050
  */
2015
2051
  StylePassthrough?: DvbSubtitleStylePassthrough;
2016
2052
  /**
@@ -3685,7 +3721,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3685
3721
  */
3686
3722
  AvailBlanking?: AvailBlanking;
3687
3723
  /**
3688
- * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
3724
+ * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
3689
3725
  */
3690
3726
  ColorConversion3DLUTSettings?: __listOfColorConversion3DLUTSetting;
3691
3727
  /**
@@ -3799,7 +3835,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3799
3835
  */
3800
3836
  AvailBlanking?: AvailBlanking;
3801
3837
  /**
3802
- * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
3838
+ * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
3803
3839
  */
3804
3840
  ColorConversion3DLUTSettings?: __listOfColorConversion3DLUTSetting;
3805
3841
  /**
@@ -4049,6 +4085,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4049
4085
  export type M2tsKlvMetadata = "PASSTHROUGH"|"NONE"|string;
4050
4086
  export type M2tsNielsenId3 = "INSERT"|"NONE"|string;
4051
4087
  export type M2tsPcrControl = "PCR_EVERY_PES_PACKET"|"CONFIGURED_PCR_PERIOD"|string;
4088
+ export type M2tsPreventBufferUnderflow = "DISABLED"|"ENABLED"|string;
4052
4089
  export type M2tsRateMode = "VBR"|"CBR"|string;
4053
4090
  export interface M2tsScte35Esam {
4054
4091
  /**
@@ -4168,6 +4205,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4168
4205
  * Specify the packet identifier (PID) for the program map table (PMT) itself. Default is 480.
4169
4206
  */
4170
4207
  PmtPid?: __integerMin32Max8182;
4208
+ /**
4209
+ * Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output. Use if you are seeing decoder buffer underflows in your output and are unable to increase your transport stream's bitrate. For most workflows: We recommend that you keep the default value, Disabled. To prevent decoder buffer underflows in your output, when possible: Choose Enabled. Note that if MediaConvert prevents a decoder buffer underflow in your output, output video quality is reduced and your job will take longer to complete.
4210
+ */
4211
+ PreventBufferUnderflow?: M2tsPreventBufferUnderflow;
4171
4212
  /**
4172
4213
  * Specify the packet identifier (PID) of the private metadata stream. Default is 503.
4173
4214
  */
@@ -6576,6 +6617,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
6576
6617
  export type __stringPatternS3 = string;
6577
6618
  export type __stringPatternS3ASSETMAPXml = string;
6578
6619
  export type __stringPatternS3Https = string;
6620
+ export type __stringPatternS3TtfHttpsTtf = string;
6579
6621
  export type __stringPatternSNManifestConfirmConditionNotificationNS = string;
6580
6622
  export type __stringPatternSNSignalProcessingNotificationNS = string;
6581
6623
  export type __stringPatternW = string;
@@ -2928,6 +2928,10 @@ declare namespace Pinpoint {
2928
2928
  * The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
2929
2929
  */
2930
2930
  RoleArn?: __string;
2931
+ /**
2932
+ * The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.
2933
+ */
2934
+ OrchestrationSendingRoleArn?: __string;
2931
2935
  }
2932
2936
  export interface EmailChannelResponse {
2933
2937
  /**
@@ -2986,6 +2990,10 @@ declare namespace Pinpoint {
2986
2990
  * The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.
2987
2991
  */
2988
2992
  RoleArn?: __string;
2993
+ /**
2994
+ * The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.
2995
+ */
2996
+ OrchestrationSendingRoleArn?: __string;
2989
2997
  /**
2990
2998
  * The current version of the email channel.
2991
2999
  */
@@ -3255,7 +3263,7 @@ declare namespace Pinpoint {
3255
3263
  */
3256
3264
  Address?: __string;
3257
3265
  /**
3258
- * The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint. TIMEOUT - The message couldn't be sent within the timeout period. UNKNOWN_FAILURE - An unknown error occurred.
3266
+ * The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint. UNKNOWN_FAILURE - An unknown error occurred.
3259
3267
  */
3260
3268
  DeliveryStatus: DeliveryStatus;
3261
3269
  /**
@@ -5534,7 +5542,7 @@ declare namespace Pinpoint {
5534
5542
  }
5535
5543
  export interface MessageResult {
5536
5544
  /**
5537
- * The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint address has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint address. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint address. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint address. TIMEOUT - The message couldn't be sent within the timeout period. UNKNOWN_FAILURE - An unknown error occurred.
5545
+ * The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint address has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint address. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint address. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint address. UNKNOWN_FAILURE - An unknown error occurred.
5538
5546
  */
5539
5547
  DeliveryStatus: DeliveryStatus;
5540
5548
  /**
package/clients/rds.d.ts CHANGED
@@ -2136,7 +2136,7 @@ declare namespace RDS {
2136
2136
  */
2137
2137
  EnableCloudwatchLogsExports?: LogTypeList;
2138
2138
  /**
2139
- * The DB engine mode of the DB cluster, either provisioned or serverless. The serverless engine mode only applies for Aurora Serverless v1 DB clusters. For information about limitations and requirements for Serverless DB clusters, see the following sections in the Amazon Aurora User Guide: Limitations of Aurora Serverless v1 Requirements for Aurora Serverless v2 Valid for Cluster Type: Aurora DB clusters only
2139
+ * The DB engine mode of the DB cluster, either provisioned or serverless. The serverless engine mode only applies for Aurora Serverless v1 DB clusters. Aurora Serverless v2 DB clusters use the provisioned engine mode. For information about limitations and requirements for Serverless DB clusters, see the following sections in the Amazon Aurora User Guide: Limitations of Aurora Serverless v1 Requirements for Aurora Serverless v2 Valid for Cluster Type: Aurora DB clusters only
2140
2140
  */
2141
2141
  EngineMode?: String;
2142
2142
  /**
@@ -2718,6 +2718,10 @@ declare namespace RDS {
2718
2718
  * Whether to upgrade the storage file system configuration on the read replica. This option migrates the read replica from the old storage file system layout to the preferred layout.
2719
2719
  */
2720
2720
  UpgradeStorageConfig?: BooleanOptional;
2721
+ /**
2722
+ * The CA certificate identifier to use for the read replica's server certificate. This setting doesn't apply to RDS Custom DB instances. 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.
2723
+ */
2724
+ CACertificateIdentifier?: String;
2721
2725
  /**
2722
2726
  * The ID of the region that contains the source for the read replica.
2723
2727
  */
@@ -9769,6 +9773,10 @@ declare namespace RDS {
9769
9773
  * Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
9770
9774
  */
9771
9775
  DedicatedLogVolume?: BooleanOptional;
9776
+ /**
9777
+ * The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. 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.
9778
+ */
9779
+ CACertificateIdentifier?: String;
9772
9780
  }
9773
9781
  export interface RestoreDBInstanceFromDBSnapshotResult {
9774
9782
  DBInstance?: DBInstance;
@@ -9970,6 +9978,10 @@ declare namespace RDS {
9970
9978
  * Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
9971
9979
  */
9972
9980
  DedicatedLogVolume?: BooleanOptional;
9981
+ /**
9982
+ * The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. 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.
9983
+ */
9984
+ CACertificateIdentifier?: String;
9973
9985
  }
9974
9986
  export interface RestoreDBInstanceFromS3Result {
9975
9987
  DBInstance?: DBInstance;
@@ -10148,6 +10160,10 @@ declare namespace RDS {
10148
10160
  * Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
10149
10161
  */
10150
10162
  DedicatedLogVolume?: BooleanOptional;
10163
+ /**
10164
+ * The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. 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.
10165
+ */
10166
+ CACertificateIdentifier?: String;
10151
10167
  }
10152
10168
  export interface RestoreDBInstanceToPointInTimeResult {
10153
10169
  DBInstance?: DBInstance;
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1595.0',
86
+ VERSION: '2.1596.0',
87
87
 
88
88
  /**
89
89
  * @api private