@aws-sdk/client-pinpoint-email 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 +42 -126
- package/dist-es/commands/CreateConfigurationSetCommand.js +1 -3
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +1 -3
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +1 -3
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +1 -3
- package/dist-es/commands/CreateEmailIdentityCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationSetCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +1 -3
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +1 -3
- package/dist-es/commands/DeleteEmailIdentityCommand.js +1 -3
- package/dist-es/commands/GetAccountCommand.js +1 -3
- package/dist-es/commands/GetBlacklistReportsCommand.js +1 -3
- package/dist-es/commands/GetConfigurationSetCommand.js +1 -3
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +1 -3
- package/dist-es/commands/GetDedicatedIpCommand.js +1 -3
- package/dist-es/commands/GetDedicatedIpsCommand.js +1 -3
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +1 -3
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +1 -3
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +1 -3
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +1 -3
- package/dist-es/commands/GetEmailIdentityCommand.js +1 -3
- package/dist-es/commands/ListConfigurationSetsCommand.js +1 -3
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +1 -3
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +1 -3
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +1 -3
- package/dist-es/commands/ListEmailIdentitiesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +1 -3
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +1 -3
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +1 -3
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +1 -3
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +1 -3
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +1 -3
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +1 -3
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +1 -3
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +1 -3
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +1 -3
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +1 -3
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +1 -3
- package/dist-es/commands/SendEmailCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1955,9 +1955,7 @@ var _SD = "StartDate";
|
|
|
1955
1955
|
var _TK = "TagKeys";
|
|
1956
1956
|
|
|
1957
1957
|
// src/commands/CreateConfigurationSetCommand.ts
|
|
1958
|
-
var _CreateConfigurationSetCommand = class _CreateConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1959
|
-
...commonParams
|
|
1960
|
-
}).m(function(Command, cs, config, o) {
|
|
1958
|
+
var _CreateConfigurationSetCommand = class _CreateConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1961
1959
|
return [
|
|
1962
1960
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1963
1961
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1971,9 +1969,7 @@ var CreateConfigurationSetCommand = _CreateConfigurationSetCommand;
|
|
|
1971
1969
|
|
|
1972
1970
|
|
|
1973
1971
|
|
|
1974
|
-
var _CreateConfigurationSetEventDestinationCommand = class _CreateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1975
|
-
...commonParams
|
|
1976
|
-
}).m(function(Command, cs, config, o) {
|
|
1972
|
+
var _CreateConfigurationSetEventDestinationCommand = class _CreateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1977
1973
|
return [
|
|
1978
1974
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1979
1975
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1987,9 +1983,7 @@ var CreateConfigurationSetEventDestinationCommand = _CreateConfigurationSetEvent
|
|
|
1987
1983
|
|
|
1988
1984
|
|
|
1989
1985
|
|
|
1990
|
-
var _CreateDedicatedIpPoolCommand = class _CreateDedicatedIpPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1991
|
-
...commonParams
|
|
1992
|
-
}).m(function(Command, cs, config, o) {
|
|
1986
|
+
var _CreateDedicatedIpPoolCommand = class _CreateDedicatedIpPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1993
1987
|
return [
|
|
1994
1988
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1995
1989
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2003,9 +1997,7 @@ var CreateDedicatedIpPoolCommand = _CreateDedicatedIpPoolCommand;
|
|
|
2003
1997
|
|
|
2004
1998
|
|
|
2005
1999
|
|
|
2006
|
-
var _CreateDeliverabilityTestReportCommand = class _CreateDeliverabilityTestReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2007
|
-
...commonParams
|
|
2008
|
-
}).m(function(Command, cs, config, o) {
|
|
2000
|
+
var _CreateDeliverabilityTestReportCommand = class _CreateDeliverabilityTestReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2009
2001
|
return [
|
|
2010
2002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2011
2003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2019,9 +2011,7 @@ var CreateDeliverabilityTestReportCommand = _CreateDeliverabilityTestReportComma
|
|
|
2019
2011
|
|
|
2020
2012
|
|
|
2021
2013
|
|
|
2022
|
-
var _CreateEmailIdentityCommand = class _CreateEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2023
|
-
...commonParams
|
|
2024
|
-
}).m(function(Command, cs, config, o) {
|
|
2014
|
+
var _CreateEmailIdentityCommand = class _CreateEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2025
2015
|
return [
|
|
2026
2016
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2027
2017
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2035,9 +2025,7 @@ var CreateEmailIdentityCommand = _CreateEmailIdentityCommand;
|
|
|
2035
2025
|
|
|
2036
2026
|
|
|
2037
2027
|
|
|
2038
|
-
var _DeleteConfigurationSetCommand = class _DeleteConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2039
|
-
...commonParams
|
|
2040
|
-
}).m(function(Command, cs, config, o) {
|
|
2028
|
+
var _DeleteConfigurationSetCommand = class _DeleteConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2041
2029
|
return [
|
|
2042
2030
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2043
2031
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2051,9 +2039,7 @@ var DeleteConfigurationSetCommand = _DeleteConfigurationSetCommand;
|
|
|
2051
2039
|
|
|
2052
2040
|
|
|
2053
2041
|
|
|
2054
|
-
var _DeleteConfigurationSetEventDestinationCommand = class _DeleteConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2055
|
-
...commonParams
|
|
2056
|
-
}).m(function(Command, cs, config, o) {
|
|
2042
|
+
var _DeleteConfigurationSetEventDestinationCommand = class _DeleteConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2057
2043
|
return [
|
|
2058
2044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2059
2045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2067,9 +2053,7 @@ var DeleteConfigurationSetEventDestinationCommand = _DeleteConfigurationSetEvent
|
|
|
2067
2053
|
|
|
2068
2054
|
|
|
2069
2055
|
|
|
2070
|
-
var _DeleteDedicatedIpPoolCommand = class _DeleteDedicatedIpPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2071
|
-
...commonParams
|
|
2072
|
-
}).m(function(Command, cs, config, o) {
|
|
2056
|
+
var _DeleteDedicatedIpPoolCommand = class _DeleteDedicatedIpPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2073
2057
|
return [
|
|
2074
2058
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2075
2059
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2083,9 +2067,7 @@ var DeleteDedicatedIpPoolCommand = _DeleteDedicatedIpPoolCommand;
|
|
|
2083
2067
|
|
|
2084
2068
|
|
|
2085
2069
|
|
|
2086
|
-
var _DeleteEmailIdentityCommand = class _DeleteEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2087
|
-
...commonParams
|
|
2088
|
-
}).m(function(Command, cs, config, o) {
|
|
2070
|
+
var _DeleteEmailIdentityCommand = class _DeleteEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2089
2071
|
return [
|
|
2090
2072
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2091
2073
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2099,9 +2081,7 @@ var DeleteEmailIdentityCommand = _DeleteEmailIdentityCommand;
|
|
|
2099
2081
|
|
|
2100
2082
|
|
|
2101
2083
|
|
|
2102
|
-
var _GetAccountCommand = class _GetAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2103
|
-
...commonParams
|
|
2104
|
-
}).m(function(Command, cs, config, o) {
|
|
2084
|
+
var _GetAccountCommand = class _GetAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2105
2085
|
return [
|
|
2106
2086
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2107
2087
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2115,9 +2095,7 @@ var GetAccountCommand = _GetAccountCommand;
|
|
|
2115
2095
|
|
|
2116
2096
|
|
|
2117
2097
|
|
|
2118
|
-
var _GetBlacklistReportsCommand = class _GetBlacklistReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2119
|
-
...commonParams
|
|
2120
|
-
}).m(function(Command, cs, config, o) {
|
|
2098
|
+
var _GetBlacklistReportsCommand = class _GetBlacklistReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2121
2099
|
return [
|
|
2122
2100
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2123
2101
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2131,9 +2109,7 @@ var GetBlacklistReportsCommand = _GetBlacklistReportsCommand;
|
|
|
2131
2109
|
|
|
2132
2110
|
|
|
2133
2111
|
|
|
2134
|
-
var _GetConfigurationSetCommand = class _GetConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2135
|
-
...commonParams
|
|
2136
|
-
}).m(function(Command, cs, config, o) {
|
|
2112
|
+
var _GetConfigurationSetCommand = class _GetConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2137
2113
|
return [
|
|
2138
2114
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2139
2115
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2147,9 +2123,7 @@ var GetConfigurationSetCommand = _GetConfigurationSetCommand;
|
|
|
2147
2123
|
|
|
2148
2124
|
|
|
2149
2125
|
|
|
2150
|
-
var _GetConfigurationSetEventDestinationsCommand = class _GetConfigurationSetEventDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2151
|
-
...commonParams
|
|
2152
|
-
}).m(function(Command, cs, config, o) {
|
|
2126
|
+
var _GetConfigurationSetEventDestinationsCommand = class _GetConfigurationSetEventDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2153
2127
|
return [
|
|
2154
2128
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2155
2129
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2163,9 +2137,7 @@ var GetConfigurationSetEventDestinationsCommand = _GetConfigurationSetEventDesti
|
|
|
2163
2137
|
|
|
2164
2138
|
|
|
2165
2139
|
|
|
2166
|
-
var _GetDedicatedIpCommand = class _GetDedicatedIpCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2167
|
-
...commonParams
|
|
2168
|
-
}).m(function(Command, cs, config, o) {
|
|
2140
|
+
var _GetDedicatedIpCommand = class _GetDedicatedIpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2169
2141
|
return [
|
|
2170
2142
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2171
2143
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2179,9 +2151,7 @@ var GetDedicatedIpCommand = _GetDedicatedIpCommand;
|
|
|
2179
2151
|
|
|
2180
2152
|
|
|
2181
2153
|
|
|
2182
|
-
var _GetDedicatedIpsCommand = class _GetDedicatedIpsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2183
|
-
...commonParams
|
|
2184
|
-
}).m(function(Command, cs, config, o) {
|
|
2154
|
+
var _GetDedicatedIpsCommand = class _GetDedicatedIpsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2185
2155
|
return [
|
|
2186
2156
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2187
2157
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2195,9 +2165,7 @@ var GetDedicatedIpsCommand = _GetDedicatedIpsCommand;
|
|
|
2195
2165
|
|
|
2196
2166
|
|
|
2197
2167
|
|
|
2198
|
-
var _GetDeliverabilityDashboardOptionsCommand = class _GetDeliverabilityDashboardOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2199
|
-
...commonParams
|
|
2200
|
-
}).m(function(Command, cs, config, o) {
|
|
2168
|
+
var _GetDeliverabilityDashboardOptionsCommand = class _GetDeliverabilityDashboardOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2201
2169
|
return [
|
|
2202
2170
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2203
2171
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2211,9 +2179,7 @@ var GetDeliverabilityDashboardOptionsCommand = _GetDeliverabilityDashboardOption
|
|
|
2211
2179
|
|
|
2212
2180
|
|
|
2213
2181
|
|
|
2214
|
-
var _GetDeliverabilityTestReportCommand = class _GetDeliverabilityTestReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2215
|
-
...commonParams
|
|
2216
|
-
}).m(function(Command, cs, config, o) {
|
|
2182
|
+
var _GetDeliverabilityTestReportCommand = class _GetDeliverabilityTestReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2217
2183
|
return [
|
|
2218
2184
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2219
2185
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2227,9 +2193,7 @@ var GetDeliverabilityTestReportCommand = _GetDeliverabilityTestReportCommand;
|
|
|
2227
2193
|
|
|
2228
2194
|
|
|
2229
2195
|
|
|
2230
|
-
var _GetDomainDeliverabilityCampaignCommand = class _GetDomainDeliverabilityCampaignCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2231
|
-
...commonParams
|
|
2232
|
-
}).m(function(Command, cs, config, o) {
|
|
2196
|
+
var _GetDomainDeliverabilityCampaignCommand = class _GetDomainDeliverabilityCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2233
2197
|
return [
|
|
2234
2198
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2235
2199
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2243,9 +2207,7 @@ var GetDomainDeliverabilityCampaignCommand = _GetDomainDeliverabilityCampaignCom
|
|
|
2243
2207
|
|
|
2244
2208
|
|
|
2245
2209
|
|
|
2246
|
-
var _GetDomainStatisticsReportCommand = class _GetDomainStatisticsReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2247
|
-
...commonParams
|
|
2248
|
-
}).m(function(Command, cs, config, o) {
|
|
2210
|
+
var _GetDomainStatisticsReportCommand = class _GetDomainStatisticsReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2249
2211
|
return [
|
|
2250
2212
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2251
2213
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2259,9 +2221,7 @@ var GetDomainStatisticsReportCommand = _GetDomainStatisticsReportCommand;
|
|
|
2259
2221
|
|
|
2260
2222
|
|
|
2261
2223
|
|
|
2262
|
-
var _GetEmailIdentityCommand = class _GetEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2263
|
-
...commonParams
|
|
2264
|
-
}).m(function(Command, cs, config, o) {
|
|
2224
|
+
var _GetEmailIdentityCommand = class _GetEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2265
2225
|
return [
|
|
2266
2226
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2267
2227
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2275,9 +2235,7 @@ var GetEmailIdentityCommand = _GetEmailIdentityCommand;
|
|
|
2275
2235
|
|
|
2276
2236
|
|
|
2277
2237
|
|
|
2278
|
-
var _ListConfigurationSetsCommand = class _ListConfigurationSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2279
|
-
...commonParams
|
|
2280
|
-
}).m(function(Command, cs, config, o) {
|
|
2238
|
+
var _ListConfigurationSetsCommand = class _ListConfigurationSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2281
2239
|
return [
|
|
2282
2240
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2283
2241
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2291,9 +2249,7 @@ var ListConfigurationSetsCommand = _ListConfigurationSetsCommand;
|
|
|
2291
2249
|
|
|
2292
2250
|
|
|
2293
2251
|
|
|
2294
|
-
var _ListDedicatedIpPoolsCommand = class _ListDedicatedIpPoolsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2295
|
-
...commonParams
|
|
2296
|
-
}).m(function(Command, cs, config, o) {
|
|
2252
|
+
var _ListDedicatedIpPoolsCommand = class _ListDedicatedIpPoolsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2297
2253
|
return [
|
|
2298
2254
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2299
2255
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2307,9 +2263,7 @@ var ListDedicatedIpPoolsCommand = _ListDedicatedIpPoolsCommand;
|
|
|
2307
2263
|
|
|
2308
2264
|
|
|
2309
2265
|
|
|
2310
|
-
var _ListDeliverabilityTestReportsCommand = class _ListDeliverabilityTestReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2311
|
-
...commonParams
|
|
2312
|
-
}).m(function(Command, cs, config, o) {
|
|
2266
|
+
var _ListDeliverabilityTestReportsCommand = class _ListDeliverabilityTestReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2313
2267
|
return [
|
|
2314
2268
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2315
2269
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2323,9 +2277,7 @@ var ListDeliverabilityTestReportsCommand = _ListDeliverabilityTestReportsCommand
|
|
|
2323
2277
|
|
|
2324
2278
|
|
|
2325
2279
|
|
|
2326
|
-
var _ListDomainDeliverabilityCampaignsCommand = class _ListDomainDeliverabilityCampaignsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2327
|
-
...commonParams
|
|
2328
|
-
}).m(function(Command, cs, config, o) {
|
|
2280
|
+
var _ListDomainDeliverabilityCampaignsCommand = class _ListDomainDeliverabilityCampaignsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2329
2281
|
return [
|
|
2330
2282
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2331
2283
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2339,9 +2291,7 @@ var ListDomainDeliverabilityCampaignsCommand = _ListDomainDeliverabilityCampaign
|
|
|
2339
2291
|
|
|
2340
2292
|
|
|
2341
2293
|
|
|
2342
|
-
var _ListEmailIdentitiesCommand = class _ListEmailIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2343
|
-
...commonParams
|
|
2344
|
-
}).m(function(Command, cs, config, o) {
|
|
2294
|
+
var _ListEmailIdentitiesCommand = class _ListEmailIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2345
2295
|
return [
|
|
2346
2296
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2347
2297
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2355,9 +2305,7 @@ var ListEmailIdentitiesCommand = _ListEmailIdentitiesCommand;
|
|
|
2355
2305
|
|
|
2356
2306
|
|
|
2357
2307
|
|
|
2358
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2359
|
-
...commonParams
|
|
2360
|
-
}).m(function(Command, cs, config, o) {
|
|
2308
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2361
2309
|
return [
|
|
2362
2310
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2363
2311
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2371,9 +2319,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2371
2319
|
|
|
2372
2320
|
|
|
2373
2321
|
|
|
2374
|
-
var _PutAccountDedicatedIpWarmupAttributesCommand = class _PutAccountDedicatedIpWarmupAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2375
|
-
...commonParams
|
|
2376
|
-
}).m(function(Command, cs, config, o) {
|
|
2322
|
+
var _PutAccountDedicatedIpWarmupAttributesCommand = class _PutAccountDedicatedIpWarmupAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2377
2323
|
return [
|
|
2378
2324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2379
2325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2387,9 +2333,7 @@ var PutAccountDedicatedIpWarmupAttributesCommand = _PutAccountDedicatedIpWarmupA
|
|
|
2387
2333
|
|
|
2388
2334
|
|
|
2389
2335
|
|
|
2390
|
-
var _PutAccountSendingAttributesCommand = class _PutAccountSendingAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2391
|
-
...commonParams
|
|
2392
|
-
}).m(function(Command, cs, config, o) {
|
|
2336
|
+
var _PutAccountSendingAttributesCommand = class _PutAccountSendingAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2393
2337
|
return [
|
|
2394
2338
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2395
2339
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2403,9 +2347,7 @@ var PutAccountSendingAttributesCommand = _PutAccountSendingAttributesCommand;
|
|
|
2403
2347
|
|
|
2404
2348
|
|
|
2405
2349
|
|
|
2406
|
-
var _PutConfigurationSetDeliveryOptionsCommand = class _PutConfigurationSetDeliveryOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2407
|
-
...commonParams
|
|
2408
|
-
}).m(function(Command, cs, config, o) {
|
|
2350
|
+
var _PutConfigurationSetDeliveryOptionsCommand = class _PutConfigurationSetDeliveryOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2409
2351
|
return [
|
|
2410
2352
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2411
2353
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2419,9 +2361,7 @@ var PutConfigurationSetDeliveryOptionsCommand = _PutConfigurationSetDeliveryOpti
|
|
|
2419
2361
|
|
|
2420
2362
|
|
|
2421
2363
|
|
|
2422
|
-
var _PutConfigurationSetReputationOptionsCommand = class _PutConfigurationSetReputationOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2423
|
-
...commonParams
|
|
2424
|
-
}).m(function(Command, cs, config, o) {
|
|
2364
|
+
var _PutConfigurationSetReputationOptionsCommand = class _PutConfigurationSetReputationOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2425
2365
|
return [
|
|
2426
2366
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2427
2367
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2435,9 +2375,7 @@ var PutConfigurationSetReputationOptionsCommand = _PutConfigurationSetReputation
|
|
|
2435
2375
|
|
|
2436
2376
|
|
|
2437
2377
|
|
|
2438
|
-
var _PutConfigurationSetSendingOptionsCommand = class _PutConfigurationSetSendingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2439
|
-
...commonParams
|
|
2440
|
-
}).m(function(Command, cs, config, o) {
|
|
2378
|
+
var _PutConfigurationSetSendingOptionsCommand = class _PutConfigurationSetSendingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2441
2379
|
return [
|
|
2442
2380
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2443
2381
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2451,9 +2389,7 @@ var PutConfigurationSetSendingOptionsCommand = _PutConfigurationSetSendingOption
|
|
|
2451
2389
|
|
|
2452
2390
|
|
|
2453
2391
|
|
|
2454
|
-
var _PutConfigurationSetTrackingOptionsCommand = class _PutConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2455
|
-
...commonParams
|
|
2456
|
-
}).m(function(Command, cs, config, o) {
|
|
2392
|
+
var _PutConfigurationSetTrackingOptionsCommand = class _PutConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2457
2393
|
return [
|
|
2458
2394
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2459
2395
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2467,9 +2403,7 @@ var PutConfigurationSetTrackingOptionsCommand = _PutConfigurationSetTrackingOpti
|
|
|
2467
2403
|
|
|
2468
2404
|
|
|
2469
2405
|
|
|
2470
|
-
var _PutDedicatedIpInPoolCommand = class _PutDedicatedIpInPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2471
|
-
...commonParams
|
|
2472
|
-
}).m(function(Command, cs, config, o) {
|
|
2406
|
+
var _PutDedicatedIpInPoolCommand = class _PutDedicatedIpInPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2473
2407
|
return [
|
|
2474
2408
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2475
2409
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2483,9 +2417,7 @@ var PutDedicatedIpInPoolCommand = _PutDedicatedIpInPoolCommand;
|
|
|
2483
2417
|
|
|
2484
2418
|
|
|
2485
2419
|
|
|
2486
|
-
var _PutDedicatedIpWarmupAttributesCommand = class _PutDedicatedIpWarmupAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2487
|
-
...commonParams
|
|
2488
|
-
}).m(function(Command, cs, config, o) {
|
|
2420
|
+
var _PutDedicatedIpWarmupAttributesCommand = class _PutDedicatedIpWarmupAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2489
2421
|
return [
|
|
2490
2422
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2491
2423
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2499,9 +2431,7 @@ var PutDedicatedIpWarmupAttributesCommand = _PutDedicatedIpWarmupAttributesComma
|
|
|
2499
2431
|
|
|
2500
2432
|
|
|
2501
2433
|
|
|
2502
|
-
var _PutDeliverabilityDashboardOptionCommand = class _PutDeliverabilityDashboardOptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2503
|
-
...commonParams
|
|
2504
|
-
}).m(function(Command, cs, config, o) {
|
|
2434
|
+
var _PutDeliverabilityDashboardOptionCommand = class _PutDeliverabilityDashboardOptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2505
2435
|
return [
|
|
2506
2436
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2507
2437
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2515,9 +2445,7 @@ var PutDeliverabilityDashboardOptionCommand = _PutDeliverabilityDashboardOptionC
|
|
|
2515
2445
|
|
|
2516
2446
|
|
|
2517
2447
|
|
|
2518
|
-
var _PutEmailIdentityDkimAttributesCommand = class _PutEmailIdentityDkimAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2519
|
-
...commonParams
|
|
2520
|
-
}).m(function(Command, cs, config, o) {
|
|
2448
|
+
var _PutEmailIdentityDkimAttributesCommand = class _PutEmailIdentityDkimAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2521
2449
|
return [
|
|
2522
2450
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2523
2451
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2531,9 +2459,7 @@ var PutEmailIdentityDkimAttributesCommand = _PutEmailIdentityDkimAttributesComma
|
|
|
2531
2459
|
|
|
2532
2460
|
|
|
2533
2461
|
|
|
2534
|
-
var _PutEmailIdentityFeedbackAttributesCommand = class _PutEmailIdentityFeedbackAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2535
|
-
...commonParams
|
|
2536
|
-
}).m(function(Command, cs, config, o) {
|
|
2462
|
+
var _PutEmailIdentityFeedbackAttributesCommand = class _PutEmailIdentityFeedbackAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2537
2463
|
return [
|
|
2538
2464
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2539
2465
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2547,9 +2473,7 @@ var PutEmailIdentityFeedbackAttributesCommand = _PutEmailIdentityFeedbackAttribu
|
|
|
2547
2473
|
|
|
2548
2474
|
|
|
2549
2475
|
|
|
2550
|
-
var _PutEmailIdentityMailFromAttributesCommand = class _PutEmailIdentityMailFromAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2551
|
-
...commonParams
|
|
2552
|
-
}).m(function(Command, cs, config, o) {
|
|
2476
|
+
var _PutEmailIdentityMailFromAttributesCommand = class _PutEmailIdentityMailFromAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2553
2477
|
return [
|
|
2554
2478
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2555
2479
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2563,9 +2487,7 @@ var PutEmailIdentityMailFromAttributesCommand = _PutEmailIdentityMailFromAttribu
|
|
|
2563
2487
|
|
|
2564
2488
|
|
|
2565
2489
|
|
|
2566
|
-
var _SendEmailCommand = class _SendEmailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2567
|
-
...commonParams
|
|
2568
|
-
}).m(function(Command, cs, config, o) {
|
|
2490
|
+
var _SendEmailCommand = class _SendEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2569
2491
|
return [
|
|
2570
2492
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2571
2493
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2579,9 +2501,7 @@ var SendEmailCommand = _SendEmailCommand;
|
|
|
2579
2501
|
|
|
2580
2502
|
|
|
2581
2503
|
|
|
2582
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2583
|
-
...commonParams
|
|
2584
|
-
}).m(function(Command, cs, config, o) {
|
|
2504
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2585
2505
|
return [
|
|
2586
2506
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2587
2507
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2595,9 +2515,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2595
2515
|
|
|
2596
2516
|
|
|
2597
2517
|
|
|
2598
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2599
|
-
...commonParams
|
|
2600
|
-
}).m(function(Command, cs, config, o) {
|
|
2518
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2601
2519
|
return [
|
|
2602
2520
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2603
2521
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2611,9 +2529,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2611
2529
|
|
|
2612
2530
|
|
|
2613
2531
|
|
|
2614
|
-
var _UpdateConfigurationSetEventDestinationCommand = class _UpdateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2615
|
-
...commonParams
|
|
2616
|
-
}).m(function(Command, cs, config, o) {
|
|
2532
|
+
var _UpdateConfigurationSetEventDestinationCommand = class _UpdateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2617
2533
|
return [
|
|
2618
2534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2619
2535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConfigurationSetCommand 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_CreateConfigurationSetEventDestinationCommand, se_CreateConfiguratio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConfigurationSetEventDestinationCommand 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_CreateDedicatedIpPoolCommand, se_CreateDedicatedIpPoolCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDedicatedIpPoolCommand 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_CreateDeliverabilityTestReportCommand, se_CreateDeliverabilityTestRe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDeliverabilityTestReportCommand 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_CreateEmailIdentityCommand, se_CreateEmailIdentityCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEmailIdentityCommand 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_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConfigurationSetCommand 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_DeleteConfigurationSetEventDestinationCommand, se_DeleteConfiguratio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConfigurationSetEventDestinationCommand 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_DeleteDedicatedIpPoolCommand, se_DeleteDedicatedIpPoolCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDedicatedIpPoolCommand 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_DeleteEmailIdentityCommand, se_DeleteEmailIdentityCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEmailIdentityCommand 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_GetAccountCommand, se_GetAccountCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccountCommand 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_GetBlacklistReportsCommand, se_GetBlacklistReportsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetBlacklistReportsCommand 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_GetConfigurationSetCommand, se_GetConfigurationSetCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConfigurationSetCommand 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_GetConfigurationSetEventDestinationsCommand, se_GetConfigurationSetE
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConfigurationSetEventDestinationsCommand 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_GetDedicatedIpCommand, se_GetDedicatedIpCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDedicatedIpCommand 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_GetDedicatedIpsCommand, se_GetDedicatedIpsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDedicatedIpsCommand 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_GetDeliverabilityDashboardOptionsCommand, se_GetDeliverabilityDashbo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDeliverabilityDashboardOptionsCommand 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_GetDeliverabilityTestReportCommand, se_GetDeliverabilityTestReportCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDeliverabilityTestReportCommand 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_GetDomainDeliverabilityCampaignCommand, se_GetDomainDeliverabilityCa
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDomainDeliverabilityCampaignCommand 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_GetDomainStatisticsReportCommand, se_GetDomainStatisticsReportComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDomainStatisticsReportCommand 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_GetEmailIdentityCommand, se_GetEmailIdentityCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEmailIdentityCommand 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_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListConfigurationSetsCommand 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_ListDedicatedIpPoolsCommand, se_ListDedicatedIpPoolsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDedicatedIpPoolsCommand 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_ListDeliverabilityTestReportsCommand, se_ListDeliverabilityTestRepor
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeliverabilityTestReportsCommand 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_ListDomainDeliverabilityCampaignsCommand, se_ListDomainDeliverabilit
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDomainDeliverabilityCampaignsCommand 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_ListEmailIdentitiesCommand, se_ListEmailIdentitiesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEmailIdentitiesCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand 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_PutAccountDedicatedIpWarmupAttributesCommand, se_PutAccountDedicated
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAccountDedicatedIpWarmupAttributesCommand 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_PutAccountSendingAttributesCommand, se_PutAccountSendingAttributesCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAccountSendingAttributesCommand 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_PutConfigurationSetDeliveryOptionsCommand, se_PutConfigurationSetDel
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutConfigurationSetDeliveryOptionsCommand 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_PutConfigurationSetReputationOptionsCommand, se_PutConfigurationSetR
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutConfigurationSetReputationOptionsCommand 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_PutConfigurationSetSendingOptionsCommand, se_PutConfigurationSetSend
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutConfigurationSetSendingOptionsCommand 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_PutConfigurationSetTrackingOptionsCommand, se_PutConfigurationSetTra
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutConfigurationSetTrackingOptionsCommand 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_PutDedicatedIpInPoolCommand, se_PutDedicatedIpInPoolCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutDedicatedIpInPoolCommand 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_PutDedicatedIpWarmupAttributesCommand, se_PutDedicatedIpWarmupAttrib
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutDedicatedIpWarmupAttributesCommand 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_PutDeliverabilityDashboardOptionCommand, se_PutDeliverabilityDashboa
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutDeliverabilityDashboardOptionCommand 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_PutEmailIdentityDkimAttributesCommand, se_PutEmailIdentityDkimAttrib
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutEmailIdentityDkimAttributesCommand 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_PutEmailIdentityFeedbackAttributesCommand, se_PutEmailIdentityFeedba
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutEmailIdentityFeedbackAttributesCommand 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_PutEmailIdentityMailFromAttributesCommand, se_PutEmailIdentityMailFr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutEmailIdentityMailFromAttributesCommand 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_SendEmailCommand, se_SendEmailCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SendEmailCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand 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_UpdateConfigurationSetEventDestinationCommand, se_UpdateConfiguratio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConfigurationSetEventDestinationCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint-email",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-email",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|