aws-sdk 2.658.0 → 2.662.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +51 -0
  4. package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
  5. package/apis/ce-2017-10-25.min.json +123 -88
  6. package/apis/ce-2017-10-25.paginators.json +5 -0
  7. package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
  8. package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
  9. package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
  10. package/apis/es-2015-01-01.min.json +3 -0
  11. package/apis/firehose-2015-08-04.min.json +74 -30
  12. package/apis/guardduty-2017-11-28.min.json +165 -16
  13. package/apis/guardduty-2017-11-28.paginators.json +6 -0
  14. package/apis/iotevents-2018-07-27.min.json +102 -20
  15. package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
  16. package/apis/metadata.json +3 -0
  17. package/apis/pinpoint-2016-12-01.min.json +363 -335
  18. package/apis/ram-2018-01-04.min.json +30 -0
  19. package/apis/rds-2014-10-31.min.json +2 -0
  20. package/apis/redshift-2012-12-01.min.json +154 -46
  21. package/apis/redshift-2012-12-01.paginators.json +6 -0
  22. package/apis/route53domains-2014-05-15.min.json +97 -24
  23. package/apis/storagegateway-2013-06-30.min.json +99 -14
  24. package/apis/synthetics-2017-10-11.examples.json +5 -0
  25. package/apis/synthetics-2017-10-11.min.json +578 -0
  26. package/apis/synthetics-2017-10-11.paginators.json +24 -0
  27. package/apis/transfer-2018-11-05.min.json +41 -24
  28. package/clients/all.d.ts +1 -0
  29. package/clients/all.js +2 -1
  30. package/clients/apigatewayv2.d.ts +40 -2
  31. package/clients/applicationautoscaling.d.ts +83 -83
  32. package/clients/codegurureviewer.d.ts +417 -10
  33. package/clients/costexplorer.d.ts +66 -28
  34. package/clients/emr.d.ts +91 -6
  35. package/clients/es.d.ts +4 -0
  36. package/clients/firehose.d.ts +50 -8
  37. package/clients/fms.d.ts +6 -6
  38. package/clients/glue.d.ts +4 -4
  39. package/clients/guardduty.d.ts +340 -224
  40. package/clients/iotevents.d.ts +106 -0
  41. package/clients/mediapackagevod.d.ts +55 -0
  42. package/clients/pinpoint.d.ts +115 -77
  43. package/clients/ram.d.ts +41 -2
  44. package/clients/rds.d.ts +13 -5
  45. package/clients/redshift.d.ts +162 -1
  46. package/clients/route53domains.d.ts +140 -47
  47. package/clients/storagegateway.d.ts +137 -60
  48. package/clients/synthetics.d.ts +656 -0
  49. package/clients/synthetics.js +18 -0
  50. package/clients/transfer.d.ts +154 -123
  51. package/dist/aws-sdk-core-react-native.js +2 -2
  52. package/dist/aws-sdk-react-native.js +61 -24
  53. package/dist/aws-sdk.js +664 -222
  54. package/dist/aws-sdk.min.js +74 -74
  55. package/lib/config_service_placeholders.d.ts +2 -0
  56. package/lib/core.js +1 -1
  57. package/package.json +1 -1
@@ -804,19 +804,19 @@ declare class Pinpoint extends Service {
804
804
  */
805
805
  updateEmailTemplate(callback?: (err: AWSError, data: Pinpoint.Types.UpdateEmailTemplateResponse) => void): Request<Pinpoint.Types.UpdateEmailTemplateResponse, AWSError>;
806
806
  /**
807
- * Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for an endpoint.
807
+ * Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes for an endpoint. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.
808
808
  */
809
809
  updateEndpoint(params: Pinpoint.Types.UpdateEndpointRequest, callback?: (err: AWSError, data: Pinpoint.Types.UpdateEndpointResponse) => void): Request<Pinpoint.Types.UpdateEndpointResponse, AWSError>;
810
810
  /**
811
- * Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for an endpoint.
811
+ * Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes for an endpoint. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.
812
812
  */
813
813
  updateEndpoint(callback?: (err: AWSError, data: Pinpoint.Types.UpdateEndpointResponse) => void): Request<Pinpoint.Types.UpdateEndpointResponse, AWSError>;
814
814
  /**
815
- * Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for a batch of endpoints.
815
+ * Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes for a batch of endpoints. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.
816
816
  */
817
817
  updateEndpointsBatch(params: Pinpoint.Types.UpdateEndpointsBatchRequest, callback?: (err: AWSError, data: Pinpoint.Types.UpdateEndpointsBatchResponse) => void): Request<Pinpoint.Types.UpdateEndpointsBatchResponse, AWSError>;
818
818
  /**
819
- * Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for a batch of endpoints.
819
+ * Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes for a batch of endpoints. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.
820
820
  */
821
821
  updateEndpointsBatch(callback?: (err: AWSError, data: Pinpoint.Types.UpdateEndpointsBatchResponse) => void): Request<Pinpoint.Types.UpdateEndpointsBatchResponse, AWSError>;
822
822
  /**
@@ -1680,7 +1680,7 @@ declare namespace Pinpoint {
1680
1680
  */
1681
1681
  ApplicationId: __string;
1682
1682
  /**
1683
- * The settings for the AWS Lambda function to use by default as a code hook for campaigns in the application.
1683
+ * The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application. You can use this hook to customize segments that are used by campaigns in the application.
1684
1684
  */
1685
1685
  CampaignHook?: CampaignHook;
1686
1686
  /**
@@ -1688,7 +1688,7 @@ declare namespace Pinpoint {
1688
1688
  */
1689
1689
  LastModifiedDate?: __string;
1690
1690
  /**
1691
- * The default sending limits for campaigns in the application.
1691
+ * The default sending limits for campaigns and journeys in the application.
1692
1692
  */
1693
1693
  Limits?: CampaignLimits;
1694
1694
  /**
@@ -1855,6 +1855,12 @@ declare namespace Pinpoint {
1855
1855
  */
1856
1856
  Rows: ListOfResultRow;
1857
1857
  }
