@aws-sdk/client-ses 3.211.0 → 3.213.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.
@@ -5649,10 +5649,8 @@ const deserializeAws_queryDkimAttributes = (output, context) => {
5649
5649
  if (pair["value"] === null) {
5650
5650
  return acc;
5651
5651
  }
5652
- return {
5653
- ...acc,
5654
- [pair["key"]]: deserializeAws_queryIdentityDkimAttributes(pair["value"], context),
5655
- };
5652
+ acc[pair["key"]] = deserializeAws_queryIdentityDkimAttributes(pair["value"], context);
5653
+ return acc;
5656
5654
  }, {});
5657
5655
  };
5658
5656
  const deserializeAws_queryEventDestination = (output, context) => {
@@ -6291,10 +6289,8 @@ const deserializeAws_queryMailFromDomainAttributes = (output, context) => {
6291
6289
  if (pair["value"] === null) {
6292
6290
  return acc;
6293
6291
  }
6294
- return {
6295
- ...acc,
6296
- [pair["key"]]: deserializeAws_queryIdentityMailFromDomainAttributes(pair["value"], context),
6297
- };
6292
+ acc[pair["key"]] = deserializeAws_queryIdentityMailFromDomainAttributes(pair["value"], context);
6293
+ return acc;
6298
6294
  }, {});
6299
6295
  };
6300
6296
  const deserializeAws_queryMailFromDomainNotVerifiedException = (output, context) => {
@@ -6333,10 +6329,8 @@ const deserializeAws_queryNotificationAttributes = (output, context) => {
6333
6329
  if (pair["value"] === null) {
6334
6330
  return acc;
6335
6331
  }
6336
- return {
6337
- ...acc,
6338
- [pair["key"]]: deserializeAws_queryIdentityNotificationAttributes(pair["value"], context),
6339
- };
6332
+ acc[pair["key"]] = deserializeAws_queryIdentityNotificationAttributes(pair["value"], context);
6333
+ return acc;
6340
6334
  }, {});
6341
6335
  };
6342
6336
  const deserializeAws_queryPolicyMap = (output, context) => {
@@ -6344,10 +6338,8 @@ const deserializeAws_queryPolicyMap = (output, context) => {
6344
6338
  if (pair["value"] === null) {
6345
6339
  return acc;
6346
6340
  }
6347
- return {
6348
- ...acc,
6349
- [pair["key"]]: (0, smithy_client_1.expectString)(pair["value"]),
6350
- };
6341
+ acc[pair["key"]] = (0, smithy_client_1.expectString)(pair["value"]);
6342
+ return acc;
6351
6343
  }, {});
6352
6344
  };
6353
6345
  const deserializeAws_queryPolicyNameList = (output, context) => {
@@ -6855,10 +6847,8 @@ const deserializeAws_queryVerificationAttributes = (output, context) => {
6855
6847
  if (pair["value"] === null) {
6856
6848
  return acc;
6857
6849
  }
6858
- return {
6859
- ...acc,
6860
- [pair["key"]]: deserializeAws_queryIdentityVerificationAttributes(pair["value"], context),
6861
- };
6850
+ acc[pair["key"]] = deserializeAws_queryIdentityVerificationAttributes(pair["value"], context);
6851
+ return acc;
6862
6852
  }, {});
6863
6853
  };
6864
6854
  const deserializeAws_queryVerificationTokenList = (output, context) => {
@@ -5502,10 +5502,8 @@ const deserializeAws_queryDkimAttributes = (output, context) => {
5502
5502
  if (pair["value"] === null) {
5503
5503
  return acc;
5504
5504
  }
5505
- return {
5506
- ...acc,
5507
- [pair["key"]]: deserializeAws_queryIdentityDkimAttributes(pair["value"], context),
5508
- };
5505
+ acc[pair["key"]] = deserializeAws_queryIdentityDkimAttributes(pair["value"], context);
5506
+ return acc;
5509
5507
  }, {});
5510
5508
  };
5511
5509
  const deserializeAws_queryEventDestination = (output, context) => {
@@ -6144,10 +6142,8 @@ const deserializeAws_queryMailFromDomainAttributes = (output, context) => {
6144
6142
  if (pair["value"] === null) {
6145
6143
  return acc;
6146
6144
  }
6147
- return {
6148
- ...acc,
6149
- [pair["key"]]: deserializeAws_queryIdentityMailFromDomainAttributes(pair["value"], context),
6150
- };
6145
+ acc[pair["key"]] = deserializeAws_queryIdentityMailFromDomainAttributes(pair["value"], context);
6146
+ return acc;
6151
6147
  }, {});
6152
6148
  };
6153
6149
  const deserializeAws_queryMailFromDomainNotVerifiedException = (output, context) => {
@@ -6186,10 +6182,8 @@ const deserializeAws_queryNotificationAttributes = (output, context) => {
6186
6182
  if (pair["value"] === null) {
6187
6183
  return acc;
6188
6184
  }
6189
- return {
6190
- ...acc,
6191
- [pair["key"]]: deserializeAws_queryIdentityNotificationAttributes(pair["value"], context),
6192
- };
6185
+ acc[pair["key"]] = deserializeAws_queryIdentityNotificationAttributes(pair["value"], context);
6186
+ return acc;
6193
6187
  }, {});
