diff --git a/clients/client-pinpoint/src/models/models_0.ts b/clients/client-pinpoint/src/models/models_0.ts index 3777e689c55f..9de56a14779f 100644 --- a/clients/client-pinpoint/src/models/models_0.ts +++ b/clients/client-pinpoint/src/models/models_0.ts @@ -3521,7 +3521,7 @@ export interface WriteCampaignRequest { SegmentVersion?: number; /** - *

A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.

+ *

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.

*/ tags?: Record; @@ -3597,7 +3597,7 @@ export interface EmailTemplateRequest { Subject?: string; /** - *

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

+ *

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

*/ tags?: Record; @@ -4050,7 +4050,7 @@ export interface InAppTemplateRequest { Layout?: Layout | string; /** - *

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

+ *

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

*/ tags?: Record; @@ -4612,7 +4612,7 @@ export interface PushNotificationTemplateRequest { RecommenderId?: string; /** - *

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

+ *

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

*/ tags?: Record; @@ -4908,7 +4908,7 @@ export interface WriteSegmentRequest { SegmentGroups?: SegmentGroupList; /** - *

A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.

+ *

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.

*/ tags?: Record; } @@ -5075,7 +5075,7 @@ export interface SMSTemplateRequest { RecommenderId?: string; /** - *

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

+ *

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

*/ tags?: Record; @@ -5131,7 +5131,7 @@ export interface VoiceTemplateRequest { LanguageCode?: string; /** - *

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

+ *

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

*/ tags?: Record; diff --git a/codegen/sdk-codegen/aws-models/pinpoint.json b/codegen/sdk-codegen/aws-models/pinpoint.json index cc2d2993ea25..7b850ca3e6fe 100644 --- a/codegen/sdk-codegen/aws-models/pinpoint.json +++ b/codegen/sdk-codegen/aws-models/pinpoint.json @@ -49,7 +49,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the ADM channel for the application.

" } } @@ -76,14 +75,12 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the ADM channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, @@ -96,7 +93,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the ADM channel is archived.

" } }, @@ -122,7 +118,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the ADM channel.

" } } @@ -197,7 +192,6 @@ "SilentPush": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the notification is a silent push notification, which is a push notification that doesn't display on a recipient's device. Silent push notifications can be used for cases such as updating an app's configuration or supporting phone home functionality.

" } }, @@ -260,7 +254,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the APNs channel for the application.

" } }, @@ -317,21 +310,18 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, "HasTokenKey": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.

" } }, @@ -344,7 +334,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs channel is archived.

" } }, @@ -370,7 +359,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the APNs channel.

" } } @@ -397,7 +385,6 @@ "Badge": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The key that indicates whether and how to modify the badge of your app's icon when the recipient receives the push notification. If this key isn't included in the dictionary, the badge doesn't change. To remove the badge, set this value to 0.

" } }, @@ -452,7 +439,6 @@ "SilentPush": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the notification is a silent push notification. A silent (or background) push notification isn't displayed on recipients' devices. You can use silent push notifications to make small updates to your app, or to display messages in an in-app message center.

Amazon Pinpoint uses this property to determine the correct value for the apns-push-type request header when it sends the notification message to APNs. If you specify a value of true for this property, Amazon Pinpoint sets the value for the apns-push-type header field to background.

If you specify the raw content of an APNs push notification, the message payload has to include the content-available key. For silent (background) notifications, set the value of content-available to 1. Additionally, the message payload for a silent notification can't include the alert, badge, or sound keys. For more information, see Generating a Remote Notification and Pushing Background Updates to Your App on the Apple Developer website.

Apple has indicated that they will throttle \"excessive\" background notifications based on current traffic volumes. To prevent your notifications being throttled, Apple recommends that you send no more than 3 silent push notifications to each recipient per hour.

" } }, @@ -477,7 +463,6 @@ "TimeToLive": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The amount of time, in seconds, that APNs should store and attempt to deliver the push notification, if the service is unable to deliver the notification the first time. If this value is 0, APNs treats the notification as if it expires immediately and the service doesn't store or try to deliver the notification again.

Amazon Pinpoint specifies this value in the apns-expiration request header when it sends the notification message to APNs.

" } }, @@ -572,7 +557,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the APNs sandbox channel for the application.

" } }, @@ -629,21 +613,18 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs sandbox channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, "HasTokenKey": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs sandbox channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.

" } }, @@ -656,7 +637,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs sandbox channel is archived.

" } }, @@ -682,7 +662,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the APNs sandbox channel.

" } } @@ -715,7 +694,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the APNs VoIP channel for the application.

" } }, @@ -772,21 +750,18 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs VoIP channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, "HasTokenKey": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs VoIP channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.

" } }, @@ -799,7 +774,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs VoIP channel is archived.

" } }, @@ -825,7 +799,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the APNs VoIP channel.

" } } @@ -858,7 +831,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs VoIP sandbox channel is enabled for the application.

" } }, @@ -915,21 +887,18 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs VoIP sandbox channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, "HasTokenKey": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs VoIP sandbox channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.

" } }, @@ -942,7 +911,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the APNs VoIP sandbox channel is archived.

" } }, @@ -968,7 +936,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the APNs VoIP sandbox channel.

" } } @@ -1152,28 +1119,24 @@ "SuccessfulEndpointCount": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of endpoints that the campaign successfully delivered messages to.

" } }, "TimezonesCompletedCount": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of time zones that were completed.

" } }, "TimezonesTotalCount": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of unique time zones that are in the segment for the campaign.

" } }, "TotalEndpointCount": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of endpoints that the campaign attempted to deliver messages to.

" } }, @@ -1604,7 +1567,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the Baidu channel for the application.

" } }, @@ -1645,14 +1607,12 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the Baidu channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, @@ -1665,7 +1625,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the Baidu channel is archived.

" } }, @@ -1691,7 +1650,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the Baidu channel.

" } } @@ -1748,7 +1706,6 @@ "SilentPush": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the notification is a silent push notification, which is a push notification that doesn't display on a recipient's device. Silent push notifications can be used for cases such as updating an app's configuration or supporting phone home functionality.

" } }, @@ -1773,7 +1730,6 @@ "TimeToLive": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The amount of time, in seconds, that the Baidu Cloud Push service should store the message if the recipient's device is offline. The default value and maximum supported time is 604,800 seconds (7 days).

" } }, @@ -2020,35 +1976,30 @@ "Daily": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

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.

" } }, "MaximumDuration": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign. The minimum value is 60 seconds.

" } }, "MessagesPerSecond": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

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 can send each second. The minimum value is 50. The maximum value is 20,000.

" } }, "Total": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

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.

" } }, "Session": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum total number of messages that the campaign can send per user session.

" } } @@ -2108,7 +2059,6 @@ "HoldoutPercent": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.

" } }, @@ -2128,7 +2078,6 @@ "IsPaused": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the campaign is paused. A paused campaign doesn't run unless you resume it by changing this value to false.

" } }, @@ -2173,7 +2122,6 @@ "SegmentVersion": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The version number of the segment that's associated with the campaign.

", "smithy.api#required": {} } @@ -2212,14 +2160,12 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The version number of the campaign.

" } }, "Priority": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

Defines the priority of the campaign, used to decide the order of messages displayed to user if there are multiple messages scheduled to be displayed at the same moment.

" } } @@ -2372,14 +2318,12 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, @@ -2392,7 +2336,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the channel is archived.

" } }, @@ -2411,7 +2354,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the channel.

" } } @@ -3413,7 +3355,6 @@ "RecommendationsPerMessage": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

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.

" } } @@ -3794,7 +3735,6 @@ "BorderRadius": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The border radius of the button.

" } }, @@ -3873,7 +3813,6 @@ "SilentPush": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the default notification is a silent push notification, which is a push notification that doesn't display on a recipient's device. Silent push notifications can be used for cases such as updating an app's configuration or delivering messages to an in-app notification center.

" } }, @@ -5813,7 +5752,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the email channel for the application.

" } }, @@ -5866,7 +5804,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the email channel is enabled for the application.

" } }, @@ -5879,7 +5816,6 @@ "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, @@ -5898,7 +5834,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the email channel is archived.

" } }, @@ -5917,7 +5852,6 @@ "MessagesPerSecond": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum number of emails that can be sent through the channel each second.

" } }, @@ -5937,7 +5871,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the email channel.

" } } @@ -6058,7 +5991,7 @@ "tags": { "target": "com.amazonaws.pinpoint#MapOf__string", "traits": { - "smithy.api#documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", + "smithy.api#documentation": "

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", "smithy.api#jsonName": "tags" } }, @@ -6333,7 +6266,6 @@ "StatusCode": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The status code that's returned in the response as a result of processing the endpoint data.

" } } @@ -6360,14 +6292,12 @@ "Latitude": { "target": "com.amazonaws.pinpoint#__double", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The latitude coordinate of the endpoint location, rounded to one decimal place.

" } }, "Longitude": { "target": "com.amazonaws.pinpoint#__double", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The longitude coordinate of the endpoint location, rounded to one decimal place.

" } }, @@ -6413,7 +6343,6 @@ "StatusCode": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The downstream service status code for delivering the message.

", "smithy.api#required": {} } @@ -6830,7 +6759,6 @@ "StatusCode": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The status code that's returned in the response as a result of processing the event. Possible values are: 202, for events that were accepted; and, 400, for events that weren't valid.

" } } @@ -6977,7 +6905,6 @@ "SegmentVersion": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The version of the segment to export endpoint definitions from, if specified.

" } } @@ -7012,7 +6939,6 @@ "SegmentVersion": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The version of the segment that the endpoint definitions were exported from.

" } } @@ -7034,7 +6960,6 @@ "CompletedPieces": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The number of pieces that were processed successfully (completed) by the export job, as of the time of the request.

" } }, @@ -7061,7 +6986,6 @@ "FailedPieces": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The number of pieces that weren't processed successfully (failed) by the export job, as of the time of the request.

" } }, @@ -7088,21 +7012,18 @@ "TotalFailures": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of endpoint definitions that weren't processed successfully (failed) by the export job, typically because an error, such as a syntax error, occurred.

" } }, "TotalPieces": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of pieces that must be processed to complete the export job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the export job.

" } }, "TotalProcessed": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of endpoint definitions that were processed by the export job.

" } }, @@ -7255,7 +7176,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the GCM channel for the application.

" } } @@ -7289,14 +7209,12 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the GCM channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, @@ -7309,7 +7227,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the GCM channel is archived.

" } }, @@ -7335,7 +7252,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the GCM channel.

" } } @@ -7410,7 +7326,6 @@ "SilentPush": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the notification is a silent push notification, which is a push notification that doesn't display on a recipient's device. Silent push notifications can be used for cases such as updating an app's configuration or supporting phone home functionality.

" } }, @@ -7435,7 +7350,6 @@ "TimeToLive": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The amount of time, in seconds, that FCM should store and attempt to deliver the push notification, if the service is unable to deliver the notification the first time. If you don't specify this value, FCM defaults to the maximum value, which is 2,419,200 seconds (28 days).

Amazon Pinpoint specifies this value in the FCM time_to_live parameter when it sends the notification message to FCM.

" } }, @@ -7462,7 +7376,6 @@ "Latitude": { "target": "com.amazonaws.pinpoint#__double", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The latitude coordinate of the location.

", "smithy.api#required": {} } @@ -7470,7 +7383,6 @@ "Longitude": { "target": "com.amazonaws.pinpoint#__double", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The longitude coordinate of the location.

", "smithy.api#required": {} } @@ -7493,7 +7405,6 @@ "RangeInKilometers": { "target": "com.amazonaws.pinpoint#__double", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The range, in kilometers, from the GPS coordinates.

" } } @@ -11645,7 +11556,6 @@ "Percentage": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The percentage of participants who shouldn't continue the journey.

To determine which participants are held out, Amazon Pinpoint applies a probability-based algorithm to the percentage that you specify. Therefore, the actual percentage of participants who are held out may not be equal to the percentage that you specify.

", "smithy.api#required": {} } @@ -11661,7 +11571,6 @@ "DefineSegment": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to create a segment that contains the endpoints, when the endpoint definitions are imported.

" } }, @@ -11681,7 +11590,6 @@ "RegisterEndpoints": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to register the endpoints with Amazon Pinpoint, when the endpoint definitions are imported.

" } }, @@ -11722,7 +11630,6 @@ "DefineSegment": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the import job creates a segment that contains the endpoints, when the endpoint definitions are imported.

" } }, @@ -11742,7 +11649,6 @@ "RegisterEndpoints": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the import job registers the endpoints with Amazon Pinpoint, when the endpoint definitions are imported.

" } }, @@ -11790,7 +11696,6 @@ "CompletedPieces": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The number of pieces that were processed successfully (completed) by the import job, as of the time of the request.

" } }, @@ -11817,7 +11722,6 @@ "FailedPieces": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The number of pieces that weren't processed successfully (failed) by the import job, as of the time of the request.

" } }, @@ -11844,21 +11748,18 @@ "TotalFailures": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of endpoint definitions that weren't processed successfully (failed) by the import job, typically because an error, such as a syntax error, occurred.

" } }, "TotalPieces": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of pieces that must be processed to complete the import job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the import job.

" } }, "TotalProcessed": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The total number of endpoint definitions that were processed by the import job.

" } }, @@ -12020,7 +11921,6 @@ "DailyCap": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

Daily cap which controls the number of times any in-app messages can be shown to the endpoint during a day.

" } }, @@ -12033,7 +11933,6 @@ "Priority": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

Priority of the in-app message.

" } }, @@ -12046,14 +11945,12 @@ "SessionCap": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

Session cap which controls the number of times an in-app message can be shown to the endpoint during an application session.

" } }, "TotalCap": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

Total cap which controls the number of times an in-app message can be shown to the endpoint.

" } }, @@ -12179,7 +12076,7 @@ "tags": { "target": "com.amazonaws.pinpoint#MapOf__string", "traits": { - "smithy.api#documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", + "smithy.api#documentation": "

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", "smithy.api#jsonName": "tags" } }, @@ -12593,21 +12490,18 @@ "DailyCap": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.

" } }, "EndpointReentryCap": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.

" } }, "MessagesPerSecond": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum number of messages that the journey can send each second.

" } }, @@ -12680,7 +12574,6 @@ "LocalTime": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the journey's scheduled start and end times use each participant's local time. If this value is true, the schedule uses each participant's local time.

" } }, @@ -12737,14 +12630,12 @@ "WaitForQuietTime": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.

" } }, "RefreshOnSegmentUpdate": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Indicates whether the journey participants should be refreshed when a segment is updated.

" } }, @@ -12757,7 +12648,6 @@ "SendingSchedule": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Indicates if journey has Advance Quiet Time enabled. This flag should be set to true in order to allow using OpenHours and ClosedDays.

" } }, @@ -13839,14 +13729,12 @@ "SilentPush": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the notification is a silent push notification, which is a push notification that doesn't display on a recipient's device. Silent push notifications can be used for cases such as updating an app's configuration, displaying messages in an in-app message center, or supporting phone home functionality.

" } }, "TimeToLive": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The number of seconds that the push-notification service should keep the message, if the service is unable to deliver the notification the first time. This value is converted to an expiration value when it's sent to a push-notification service. If this value is 0, the service treats the notification as if it expires immediately and the service doesn't store or try to deliver the notification again.

This value doesn't apply to messages that are sent through the Amazon Device Messaging (ADM) service.

" } }, @@ -14046,7 +13934,6 @@ "StatusCode": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The downstream service status code for delivering the message.

", "smithy.api#required": {} } @@ -14120,7 +14007,6 @@ "Value": { "target": "com.amazonaws.pinpoint#__double", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The value to compare.

", "smithy.api#required": {} } @@ -14307,7 +14193,6 @@ "PhoneTypeCode": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).

" } }, @@ -15997,7 +15882,7 @@ "tags": { "target": "com.amazonaws.pinpoint#MapOf__string", "traits": { - "smithy.api#documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", + "smithy.api#documentation": "

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", "smithy.api#jsonName": "tags" } }, @@ -16317,7 +16202,6 @@ "Percentage": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The percentage of participants to send down the activity path.

To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.

" } } @@ -16456,7 +16340,6 @@ "RecommendationsPerMessage": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

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.

" } } @@ -16608,7 +16491,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the SMS channel for the application.

" } }, @@ -16647,14 +16529,12 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the SMS channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, @@ -16667,7 +16547,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the SMS channel is archived.

" } }, @@ -16693,7 +16572,6 @@ "PromotionalMessagesPerSecond": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum number of promotional messages that you can send through the SMS channel each second.

" } }, @@ -16712,14 +16590,12 @@ "TransactionalMessagesPerSecond": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The maximum number of transactional messages that you can send through the SMS channel each second.

" } }, "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the SMS channel.

" } } @@ -16846,7 +16722,7 @@ "tags": { "target": "com.amazonaws.pinpoint#MapOf__string", "traits": { - "smithy.api#documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", + "smithy.api#documentation": "

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", "smithy.api#jsonName": "tags" } }, @@ -16964,7 +16840,6 @@ "IsLocalTime": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the start and end times for the campaign schedule use each recipient's local time. To base the schedule on each recipient's local time, set this value to true.

" } }, @@ -17201,7 +17076,6 @@ "Size": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The number of endpoint definitions that were imported successfully to create the segment.

", "smithy.api#required": {} } @@ -17244,7 +17118,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The version number of the segment.

" } } @@ -17331,7 +17204,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The version number of the segment.

" } } @@ -17525,7 +17397,6 @@ "AllowedAttempts": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The attempts allowed to validate an OTP.

" } }, @@ -17546,7 +17417,6 @@ "CodeLength": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The number of characters in the generated OTP.

" } }, @@ -17592,7 +17462,6 @@ "ValidityPeriod": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The time in minutes before the OTP is no longer valid.

" } } @@ -17767,7 +17636,6 @@ "Duration": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The duration of the session, in milliseconds.

" } }, @@ -18388,7 +18256,6 @@ "SizePercent": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The allocated percentage of users (segment members) that the treatment is sent to.

", "smithy.api#required": {} } @@ -19256,7 +19123,6 @@ "CreateNewVersion": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

", "smithy.api#httpQuery": "create-new-version" } @@ -19591,7 +19457,6 @@ "CreateNewVersion": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

", "smithy.api#httpQuery": "create-new-version" } @@ -19859,7 +19724,6 @@ "CreateNewVersion": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

", "smithy.api#httpQuery": "create-new-version" } @@ -20040,7 +19904,6 @@ "RecommendationsPerMessage": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

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.

" } } @@ -20259,7 +20122,6 @@ "CreateNewVersion": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

", "smithy.api#httpQuery": "create-new-version" } @@ -20517,7 +20379,6 @@ "CreateNewVersion": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

", "smithy.api#httpQuery": "create-new-version" } @@ -20570,7 +20431,6 @@ "Valid": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the OTP is valid or not.

" } } @@ -20692,7 +20552,6 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable the voice channel for the application.

" } } @@ -20719,14 +20578,12 @@ "Enabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the voice channel is enabled for the application.

" } }, "HasCredential": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

(Not used) This property is retained only for backward compatibility.

" } }, @@ -20739,7 +20596,6 @@ "IsArchived": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the voice channel is archived.

" } }, @@ -20765,7 +20621,6 @@ "Version": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The current version of the voice channel.

" } } @@ -20836,7 +20691,7 @@ "tags": { "target": "com.amazonaws.pinpoint#MapOf__string", "traits": { - "smithy.api#documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", + "smithy.api#documentation": "

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.

", "smithy.api#jsonName": "tags" } }, @@ -20994,15 +20849,11 @@ "CloudWatchMetricsEnabled": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to enable application-related alarms in Amazon CloudWatch.

" } }, "EventTaggingEnabled": { - "target": "com.amazonaws.pinpoint#__boolean", - "traits": { - "smithy.api#default": false - } + "target": "com.amazonaws.pinpoint#__boolean" }, "Limits": { "target": "com.amazonaws.pinpoint#CampaignLimits", @@ -21045,7 +20896,6 @@ "HoldoutPercent": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.

" } }, @@ -21058,7 +20908,6 @@ "IsPaused": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether to pause the campaign. A paused campaign doesn't run unless you resume it by changing this value to false.

" } }, @@ -21095,14 +20944,13 @@ "SegmentVersion": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The version of the segment to associate with the campaign.

" } }, "tags": { "target": "com.amazonaws.pinpoint#MapOf__string", "traits": { - "smithy.api#documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.

", + "smithy.api#documentation": "

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.

", "smithy.api#jsonName": "tags" } }, @@ -21127,7 +20975,6 @@ "Priority": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

Defines the priority of the campaign, used to decide the order of messages displayed to user if there are multiple messages scheduled to be displayed at the same moment.

" } } @@ -21188,7 +21035,6 @@ "LocalTime": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether the journey's scheduled start and end times use each participant's local time. To base the schedule on each participant's local time, set this value to true.

" } }, @@ -21238,14 +21084,12 @@ "WaitForQuietTime": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Specifies whether endpoints in quiet hours should enter a wait till the end of their quiet hours.

" } }, "RefreshOnSegmentUpdate": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Indicates whether the journey participants should be refreshed when a segment is updated.

" } }, @@ -21258,7 +21102,6 @@ "SendingSchedule": { "target": "com.amazonaws.pinpoint#__boolean", "traits": { - "smithy.api#default": false, "smithy.api#documentation": "

Indicates if journey has Advance Quiet Time enabled. This flag should be set to true in order to allow using OpenHours and ClosedDays.

" } }, @@ -21303,7 +21146,7 @@ "tags": { "target": "com.amazonaws.pinpoint#MapOf__string", "traits": { - "smithy.api#documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.

", + "smithy.api#documentation": "

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.

", "smithy.api#jsonName": "tags" } } @@ -21336,7 +21179,6 @@ "SizePercent": { "target": "com.amazonaws.pinpoint#__integer", "traits": { - "smithy.api#default": 0, "smithy.api#documentation": "

The allocated percentage of users (segment members) to send the treatment to.

", "smithy.api#required": {} } @@ -21451,22 +21293,13 @@ "type": "blob" }, "com.amazonaws.pinpoint#__boolean": { - "type": "boolean", - "traits": { - "smithy.api#default": false - } + "type": "boolean" }, "com.amazonaws.pinpoint#__double": { - "type": "double", - "traits": { - "smithy.api#default": 0 - } + "type": "double" }, "com.amazonaws.pinpoint#__integer": { - "type": "integer", - "traits": { - "smithy.api#default": 0 - } + "type": "integer" }, "com.amazonaws.pinpoint#__string": { "type": "string"