1858
+ export interface CampaignCustomMessage {
1859
+ /**
1860
+ * The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.
1861
+ */
1862
+ Data?: __string;
1863
+ }
1858
1864
  export interface CampaignDateRangeKpiResponse {
1859
1865
  /**
1860
1866
  * The unique identifier for the application that the metric applies to.
@@ -1915,11 +1921,11 @@ declare namespace Pinpoint {
1915
1921
  }
1916
1922
  export interface CampaignHook {
1917
1923
  /**
1918
- * The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to send messages for a campaign.
1924
+ * The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.
1919
1925
  */
1920
1926
  LambdaFunctionName?: __string;
1921
1927
  /**
1922
- * Specifies which Lambda mode to use when invoking the AWS Lambda function.
1928
+ * The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible values are: FILTER - Invoke the function to customize the segment that's used by a campaign. DELIVERY - (Deprecated) Previously, invoked the function to send a campaign through a custom channel. This functionality is not supported anymore. To send a campaign through a custom channel, use the CustomDeliveryConfiguration and CampaignCustomMessage objects of the campaign.
1923
1929
  */
1924
1930
  Mode?: Mode;
1925
1931
  /**
@@ -1929,7 +1935,7 @@ declare namespace Pinpoint {
1929
1935
  }
1930
1936
  export interface CampaignLimits {
1931
1937
  /**
1932
- * The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period. The maximum value is 100.
1938
+ * The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period. For an application, this value specifies the default limit for the number of messages that campaigns and journeys can send to a single endpoint during a 24-hour period. The maximum value is 100.
1933
1939
  */
1934
1940
  Daily?: __integer;
1935
1941
  /**
@@ -1937,11 +1943,11 @@ declare namespace Pinpoint {
1937
1943
  */
1938
1944
  MaximumDuration?: __integer;
1939
1945
  /**
1940
- * The maximum number of messages that a campaign can send each second. The minimum value is 50. The maximum value is 20,000.
1946
+ * The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns and journeys can send each second. The minimum value is 50. The maximum value is 20,000.
1941
1947
  */
1942
1948
  MessagesPerSecond?: __integer;
1943
1949
  /**
1944
- * The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign. The maximum value is 100.
1950
+ * The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign. If a campaign recurs, this setting applies to all runs of the campaign. The maximum value is 100.
1945
1951
  */
1946
1952
  Total?: __integer;
1947
1953
  }
@@ -1963,7 +1969,11 @@ declare namespace Pinpoint {
1963
1969
  */
1964
1970
  CreationDate: __string;
1965
1971
  /**
1966
- * The current status of the campaign's default treatment. This value exists only for campaigns that have more than one treatment, to support A/B testing.
1972
+ * The delivery configuration settings for sending the campaign through a custom channel.
1973
+ */
1974
+ CustomDeliveryConfiguration?: CustomDeliveryConfiguration;
1975
+ /**
1976
+ * The current status of the campaign's default treatment. This value exists only for campaigns that have more than one treatment.
1967
1977
  */
1968
1978
  DefaultState?: CampaignState;
1969
1979
  /**
@@ -1975,7 +1985,7 @@ declare namespace Pinpoint {
1975
1985
  */
1976
1986
  HoldoutPercent?: __integer;
1977
1987
  /**
1978
- * The settings for the AWS Lambda function to use as a code hook for the campaign.
1988
+ * The settings for the AWS Lambda function to use as a code hook for the campaign. You can use this hook to customize the segment that's used by the campaign.
1979
1989
  */
1980
1990
  Hook?: CampaignHook;
1981
1991
  /**
@@ -2027,11 +2037,11 @@ declare namespace Pinpoint {
2027
2037
  */
2028
2038
  TemplateConfiguration?: TemplateConfiguration;
2029
2039
  /**
2030
- * The custom description of a variation of the campaign that's used for A/B testing.
2040
+ * The custom description of the default treatment for the campaign.
2031
2041
  */
2032
2042
  TreatmentDescription?: __string;
2033
2043
  /**
2034
- * The custom name of a variation of the campaign that's used for A/B testing.
2044
+ * The custom name of the default treatment for the campaign, if the campaign has multiple treatments. A treatment is a variation of a campaign that's used for A/B testing.
2035
2045
  */
2036
2046
  TreatmentName?: __string;
2037
2047
  /**
@@ -2055,7 +2065,7 @@ declare namespace Pinpoint {
2055
2065
  }
2056
2066
  export interface CampaignState {
2057
2067
  /**
2058
- * The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign. If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED.
2068
+ * The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign. If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED. If you delete the segment that's associated with a campaign, the campaign fails and has a status of DELETED.
2059
2069
  */
2060
2070
  CampaignStatus?: CampaignStatus;
2061
2071
  }
