@aws-sdk/client-ses 3.28.0 → 3.32.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/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.28.0",
4
+ "version": "3.32.0",
5
5
  "scripts": {
6
6
  "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
7
  "build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,48 +27,48 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "^1.0.0",
29
29
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.28.0",
31
- "@aws-sdk/config-resolver": "3.28.0",
32
- "@aws-sdk/credential-provider-node": "3.28.0",
33
- "@aws-sdk/fetch-http-handler": "3.25.0",
34
- "@aws-sdk/hash-node": "3.25.0",
35
- "@aws-sdk/invalid-dependency": "3.25.0",
36
- "@aws-sdk/middleware-content-length": "3.25.0",
37
- "@aws-sdk/middleware-host-header": "3.25.0",
38
- "@aws-sdk/middleware-logger": "3.25.0",
39
- "@aws-sdk/middleware-retry": "3.28.0",
40
- "@aws-sdk/middleware-serde": "3.25.0",
41
- "@aws-sdk/middleware-signing": "3.28.0",
42
- "@aws-sdk/middleware-stack": "3.25.0",
43
- "@aws-sdk/middleware-user-agent": "3.25.0",
44
- "@aws-sdk/node-config-provider": "3.28.0",
45
- "@aws-sdk/node-http-handler": "3.25.0",
46
- "@aws-sdk/protocol-http": "3.25.0",
47
- "@aws-sdk/smithy-client": "3.28.0",
48
- "@aws-sdk/types": "3.25.0",
49
- "@aws-sdk/url-parser": "3.25.0",
50
- "@aws-sdk/util-base64-browser": "3.23.0",
51
- "@aws-sdk/util-base64-node": "3.23.0",
52
- "@aws-sdk/util-body-length-browser": "3.23.0",
53
- "@aws-sdk/util-body-length-node": "3.23.0",
54
- "@aws-sdk/util-user-agent-browser": "3.25.0",
55
- "@aws-sdk/util-user-agent-node": "3.28.0",
56
- "@aws-sdk/util-utf8-browser": "3.23.0",
57
- "@aws-sdk/util-utf8-node": "3.23.0",
58
- "@aws-sdk/util-waiter": "3.25.0",
30
+ "@aws-sdk/client-sts": "3.32.0",
31
+ "@aws-sdk/config-resolver": "3.32.0",
32
+ "@aws-sdk/credential-provider-node": "3.32.0",
33
+ "@aws-sdk/fetch-http-handler": "3.32.0",
34
+ "@aws-sdk/hash-node": "3.32.0",
35
+ "@aws-sdk/invalid-dependency": "3.32.0",
36
+ "@aws-sdk/middleware-content-length": "3.32.0",
37
+ "@aws-sdk/middleware-host-header": "3.32.0",
38
+ "@aws-sdk/middleware-logger": "3.32.0",
39
+ "@aws-sdk/middleware-retry": "3.32.0",
40
+ "@aws-sdk/middleware-serde": "3.32.0",
41
+ "@aws-sdk/middleware-signing": "3.32.0",
42
+ "@aws-sdk/middleware-stack": "3.32.0",
43
+ "@aws-sdk/middleware-user-agent": "3.32.0",
44
+ "@aws-sdk/node-config-provider": "3.32.0",
45
+ "@aws-sdk/node-http-handler": "3.32.0",
46
+ "@aws-sdk/protocol-http": "3.32.0",
47
+ "@aws-sdk/smithy-client": "3.32.0",
48
+ "@aws-sdk/types": "3.32.0",
49
+ "@aws-sdk/url-parser": "3.32.0",
50
+ "@aws-sdk/util-base64-browser": "3.32.0",
51
+ "@aws-sdk/util-base64-node": "3.32.0",
52
+ "@aws-sdk/util-body-length-browser": "3.32.0",
53
+ "@aws-sdk/util-body-length-node": "3.32.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.32.0",
55
+ "@aws-sdk/util-user-agent-node": "3.32.0",
56
+ "@aws-sdk/util-utf8-browser": "3.32.0",
57
+ "@aws-sdk/util-utf8-node": "3.32.0",
58
+ "@aws-sdk/util-waiter": "3.32.0",
59
59
  "entities": "2.2.0",
60
60
  "fast-xml-parser": "3.19.0",
61
61
  "tslib": "^2.3.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@aws-sdk/client-documentation-generator": "3.23.0",
64
+ "@aws-sdk/client-documentation-generator": "3.32.0",
65
65
  "@types/node": "^12.7.5",
66
66
  "downlevel-dts": "0.7.0",
67
67
  "jest": "^26.1.0",
68
68
  "rimraf": "^3.0.0",
69
69
  "ts-jest": "^26.4.1",
70
70
  "typedoc": "^0.19.2",
71
- "typescript": "~4.3.2"
71
+ "typescript": "~4.3.5"
72
72
  },
