@aws-sdk/client-ses 3.261.0 → 3.262.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.
@@ -6483,7 +6483,7 @@ const deserializeAws_queryReceiptRuleSetMetadata = (output, context) => {
6483
6483
  contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6484
6484
  }
6485
6485
  if (output["CreatedTimestamp"] !== undefined) {
6486
- contents.CreatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreatedTimestamp"]));
6486
+ contents.CreatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreatedTimestamp"]));
6487
6487
  }
6488
6488
  return contents;
6489
6489
  };
@@ -6525,7 +6525,7 @@ const deserializeAws_queryReputationOptions = (output, context) => {
6525
6525
  contents.ReputationMetricsEnabled = (0, smithy_client_1.parseBoolean)(output["ReputationMetricsEnabled"]);
6526
6526
  }
6527
6527
  if (output["LastFreshStart"] !== undefined) {
6528
- contents.LastFreshStart = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastFreshStart"]));
6528
+ contents.LastFreshStart = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastFreshStart"]));
6529
6529
  }
6530
6530
  return contents;
6531
6531
  };
@@ -6615,7 +6615,7 @@ const deserializeAws_querySendDataPoint = (output, context) => {
6615
6615
  Rejects: undefined,
6616
6616
  };
6617
6617
  if (output["Timestamp"] !== undefined) {
6618
- contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["Timestamp"]));
6618
+ contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Timestamp"]));
6619
6619
  }
6620
6620
  if (output["DeliveryAttempts"] !== undefined) {
6621
6621
  contents.DeliveryAttempts = (0, smithy_client_1.strictParseLong)(output["DeliveryAttempts"]);
@@ -6771,7 +6771,7 @@ const deserializeAws_queryTemplateMetadata = (output, context) => {
6771
6771
  contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6772
6772
  }
6773
6773
  if (output["CreatedTimestamp"] !== undefined) {
6774
- contents.CreatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreatedTimestamp"]));
6774
+ contents.CreatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreatedTimestamp"]));
6775
6775
  }
6776
6776
  return contents;
6777
6777
  };
@@ -1,5 +1,5 @@
1
1
  import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
2
- import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTime as __parseRfc3339DateTime, strictParseFloat as __strictParseFloat, strictParseLong as __strictParseLong, throwDefaultError, } from "@aws-sdk/smithy-client";
2
+ import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseFloat as __strictParseFloat, strictParseLong as __strictParseLong, throwDefaultError, } from "@aws-sdk/smithy-client";
3
3
  import { XMLParser } from "fast-xml-parser";
4
4
  import { AccountSendingPausedException, AlreadyExistsException, CannotDeleteException, ConfigurationSetAlreadyExistsException, ConfigurationSetDoesNotExistException, ConfigurationSetSendingPausedException, CustomVerificationEmailInvalidContentException, CustomVerificationEmailTemplateAlreadyExistsException, CustomVerificationEmailTemplateDoesNotExistException, EventDestinationAlreadyExistsException, EventDestinationDoesNotExistException, FromEmailAddressNotVerifiedException, InvalidCloudWatchDestinationException, InvalidConfigurationSetException, InvalidDeliveryOptionsException, InvalidFirehoseDestinationException, InvalidLambdaFunctionException, InvalidPolicyException, InvalidRenderingParameterException, InvalidS3ConfigurationException, InvalidSNSDestinationException, InvalidSnsTopicException, InvalidTemplateException, InvalidTrackingOptionsException, LimitExceededException, MailFromDomainNotVerifiedException, MessageRejected, MissingRenderingAttributeException, ProductionAccessNotGrantedException, RuleDoesNotExistException, RuleSetDoesNotExistException, TemplateDoesNotExistException, TrackingOptionsAlreadyExistsException, TrackingOptionsDoesNotExistException, } from "../models/models_0";
5
5
  import { SESServiceException as __BaseException } from "../models/SESServiceException";
@@ -6336,7 +6336,7 @@ const deserializeAws_queryReceiptRuleSetMetadata = (output, context) => {
6336
6336
  contents.Name = __expectString(output["Name"]);
6337
6337
  }
6338
6338
  if (output["CreatedTimestamp"] !== undefined) {
6339
- contents.CreatedTimestamp = __expectNonNull(__parseRfc3339DateTime(output["CreatedTimestamp"]));
6339
+ contents.CreatedTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreatedTimestamp"]));
6340
6340
  }
6341
6341
  return contents;
6342
6342
  };
@@ -6378,7 +6378,7 @@ const deserializeAws_queryReputationOptions = (output, context) => {
6378
6378
  contents.ReputationMetricsEnabled = __parseBoolean(output["ReputationMetricsEnabled"]);
6379
6379
  }
6380
6380
  if (output["LastFreshStart"] !== undefined) {
6381
- contents.LastFreshStart = __expectNonNull(__parseRfc3339DateTime(output["LastFreshStart"]));
6381
+ contents.LastFreshStart = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastFreshStart"]));
6382
6382
  }
6383
6383
  return contents;
6384
6384
  };
@@ -6468,7 +6468,7 @@ const deserializeAws_querySendDataPoint = (output, context) => {
6468
6468
  Rejects: undefined,
6469
6469
  };
6470
6470
  if (output["Timestamp"] !== undefined) {
6471
- contents.Timestamp = __expectNonNull(__parseRfc3339DateTime(output["Timestamp"]));
6471
+ contents.Timestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Timestamp"]));
6472
6472
  }
6473
6473
  if (output["DeliveryAttempts"] !== undefined) {
6474
6474
  contents.DeliveryAttempts = __strictParseLong(output["DeliveryAttempts"]);
@@ -6624,7 +6624,7 @@ const deserializeAws_queryTemplateMetadata = (output, context) => {
6624
6624
  contents.Name = __expectString(output["Name"]);
6625
6625
  }
6626
6626
  if (output["CreatedTimestamp"] !== undefined) {
6627
- contents.CreatedTimestamp = __expectNonNull(__parseRfc3339DateTime(output["CreatedTimestamp"]));
6627
+ contents.CreatedTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreatedTimestamp"]));
6628
6628
  }
6629
6629
  return contents;
6630
6630
  };
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.261.0",
4
+ "version": "3.262.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",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.261.0",
23
+ "@aws-sdk/client-sts": "3.262.0",
24
24
  "@aws-sdk/config-resolver": "3.259.0",
25
25
  "@aws-sdk/credential-provider-node": "3.261.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.257.0",