@@ -2221,11 +2231,11 @@ declare namespace Pinpoint {
2221
2231
  }
2222
2232
  export interface CreateRecommenderConfiguration {
2223
2233
  /**
2224
- * A map of key-value pairs that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommenderUserIdType property. Each of these attributes temporarily stores a recommended item that's retrieved from the recommender model and sent to an AWS Lambda function for additional processing. Each attribute can be used as a message variable in a message template. In the map, the key is the name of a custom attribute and the value is a custom display name for that attribute. The display name appears in the Attribute finder pane of the template editor on the Amazon Pinpoint console. The following restrictions apply to these names: An attribute name must start with a letter or number and it can contain up to 50 characters. The characters can be letters, numbers, underscores (_), or hyphens (-). Attribute names are case sensitive and must be unique. An attribute display name must start with a letter or number and it can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). This object is required if the configuration invokes an AWS Lambda function (LambdaFunctionArn) to process recommendation data. Otherwise, don't include this object in your request.
2234
+ * A map of key-value pairs that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommendationProviderIdType property. Each of these attributes temporarily stores a recommended item that's retrieved from the recommender model and sent to an AWS Lambda function for additional processing. Each attribute can be used as a message variable in a message template. In the map, the key is the name of a custom attribute and the value is a custom display name for that attribute. The display name appears in the Attribute finder of the template editor on the Amazon Pinpoint console. The following restrictions apply to these names: An attribute name must start with a letter or number and it can contain up to 50 characters. The characters can be letters, numbers, underscores (_), or hyphens (-). Attribute names are case sensitive and must be unique. An attribute display name must start with a letter or number and it can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). This object is required if the configuration invokes an AWS Lambda function (RecommendationTransformerUri) to process recommendation data. Otherwise, don't include this object in your request.
2225
2235
  */
2226
2236
  Attributes?: MapOf__string;
2227
2237
  /**
2228
- * A custom description of the configuration for the recommender model. The description can contain up to 128 characters.
2238
+ * A custom description of the configuration for the recommender model. The description can contain up to 128 characters. The characters can be letters, numbers, spaces, or the following symbols: _ ; () , ‐.
2229
2239
  */
2230
2240
  Description?: __string;
2231
2241
  /**
@@ -2233,7 +2243,7 @@ declare namespace Pinpoint {
2233
2243
  */
2234
2244
  Name?: __string;
2235
2245
  /**
2236
- * The type of Amazon Pinpoint ID to associate with unique user IDs in the recommender model. This value enables the model to use attribute and event data that’s specific to a particular endpoint or user in an Amazon Pinpoint application. Valid values are: PINPOINT_ENDPOINT_ID - Associate each user in the model with a particular endpoint in Amazon Pinpoint. The data is correlated based on endpoint IDs in Amazon Pinpoint. This is the default value. PINPOINT_USER_ID - Associate each user in the model with a particular user and endpoint in Amazon Pinpoint. The data is correlated based on user IDs in Amazon Pinpoint. If you specify this value, an endpoint definition in Amazon Pinpoint has to specify a both a user ID (UserId) and an endpoint ID. Otherwise, messages won’t be sent to the user's endpoint.
2246
+ * The type of Amazon Pinpoint ID to associate with unique user IDs in the recommender model. This value enables the model to use attribute and event data that’s specific to a particular endpoint or user in an Amazon Pinpoint application. Valid values are: PINPOINT_ENDPOINT_ID - Associate each user in the model with a particular endpoint in Amazon Pinpoint. The data is correlated based on endpoint IDs in Amazon Pinpoint. This is the default value. PINPOINT_USER_ID - Associate each user in the model with a particular user and endpoint in Amazon Pinpoint. The data is correlated based on user IDs in Amazon Pinpoint. If you specify this value, an endpoint definition in Amazon Pinpoint has to specify both a user ID (UserId) and an endpoint ID. Otherwise, messages won’t be sent to the user's endpoint.
2237
2247
  */
2238
2248
  RecommendationProviderIdType?: __string;
2239
2249
  /**
@@ -2249,11 +2259,11 @@ declare namespace Pinpoint {
2249
2259
  */
2250
2260
  RecommendationTransformerUri?: __string;
2251
2261
  /**
2252
- * A custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores a recommended item for each endpoint or user, depending on the value for the RecommenderUserIdType property. This value is required if the configuration doesn't invoke an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data. This name appears in the Attribute finder pane of the template editor on the Amazon Pinpoint console. The name can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). These restrictions don't apply to attribute values.
2262
+ * A custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores recommended items for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This value is required if the configuration doesn't invoke an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data. This name appears in the Attribute finder of the template editor on the Amazon Pinpoint console. The name can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). These restrictions don't apply to attribute values.
2253
2263
  */
2254
2264
  RecommendationsDisplayName?: __string;
2255
2265
  /**
2256
- * The number of recommended items to retrieve from the model for each endpoint or user, depending on the value for the RecommenderUserIdType property. This number determines how many recommended attributes are available for use as message variables in message templates. The minimum value is 1. The maximum value is 5. The default value is 5. To use multiple recommended items and custom attributes with message variables, you have to use an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data.
2266
+ * The number of recommended items to retrieve from the model for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This number determines how many recommended items are available for use in message variables. The minimum value is 1. The maximum value is 5. The default value is 5. To use multiple recommended items and custom attributes with message variables, you have to use an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data.
2257
2267
  */
2258
2268
  RecommendationsPerMessage?: __integer;
2259
2269
  }
