@aws-sdk/client-pinpoint 3.758.0 → 3.772.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.
- package/dist-cjs/index.js +95 -95
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
Action: () => Action,
|
|
25
25
|
Alignment: () => Alignment,
|
|
26
26
|
AttributeType: () => AttributeType,
|
|
@@ -184,7 +184,7 @@ __export(src_exports, {
|
|
|
184
184
|
__EndpointTypesElement: () => __EndpointTypesElement,
|
|
185
185
|
__TimezoneEstimationMethodsElement: () => __TimezoneEstimationMethodsElement
|
|
186
186
|
});
|
|
187
|
-
module.exports = __toCommonJS(
|
|
187
|
+
module.exports = __toCommonJS(index_exports);
|
|
188
188
|
|
|
189
189
|
// src/PinpointClient.ts
|
|
190
190
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -311,9 +311,9 @@ var PinpointClient = class extends import_smithy_client.Client {
|
|
|
311
311
|
this.middlewareStack.use(
|
|
312
312
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
313
313
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultPinpointHttpAuthSchemeParametersProvider,
|
|
314
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
314
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
315
315
|
"aws.auth#sigv4": config.credentials
|
|
316
|
-
})
|
|
316
|
+
}), "identityProviderConfigProvider")
|
|
317
317
|
})
|
|
318
318
|
);
|
|
319
319
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -3966,12 +3966,12 @@ var de_TooManyRequestsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
3966
3966
|
var se_Activity = /* @__PURE__ */ __name((input, context) => {
|
|
3967
3967
|
return (0, import_smithy_client.take)(input, {
|
|
3968
3968
|
CUSTOM: import_smithy_client._json,
|
|
3969
|
-
ConditionalSplit: (_) => se_ConditionalSplitActivity(_, context),
|
|
3969
|
+
ConditionalSplit: /* @__PURE__ */ __name((_) => se_ConditionalSplitActivity(_, context), "ConditionalSplit"),
|
|
3970
3970
|
ContactCenter: import_smithy_client._json,
|
|
3971
3971
|
Description: [],
|
|
3972
3972
|
EMAIL: import_smithy_client._json,
|
|
3973
3973
|
Holdout: import_smithy_client._json,
|
|
3974
|
-
MultiCondition: (_) => se_MultiConditionalSplitActivity(_, context),
|
|
3974
|
+
MultiCondition: /* @__PURE__ */ __name((_) => se_MultiConditionalSplitActivity(_, context), "MultiCondition"),
|
|
3975
3975
|
PUSH: import_smithy_client._json,
|
|
3976
3976
|
RandomSplit: import_smithy_client._json,
|
|
3977
3977
|
SMS: import_smithy_client._json,
|
|
@@ -3980,19 +3980,19 @@ var se_Activity = /* @__PURE__ */ __name((input, context) => {
|
|
|
3980
3980
|
}, "se_Activity");
|
|
3981
3981
|
var se_CampaignEventFilter = /* @__PURE__ */ __name((input, context) => {
|
|
3982
3982
|
return (0, import_smithy_client.take)(input, {
|
|
3983
|
-
Dimensions: (_) => se_EventDimensions(_, context),
|
|
3983
|
+
Dimensions: /* @__PURE__ */ __name((_) => se_EventDimensions(_, context), "Dimensions"),
|
|
3984
3984
|
FilterType: []
|
|
3985
3985
|
});
|
|
3986
3986
|
}, "se_CampaignEventFilter");
|
|
3987
3987
|
var se_Condition = /* @__PURE__ */ __name((input, context) => {
|
|
3988
3988
|
return (0, import_smithy_client.take)(input, {
|
|
3989
|
-
Conditions: (_) => se_ListOfSimpleCondition(_, context),
|
|
3989
|
+
Conditions: /* @__PURE__ */ __name((_) => se_ListOfSimpleCondition(_, context), "Conditions"),
|
|
3990
3990
|
Operator: []
|
|
3991
3991
|
});
|
|
3992
3992
|
}, "se_Condition");
|
|
3993
3993
|
var se_ConditionalSplitActivity = /* @__PURE__ */ __name((input, context) => {
|
|
3994
3994
|
return (0, import_smithy_client.take)(input, {
|
|
3995
|
-
Condition: (_) => se_Condition(_, context),
|
|
3995
|
+
Condition: /* @__PURE__ */ __name((_) => se_Condition(_, context), "Condition"),
|
|
3996
3996
|
EvaluationWaitTime: import_smithy_client._json,
|
|
3997
3997
|
FalseActivity: [],
|
|
3998
3998
|
TrueActivity: []
|
|
@@ -4011,7 +4011,7 @@ var se_DirectMessageConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
4011
4011
|
BaiduMessage: import_smithy_client._json,
|
|
4012
4012
|
DefaultMessage: import_smithy_client._json,
|
|
4013
4013
|
DefaultPushNotificationMessage: import_smithy_client._json,
|
|
4014
|
-
EmailMessage: (_) => se_EmailMessage(_, context),
|
|
4014
|
+
EmailMessage: /* @__PURE__ */ __name((_) => se_EmailMessage(_, context), "EmailMessage"),
|
|
4015
4015
|
GCMMessage: import_smithy_client._json,
|
|
4016
4016
|
SMSMessage: import_smithy_client._json,
|
|
4017
4017
|
VoiceMessage: import_smithy_client._json
|
|
@@ -4022,7 +4022,7 @@ var se_EmailMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4022
4022
|
Body: [],
|
|
4023
4023
|
FeedbackForwardingAddress: [],
|
|
4024
4024
|
FromAddress: [],
|
|
4025
|
-
RawEmail: (_) => se_RawEmail(_, context),
|
|
4025
|
+
RawEmail: /* @__PURE__ */ __name((_) => se_RawEmail(_, context), "RawEmail"),
|
|
4026
4026
|
ReplyToAddresses: import_smithy_client._json,
|
|
4027
4027
|
SimpleEmail: import_smithy_client._json,
|
|
4028
4028
|
Substitutions: import_smithy_client._json
|
|
@@ -4049,8 +4049,8 @@ var se_EndpointBatchItem = /* @__PURE__ */ __name((input, context) => {
|
|
|
4049
4049
|
EffectiveDate: [],
|
|
4050
4050
|
EndpointStatus: [],
|
|
4051
4051
|
Id: [],
|
|
4052
|
-
Location: (_) => se_EndpointLocation(_, context),
|
|
4053
|
-
Metrics: (_) => se_MapOf__double(_, context),
|
|
4052
|
+
Location: /* @__PURE__ */ __name((_) => se_EndpointLocation(_, context), "Location"),
|
|
4053
|
+
Metrics: /* @__PURE__ */ __name((_) => se_MapOf__double(_, context), "Metrics"),
|
|
4054
4054
|
OptOut: [],
|
|
4055
4055
|
RequestId: [],
|
|
4056
4056
|
User: import_smithy_client._json
|
|
@@ -4058,7 +4058,7 @@ var se_EndpointBatchItem = /* @__PURE__ */ __name((input, context) => {
|
|
|
4058
4058
|
}, "se_EndpointBatchItem");
|
|
4059
4059
|
var se_EndpointBatchRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4060
4060
|
return (0, import_smithy_client.take)(input, {
|
|
4061
|
-
Item: (_) => se_ListOfEndpointBatchItem(_, context)
|
|
4061
|
+
Item: /* @__PURE__ */ __name((_) => se_ListOfEndpointBatchItem(_, context), "Item")
|
|
4062
4062
|
});
|
|
4063
4063
|
}, "se_EndpointBatchRequest");
|
|
4064
4064
|
var se_EndpointLocation = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4079,8 +4079,8 @@ var se_EndpointRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4079
4079
|
Demographic: import_smithy_client._json,
|
|
4080
4080
|
EffectiveDate: [],
|
|
4081
4081
|
EndpointStatus: [],
|
|
4082
|
-
Location: (_) => se_EndpointLocation(_, context),
|
|
4083
|
-
Metrics: (_) => se_MapOf__double(_, context),
|
|
4082
|
+
Location: /* @__PURE__ */ __name((_) => se_EndpointLocation(_, context), "Location"),
|
|
4083
|
+
Metrics: /* @__PURE__ */ __name((_) => se_MapOf__double(_, context), "Metrics"),
|
|
4084
4084
|
OptOut: [],
|
|
4085
4085
|
RequestId: [],
|
|
4086
4086
|
User: import_smithy_client._json
|
|
@@ -4094,7 +4094,7 @@ var se_Event = /* @__PURE__ */ __name((input, context) => {
|
|
|
4094
4094
|
Attributes: import_smithy_client._json,
|
|
4095
4095
|
ClientSdkVersion: [],
|
|
4096
4096
|
EventType: [],
|
|
4097
|
-
Metrics: (_) => se_MapOf__double(_, context),
|
|
4097
|
+
Metrics: /* @__PURE__ */ __name((_) => se_MapOf__double(_, context), "Metrics"),
|
|
4098
4098
|
SdkName: [],
|
|
4099
4099
|
Session: import_smithy_client._json,
|
|
4100
4100
|
Timestamp: []
|
|
@@ -4102,7 +4102,7 @@ var se_Event = /* @__PURE__ */ __name((input, context) => {
|
|
|
4102
4102
|
}, "se_Event");
|
|
4103
4103
|
var se_EventCondition = /* @__PURE__ */ __name((input, context) => {
|
|
4104
4104
|
return (0, import_smithy_client.take)(input, {
|
|
4105
|
-
Dimensions: (_) => se_EventDimensions(_, context),
|
|
4105
|
+
Dimensions: /* @__PURE__ */ __name((_) => se_EventDimensions(_, context), "Dimensions"),
|
|
4106
4106
|
MessageActivity: []
|
|
4107
4107
|
});
|
|
4108
4108
|
}, "se_EventCondition");
|
|
@@ -4110,29 +4110,29 @@ var se_EventDimensions = /* @__PURE__ */ __name((input, context) => {
|
|
|
4110
4110
|
return (0, import_smithy_client.take)(input, {
|
|
4111
4111
|
Attributes: import_smithy_client._json,
|
|
4112
4112
|
EventType: import_smithy_client._json,
|
|
4113
|
-
Metrics: (_) => se_MapOfMetricDimension(_, context)
|
|
4113
|
+
Metrics: /* @__PURE__ */ __name((_) => se_MapOfMetricDimension(_, context), "Metrics")
|
|
4114
4114
|
});
|
|
4115
4115
|
}, "se_EventDimensions");
|
|
4116
4116
|
var se_EventFilter = /* @__PURE__ */ __name((input, context) => {
|
|
4117
4117
|
return (0, import_smithy_client.take)(input, {
|
|
4118
|
-
Dimensions: (_) => se_EventDimensions(_, context),
|
|
4118
|
+
Dimensions: /* @__PURE__ */ __name((_) => se_EventDimensions(_, context), "Dimensions"),
|
|
4119
4119
|
FilterType: []
|
|
4120
4120
|
});
|
|
4121
4121
|
}, "se_EventFilter");
|
|
4122
4122
|
var se_EventsBatch = /* @__PURE__ */ __name((input, context) => {
|
|
4123
4123
|
return (0, import_smithy_client.take)(input, {
|
|
4124
|
-
Endpoint: (_) => se_PublicEndpoint(_, context),
|
|
4125
|
-
Events: (_) => se_MapOfEvent(_, context)
|
|
4124
|
+
Endpoint: /* @__PURE__ */ __name((_) => se_PublicEndpoint(_, context), "Endpoint"),
|
|
4125
|
+
Events: /* @__PURE__ */ __name((_) => se_MapOfEvent(_, context), "Events")
|
|
4126
4126
|
});
|
|
4127
4127
|
}, "se_EventsBatch");
|
|
4128
4128
|
var se_EventsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4129
4129
|
return (0, import_smithy_client.take)(input, {
|
|
4130
|
-
BatchItem: (_) => se_MapOfEventsBatch(_, context)
|
|
4130
|
+
BatchItem: /* @__PURE__ */ __name((_) => se_MapOfEventsBatch(_, context), "BatchItem")
|
|
4131
4131
|
});
|
|
4132
4132
|
}, "se_EventsRequest");
|
|
4133
4133
|
var se_EventStartCondition = /* @__PURE__ */ __name((input, context) => {
|
|
4134
4134
|
return (0, import_smithy_client.take)(input, {
|
|
4135
|
-
EventFilter: (_) => se_EventFilter(_, context),
|
|
4135
|
+
EventFilter: /* @__PURE__ */ __name((_) => se_EventFilter(_, context), "EventFilter"),
|
|
4136
4136
|
SegmentId: []
|
|
4137
4137
|
});
|
|
4138
4138
|
}, "se_EventStartCondition");
|
|
@@ -4144,7 +4144,7 @@ var se_GPSCoordinates = /* @__PURE__ */ __name((input, context) => {
|
|
|
4144
4144
|
}, "se_GPSCoordinates");
|
|
4145
4145
|
var se_GPSPointDimension = /* @__PURE__ */ __name((input, context) => {
|
|
4146
4146
|
return (0, import_smithy_client.take)(input, {
|
|
4147
|
-
Coordinates: (_) => se_GPSCoordinates(_, context),
|
|
4147
|
+
Coordinates: /* @__PURE__ */ __name((_) => se_GPSCoordinates(_, context), "Coordinates"),
|
|
4148
4148
|
RangeInKilometers: import_smithy_client.serializeFloat
|
|
4149
4149
|
});
|
|
4150
4150
|
}, "se_GPSPointDimension");
|
|
@@ -4244,7 +4244,7 @@ var se_MessageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4244
4244
|
Addresses: import_smithy_client._json,
|
|
4245
4245
|
Context: import_smithy_client._json,
|
|
4246
4246
|
Endpoints: import_smithy_client._json,
|
|
4247
|
-
MessageConfiguration: (_) => se_DirectMessageConfiguration(_, context),
|
|
4247
|
+
MessageConfiguration: /* @__PURE__ */ __name((_) => se_DirectMessageConfiguration(_, context), "MessageConfiguration"),
|
|
4248
4248
|
TemplateConfiguration: import_smithy_client._json,
|
|
4249
4249
|
TraceId: []
|
|
4250
4250
|
});
|
|
@@ -4257,13 +4257,13 @@ var se_MetricDimension = /* @__PURE__ */ __name((input, context) => {
|
|
|
4257
4257
|
}, "se_MetricDimension");
|
|
4258
4258
|
var se_MultiConditionalBranch = /* @__PURE__ */ __name((input, context) => {
|
|
4259
4259
|
return (0, import_smithy_client.take)(input, {
|
|
4260
|
-
Condition: (_) => se_SimpleCondition(_, context),
|
|
4260
|
+
Condition: /* @__PURE__ */ __name((_) => se_SimpleCondition(_, context), "Condition"),
|
|
4261
4261
|
NextActivity: []
|
|
4262
4262
|
});
|
|
4263
4263
|
}, "se_MultiConditionalBranch");
|
|
4264
4264
|
var se_MultiConditionalSplitActivity = /* @__PURE__ */ __name((input, context) => {
|
|
4265
4265
|
return (0, import_smithy_client.take)(input, {
|
|
4266
|
-
Branches: (_) => se_ListOfMultiConditionalBranch(_, context),
|
|
4266
|
+
Branches: /* @__PURE__ */ __name((_) => se_ListOfMultiConditionalBranch(_, context), "Branches"),
|
|
4267
4267
|
DefaultActivity: [],
|
|
4268
4268
|
EvaluationWaitTime: import_smithy_client._json
|
|
4269
4269
|
});
|
|
@@ -4276,8 +4276,8 @@ var se_PublicEndpoint = /* @__PURE__ */ __name((input, context) => {
|
|
|
4276
4276
|
Demographic: import_smithy_client._json,
|
|
4277
4277
|
EffectiveDate: [],
|
|
4278
4278
|
EndpointStatus: [],
|
|
4279
|
-
Location: (_) => se_EndpointLocation(_, context),
|
|
4280
|
-
Metrics: (_) => se_MapOf__double(_, context),
|
|
4279
|
+
Location: /* @__PURE__ */ __name((_) => se_EndpointLocation(_, context), "Location"),
|
|
4280
|
+
Metrics: /* @__PURE__ */ __name((_) => se_MapOf__double(_, context), "Metrics"),
|
|
4281
4281
|
OptOut: [],
|
|
4282
4282
|
RequestId: [],
|
|
4283
4283
|
User: import_smithy_client._json
|
|
@@ -4304,7 +4304,7 @@ var se_RawEmail = /* @__PURE__ */ __name((input, context) => {
|
|
|
4304
4304
|
var se_Schedule = /* @__PURE__ */ __name((input, context) => {
|
|
4305
4305
|
return (0, import_smithy_client.take)(input, {
|
|
4306
4306
|
EndTime: [],
|
|
4307
|
-
EventFilter: (_) => se_CampaignEventFilter(_, context),
|
|
4307
|
+
EventFilter: /* @__PURE__ */ __name((_) => se_CampaignEventFilter(_, context), "EventFilter"),
|
|
4308
4308
|
Frequency: [],
|
|
4309
4309
|
IsLocalTime: [],
|
|
4310
4310
|
QuietTime: import_smithy_client._json,
|
|
@@ -4317,14 +4317,14 @@ var se_SegmentDimensions = /* @__PURE__ */ __name((input, context) => {
|
|
|
4317
4317
|
Attributes: import_smithy_client._json,
|
|
4318
4318
|
Behavior: import_smithy_client._json,
|
|
4319
4319
|
Demographic: import_smithy_client._json,
|
|
4320
|
-
Location: (_) => se_SegmentLocation(_, context),
|
|
4321
|
-
Metrics: (_) => se_MapOfMetricDimension(_, context),
|
|
4320
|
+
Location: /* @__PURE__ */ __name((_) => se_SegmentLocation(_, context), "Location"),
|
|
4321
|
+
Metrics: /* @__PURE__ */ __name((_) => se_MapOfMetricDimension(_, context), "Metrics"),
|
|
4322
4322
|
UserAttributes: import_smithy_client._json
|
|
4323
4323
|
});
|
|
4324
4324
|
}, "se_SegmentDimensions");
|
|
4325
4325
|
var se_SegmentGroup = /* @__PURE__ */ __name((input, context) => {
|
|
4326
4326
|
return (0, import_smithy_client.take)(input, {
|
|
4327
|
-
Dimensions: (_) => se_ListOfSegmentDimensions(_, context),
|
|
4327
|
+
Dimensions: /* @__PURE__ */ __name((_) => se_ListOfSegmentDimensions(_, context), "Dimensions"),
|
|
4328
4328
|
SourceSegments: import_smithy_client._json,
|
|
4329
4329
|
SourceType: [],
|
|
4330
4330
|
Type: []
|
|
@@ -4332,20 +4332,20 @@ var se_SegmentGroup = /* @__PURE__ */ __name((input, context) => {
|
|
|
4332
4332
|
}, "se_SegmentGroup");
|
|
4333
4333
|
var se_SegmentGroupList = /* @__PURE__ */ __name((input, context) => {
|
|
4334
4334
|
return (0, import_smithy_client.take)(input, {
|
|
4335
|
-
Groups: (_) => se_ListOfSegmentGroup(_, context),
|
|
4335
|
+
Groups: /* @__PURE__ */ __name((_) => se_ListOfSegmentGroup(_, context), "Groups"),
|
|
4336
4336
|
Include: []
|
|
4337
4337
|
});
|
|
4338
4338
|
}, "se_SegmentGroupList");
|
|
4339
4339
|
var se_SegmentLocation = /* @__PURE__ */ __name((input, context) => {
|
|
4340
4340
|
return (0, import_smithy_client.take)(input, {
|
|
4341
4341
|
Country: import_smithy_client._json,
|
|
4342
|
-
GPSPoint: (_) => se_GPSPointDimension(_, context)
|
|
4342
|
+
GPSPoint: /* @__PURE__ */ __name((_) => se_GPSPointDimension(_, context), "GPSPoint")
|
|
4343
4343
|
});
|
|
4344
4344
|
}, "se_SegmentLocation");
|
|
4345
4345
|
var se_SendUsersMessageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4346
4346
|
return (0, import_smithy_client.take)(input, {
|
|
4347
4347
|
Context: import_smithy_client._json,
|
|
4348
|
-
MessageConfiguration: (_) => se_DirectMessageConfiguration(_, context),
|
|
4348
|
+
MessageConfiguration: /* @__PURE__ */ __name((_) => se_DirectMessageConfiguration(_, context), "MessageConfiguration"),
|
|
4349
4349
|
TemplateConfiguration: import_smithy_client._json,
|
|
4350
4350
|
TraceId: [],
|
|
4351
4351
|
Users: import_smithy_client._json
|
|
@@ -4353,7 +4353,7 @@ var se_SendUsersMessageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4353
4353
|
}, "se_SendUsersMessageRequest");
|
|
4354
4354
|
var se_SimpleCondition = /* @__PURE__ */ __name((input, context) => {
|
|
4355
4355
|
return (0, import_smithy_client.take)(input, {
|
|
4356
|
-
EventCondition: (_) => se_EventCondition(_, context),
|
|
4356
|
+
EventCondition: /* @__PURE__ */ __name((_) => se_EventCondition(_, context), "EventCondition"),
|
|
4357
4357
|
SegmentCondition: import_smithy_client._json,
|
|
4358
4358
|
segmentDimensions: [, (_) => se_SegmentDimensions(_, context), `SegmentDimensions`]
|
|
4359
4359
|
});
|
|
@@ -4370,7 +4370,7 @@ var se_SMSTemplateRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4370
4370
|
var se_StartCondition = /* @__PURE__ */ __name((input, context) => {
|
|
4371
4371
|
return (0, import_smithy_client.take)(input, {
|
|
4372
4372
|
Description: [],
|
|
4373
|
-
EventStartCondition: (_) => se_EventStartCondition(_, context),
|
|
4373
|
+
EventStartCondition: /* @__PURE__ */ __name((_) => se_EventStartCondition(_, context), "EventStartCondition"),
|
|
4374
4374
|
SegmentStartCondition: import_smithy_client._json
|
|
4375
4375
|
});
|
|
4376
4376
|
}, "se_StartCondition");
|
|
@@ -4391,7 +4391,7 @@ var se_VoiceTemplateRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4391
4391
|
}, "se_VoiceTemplateRequest");
|
|
4392
4392
|
var se_WriteCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4393
4393
|
return (0, import_smithy_client.take)(input, {
|
|
4394
|
-
AdditionalTreatments: (_) => se_ListOfWriteTreatmentResource(_, context),
|
|
4394
|
+
AdditionalTreatments: /* @__PURE__ */ __name((_) => se_ListOfWriteTreatmentResource(_, context), "AdditionalTreatments"),
|
|
4395
4395
|
CustomDeliveryConfiguration: import_smithy_client._json,
|
|
4396
4396
|
Description: [],
|
|
4397
4397
|
HoldoutPercent: [],
|
|
@@ -4401,7 +4401,7 @@ var se_WriteCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4401
4401
|
MessageConfiguration: import_smithy_client._json,
|
|
4402
4402
|
Name: [],
|
|
4403
4403
|
Priority: [],
|
|
4404
|
-
Schedule: (_) => se_Schedule(_, context),
|
|
4404
|
+
Schedule: /* @__PURE__ */ __name((_) => se_Schedule(_, context), "Schedule"),
|
|
4405
4405
|
SegmentId: [],
|
|
4406
4406
|
SegmentVersion: [],
|
|
4407
4407
|
TemplateConfiguration: import_smithy_client._json,
|
|
@@ -4412,7 +4412,7 @@ var se_WriteCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4412
4412
|
}, "se_WriteCampaignRequest");
|
|
4413
4413
|
var se_WriteJourneyRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4414
4414
|
return (0, import_smithy_client.take)(input, {
|
|
4415
|
-
Activities: (_) => se_MapOfActivity(_, context),
|
|
4415
|
+
Activities: /* @__PURE__ */ __name((_) => se_MapOfActivity(_, context), "Activities"),
|
|
4416
4416
|
ClosedDays: import_smithy_client._json,
|
|
4417
4417
|
CreationDate: [],
|
|
4418
4418
|
JourneyChannelSettings: import_smithy_client._json,
|
|
@@ -4424,10 +4424,10 @@ var se_WriteJourneyRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4424
4424
|
QuietTime: import_smithy_client._json,
|
|
4425
4425
|
RefreshFrequency: [],
|
|
4426
4426
|
RefreshOnSegmentUpdate: [],
|
|
4427
|
-
Schedule: (_) => se_JourneySchedule(_, context),
|
|
4427
|
+
Schedule: /* @__PURE__ */ __name((_) => se_JourneySchedule(_, context), "Schedule"),
|
|
4428
4428
|
SendingSchedule: [],
|
|
4429
4429
|
StartActivity: [],
|
|
4430
|
-
StartCondition: (_) => se_StartCondition(_, context),
|
|
4430
|
+
StartCondition: /* @__PURE__ */ __name((_) => se_StartCondition(_, context), "StartCondition"),
|
|
4431
4431
|
State: [],
|
|
4432
4432
|
TimezoneEstimationMethods: import_smithy_client._json,
|
|
4433
4433
|
WaitForQuietTime: []
|
|
@@ -4435,9 +4435,9 @@ var se_WriteJourneyRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4435
4435
|
}, "se_WriteJourneyRequest");
|
|
4436
4436
|
var se_WriteSegmentRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4437
4437
|
return (0, import_smithy_client.take)(input, {
|
|
4438
|
-
Dimensions: (_) => se_SegmentDimensions(_, context),
|
|
4438
|
+
Dimensions: /* @__PURE__ */ __name((_) => se_SegmentDimensions(_, context), "Dimensions"),
|
|
4439
4439
|
Name: [],
|
|
4440
|
-
SegmentGroups: (_) => se_SegmentGroupList(_, context),
|
|
4440
|
+
SegmentGroups: /* @__PURE__ */ __name((_) => se_SegmentGroupList(_, context), "SegmentGroups"),
|
|
4441
4441
|
tags: [, import_smithy_client._json, `tags`]
|
|
4442
4442
|
});
|
|
4443
4443
|
}, "se_WriteSegmentRequest");
|
|
@@ -4445,7 +4445,7 @@ var se_WriteTreatmentResource = /* @__PURE__ */ __name((input, context) => {
|
|
|
4445
4445
|
return (0, import_smithy_client.take)(input, {
|
|
4446
4446
|
CustomDeliveryConfiguration: import_smithy_client._json,
|
|
4447
4447
|
MessageConfiguration: import_smithy_client._json,
|
|
4448
|
-
Schedule: (_) => se_Schedule(_, context),
|
|
4448
|
+
Schedule: /* @__PURE__ */ __name((_) => se_Schedule(_, context), "Schedule"),
|
|
4449
4449
|
SizePercent: [],
|
|
4450
4450
|
TemplateConfiguration: import_smithy_client._json,
|
|
4451
4451
|
TreatmentDescription: [],
|
|
@@ -4455,12 +4455,12 @@ var se_WriteTreatmentResource = /* @__PURE__ */ __name((input, context) => {
|
|
|
4455
4455
|
var de_Activity = /* @__PURE__ */ __name((output, context) => {
|
|
4456
4456
|
return (0, import_smithy_client.take)(output, {
|
|
4457
4457
|
CUSTOM: import_smithy_client._json,
|
|
4458
|
-
ConditionalSplit: (_) => de_ConditionalSplitActivity(_, context),
|
|
4458
|
+
ConditionalSplit: /* @__PURE__ */ __name((_) => de_ConditionalSplitActivity(_, context), "ConditionalSplit"),
|
|
4459
4459
|
ContactCenter: import_smithy_client._json,
|
|
4460
4460
|
Description: import_smithy_client.expectString,
|
|
4461
4461
|
EMAIL: import_smithy_client._json,
|
|
4462
4462
|
Holdout: import_smithy_client._json,
|
|
4463
|
-
MultiCondition: (_) => de_MultiConditionalSplitActivity(_, context),
|
|
4463
|
+
MultiCondition: /* @__PURE__ */ __name((_) => de_MultiConditionalSplitActivity(_, context), "MultiCondition"),
|
|
4464
4464
|
PUSH: import_smithy_client._json,
|
|
4465
4465
|
RandomSplit: import_smithy_client._json,
|
|
4466
4466
|
SMS: import_smithy_client._json,
|
|
@@ -4470,11 +4470,11 @@ var de_Activity = /* @__PURE__ */ __name((output, context) => {
|
|
|
4470
4470
|
var de_ApplicationDateRangeKpiResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4471
4471
|
return (0, import_smithy_client.take)(output, {
|
|
4472
4472
|
ApplicationId: import_smithy_client.expectString,
|
|
4473
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4473
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndTime"),
|
|
4474
4474
|
KpiName: import_smithy_client.expectString,
|
|
4475
4475
|
KpiResult: import_smithy_client._json,
|
|
4476
4476
|
NextToken: import_smithy_client.expectString,
|
|
4477
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4477
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime")
|
|
4478
4478
|
});
|
|
4479
4479
|
}, "de_ApplicationDateRangeKpiResponse");
|
|
4480
4480
|
var de_ApplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4488,7 +4488,7 @@ var de_ApplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4488
4488
|
}, "de_ApplicationResponse");
|
|
4489
4489
|
var de_ApplicationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4490
4490
|
return (0, import_smithy_client.take)(output, {
|
|
4491
|
-
Item: (_) => de_ListOfApplicationResponse(_, context),
|
|
4491
|
+
Item: /* @__PURE__ */ __name((_) => de_ListOfApplicationResponse(_, context), "Item"),
|
|
4492
4492
|
NextToken: import_smithy_client.expectString
|
|
4493
4493
|
});
|
|
4494
4494
|
}, "de_ApplicationsResponse");
|
|
@@ -4496,22 +4496,22 @@ var de_CampaignDateRangeKpiResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
4496
4496
|
return (0, import_smithy_client.take)(output, {
|
|
4497
4497
|
ApplicationId: import_smithy_client.expectString,
|
|
4498
4498
|
CampaignId: import_smithy_client.expectString,
|
|
4499
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4499
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndTime"),
|
|
4500
4500
|
KpiName: import_smithy_client.expectString,
|
|
4501
4501
|
KpiResult: import_smithy_client._json,
|
|
4502
4502
|
NextToken: import_smithy_client.expectString,
|
|
4503
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4503
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime")
|
|
4504
4504
|
});
|
|
4505
4505
|
}, "de_CampaignDateRangeKpiResponse");
|
|
4506
4506
|
var de_CampaignEventFilter = /* @__PURE__ */ __name((output, context) => {
|
|
4507
4507
|
return (0, import_smithy_client.take)(output, {
|
|
4508
|
-
Dimensions: (_) => de_EventDimensions(_, context),
|
|
4508
|
+
Dimensions: /* @__PURE__ */ __name((_) => de_EventDimensions(_, context), "Dimensions"),
|
|
4509
4509
|
FilterType: import_smithy_client.expectString
|
|
4510
4510
|
});
|
|
4511
4511
|
}, "de_CampaignEventFilter");
|
|
4512
4512
|
var de_CampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4513
4513
|
return (0, import_smithy_client.take)(output, {
|
|
4514
|
-
AdditionalTreatments: (_) => de_ListOfTreatmentResource(_, context),
|
|
4514
|
+
AdditionalTreatments: /* @__PURE__ */ __name((_) => de_ListOfTreatmentResource(_, context), "AdditionalTreatments"),
|
|
4515
4515
|
ApplicationId: import_smithy_client.expectString,
|
|
4516
4516
|
Arn: import_smithy_client.expectString,
|
|
4517
4517
|
CreationDate: import_smithy_client.expectString,
|
|
@@ -4527,7 +4527,7 @@ var de_CampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4527
4527
|
MessageConfiguration: import_smithy_client._json,
|
|
4528
4528
|
Name: import_smithy_client.expectString,
|
|
4529
4529
|
Priority: import_smithy_client.expectInt32,
|
|
4530
|
-
Schedule: (_) => de_Schedule(_, context),
|
|
4530
|
+
Schedule: /* @__PURE__ */ __name((_) => de_Schedule(_, context), "Schedule"),
|
|
4531
4531
|
SegmentId: import_smithy_client.expectString,
|
|
4532
4532
|
SegmentVersion: import_smithy_client.expectInt32,
|
|
4533
4533
|
State: import_smithy_client._json,
|
|
@@ -4540,19 +4540,19 @@ var de_CampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4540
4540
|
}, "de_CampaignResponse");
|
|
4541
4541
|
var de_CampaignsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4542
4542
|
return (0, import_smithy_client.take)(output, {
|
|
4543
|
-
Item: (_) => de_ListOfCampaignResponse(_, context),
|
|
4543
|
+
Item: /* @__PURE__ */ __name((_) => de_ListOfCampaignResponse(_, context), "Item"),
|
|
4544
4544
|
NextToken: import_smithy_client.expectString
|
|
4545
4545
|
});
|
|
4546
4546
|
}, "de_CampaignsResponse");
|
|
4547
4547
|
var de_Condition = /* @__PURE__ */ __name((output, context) => {
|
|
4548
4548
|
return (0, import_smithy_client.take)(output, {
|
|
4549
|
-
Conditions: (_) => de_ListOfSimpleCondition(_, context),
|
|
4549
|
+
Conditions: /* @__PURE__ */ __name((_) => de_ListOfSimpleCondition(_, context), "Conditions"),
|
|
4550
4550
|
Operator: import_smithy_client.expectString
|
|
4551
4551
|
});
|
|
4552
4552
|
}, "de_Condition");
|
|
4553
4553
|
var de_ConditionalSplitActivity = /* @__PURE__ */ __name((output, context) => {
|
|
4554
4554
|
return (0, import_smithy_client.take)(output, {
|
|
4555
|
-
Condition: (_) => de_Condition(_, context),
|
|
4555
|
+
Condition: /* @__PURE__ */ __name((_) => de_Condition(_, context), "Condition"),
|
|
4556
4556
|
EvaluationWaitTime: import_smithy_client._json,
|
|
4557
4557
|
FalseActivity: import_smithy_client.expectString,
|
|
4558
4558
|
TrueActivity: import_smithy_client.expectString
|
|
@@ -4598,8 +4598,8 @@ var de_EndpointResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4598
4598
|
EffectiveDate: import_smithy_client.expectString,
|
|
4599
4599
|
EndpointStatus: import_smithy_client.expectString,
|
|
4600
4600
|
Id: import_smithy_client.expectString,
|
|
4601
|
-
Location: (_) => de_EndpointLocation(_, context),
|
|
4602
|
-
Metrics: (_) => de_MapOf__double(_, context),
|
|
4601
|
+
Location: /* @__PURE__ */ __name((_) => de_EndpointLocation(_, context), "Location"),
|
|
4602
|
+
Metrics: /* @__PURE__ */ __name((_) => de_MapOf__double(_, context), "Metrics"),
|
|
4603
4603
|
OptOut: import_smithy_client.expectString,
|
|
4604
4604
|
RequestId: import_smithy_client.expectString,
|
|
4605
4605
|
User: import_smithy_client._json
|
|
@@ -4607,12 +4607,12 @@ var de_EndpointResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4607
4607
|
}, "de_EndpointResponse");
|
|
4608
4608
|
var de_EndpointsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4609
4609
|
return (0, import_smithy_client.take)(output, {
|
|
4610
|
-
Item: (_) => de_ListOfEndpointResponse(_, context)
|
|
4610
|
+
Item: /* @__PURE__ */ __name((_) => de_ListOfEndpointResponse(_, context), "Item")
|
|
4611
4611
|
});
|
|
4612
4612
|
}, "de_EndpointsResponse");
|
|
4613
4613
|
var de_EventCondition = /* @__PURE__ */ __name((output, context) => {
|
|
4614
4614
|
return (0, import_smithy_client.take)(output, {
|
|
4615
|
-
Dimensions: (_) => de_EventDimensions(_, context),
|
|
4615
|
+
Dimensions: /* @__PURE__ */ __name((_) => de_EventDimensions(_, context), "Dimensions"),
|
|
4616
4616
|
MessageActivity: import_smithy_client.expectString
|
|
4617
4617
|
});
|
|
4618
4618
|
}, "de_EventCondition");
|
|
@@ -4620,18 +4620,18 @@ var de_EventDimensions = /* @__PURE__ */ __name((output, context) => {
|
|
|
4620
4620
|
return (0, import_smithy_client.take)(output, {
|
|
4621
4621
|
Attributes: import_smithy_client._json,
|
|
4622
4622
|
EventType: import_smithy_client._json,
|
|
4623
|
-
Metrics: (_) => de_MapOfMetricDimension(_, context)
|
|
4623
|
+
Metrics: /* @__PURE__ */ __name((_) => de_MapOfMetricDimension(_, context), "Metrics")
|
|
4624
4624
|
});
|
|
4625
4625
|
}, "de_EventDimensions");
|
|
4626
4626
|
var de_EventFilter = /* @__PURE__ */ __name((output, context) => {
|
|
4627
4627
|
return (0, import_smithy_client.take)(output, {
|
|
4628
|
-
Dimensions: (_) => de_EventDimensions(_, context),
|
|
4628
|
+
Dimensions: /* @__PURE__ */ __name((_) => de_EventDimensions(_, context), "Dimensions"),
|
|
4629
4629
|
FilterType: import_smithy_client.expectString
|
|
4630
4630
|
});
|
|
4631
4631
|
}, "de_EventFilter");
|
|
4632
4632
|
var de_EventStartCondition = /* @__PURE__ */ __name((output, context) => {
|
|
4633
4633
|
return (0, import_smithy_client.take)(output, {
|
|
4634
|
-
EventFilter: (_) => de_EventFilter(_, context),
|
|
4634
|
+
EventFilter: /* @__PURE__ */ __name((_) => de_EventFilter(_, context), "EventFilter"),
|
|
4635
4635
|
SegmentId: import_smithy_client.expectString
|
|
4636
4636
|
});
|
|
4637
4637
|
}, "de_EventStartCondition");
|
|
@@ -4643,14 +4643,14 @@ var de_GPSCoordinates = /* @__PURE__ */ __name((output, context) => {
|
|
|
4643
4643
|
}, "de_GPSCoordinates");
|
|
4644
4644
|
var de_GPSPointDimension = /* @__PURE__ */ __name((output, context) => {
|
|
4645
4645
|
return (0, import_smithy_client.take)(output, {
|
|
4646
|
-
Coordinates: (_) => de_GPSCoordinates(_, context),
|
|
4646
|
+
Coordinates: /* @__PURE__ */ __name((_) => de_GPSCoordinates(_, context), "Coordinates"),
|
|
4647
4647
|
RangeInKilometers: import_smithy_client.limitedParseDouble
|
|
4648
4648
|
});
|
|
4649
4649
|
}, "de_GPSPointDimension");
|
|
4650
4650
|
var de_InAppCampaignSchedule = /* @__PURE__ */ __name((output, context) => {
|
|
4651
4651
|
return (0, import_smithy_client.take)(output, {
|
|
4652
4652
|
EndDate: import_smithy_client.expectString,
|
|
4653
|
-
EventFilter: (_) => de_CampaignEventFilter(_, context),
|
|
4653
|
+
EventFilter: /* @__PURE__ */ __name((_) => de_CampaignEventFilter(_, context), "EventFilter"),
|
|
4654
4654
|
QuietTime: import_smithy_client._json
|
|
4655
4655
|
});
|
|
4656
4656
|
}, "de_InAppCampaignSchedule");
|
|
@@ -4660,7 +4660,7 @@ var de_InAppMessageCampaign = /* @__PURE__ */ __name((output, context) => {
|
|
|
4660
4660
|
DailyCap: import_smithy_client.expectInt32,
|
|
4661
4661
|
InAppMessage: import_smithy_client._json,
|
|
4662
4662
|
Priority: import_smithy_client.expectInt32,
|
|
4663
|
-
Schedule: (_) => de_InAppCampaignSchedule(_, context),
|
|
4663
|
+
Schedule: /* @__PURE__ */ __name((_) => de_InAppCampaignSchedule(_, context), "Schedule"),
|
|
4664
4664
|
SessionCap: import_smithy_client.expectInt32,
|
|
4665
4665
|
TotalCap: import_smithy_client.expectInt32,
|
|
4666
4666
|
TreatmentId: import_smithy_client.expectString
|
|
@@ -4668,7 +4668,7 @@ var de_InAppMessageCampaign = /* @__PURE__ */ __name((output, context) => {
|
|
|
4668
4668
|
}, "de_InAppMessageCampaign");
|
|
4669
4669
|
var de_InAppMessagesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4670
4670
|
return (0, import_smithy_client.take)(output, {
|
|
4671
|
-
InAppMessageCampaigns: (_) => de_ListOfInAppMessageCampaign(_, context)
|
|
4671
|
+
InAppMessageCampaigns: /* @__PURE__ */ __name((_) => de_ListOfInAppMessageCampaign(_, context), "InAppMessageCampaigns")
|
|
4672
4672
|
});
|
|
4673
4673
|
}, "de_InAppMessagesResponse");
|
|
4674
4674
|
var de_InAppTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4689,17 +4689,17 @@ var de_InAppTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4689
4689
|
var de_JourneyDateRangeKpiResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4690
4690
|
return (0, import_smithy_client.take)(output, {
|
|
4691
4691
|
ApplicationId: import_smithy_client.expectString,
|
|
4692
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4692
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndTime"),
|
|
4693
4693
|
JourneyId: import_smithy_client.expectString,
|
|
4694
4694
|
KpiName: import_smithy_client.expectString,
|
|
4695
4695
|
KpiResult: import_smithy_client._json,
|
|
4696
4696
|
NextToken: import_smithy_client.expectString,
|
|
4697
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4697
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime")
|
|
4698
4698
|
});
|
|
4699
4699
|
}, "de_JourneyDateRangeKpiResponse");
|
|
4700
4700
|
var de_JourneyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4701
4701
|
return (0, import_smithy_client.take)(output, {
|
|
4702
|
-
Activities: (_) => de_MapOfActivity(_, context),
|
|
4702
|
+
Activities: /* @__PURE__ */ __name((_) => de_MapOfActivity(_, context), "Activities"),
|
|
4703
4703
|
ApplicationId: import_smithy_client.expectString,
|
|
4704
4704
|
ClosedDays: import_smithy_client._json,
|
|
4705
4705
|
CreationDate: import_smithy_client.expectString,
|
|
@@ -4713,10 +4713,10 @@ var de_JourneyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4713
4713
|
QuietTime: import_smithy_client._json,
|
|
4714
4714
|
RefreshFrequency: import_smithy_client.expectString,
|
|
4715
4715
|
RefreshOnSegmentUpdate: import_smithy_client.expectBoolean,
|
|
4716
|
-
Schedule: (_) => de_JourneySchedule(_, context),
|
|
4716
|
+
Schedule: /* @__PURE__ */ __name((_) => de_JourneySchedule(_, context), "Schedule"),
|
|
4717
4717
|
SendingSchedule: import_smithy_client.expectBoolean,
|
|
4718
4718
|
StartActivity: import_smithy_client.expectString,
|
|
4719
|
-
StartCondition: (_) => de_StartCondition(_, context),
|
|
4719
|
+
StartCondition: /* @__PURE__ */ __name((_) => de_StartCondition(_, context), "StartCondition"),
|
|
4720
4720
|
State: import_smithy_client.expectString,
|
|
4721
4721
|
TimezoneEstimationMethods: import_smithy_client._json,
|
|
4722
4722
|
WaitForQuietTime: import_smithy_client.expectBoolean,
|
|
@@ -4725,14 +4725,14 @@ var de_JourneyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4725
4725
|
}, "de_JourneyResponse");
|
|
4726
4726
|
var de_JourneySchedule = /* @__PURE__ */ __name((output, context) => {
|
|
4727
4727
|
return (0, import_smithy_client.take)(output, {
|
|
4728
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4729
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4728
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndTime"),
|
|
4729
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime"),
|
|
4730
4730
|
Timezone: import_smithy_client.expectString
|
|
4731
4731
|
});
|
|
4732
4732
|
}, "de_JourneySchedule");
|
|
4733
4733
|
var de_JourneysResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4734
4734
|
return (0, import_smithy_client.take)(output, {
|
|
4735
|
-
Item: (_) => de_ListOfJourneyResponse(_, context),
|
|
4735
|
+
Item: /* @__PURE__ */ __name((_) => de_ListOfJourneyResponse(_, context), "Item"),
|
|
4736
4736
|
NextToken: import_smithy_client.expectString
|
|
4737
4737
|
});
|
|
4738
4738
|
}, "de_JourneysResponse");
|
|
@@ -4843,13 +4843,13 @@ var de_MetricDimension = /* @__PURE__ */ __name((output, context) => {
|
|
|
4843
4843
|
}, "de_MetricDimension");
|
|
4844
4844
|
var de_MultiConditionalBranch = /* @__PURE__ */ __name((output, context) => {
|
|
4845
4845
|
return (0, import_smithy_client.take)(output, {
|
|
4846
|
-
Condition: (_) => de_SimpleCondition(_, context),
|
|
4846
|
+
Condition: /* @__PURE__ */ __name((_) => de_SimpleCondition(_, context), "Condition"),
|
|
4847
4847
|
NextActivity: import_smithy_client.expectString
|
|
4848
4848
|
});
|
|
4849
4849
|
}, "de_MultiConditionalBranch");
|
|
4850
4850
|
var de_MultiConditionalSplitActivity = /* @__PURE__ */ __name((output, context) => {
|
|
4851
4851
|
return (0, import_smithy_client.take)(output, {
|
|
4852
|
-
Branches: (_) => de_ListOfMultiConditionalBranch(_, context),
|
|
4852
|
+
Branches: /* @__PURE__ */ __name((_) => de_ListOfMultiConditionalBranch(_, context), "Branches"),
|
|
4853
4853
|
DefaultActivity: import_smithy_client.expectString,
|
|
4854
4854
|
EvaluationWaitTime: import_smithy_client._json
|
|
4855
4855
|
});
|
|
@@ -4876,7 +4876,7 @@ var de_PushNotificationTemplateResponse = /* @__PURE__ */ __name((output, contex
|
|
|
4876
4876
|
var de_Schedule = /* @__PURE__ */ __name((output, context) => {
|
|
4877
4877
|
return (0, import_smithy_client.take)(output, {
|
|
4878
4878
|
EndTime: import_smithy_client.expectString,
|
|
4879
|
-
EventFilter: (_) => de_CampaignEventFilter(_, context),
|
|
4879
|
+
EventFilter: /* @__PURE__ */ __name((_) => de_CampaignEventFilter(_, context), "EventFilter"),
|
|
4880
4880
|
Frequency: import_smithy_client.expectString,
|
|
4881
4881
|
IsLocalTime: import_smithy_client.expectBoolean,
|
|
4882
4882
|
QuietTime: import_smithy_client._json,
|
|
@@ -4889,14 +4889,14 @@ var de_SegmentDimensions = /* @__PURE__ */ __name((output, context) => {
|
|
|
4889
4889
|
Attributes: import_smithy_client._json,
|
|
4890
4890
|
Behavior: import_smithy_client._json,
|
|
4891
4891
|
Demographic: import_smithy_client._json,
|
|
4892
|
-
Location: (_) => de_SegmentLocation(_, context),
|
|
4893
|
-
Metrics: (_) => de_MapOfMetricDimension(_, context),
|
|
4892
|
+
Location: /* @__PURE__ */ __name((_) => de_SegmentLocation(_, context), "Location"),
|
|
4893
|
+
Metrics: /* @__PURE__ */ __name((_) => de_MapOfMetricDimension(_, context), "Metrics"),
|
|
4894
4894
|
UserAttributes: import_smithy_client._json
|
|
4895
4895
|
});
|
|
4896
4896
|
}, "de_SegmentDimensions");
|
|
4897
4897
|
var de_SegmentGroup = /* @__PURE__ */ __name((output, context) => {
|
|
4898
4898
|
return (0, import_smithy_client.take)(output, {
|
|
4899
|
-
Dimensions: (_) => de_ListOfSegmentDimensions(_, context),
|
|
4899
|
+
Dimensions: /* @__PURE__ */ __name((_) => de_ListOfSegmentDimensions(_, context), "Dimensions"),
|
|
4900
4900
|
SourceSegments: import_smithy_client._json,
|
|
4901
4901
|
SourceType: import_smithy_client.expectString,
|
|
4902
4902
|
Type: import_smithy_client.expectString
|
|
@@ -4904,14 +4904,14 @@ var de_SegmentGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
4904
4904
|
}, "de_SegmentGroup");
|
|
4905
4905
|
var de_SegmentGroupList = /* @__PURE__ */ __name((output, context) => {
|
|
4906
4906
|
return (0, import_smithy_client.take)(output, {
|
|
4907
|
-
Groups: (_) => de_ListOfSegmentGroup(_, context),
|
|
4907
|
+
Groups: /* @__PURE__ */ __name((_) => de_ListOfSegmentGroup(_, context), "Groups"),
|
|
4908
4908
|
Include: import_smithy_client.expectString
|
|
4909
4909
|
});
|
|
4910
4910
|
}, "de_SegmentGroupList");
|
|
4911
4911
|
var de_SegmentLocation = /* @__PURE__ */ __name((output, context) => {
|
|
4912
4912
|
return (0, import_smithy_client.take)(output, {
|
|
4913
4913
|
Country: import_smithy_client._json,
|
|
4914
|
-
GPSPoint: (_) => de_GPSPointDimension(_, context)
|
|
4914
|
+
GPSPoint: /* @__PURE__ */ __name((_) => de_GPSPointDimension(_, context), "GPSPoint")
|
|
4915
4915
|
});
|
|
4916
4916
|
}, "de_SegmentLocation");
|
|
4917
4917
|
var de_SegmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4919,12 +4919,12 @@ var de_SegmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4919
4919
|
ApplicationId: import_smithy_client.expectString,
|
|
4920
4920
|
Arn: import_smithy_client.expectString,
|
|
4921
4921
|
CreationDate: import_smithy_client.expectString,
|
|
4922
|
-
Dimensions: (_) => de_SegmentDimensions(_, context),
|
|
4922
|
+
Dimensions: /* @__PURE__ */ __name((_) => de_SegmentDimensions(_, context), "Dimensions"),
|
|
4923
4923
|
Id: import_smithy_client.expectString,
|
|
4924
4924
|
ImportDefinition: import_smithy_client._json,
|
|
4925
4925
|
LastModifiedDate: import_smithy_client.expectString,
|
|
4926
4926
|
Name: import_smithy_client.expectString,
|
|
4927
|
-
SegmentGroups: (_) => de_SegmentGroupList(_, context),
|
|
4927
|
+
SegmentGroups: /* @__PURE__ */ __name((_) => de_SegmentGroupList(_, context), "SegmentGroups"),
|
|
4928
4928
|
SegmentType: import_smithy_client.expectString,
|
|
4929
4929
|
Version: import_smithy_client.expectInt32,
|
|
4930
4930
|
tags: [, import_smithy_client._json, `tags`]
|
|
@@ -4932,13 +4932,13 @@ var de_SegmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4932
4932
|
}, "de_SegmentResponse");
|
|
4933
4933
|
var de_SegmentsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4934
4934
|
return (0, import_smithy_client.take)(output, {
|
|
4935
|
-
Item: (_) => de_ListOfSegmentResponse(_, context),
|
|
4935
|
+
Item: /* @__PURE__ */ __name((_) => de_ListOfSegmentResponse(_, context), "Item"),
|
|
4936
4936
|
NextToken: import_smithy_client.expectString
|
|
4937
4937
|
});
|
|
4938
4938
|
}, "de_SegmentsResponse");
|
|
4939
4939
|
var de_SimpleCondition = /* @__PURE__ */ __name((output, context) => {
|
|
4940
4940
|
return (0, import_smithy_client.take)(output, {
|
|
4941
|
-
EventCondition: (_) => de_EventCondition(_, context),
|
|
4941
|
+
EventCondition: /* @__PURE__ */ __name((_) => de_EventCondition(_, context), "EventCondition"),
|
|
4942
4942
|
SegmentCondition: import_smithy_client._json,
|
|
4943
4943
|
SegmentDimensions: [, (_) => de_SegmentDimensions(_, context), `segmentDimensions`]
|
|
4944
4944
|
});
|
|
@@ -4961,7 +4961,7 @@ var de_SMSTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4961
4961
|
var de_StartCondition = /* @__PURE__ */ __name((output, context) => {
|
|
4962
4962
|
return (0, import_smithy_client.take)(output, {
|
|
4963
4963
|
Description: import_smithy_client.expectString,
|
|
4964
|
-
EventStartCondition: (_) => de_EventStartCondition(_, context),
|
|
4964
|
+
EventStartCondition: /* @__PURE__ */ __name((_) => de_EventStartCondition(_, context), "EventStartCondition"),
|
|
4965
4965
|
SegmentStartCondition: import_smithy_client._json
|
|
4966
4966
|
});
|
|
4967
4967
|
}, "de_StartCondition");
|
|
@@ -4985,7 +4985,7 @@ var de_TemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4985
4985
|
}, "de_TemplateResponse");
|
|
4986
4986
|
var de_TemplatesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4987
4987
|
return (0, import_smithy_client.take)(output, {
|
|
4988
|
-
Item: (_) => de_ListOfTemplateResponse(_, context),
|
|
4988
|
+
Item: /* @__PURE__ */ __name((_) => de_ListOfTemplateResponse(_, context), "Item"),
|
|
4989
4989
|
NextToken: import_smithy_client.expectString
|
|
4990
4990
|
});
|
|
4991
4991
|
}, "de_TemplatesResponse");
|
|
@@ -4994,7 +4994,7 @@ var de_TreatmentResource = /* @__PURE__ */ __name((output, context) => {
|
|
|
4994
4994
|
CustomDeliveryConfiguration: import_smithy_client._json,
|
|
4995
4995
|
Id: import_smithy_client.expectString,
|
|
4996
4996
|
MessageConfiguration: import_smithy_client._json,
|
|
4997
|
-
Schedule: (_) => de_Schedule(_, context),
|
|
4997
|
+
Schedule: /* @__PURE__ */ __name((_) => de_Schedule(_, context), "Schedule"),
|
|
4998
4998
|
SizePercent: import_smithy_client.expectInt32,
|
|
4999
4999
|
State: import_smithy_client._json,
|
|
5000
5000
|
TemplateConfiguration: import_smithy_client._json,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|