6194
6188
  };
6195
6189
  const deserializeAws_queryPolicyMap = (output, context) => {
@@ -6197,10 +6191,8 @@ const deserializeAws_queryPolicyMap = (output, context) => {
6197
6191
  if (pair["value"] === null) {
6198
6192
  return acc;
6199
6193
  }
6200
- return {
6201
- ...acc,
6202
- [pair["key"]]: __expectString(pair["value"]),
6203
- };
6194
+ acc[pair["key"]] = __expectString(pair["value"]);
6195
+ return acc;
6204
6196
  }, {});
6205
6197
  };
6206
6198
  const deserializeAws_queryPolicyNameList = (output, context) => {
@@ -6708,10 +6700,8 @@ const deserializeAws_queryVerificationAttributes = (output, context) => {
6708
6700
  if (pair["value"] === null) {
6709
6701
  return acc;
6710
6702
  }
6711
- return {
6712
- ...acc,
6713
- [pair["key"]]: deserializeAws_queryIdentityVerificationAttributes(pair["value"], context),
6714
- };
6703
+ acc[pair["key"]] = deserializeAws_queryIdentityVerificationAttributes(pair["value"], context);
6704
+ return acc;
6715
6705
  }, {});
6716
6706
  };
6717
6707
  const deserializeAws_queryVerificationTokenList = (output, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
3
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.211.0",
4
+ "version": "3.213.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,39 +19,39 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.211.0",
23
- "@aws-sdk/config-resolver": "3.209.0",
24
- "@aws-sdk/credential-provider-node": "3.211.0",
25
- "@aws-sdk/fetch-http-handler": "3.208.0",
26
- "@aws-sdk/hash-node": "3.208.0",
27
- "@aws-sdk/invalid-dependency": "3.208.0",
28
- "@aws-sdk/middleware-content-length": "3.208.0",
29
- "@aws-sdk/middleware-endpoint": "3.208.0",
30
- "@aws-sdk/middleware-host-header": "3.208.0",
31
- "@aws-sdk/middleware-logger": "3.208.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.208.0",
33
- "@aws-sdk/middleware-retry": "3.209.0",
34
- "@aws-sdk/middleware-serde": "3.208.0",
35
- "@aws-sdk/middleware-signing": "3.208.0",
36
- "@aws-sdk/middleware-stack": "3.208.0",
37
- "@aws-sdk/middleware-user-agent": "3.208.0",
38
- "@aws-sdk/node-config-provider": "3.209.0",
39
- "@aws-sdk/node-http-handler": "3.208.0",
40
- "@aws-sdk/protocol-http": "3.208.0",
41
- "@aws-sdk/smithy-client": "3.209.0",
42
- "@aws-sdk/types": "3.208.0",
43
- "@aws-sdk/url-parser": "3.208.0",
22
+ "@aws-sdk/client-sts": "3.213.0",
23
+ "@aws-sdk/config-resolver": "3.212.0",
24
+ "@aws-sdk/credential-provider-node": "3.212.0",
25
+ "@aws-sdk/fetch-http-handler": "3.212.0",
26
+ "@aws-sdk/hash-node": "3.212.0",
27
+ "@aws-sdk/invalid-dependency": "3.212.0",
28
+ "@aws-sdk/middleware-content-length": "3.212.0",
29
+ "@aws-sdk/middleware-endpoint": "3.212.0",
30
+ "@aws-sdk/middleware-host-header": "3.212.0",
31
+ "@aws-sdk/middleware-logger": "3.212.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.212.0",
33
+ "@aws-sdk/middleware-retry": "3.212.0",
34
+ "@aws-sdk/middleware-serde": "3.212.0",
35
+ "@aws-sdk/middleware-signing": "3.212.0",
36
+ "@aws-sdk/middleware-stack": "3.212.0",
37
+ "@aws-sdk/middleware-user-agent": "3.212.0",
38
+ "@aws-sdk/node-config-provider": "3.212.0",
39
+ "@aws-sdk/node-http-handler": "3.212.0",
40
+ "@aws-sdk/protocol-http": "3.212.0",
41
+ "@aws-sdk/smithy-client": "3.212.0",
42
+ "@aws-sdk/types": "3.212.0",
43
+ "@aws-sdk/url-parser": "3.212.0",
44
44
  "@aws-sdk/util-base64": "3.208.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.188.0",
46
46
  "@aws-sdk/util-body-length-node": "3.208.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.209.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.209.0",
49
- "@aws-sdk/util-endpoints": "3.211.0",
50
- "@aws-sdk/util-user-agent-browser": "3.208.0",
51
- "@aws-sdk/util-user-agent-node": "3.209.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.212.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.212.0",
49
+ "@aws-sdk/util-endpoints": "3.212.0",
50
+ "@aws-sdk/util-user-agent-browser": "3.212.0",
51
+ "@aws-sdk/util-user-agent-node": "3.212.0",
52
52
  "@aws-sdk/util-utf8-browser": "3.188.0",
53
53
  "@aws-sdk/util-utf8-node": "3.208.0",
54
- "@aws-sdk/util-waiter": "3.208.0",
54
+ "@aws-sdk/util-waiter": "3.212.0",
55
55
  "fast-xml-parser": "4.0.11",
56
56
  "tslib": "^2.3.1"
57
57
  },