73
73
  "engines": {
74
74
  "node": ">=10.0.0"
@@ -430,13 +430,15 @@ import {
430
430
  } from "../models/models_0";
431
431
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
432
432
  import {
433
+ expectNonNull as __expectNonNull,
433
434
  expectString as __expectString,
434
435
  extendedEncodeURIComponent as __extendedEncodeURIComponent,
435
436
  getArrayIfSingleItem as __getArrayIfSingleItem,
436
437
  getValueFromTextNode as __getValueFromTextNode,
437
438
  parseBoolean as __parseBoolean,
439
+ parseRfc3339DateTime as __parseRfc3339DateTime,
438
440
  strictParseFloat as __strictParseFloat,
439
- strictParseInt as __strictParseInt,
441
+ strictParseLong as __strictParseLong,
440
442
  } from "@aws-sdk/smithy-client";
441
443
  import {
442
444
  Endpoint as __Endpoint,
@@ -9714,7 +9716,7 @@ const deserializeAws_queryReceiptRuleSetMetadata = (output: any, context: __Serd
9714
9716
  contents.Name = __expectString(output["Name"]);
9715
9717
  }
9716
9718
  if (output["CreatedTimestamp"] !== undefined) {
9717
- contents.CreatedTimestamp = new Date(output["CreatedTimestamp"]);
9719
+ contents.CreatedTimestamp = __expectNonNull(__parseRfc3339DateTime(output["CreatedTimestamp"]));
9718
9720
  }
9719
9721
  return contents;
9720
9722
  };
@@ -9773,7 +9775,7 @@ const deserializeAws_queryReputationOptions = (output: any, context: __SerdeCont
9773
9775
  contents.ReputationMetricsEnabled = __parseBoolean(output["ReputationMetricsEnabled"]);
9774
9776
  }
9775
9777
  if (output["LastFreshStart"] !== undefined) {
9776
- contents.LastFreshStart = new Date(output["LastFreshStart"]);
9778
+ contents.LastFreshStart = __expectNonNull(__parseRfc3339DateTime(output["LastFreshStart"]));
9777
9779
  }
9778
9780
  return contents;
9779
9781
  };
@@ -9885,19 +9887,19 @@ const deserializeAws_querySendDataPoint = (output: any, context: __SerdeContext)
9885
9887
  Rejects: undefined,
9886
9888
  };
9887
9889
  if (output["Timestamp"] !== undefined) {
9888
- contents.Timestamp = new Date(output["Timestamp"]);
9890
+ contents.Timestamp = __expectNonNull(__parseRfc3339DateTime(output["Timestamp"]));
9889
9891
  }
9890
9892
  if (output["DeliveryAttempts"] !== undefined) {
9891
- contents.DeliveryAttempts = __strictParseInt(output["DeliveryAttempts"]) as number;
9893
+ contents.DeliveryAttempts = __strictParseLong(output["DeliveryAttempts"]) as number;
9892
9894
  }
9893
9895
  if (output["Bounces"] !== undefined) {
9894
- contents.Bounces = __strictParseInt(output["Bounces"]) as number;
9896
+ contents.Bounces = __strictParseLong(output["Bounces"]) as number;
9895
9897
  }
9896
9898
  if (output["Complaints"] !== undefined) {
9897
- contents.Complaints = __strictParseInt(output["Complaints"]) as number;
9899
+ contents.Complaints = __strictParseLong(output["Complaints"]) as number;
9898
9900
  }
9899
9901
  if (output["Rejects"] !== undefined) {
9900
- contents.Rejects = __strictParseInt(output["Rejects"]) as number;
9902
+ contents.Rejects = __strictParseLong(output["Rejects"]) as number;
9901
9903
  }
9902
9904
  return contents;
9903
9905
  };
@@ -10088,7 +10090,7 @@ const deserializeAws_queryTemplateMetadata = (output: any, context: __SerdeConte
10088
10090
  contents.Name = __expectString(output["Name"]);
10089
10091
  }
10090
10092
  if (output["CreatedTimestamp"] !== undefined) {
10091
- contents.CreatedTimestamp = new Date(output["CreatedTimestamp"]);
10093
+ contents.CreatedTimestamp = __expectNonNull(__parseRfc3339DateTime(output["CreatedTimestamp"]));
10092
10094
  }
10093
10095
  return contents;
10094
10096
  };