@aws-sdk/client-customer-profiles 3.649.0 → 3.650.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 +52 -156
- package/dist-es/commands/AddProfileKeyCommand.js +1 -3
- package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateDomainCommand.js +1 -3
- package/dist-es/commands/CreateEventStreamCommand.js +1 -3
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +1 -3
- package/dist-es/commands/CreateProfileCommand.js +1 -3
- package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteDomainCommand.js +1 -3
- package/dist-es/commands/DeleteEventStreamCommand.js +1 -3
- package/dist-es/commands/DeleteIntegrationCommand.js +1 -3
- package/dist-es/commands/DeleteProfileCommand.js +1 -3
- package/dist-es/commands/DeleteProfileKeyCommand.js +1 -3
- package/dist-es/commands/DeleteProfileObjectCommand.js +1 -3
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +1 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +1 -3
- package/dist-es/commands/DetectProfileObjectTypeCommand.js +1 -3
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +1 -3
- package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +1 -3
- package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +1 -3
- package/dist-es/commands/GetDomainCommand.js +1 -3
- package/dist-es/commands/GetEventStreamCommand.js +1 -3
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +1 -3
- package/dist-es/commands/GetIntegrationCommand.js +1 -3
- package/dist-es/commands/GetMatchesCommand.js +1 -3
- package/dist-es/commands/GetProfileObjectTypeCommand.js +1 -3
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +1 -3
- package/dist-es/commands/GetSimilarProfilesCommand.js +1 -3
- package/dist-es/commands/GetWorkflowCommand.js +1 -3
- package/dist-es/commands/GetWorkflowStepsCommand.js +1 -3
- package/dist-es/commands/ListAccountIntegrationsCommand.js +1 -3
- package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +1 -3
- package/dist-es/commands/ListDomainsCommand.js +1 -3
- package/dist-es/commands/ListEventStreamsCommand.js +1 -3
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +1 -3
- package/dist-es/commands/ListIntegrationsCommand.js +1 -3
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +1 -3
- package/dist-es/commands/ListProfileObjectTypesCommand.js +1 -3
- package/dist-es/commands/ListProfileObjectsCommand.js +1 -3
- package/dist-es/commands/ListRuleBasedMatchesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWorkflowsCommand.js +1 -3
- package/dist-es/commands/MergeProfilesCommand.js +1 -3
- package/dist-es/commands/PutIntegrationCommand.js +1 -3
- package/dist-es/commands/PutProfileObjectCommand.js +1 -3
- package/dist-es/commands/PutProfileObjectTypeCommand.js +1 -3
- package/dist-es/commands/SearchProfilesCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateDomainCommand.js +1 -3
- package/dist-es/commands/UpdateProfileCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -2925,9 +2925,7 @@ var _nt = "next-token";
|
|
|
2925
2925
|
var _tK = "tagKeys";
|
|
2926
2926
|
|
|
2927
2927
|
// src/commands/AddProfileKeyCommand.ts
|
|
2928
|
-
var _AddProfileKeyCommand = class _AddProfileKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2929
|
-
...commonParams
|
|
2930
|
-
}).m(function(Command, cs, config, o) {
|
|
2928
|
+
var _AddProfileKeyCommand = class _AddProfileKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2931
2929
|
return [
|
|
2932
2930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2933
2931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2941,9 +2939,7 @@ var AddProfileKeyCommand = _AddProfileKeyCommand;
|
|
|
2941
2939
|
|
|
2942
2940
|
|
|
2943
2941
|
|
|
2944
|
-
var _CreateCalculatedAttributeDefinitionCommand = class _CreateCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2945
|
-
...commonParams
|
|
2946
|
-
}).m(function(Command, cs, config, o) {
|
|
2942
|
+
var _CreateCalculatedAttributeDefinitionCommand = class _CreateCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2947
2943
|
return [
|
|
2948
2944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2949
2945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2960,9 +2956,7 @@ var CreateCalculatedAttributeDefinitionCommand = _CreateCalculatedAttributeDefin
|
|
|
2960
2956
|
|
|
2961
2957
|
|
|
2962
2958
|
|
|
2963
|
-
var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2964
|
-
...commonParams
|
|
2965
|
-
}).m(function(Command, cs, config, o) {
|
|
2959
|
+
var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2966
2960
|
return [
|
|
2967
2961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2968
2962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2976,9 +2970,7 @@ var CreateDomainCommand = _CreateDomainCommand;
|
|
|
2976
2970
|
|
|
2977
2971
|
|
|
2978
2972
|
|
|
2979
|
-
var _CreateEventStreamCommand = class _CreateEventStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2980
|
-
...commonParams
|
|
2981
|
-
}).m(function(Command, cs, config, o) {
|
|
2973
|
+
var _CreateEventStreamCommand = class _CreateEventStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2982
2974
|
return [
|
|
2983
2975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2984
2976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2992,9 +2984,7 @@ var CreateEventStreamCommand = _CreateEventStreamCommand;
|
|
|
2992
2984
|
|
|
2993
2985
|
|
|
2994
2986
|
|
|
2995
|
-
var _CreateIntegrationWorkflowCommand = class _CreateIntegrationWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2996
|
-
...commonParams
|
|
2997
|
-
}).m(function(Command, cs, config, o) {
|
|
2987
|
+
var _CreateIntegrationWorkflowCommand = class _CreateIntegrationWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2998
2988
|
return [
|
|
2999
2989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3000
2990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3008,9 +2998,7 @@ var CreateIntegrationWorkflowCommand = _CreateIntegrationWorkflowCommand;
|
|
|
3008
2998
|
|
|
3009
2999
|
|
|
3010
3000
|
|
|
3011
|
-
var _CreateProfileCommand = class _CreateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3012
|
-
...commonParams
|
|
3013
|
-
}).m(function(Command, cs, config, o) {
|
|
3001
|
+
var _CreateProfileCommand = class _CreateProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3014
3002
|
return [
|
|
3015
3003
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3016
3004
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3024,9 +3012,7 @@ var CreateProfileCommand = _CreateProfileCommand;
|
|
|
3024
3012
|
|
|
3025
3013
|
|
|
3026
3014
|
|
|
3027
|
-
var _DeleteCalculatedAttributeDefinitionCommand = class _DeleteCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3028
|
-
...commonParams
|
|
3029
|
-
}).m(function(Command, cs, config, o) {
|
|
3015
|
+
var _DeleteCalculatedAttributeDefinitionCommand = class _DeleteCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3030
3016
|
return [
|
|
3031
3017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3032
3018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3040,9 +3026,7 @@ var DeleteCalculatedAttributeDefinitionCommand = _DeleteCalculatedAttributeDefin
|
|
|
3040
3026
|
|
|
3041
3027
|
|
|
3042
3028
|
|
|
3043
|
-
var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3044
|
-
...commonParams
|
|
3045
|
-
}).m(function(Command, cs, config, o) {
|
|
3029
|
+
var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3046
3030
|
return [
|
|
3047
3031
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3048
3032
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3056,9 +3040,7 @@ var DeleteDomainCommand = _DeleteDomainCommand;
|
|
|
3056
3040
|
|
|
3057
3041
|
|
|
3058
3042
|
|
|
3059
|
-
var _DeleteEventStreamCommand = class _DeleteEventStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3060
|
-
...commonParams
|
|
3061
|
-
}).m(function(Command, cs, config, o) {
|
|
3043
|
+
var _DeleteEventStreamCommand = class _DeleteEventStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3062
3044
|
return [
|
|
3063
3045
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3064
3046
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3072,9 +3054,7 @@ var DeleteEventStreamCommand = _DeleteEventStreamCommand;
|
|
|
3072
3054
|
|
|
3073
3055
|
|
|
3074
3056
|
|
|
3075
|
-
var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3076
|
-
...commonParams
|
|
3077
|
-
}).m(function(Command, cs, config, o) {
|
|
3057
|
+
var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3078
3058
|
return [
|
|
3079
3059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3080
3060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3088,9 +3068,7 @@ var DeleteIntegrationCommand = _DeleteIntegrationCommand;
|
|
|
3088
3068
|
|
|
3089
3069
|
|
|
3090
3070
|
|
|
3091
|
-
var _DeleteProfileCommand = class _DeleteProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3092
|
-
...commonParams
|
|
3093
|
-
}).m(function(Command, cs, config, o) {
|
|
3071
|
+
var _DeleteProfileCommand = class _DeleteProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3094
3072
|
return [
|
|
3095
3073
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3096
3074
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3104,9 +3082,7 @@ var DeleteProfileCommand = _DeleteProfileCommand;
|
|
|
3104
3082
|
|
|
3105
3083
|
|
|
3106
3084
|
|
|
3107
|
-
var _DeleteProfileKeyCommand = class _DeleteProfileKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3108
|
-
...commonParams
|
|
3109
|
-
}).m(function(Command, cs, config, o) {
|
|
3085
|
+
var _DeleteProfileKeyCommand = class _DeleteProfileKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3110
3086
|
return [
|
|
3111
3087
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3112
3088
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3120,9 +3096,7 @@ var DeleteProfileKeyCommand = _DeleteProfileKeyCommand;
|
|
|
3120
3096
|
|
|
3121
3097
|
|
|
3122
3098
|
|
|
3123
|
-
var _DeleteProfileObjectCommand = class _DeleteProfileObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3124
|
-
...commonParams
|
|
3125
|
-
}).m(function(Command, cs, config, o) {
|
|
3099
|
+
var _DeleteProfileObjectCommand = class _DeleteProfileObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3126
3100
|
return [
|
|
3127
3101
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3128
3102
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3136,9 +3110,7 @@ var DeleteProfileObjectCommand = _DeleteProfileObjectCommand;
|
|
|
3136
3110
|
|
|
3137
3111
|
|
|
3138
3112
|
|
|
3139
|
-
var _DeleteProfileObjectTypeCommand = class _DeleteProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3140
|
-
...commonParams
|
|
3141
|
-
}).m(function(Command, cs, config, o) {
|
|
3113
|
+
var _DeleteProfileObjectTypeCommand = class _DeleteProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3142
3114
|
return [
|
|
3143
3115
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3144
3116
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3152,9 +3124,7 @@ var DeleteProfileObjectTypeCommand = _DeleteProfileObjectTypeCommand;
|
|
|
3152
3124
|
|
|
3153
3125
|
|
|
3154
3126
|
|
|
3155
|
-
var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3156
|
-
...commonParams
|
|
3157
|
-
}).m(function(Command, cs, config, o) {
|
|
3127
|
+
var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3158
3128
|
return [
|
|
3159
3129
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3160
3130
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3168,9 +3138,7 @@ var DeleteWorkflowCommand = _DeleteWorkflowCommand;
|
|
|
3168
3138
|
|
|
3169
3139
|
|
|
3170
3140
|
|
|
3171
|
-
var _DetectProfileObjectTypeCommand = class _DetectProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3172
|
-
...commonParams
|
|
3173
|
-
}).m(function(Command, cs, config, o) {
|
|
3141
|
+
var _DetectProfileObjectTypeCommand = class _DetectProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3174
3142
|
return [
|
|
3175
3143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3176
3144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3184,9 +3152,7 @@ var DetectProfileObjectTypeCommand = _DetectProfileObjectTypeCommand;
|
|
|
3184
3152
|
|
|
3185
3153
|
|
|
3186
3154
|
|
|
3187
|
-
var _GetAutoMergingPreviewCommand = class _GetAutoMergingPreviewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3188
|
-
...commonParams
|
|
3189
|
-
}).m(function(Command, cs, config, o) {
|
|
3155
|
+
var _GetAutoMergingPreviewCommand = class _GetAutoMergingPreviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3190
3156
|
return [
|
|
3191
3157
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3192
3158
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3200,9 +3166,7 @@ var GetAutoMergingPreviewCommand = _GetAutoMergingPreviewCommand;
|
|
|
3200
3166
|
|
|
3201
3167
|
|
|
3202
3168
|
|
|
3203
|
-
var _GetCalculatedAttributeDefinitionCommand = class _GetCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3204
|
-
...commonParams
|
|
3205
|
-
}).m(function(Command, cs, config, o) {
|
|
3169
|
+
var _GetCalculatedAttributeDefinitionCommand = class _GetCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3206
3170
|
return [
|
|
3207
3171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3208
3172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3216,9 +3180,7 @@ var GetCalculatedAttributeDefinitionCommand = _GetCalculatedAttributeDefinitionC
|
|
|
3216
3180
|
|
|
3217
3181
|
|
|
3218
3182
|
|
|
3219
|
-
var _GetCalculatedAttributeForProfileCommand = class _GetCalculatedAttributeForProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3220
|
-
...commonParams
|
|
3221
|
-
}).m(function(Command, cs, config, o) {
|
|
3183
|
+
var _GetCalculatedAttributeForProfileCommand = class _GetCalculatedAttributeForProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3222
3184
|
return [
|
|
3223
3185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3224
3186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3232,9 +3194,7 @@ var GetCalculatedAttributeForProfileCommand = _GetCalculatedAttributeForProfileC
|
|
|
3232
3194
|
|
|
3233
3195
|
|
|
3234
3196
|
|
|
3235
|
-
var _GetDomainCommand = class _GetDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3236
|
-
...commonParams
|
|
3237
|
-
}).m(function(Command, cs, config, o) {
|
|
3197
|
+
var _GetDomainCommand = class _GetDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3238
3198
|
return [
|
|
3239
3199
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3240
3200
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3248,9 +3208,7 @@ var GetDomainCommand = _GetDomainCommand;
|
|
|
3248
3208
|
|
|
3249
3209
|
|
|
3250
3210
|
|
|
3251
|
-
var _GetEventStreamCommand = class _GetEventStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3252
|
-
...commonParams
|
|
3253
|
-
}).m(function(Command, cs, config, o) {
|
|
3211
|
+
var _GetEventStreamCommand = class _GetEventStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3254
3212
|
return [
|
|
3255
3213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3256
3214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3264,9 +3222,7 @@ var GetEventStreamCommand = _GetEventStreamCommand;
|
|
|
3264
3222
|
|
|
3265
3223
|
|
|
3266
3224
|
|
|
3267
|
-
var _GetIdentityResolutionJobCommand = class _GetIdentityResolutionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3268
|
-
...commonParams
|
|
3269
|
-
}).m(function(Command, cs, config, o) {
|
|
3225
|
+
var _GetIdentityResolutionJobCommand = class _GetIdentityResolutionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3270
3226
|
return [
|
|
3271
3227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3272
3228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3280,9 +3236,7 @@ var GetIdentityResolutionJobCommand = _GetIdentityResolutionJobCommand;
|
|
|
3280
3236
|
|
|
3281
3237
|
|
|
3282
3238
|
|
|
3283
|
-
var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3284
|
-
...commonParams
|
|
3285
|
-
}).m(function(Command, cs, config, o) {
|
|
3239
|
+
var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3286
3240
|
return [
|
|
3287
3241
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3288
3242
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3296,9 +3250,7 @@ var GetIntegrationCommand = _GetIntegrationCommand;
|
|
|
3296
3250
|
|
|
3297
3251
|
|
|
3298
3252
|
|
|
3299
|
-
var _GetMatchesCommand = class _GetMatchesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3300
|
-
...commonParams
|
|
3301
|
-
}).m(function(Command, cs, config, o) {
|
|
3253
|
+
var _GetMatchesCommand = class _GetMatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3302
3254
|
return [
|
|
3303
3255
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3304
3256
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3312,9 +3264,7 @@ var GetMatchesCommand = _GetMatchesCommand;
|
|
|
3312
3264
|
|
|
3313
3265
|
|
|
3314
3266
|
|
|
3315
|
-
var _GetProfileObjectTypeCommand = class _GetProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3316
|
-
...commonParams
|
|
3317
|
-
}).m(function(Command, cs, config, o) {
|
|
3267
|
+
var _GetProfileObjectTypeCommand = class _GetProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3318
3268
|
return [
|
|
3319
3269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3320
3270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3328,9 +3278,7 @@ var GetProfileObjectTypeCommand = _GetProfileObjectTypeCommand;
|
|
|
3328
3278
|
|
|
3329
3279
|
|
|
3330
3280
|
|
|
3331
|
-
var _GetProfileObjectTypeTemplateCommand = class _GetProfileObjectTypeTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3332
|
-
...commonParams
|
|
3333
|
-
}).m(function(Command, cs, config, o) {
|
|
3281
|
+
var _GetProfileObjectTypeTemplateCommand = class _GetProfileObjectTypeTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3334
3282
|
return [
|
|
3335
3283
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3336
3284
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3344,9 +3292,7 @@ var GetProfileObjectTypeTemplateCommand = _GetProfileObjectTypeTemplateCommand;
|
|
|
3344
3292
|
|
|
3345
3293
|
|
|
3346
3294
|
|
|
3347
|
-
var _GetSimilarProfilesCommand = class _GetSimilarProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3348
|
-
...commonParams
|
|
3349
|
-
}).m(function(Command, cs, config, o) {
|
|
3295
|
+
var _GetSimilarProfilesCommand = class _GetSimilarProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3350
3296
|
return [
|
|
3351
3297
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3352
3298
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3360,9 +3306,7 @@ var GetSimilarProfilesCommand = _GetSimilarProfilesCommand;
|
|
|
3360
3306
|
|
|
3361
3307
|
|
|
3362
3308
|
|
|
3363
|
-
var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3364
|
-
...commonParams
|
|
3365
|
-
}).m(function(Command, cs, config, o) {
|
|
3309
|
+
var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3366
3310
|
return [
|
|
3367
3311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3368
3312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3376,9 +3320,7 @@ var GetWorkflowCommand = _GetWorkflowCommand;
|
|
|
3376
3320
|
|
|
3377
3321
|
|
|
3378
3322
|
|
|
3379
|
-
var _GetWorkflowStepsCommand = class _GetWorkflowStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3380
|
-
...commonParams
|
|
3381
|
-
}).m(function(Command, cs, config, o) {
|
|
3323
|
+
var _GetWorkflowStepsCommand = class _GetWorkflowStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3382
3324
|
return [
|
|
3383
3325
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3384
3326
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3392,9 +3334,7 @@ var GetWorkflowStepsCommand = _GetWorkflowStepsCommand;
|
|
|
3392
3334
|
|
|
3393
3335
|
|
|
3394
3336
|
|
|
3395
|
-
var _ListAccountIntegrationsCommand = class _ListAccountIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3396
|
-
...commonParams
|
|
3397
|
-
}).m(function(Command, cs, config, o) {
|
|
3337
|
+
var _ListAccountIntegrationsCommand = class _ListAccountIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3398
3338
|
return [
|
|
3399
3339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3400
3340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3408,9 +3348,7 @@ var ListAccountIntegrationsCommand = _ListAccountIntegrationsCommand;
|
|
|
3408
3348
|
|
|
3409
3349
|
|
|
3410
3350
|
|
|
3411
|
-
var _ListCalculatedAttributeDefinitionsCommand = class _ListCalculatedAttributeDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3412
|
-
...commonParams
|
|
3413
|
-
}).m(function(Command, cs, config, o) {
|
|
3351
|
+
var _ListCalculatedAttributeDefinitionsCommand = class _ListCalculatedAttributeDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3414
3352
|
return [
|
|
3415
3353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3416
3354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3424,9 +3362,7 @@ var ListCalculatedAttributeDefinitionsCommand = _ListCalculatedAttributeDefiniti
|
|
|
3424
3362
|
|
|
3425
3363
|
|
|
3426
3364
|
|
|
3427
|
-
var _ListCalculatedAttributesForProfileCommand = class _ListCalculatedAttributesForProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3428
|
-
...commonParams
|
|
3429
|
-
}).m(function(Command, cs, config, o) {
|
|
3365
|
+
var _ListCalculatedAttributesForProfileCommand = class _ListCalculatedAttributesForProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3430
3366
|
return [
|
|
3431
3367
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3432
3368
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3440,9 +3376,7 @@ var ListCalculatedAttributesForProfileCommand = _ListCalculatedAttributesForProf
|
|
|
3440
3376
|
|
|
3441
3377
|
|
|
3442
3378
|
|
|
3443
|
-
var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3444
|
-
...commonParams
|
|
3445
|
-
}).m(function(Command, cs, config, o) {
|
|
3379
|
+
var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3446
3380
|
return [
|
|
3447
3381
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
3382
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3456,9 +3390,7 @@ var ListDomainsCommand = _ListDomainsCommand;
|
|
|
3456
3390
|
|
|
3457
3391
|
|
|
3458
3392
|
|
|
3459
|
-
var _ListEventStreamsCommand = class _ListEventStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3460
|
-
...commonParams
|
|
3461
|
-
}).m(function(Command, cs, config, o) {
|
|
3393
|
+
var _ListEventStreamsCommand = class _ListEventStreamsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3462
3394
|
return [
|
|
3463
3395
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3464
3396
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3472,9 +3404,7 @@ var ListEventStreamsCommand = _ListEventStreamsCommand;
|
|
|
3472
3404
|
|
|
3473
3405
|
|
|
3474
3406
|
|
|
3475
|
-
var _ListIdentityResolutionJobsCommand = class _ListIdentityResolutionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3476
|
-
...commonParams
|
|
3477
|
-
}).m(function(Command, cs, config, o) {
|
|
3407
|
+
var _ListIdentityResolutionJobsCommand = class _ListIdentityResolutionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3478
3408
|
return [
|
|
3479
3409
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3480
3410
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3488,9 +3418,7 @@ var ListIdentityResolutionJobsCommand = _ListIdentityResolutionJobsCommand;
|
|
|
3488
3418
|
|
|
3489
3419
|
|
|
3490
3420
|
|
|
3491
|
-
var _ListIntegrationsCommand = class _ListIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3492
|
-
...commonParams
|
|
3493
|
-
}).m(function(Command, cs, config, o) {
|
|
3421
|
+
var _ListIntegrationsCommand = class _ListIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3494
3422
|
return [
|
|
3495
3423
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3496
3424
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3504,9 +3432,7 @@ var ListIntegrationsCommand = _ListIntegrationsCommand;
|
|
|
3504
3432
|
|
|
3505
3433
|
|
|
3506
3434
|
|
|
3507
|
-
var _ListProfileObjectsCommand = class _ListProfileObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3508
|
-
...commonParams
|
|
3509
|
-
}).m(function(Command, cs, config, o) {
|
|
3435
|
+
var _ListProfileObjectsCommand = class _ListProfileObjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3510
3436
|
return [
|
|
3511
3437
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3512
3438
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3520,9 +3446,7 @@ var ListProfileObjectsCommand = _ListProfileObjectsCommand;
|
|
|
3520
3446
|
|
|
3521
3447
|
|
|
3522
3448
|
|
|
3523
|
-
var _ListProfileObjectTypesCommand = class _ListProfileObjectTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3524
|
-
...commonParams
|
|
3525
|
-
}).m(function(Command, cs, config, o) {
|
|
3449
|
+
var _ListProfileObjectTypesCommand = class _ListProfileObjectTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3526
3450
|
return [
|
|
3527
3451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3528
3452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3536,9 +3460,7 @@ var ListProfileObjectTypesCommand = _ListProfileObjectTypesCommand;
|
|
|
3536
3460
|
|
|
3537
3461
|
|
|
3538
3462
|
|
|
3539
|
-
var _ListProfileObjectTypeTemplatesCommand = class _ListProfileObjectTypeTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3540
|
-
...commonParams
|
|
3541
|
-
}).m(function(Command, cs, config, o) {
|
|
3463
|
+
var _ListProfileObjectTypeTemplatesCommand = class _ListProfileObjectTypeTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3542
3464
|
return [
|
|
3543
3465
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3544
3466
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3552,9 +3474,7 @@ var ListProfileObjectTypeTemplatesCommand = _ListProfileObjectTypeTemplatesComma
|
|
|
3552
3474
|
|
|
3553
3475
|
|
|
3554
3476
|
|
|
3555
|
-
var _ListRuleBasedMatchesCommand = class _ListRuleBasedMatchesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3556
|
-
...commonParams
|
|
3557
|
-
}).m(function(Command, cs, config, o) {
|
|
3477
|
+
var _ListRuleBasedMatchesCommand = class _ListRuleBasedMatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3558
3478
|
return [
|
|
3559
3479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3560
3480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3568,9 +3488,7 @@ var ListRuleBasedMatchesCommand = _ListRuleBasedMatchesCommand;
|
|
|
3568
3488
|
|
|
3569
3489
|
|
|
3570
3490
|
|
|
3571
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3572
|
-
...commonParams
|
|
3573
|
-
}).m(function(Command, cs, config, o) {
|
|
3491
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3574
3492
|
return [
|
|
3575
3493
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3576
3494
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3584,9 +3502,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3584
3502
|
|
|
3585
3503
|
|
|
3586
3504
|
|
|
3587
|
-
var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3588
|
-
...commonParams
|
|
3589
|
-
}).m(function(Command, cs, config, o) {
|
|
3505
|
+
var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3590
3506
|
return [
|
|
3591
3507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3592
3508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3600,9 +3516,7 @@ var ListWorkflowsCommand = _ListWorkflowsCommand;
|
|
|
3600
3516
|
|
|
3601
3517
|
|
|
3602
3518
|
|
|
3603
|
-
var _MergeProfilesCommand = class _MergeProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3604
|
-
...commonParams
|
|
3605
|
-
}).m(function(Command, cs, config, o) {
|
|
3519
|
+
var _MergeProfilesCommand = class _MergeProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3606
3520
|
return [
|
|
3607
3521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3608
3522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3616,9 +3530,7 @@ var MergeProfilesCommand = _MergeProfilesCommand;
|
|
|
3616
3530
|
|
|
3617
3531
|
|
|
3618
3532
|
|
|
3619
|
-
var _PutIntegrationCommand = class _PutIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3620
|
-
...commonParams
|
|
3621
|
-
}).m(function(Command, cs, config, o) {
|
|
3533
|
+
var _PutIntegrationCommand = class _PutIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3622
3534
|
return [
|
|
3623
3535
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3624
3536
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3632,9 +3544,7 @@ var PutIntegrationCommand = _PutIntegrationCommand;
|
|
|
3632
3544
|
|
|
3633
3545
|
|
|
3634
3546
|
|
|
3635
|
-
var _PutProfileObjectCommand = class _PutProfileObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3636
|
-
...commonParams
|
|
3637
|
-
}).m(function(Command, cs, config, o) {
|
|
3547
|
+
var _PutProfileObjectCommand = class _PutProfileObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3638
3548
|
return [
|
|
3639
3549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3640
3550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3648,9 +3558,7 @@ var PutProfileObjectCommand = _PutProfileObjectCommand;
|
|
|
3648
3558
|
|
|
3649
3559
|
|
|
3650
3560
|
|
|
3651
|
-
var _PutProfileObjectTypeCommand = class _PutProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3652
|
-
...commonParams
|
|
3653
|
-
}).m(function(Command, cs, config, o) {
|
|
3561
|
+
var _PutProfileObjectTypeCommand = class _PutProfileObjectTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3654
3562
|
return [
|
|
3655
3563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3656
3564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3664,9 +3572,7 @@ var PutProfileObjectTypeCommand = _PutProfileObjectTypeCommand;
|
|
|
3664
3572
|
|
|
3665
3573
|
|
|
3666
3574
|
|
|
3667
|
-
var _SearchProfilesCommand = class _SearchProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3668
|
-
...commonParams
|
|
3669
|
-
}).m(function(Command, cs, config, o) {
|
|
3575
|
+
var _SearchProfilesCommand = class _SearchProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3670
3576
|
return [
|
|
3671
3577
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3672
3578
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3680,9 +3586,7 @@ var SearchProfilesCommand = _SearchProfilesCommand;
|
|
|
3680
3586
|
|
|
3681
3587
|
|
|
3682
3588
|
|
|
3683
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3684
|
-
...commonParams
|
|
3685
|
-
}).m(function(Command, cs, config, o) {
|
|
3589
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3686
3590
|
return [
|
|
3687
3591
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3688
3592
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3696,9 +3600,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3696
3600
|
|
|
3697
3601
|
|
|
3698
3602
|
|
|
3699
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3700
|
-
...commonParams
|
|
3701
|
-
}).m(function(Command, cs, config, o) {
|
|
3603
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3702
3604
|
return [
|
|
3703
3605
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3704
3606
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3712,9 +3614,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3712
3614
|
|
|
3713
3615
|
|
|
3714
3616
|
|
|
3715
|
-
var _UpdateCalculatedAttributeDefinitionCommand = class _UpdateCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3716
|
-
...commonParams
|
|
3717
|
-
}).m(function(Command, cs, config, o) {
|
|
3617
|
+
var _UpdateCalculatedAttributeDefinitionCommand = class _UpdateCalculatedAttributeDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3718
3618
|
return [
|
|
3719
3619
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3720
3620
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3731,9 +3631,7 @@ var UpdateCalculatedAttributeDefinitionCommand = _UpdateCalculatedAttributeDefin
|
|
|
3731
3631
|
|
|
3732
3632
|
|
|
3733
3633
|
|
|
3734
|
-
var _UpdateDomainCommand = class _UpdateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3735
|
-
...commonParams
|
|
3736
|
-
}).m(function(Command, cs, config, o) {
|
|
3634
|
+
var _UpdateDomainCommand = class _UpdateDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3737
3635
|
return [
|
|
3738
3636
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3739
3637
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3747,9 +3645,7 @@ var UpdateDomainCommand = _UpdateDomainCommand;
|
|
|
3747
3645
|
|
|
3748
3646
|
|
|
3749
3647
|
|
|
3750
|
-
var _UpdateProfileCommand = class _UpdateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3751
|
-
...commonParams
|
|
3752
|
-
}).m(function(Command, cs, config, o) {
|
|
3648
|
+
var _UpdateProfileCommand = class _UpdateProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3753
3649
|
return [
|
|
3754
3650
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3755
3651
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddProfileKeyCommand, se_AddProfileKeyCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddProfileKeyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateCalculatedAttributeDefinitionCommand, se_CreateCalculatedAttri
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateCalculatedAttributeDefinitionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateEventStreamCommand, se_CreateEventStreamCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEventStreamCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateIntegrationWorkflowCommand, se_CreateIntegrationWorkflowComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateIntegrationWorkflowCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateProfileCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteCalculatedAttributeDefinitionCommand, se_DeleteCalculatedAttri
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCalculatedAttributeDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|