@@ -2307,6 +2317,16 @@ declare namespace Pinpoint {
2307
2317
  export interface CreateVoiceTemplateResponse {
2308
2318
  CreateTemplateMessageBody: CreateTemplateMessageBody;
2309
2319
  }
2320
+ export interface CustomDeliveryConfiguration {
2321
+ /**
2322
+ * The destination to send the campaign or treatment to. This value can be one of the following: The name or Amazon Resource Name (ARN) of an AWS Lambda function to invoke to handle delivery of the campaign or treatment. The URL for a web application or service that supports HTTPS and can receive the message. The URL has to be a full URL, including the HTTPS protocol.
2323
+ */
2324
+ DeliveryUri: __string;
2325
+ /**
2326
+ * The types of endpoints to send the campaign or treatment to. Each valid value maps to a type of channel that you can associate with an endpoint by using the ChannelType property of an endpoint.
2327
+ */
2328
+ EndpointTypes?: ListOf__EndpointTypesElement;
2329
+ }
2310
2330
  export interface DefaultMessage {
2311
2331
  /**
2312
2332
  * The default body of the message.
@@ -2646,7 +2666,7 @@ declare namespace Pinpoint {
2646
2666
  export type Duration = "HR_24"|"DAY_7"|"DAY_14"|"DAY_30"|string;
2647
2667
  export interface EmailChannelRequest {
2648
2668
  /**
2649
- * The configuration set that you want to apply to email that you send through the channel by using the Amazon Pinpoint Email API.
2669
+ * The Amazon SES configuration set that you want to apply to messages that you send through the channel.
2650
2670
  */
2651
2671
  ConfigurationSet?: __string;
2652
2672
  /**
@@ -2672,7 +2692,7 @@ declare namespace Pinpoint {
2672
2692
  */
2673
2693
  ApplicationId?: __string;
2674
2694
  /**
2675
- * The configuration set that's applied to email that's sent through the channel by using the Amazon Pinpoint Email API.
2695
+ * The Amazon SES configuration set that's applied to messages that are sent through the channel.
2676
2696
  */
2677
2697
  ConfigurationSet?: __string;
2678
2698
  /**
@@ -2684,7 +2704,7 @@ declare namespace Pinpoint {
2684
2704
  */
2685
2705
  Enabled?: __boolean;
2686
2706
  /**
2687
- * The verified email address that you send email from when you send email through the channel.
2707
+ * The verified email address that email is sent from when you send email through the channel.
2688
2708
  */
2689
2709
  FromAddress?: __string;
2690
2710
  /**
@@ -2696,7 +2716,7 @@ declare namespace Pinpoint {
2696
2716
  */
2697
2717
  Id?: __string;
2698
2718
  /**
2699
- * The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you use when you send email through the channel.
2719
+ * The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.
2700
2720
  */
2701
2721
  Identity?: __string;
2702
2722
  /**
@@ -2712,7 +2732,7 @@ declare namespace Pinpoint {
2712
2732
  */
2713
2733
  LastModifiedDate?: __string;
2714
2734
  /**
2715
- * The maximum number of emails that you can send through the channel each second.
2735
+ * The maximum number of emails that can be sent through the channel each second.
2716
2736
  */
2717
2737
  MessagesPerSecond?: __integer;
2718
2738
  /**
@@ -2906,7 +2926,7 @@ declare namespace Pinpoint {
2906
2926
  */
2907
2927
  RequestId?: __string;
2908
2928
  /**
2909
- * One or more custom user attributes that describe the user who's associated with the endpoint.
2929
+ * One or more custom attributes that describe the user who's associated with the endpoint.
2910
2930
  */
2911
2931
  User?: EndpointUser;
2912
2932
  }
@@ -3054,7 +3074,7 @@ declare namespace Pinpoint {
3054
3074
  */
3055
3075
  RequestId?: __string;
3056
3076
  /**
3057
- * One or more custom user attributes that describe the user who's associated with the endpoint.
3077
+ * One or more custom attributes that describe the user who's associated with the endpoint.
3058
3078
  */
3059
3079
  User?: EndpointUser;
3060
3080
  }
@@ -3204,7 +3224,7 @@ declare namespace Pinpoint {
3204
3224
  /**
3205
3225
  * The dimensions for the event filter to use for the activity.
3206
3226
  */
3207
- Dimensions: EventDimensions;
3227
+ Dimensions?: EventDimensions;
3208
3228
  /**
3209
3229
  * The message identifier (message_id) for the message to use when determining whether message events meet the condition.
3210
3230
  */
@@ -3601,11 +3621,11 @@ declare namespace Pinpoint {
3601
3621
  */
3602
3622
  KpiName: __string;
3603
3623
  /**
3604
- * The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3624
+ * The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3605
3625
  */
3606
3626
  NextToken?: __string;
3607
3627
  /**
3608
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3628
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3609
3629
  */
3610
3630
  PageSize?: __string;
3611
3631
  /**
@@ -3627,7 +3647,7 @@ declare namespace Pinpoint {
3627
3647
  }
3628
3648
  export interface GetAppsRequest {
3629
3649
  /**
3630
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3650
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3631
3651
  */
3632
3652
  PageSize?: __string;
3633
3653
  /**
@@ -3657,7 +3677,7 @@ declare namespace Pinpoint {
3657
3677
  */
3658
3678
  CampaignId: __string;
3659
3679
  /**
3660
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3680
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3661
3681
  */
3662
3682
  PageSize?: __string;
3663
3683
  /**
@@ -3686,11 +3706,11 @@ declare namespace Pinpoint {
3686
3706
  */
3687
3707
  KpiName: __string;
3688
3708
  /**
3689
- * The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3709
+ * The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3690
3710
  */
3691
3711
  NextToken?: __string;
3692
3712
  /**
3693
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3713
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3694
3714
  */
3695
3715
  PageSize?: __string;
3696
3716
  /**
@@ -3741,7 +3761,7 @@ declare namespace Pinpoint {
3741
3761
  */
3742
3762
  CampaignId: __string;
3743
3763
  /**
3744
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3764
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3745
3765
  */
3746
3766
  PageSize?: __string;
3747
3767
  /**
@@ -3758,7 +3778,7 @@ declare namespace Pinpoint {
3758
3778
  */
3759
3779
  ApplicationId: __string;
3760
3780
  /**
3761
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3781
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3762
3782
  */
3763
3783
  PageSize?: __string;
3764
3784
  /**
@@ -3841,7 +3861,7 @@ declare namespace Pinpoint {
3841
3861
  */
3842
3862
  ApplicationId: __string;
3843
3863
  /**
3844
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3864
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3845
3865
  */
3846
3866
  PageSize?: __string;
3847
3867
  /**
@@ -3880,7 +3900,7 @@ declare namespace Pinpoint {
3880
3900
  */
3881
3901
  ApplicationId: __string;
3882
3902
  /**
3883
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3903
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3884
3904
  */
3885
3905
  PageSize?: __string;
3886
3906
  /**
@@ -3909,11 +3929,11 @@ declare namespace Pinpoint {
3909
3929
  */
3910
3930
  KpiName: __string;
3911
3931
  /**
3912
- * The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3932
+ * The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3913
3933
  */
3914
3934
  NextToken?: __string;
3915
3935
  /**
3916
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3936
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3917
3937
  */
3918
3938
  PageSize?: __string;
3919
3939
  /**
@@ -3938,11 +3958,11 @@ declare namespace Pinpoint {
3938
3958
  */
3939
3959
  JourneyId: __string;
3940
3960
  /**
3941
- * The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3961
+ * The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3942
3962
  */
3943
3963
  NextToken?: __string;
3944
3964
  /**
3945
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3965
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3946
3966
  */
3947
3967
  PageSize?: __string;
3948
3968
  }
@@ -3959,11 +3979,11 @@ declare namespace Pinpoint {
3959
3979
  */
3960
3980
  JourneyId: __string;
3961
3981
  /**
3962
- * The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3982
+ * The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3963
3983
  */
3964
3984
  NextToken?: __string;
3965
3985
  /**
3966
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
3986
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
3967
3987
  */
3968
3988
  PageSize?: __string;
3969
3989
  }
@@ -4007,7 +4027,7 @@ declare namespace Pinpoint {
4007
4027
  }
4008
4028
  export interface GetRecommenderConfigurationsRequest {
4009
4029
  /**
4010
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4030
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4011
4031
  */
4012
4032
  PageSize?: __string;
4013
4033
  /**
@@ -4024,7 +4044,7 @@ declare namespace Pinpoint {
4024
4044
  */
4025
4045
  ApplicationId: __string;
4026
4046
  /**
4027
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4047
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4028
4048
  */
4029
4049
  PageSize?: __string;
4030
4050
  /**
@@ -4045,7 +4065,7 @@ declare namespace Pinpoint {
4045
4065
  */
4046
4066
  ApplicationId: __string;
4047
4067
  /**
4048
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4068
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4049
4069
  */
4050
4070
  PageSize?: __string;
4051
4071
  /**
@@ -4096,7 +4116,7 @@ declare namespace Pinpoint {
4096
4116
  */
4097
4117
  ApplicationId: __string;
4098
4118
  /**
4099
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4119
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4100
4120
  */
4101
4121
  PageSize?: __string;
4102
4122
  /**
@@ -4117,7 +4137,7 @@ declare namespace Pinpoint {
4117
4137
  */
4118
4138
  ApplicationId: __string;
4119
4139
  /**
4120
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4140
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4121
4141
  */
4122
4142
  PageSize?: __string;
4123
4143
  /**
@@ -4536,7 +4556,7 @@ declare namespace Pinpoint {
4536
4556
  */
4537
4557
  ApplicationId: __string;
4538
4558
  /**
4539
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4559
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4540
4560
  */
4541
4561
  PageSize?: __string;
4542
4562
  /**
@@ -4568,11 +4588,11 @@ declare namespace Pinpoint {
4568
4588
  }
4569
4589
  export interface ListTemplateVersionsRequest {
4570
4590
  /**
4571
- * The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4591
+ * The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4572
4592
  */
4573
4593
  NextToken?: __string;
4574
4594
  /**
4575
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4595
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4576
4596
  */
4577
4597
  PageSize?: __string;
4578
4598
  /**
@@ -4589,11 +4609,11 @@ declare namespace Pinpoint {
4589
4609
  }
4590
4610
  export interface ListTemplatesRequest {
4591
4611
  /**
4592
- * The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4612
+ * The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4593
4613
  */
4594
4614
  NextToken?: __string;
4595
4615
  /**
4596
- * The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
4616
+ * The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
4597
4617
  */
4598
4618
  PageSize?: __string;
4599
4619
  /**
@@ -4670,31 +4690,35 @@ declare namespace Pinpoint {
4670
4690
  }
4671
4691
  export interface MessageConfiguration {
4672
4692
  /**
4673
- * The message that the campaign sends through the ADM (Amazon Device Messaging) channel. This message overrides the default message.
4693
+ * The message that the campaign sends through the ADM (Amazon Device Messaging) channel. If specified, this message overrides the default message.
4674
4694
  */
4675
4695
  ADMMessage?: Message;
4676
4696
  /**
4677
- * The message that the campaign sends through the APNs (Apple Push Notification service) channel. This message overrides the default message.
4697
+ * The message that the campaign sends through the APNs (Apple Push Notification service) channel. If specified, this message overrides the default message.
4678
4698
  */
4679
4699
  APNSMessage?: Message;
4680
4700
  /**
4681
- * The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. This message overrides the default message.
4701
+ * The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.
4682
4702
  */
4683
4703
  BaiduMessage?: Message;
4704
+ /**
4705
+ * The message that the campaign sends through a custom channel, as specified by the delivery configuration (CustomDeliveryConfiguration) settings for the campaign. If specified, this message overrides the default message.
4706
+ */
4707
+ CustomMessage?: CampaignCustomMessage;
4684
4708
  /**
4685
4709
  * The default message that the campaign sends through all the channels that are configured for the campaign.
4686
4710
  */
4687
4711
  DefaultMessage?: Message;
4688
4712
  /**
4689
- * The message that the campaign sends through the email channel.
4713
+ * The message that the campaign sends through the email channel. If specified, this message overrides the default message.
4690
4714
  */
4691
4715
  EmailMessage?: CampaignEmailMessage;
4692
4716
  /**
4693
- * The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. This message overrides the default message.
4717
+ * The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.
4694
4718
  */
4695
4719
  GCMMessage?: Message;
4696
4720
  /**
4697
- * The message that the campaign sends through the SMS channel.
4721
+ * The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.
4698
4722
  */
4699
4723
  SMSMessage?: CampaignSmsMessage;
4700
4724
  }
@@ -5088,7 +5112,7 @@ declare namespace Pinpoint {
5088
5112
  export type RecencyType = "ACTIVE"|"INACTIVE"|string;
5089
5113
  export interface RecommenderConfigurationResponse {
5090
5114
  /**
5091
- * A map that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommenderUserIdType property. Each of these attributes temporarily stores a recommended item that's retrieved from the recommender model and sent to an AWS Lambda function for additional processing. Each attribute can be used as a message variable in a message template. This value is null if the configuration doesn't invoke an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data.
5115
+ * A map that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommendationProviderIdType property. Each of these attributes temporarily stores a recommended item that's retrieved from the recommender model and sent to an AWS Lambda function for additional processing. Each attribute can be used as a message variable in a message template. This value is null if the configuration doesn't invoke an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data.
5092
5116
  */
5093
5117
  Attributes?: MapOf__string;
5094
5118
  /**
@@ -5128,11 +5152,11 @@ declare namespace Pinpoint {
5128
5152
  */
5129
5153
  RecommendationTransformerUri?: __string;
5130
5154
  /**
5131
- * The custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores a recommended item for each endpoint or user, depending on the value for the RecommenderUserIdType property. This name appears in the Attribute finder pane of the template editor on the Amazon Pinpoint console. This value is null if the configuration doesn't invoke an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data.
5155
+ * The custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores recommended items for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This name appears in the Attribute finder of the template editor on the Amazon Pinpoint console. This value is null if the configuration doesn't invoke an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data.
5132
5156
  */
5133
5157
  RecommendationsDisplayName?: __string;
5134
5158
  /**
5135
- * The number of recommended items that are retrieved from the model for each endpoint or user, depending on the value for the RecommenderUserIdType property. This number determines how many recommended attributes are available for use as message variables in message templates.
5159
+ * The number of recommended items that are retrieved from the model for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This number determines how many recommended items are available for use in message variables.
5136
5160
  */
5137
5161
  RecommendationsPerMessage?: __integer;
5138
5162
  }
@@ -5855,6 +5879,10 @@ declare namespace Pinpoint {
5855
5879
  NextToken?: __string;
5856
5880
  }
5857
5881
  export interface TreatmentResource {
5882
+ /**
5883
+ * The delivery configuration settings for sending the treatment through a custom channel. This object is required if the MessageConfiguration object for the treatment specifies a CustomMessage object.
5884
+ */
5885
+ CustomDeliveryConfiguration?: CustomDeliveryConfiguration;
5858
5886
  /**
5859
5887
  * The unique identifier for the treatment.
5860
5888
  */
@@ -5884,7 +5912,7 @@ declare namespace Pinpoint {
5884
5912
  */
5885
5913
  TreatmentDescription?: __string;
5886
5914
  /**
5887
- * The custom name of the treatment. A treatment is a variation of a campaign that's used for A/B testing of a campaign.
5915
+ * The custom name of the treatment.
5888
5916
  */
5889
5917
  TreatmentName?: __string;
5890
5918
  }
@@ -6099,11 +6127,11 @@ declare namespace Pinpoint {
6099
6127
  }
6100
6128
  export interface UpdateRecommenderConfiguration {
6101
6129
  /**
6102
- * A map of key-value pairs that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommenderUserIdType property. Each of these attributes temporarily stores a recommended item that's retrieved from the recommender model and sent to an AWS Lambda function for additional processing. Each attribute can be used as a message variable in a message template. In the map, the key is the name of a custom attribute and the value is a custom display name for that attribute. The display name appears in the Attribute finder pane of the template editor on the Amazon Pinpoint console. The following restrictions apply to these names: An attribute name must start with a letter or number and it can contain up to 50 characters. The characters can be letters, numbers, underscores (_), or hyphens (-). Attribute names are case sensitive and must be unique. An attribute display name must start with a letter or number and it can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). This object is required if the configuration invokes an AWS Lambda function (LambdaFunctionArn) to process recommendation data. Otherwise, don't include this object in your request.
6130
+ * A map of key-value pairs that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommendationProviderIdType property. Each of these attributes temporarily stores a recommended item that's retrieved from the recommender model and sent to an AWS Lambda function for additional processing. Each attribute can be used as a message variable in a message template. In the map, the key is the name of a custom attribute and the value is a custom display name for that attribute. The display name appears in the Attribute finder of the template editor on the Amazon Pinpoint console. The following restrictions apply to these names: An attribute name must start with a letter or number and it can contain up to 50 characters. The characters can be letters, numbers, underscores (_), or hyphens (-). Attribute names are case sensitive and must be unique. An attribute display name must start with a letter or number and it can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). This object is required if the configuration invokes an AWS Lambda function (RecommendationTransformerUri) to process recommendation data. Otherwise, don't include this object in your request.
6103
6131
  */
6104
6132
  Attributes?: MapOf__string;
6105
6133
  /**
6106
- * A custom description of the configuration for the recommender model. The description can contain up to 128 characters.
6134
+ * A custom description of the configuration for the recommender model. The description can contain up to 128 characters. The characters can be letters, numbers, spaces, or the following symbols: _ ; () , ‐.
6107
6135
  */
6108
6136
  Description?: __string;
6109
6137
  /**
@@ -6111,7 +6139,7 @@ declare namespace Pinpoint {
6111
6139
  */
6112
6140
  Name?: __string;
6113
6141
  /**
6114
- * The type of Amazon Pinpoint ID to associate with unique user IDs in the recommender model. This value enables the model to use attribute and event data that’s specific to a particular endpoint or user in an Amazon Pinpoint application. Valid values are: PINPOINT_ENDPOINT_ID - Associate each user in the model with a particular endpoint in Amazon Pinpoint. The data is correlated based on endpoint IDs in Amazon Pinpoint. This is the default value. PINPOINT_USER_ID - Associate each user in the model with a particular user and endpoint in Amazon Pinpoint. The data is correlated based on user IDs in Amazon Pinpoint. If you specify this value, an endpoint definition in Amazon Pinpoint has to specify a both a user ID (UserId) and an endpoint ID. Otherwise, messages won’t be sent to the user's endpoint.
6142
+ * The type of Amazon Pinpoint ID to associate with unique user IDs in the recommender model. This value enables the model to use attribute and event data that’s specific to a particular endpoint or user in an Amazon Pinpoint application. Valid values are: PINPOINT_ENDPOINT_ID - Associate each user in the model with a particular endpoint in Amazon Pinpoint. The data is correlated based on endpoint IDs in Amazon Pinpoint. This is the default value. PINPOINT_USER_ID - Associate each user in the model with a particular user and endpoint in Amazon Pinpoint. The data is correlated based on user IDs in Amazon Pinpoint. If you specify this value, an endpoint definition in Amazon Pinpoint has to specify both a user ID (UserId) and an endpoint ID. Otherwise, messages won’t be sent to the user's endpoint.
6115
6143
  */
6116
6144
  RecommendationProviderIdType?: __string;
6117
6145
  /**
@@ -6127,11 +6155,11 @@ declare namespace Pinpoint {
6127
6155
  */
6128
6156
  RecommendationTransformerUri?: __string;
6129
6157
  /**
6130
- * A custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores a recommended item for each endpoint or user, depending on the value for the RecommenderUserIdType property. This value is required if the configuration doesn't invoke an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data. This name appears in the Attribute finder pane of the template editor on the Amazon Pinpoint console. The name can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). These restrictions don't apply to attribute values.
6158
+ * A custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores recommended items for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This value is required if the configuration doesn't invoke an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data. This name appears in the Attribute finder of the template editor on the Amazon Pinpoint console. The name can contain up to 25 characters. The characters can be letters, numbers, spaces, underscores (_), or hyphens (-). These restrictions don't apply to attribute values.
6131
6159
  */
6132
6160
  RecommendationsDisplayName?: __string;
6133
6161
  /**
6134
- * The number of recommended items to retrieve from the model for each endpoint or user, depending on the value for the RecommenderUserIdType property. This number determines how many recommended attributes are available for use as message variables in message templates. The minimum value is 1. The maximum value is 5. The default value is 5. To use multiple recommended items and custom attributes with message variables, you have to use an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data.
6162
+ * The number of recommended items to retrieve from the model for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This number determines how many recommended items are available for use in message variables. The minimum value is 1. The maximum value is 5. The default value is 5. To use multiple recommended items and custom attributes with message variables, you have to use an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data.
6135
6163
  */
6136
6164
  RecommendationsPerMessage?: __integer;
6137
6165
  }
@@ -6397,7 +6425,7 @@ declare namespace Pinpoint {
6397
6425
  }
6398
6426
  export interface WriteApplicationSettingsRequest {
6399
6427
  /**
6400
- * The settings for the AWS Lambda function to use by default as a code hook for campaigns in the application. To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.
6428
+ * The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application. You can use this hook to customize segments that are used by campaigns in the application. To override these settings and define custom settings for a specific campaign, use the CampaignHook object of the Campaign resource.
6401
6429
  */
6402
6430
  CampaignHook?: CampaignHook;
6403
6431
  /**
@@ -6405,7 +6433,7 @@ declare namespace Pinpoint {
6405
6433
  */
6406
6434
  CloudWatchMetricsEnabled?: __boolean;
6407
6435
  /**
6408
- * The default sending limits for campaigns in the application. To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.
6436
+ * The default sending limits for campaigns and journeys in the application. To override these limits and define custom limits for a specific campaign or journey, use the Campaign resource or the Journey resource, respectively.
6409
6437
  */
6410
6438
  Limits?: CampaignLimits;
6411
6439
  /**
@@ -6418,6 +6446,10 @@ declare namespace Pinpoint {
6418
6446
  * An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.
6419
6447
  */
6420
6448
  AdditionalTreatments?: ListOfWriteTreatmentResource;
6449
+ /**
6450
+ * The delivery configuration settings for sending the campaign through a custom channel. This object is required if the MessageConfiguration object for the campaign specifies a CustomMessage object.
6451
+ */
6452
+ CustomDeliveryConfiguration?: CustomDeliveryConfiguration;
6421
6453
  /**
6422
6454
  * A custom description of the campaign.
6423
6455
  */
@@ -6427,11 +6459,11 @@ declare namespace Pinpoint {
6427
6459
  */
6428
6460
  HoldoutPercent?: __integer;
6429
6461
  /**
6430
- * The settings for the AWS Lambda function to use as a code hook for the campaign.
6462
+ * The settings for the AWS Lambda function to invoke as a code hook for the campaign. You can use this hook to customize the segment that's used by the campaign.
6431
6463
  */
6432
6464
  Hook?: CampaignHook;
6433
6465
  /**
6434
- * Specifies whether to pause the campaign. A paused campaign doesn't run unless you resume it by setting this value to false.
6466
+ * Specifies whether to pause the campaign. A paused campaign doesn't run unless you resume it by changing this value to false.
6435
6467
  */
6436
6468
  IsPaused?: __boolean;
6437
6469
  /**
@@ -6467,11 +6499,11 @@ declare namespace Pinpoint {
6467
6499
  */
6468
6500
  TemplateConfiguration?: TemplateConfiguration;
6469
6501
  /**
6470
- * A custom description of a variation of the campaign to use for A/B testing.
6502
+ * A custom description of the default treatment for the campaign.
6471
6503
  */
6472
6504
  TreatmentDescription?: __string;
6473
6505
  /**
6474
- * A custom name for a variation of the campaign to use for A/B testing.
6506
+ * A custom name of the default treatment for the campaign, if the campaign has multiple treatments. A treatment is a variation of a campaign that's used for A/B testing.
6475
6507
  */
6476
6508
  TreatmentName?: __string;
6477
6509
  }
@@ -6556,6 +6588,10 @@ declare namespace Pinpoint {
6556
6588
  tags?: MapOf__string;
6557
6589
  }
6558
6590
  export interface WriteTreatmentResource {
6591
+ /**
6592
+ * The delivery configuration settings for sending the treatment through a custom channel. This object is required if the MessageConfiguration object for the treatment specifies a CustomMessage object.
6593
+ */
6594
+ CustomDeliveryConfiguration?: CustomDeliveryConfiguration;
6559
6595
  /**
6560
6596
  * The message configuration settings for the treatment.
6561
6597
  */
@@ -6577,10 +6613,11 @@ declare namespace Pinpoint {
6577
6613
  */
6578
6614
  TreatmentDescription?: __string;
6579
6615
  /**
6580
- * A custom name for the treatment. A treatment is a variation of a campaign that's used for A/B testing of a campaign.
6616
+ * A custom name for the treatment.
6581
6617
  */
6582
6618
  TreatmentName?: __string;
6583
6619
  }
6620
+ export type __EndpointTypesElement = "GCM"|"APNS"|"APNS_SANDBOX"|"APNS_VOIP"|"APNS_VOIP_SANDBOX"|"ADM"|"SMS"|"VOICE"|"EMAIL"|"BAIDU"|"CUSTOM"|string;
6584
6621
  export type __boolean = boolean;
6585
6622
  export type __double = number;
6586
6623
  export type __integer = number;
@@ -6606,6 +6643,7 @@ declare namespace Pinpoint {
6606
6643
  export type ListOfTemplateVersionResponse = TemplateVersionResponse[];
6607
6644
  export type ListOfTreatmentResource = TreatmentResource[];
6608
6645
  export type ListOfWriteTreatmentResource = WriteTreatmentResource[];
6646
+ export type ListOf__EndpointTypesElement = __EndpointTypesElement[];
6609
6647
  export type ListOf__string = __string[];
6610
6648
  export type MapOfActivity = {[key: string]: Activity};
6611
6649
  export type MapOfAddressConfiguration = {[key: string]: AddressConfiguration};