@aws-sdk/client-sesv2 3.1093.0 → 3.1095.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 CHANGED
@@ -227,7 +227,7 @@ const commonParams = {
227
227
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
228
228
  };
229
229
 
230
- var version = "3.1092.0";
230
+ var version = "3.1094.0";
231
231
  var packageInfo = {
232
232
  version: version};
233
233
 
@@ -42,6 +42,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
42
42
  logger?: import("@smithy/types").Logger;
43
43
  }) => import("@smithy/types").EndpointV2;
44
44
  tls?: boolean;
45
+ ignoreConfiguredEndpointUrls?: boolean;
45
46
  serviceConfiguredEndpoint?: never;
46
47
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
47
48
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -52,5 +53,6 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
52
53
  systemClockOffset?: number;
53
54
  signingRegion?: string;
54
55
  signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
56
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
55
57
  sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
56
58
  };
@@ -44,6 +44,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
44
44
  logger?: import("@smithy/types").Logger;
45
45
  }) => import("@smithy/types").EndpointV2;
46
46
  tls?: boolean;
47
+ ignoreConfiguredEndpointUrls?: boolean;
47
48
  serviceConfiguredEndpoint?: never;
48
49
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
49
50
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SESv2HttpAuthSchemeProvider;
@@ -53,4 +54,5 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
53
54
  systemClockOffset?: number;
54
55
  signingRegion?: string;
55
56
  signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
57
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
56
58
  };
@@ -41,6 +41,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
41
41
  logger?: import("@smithy/types").Logger;
42
42
  }) => import("@smithy/types").EndpointV2;
43
43
  tls?: boolean;
44
+ ignoreConfiguredEndpointUrls?: boolean;
44
45
  serviceConfiguredEndpoint?: never;
45
46
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
46
47
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -51,5 +52,6 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
51
52
  systemClockOffset?: number;
52
53
  signingRegion?: string;
53
54
  signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
55
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
54
56
  sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
55
57
  };
@@ -71,6 +71,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
71
71
  },
72
72
  ) => import("@smithy/types").EndpointV2;
73
73
  tls?: boolean;
74
+ ignoreConfiguredEndpointUrls?: boolean;
74
75
  serviceConfiguredEndpoint?: never;
75
76
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
76
77
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -92,6 +93,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
92
93
  options: import("@smithy/signature-v4").SignatureV4Init &
93
94
  import("@smithy/signature-v4").SignatureV4CryptoInit,
94
95
  ) => import("@smithy/types").RequestSigner);
96
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
95
97
  sigv4aSigningRegionSet?:
96
98
  | string[]
97
99
  | undefined
@@ -73,6 +73,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
73
73
  },
74
74
  ) => import("@smithy/types").EndpointV2;
75
75
  tls?: boolean;
76
+ ignoreConfiguredEndpointUrls?: boolean;
76
77
  serviceConfiguredEndpoint?: never;
77
78
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
78
79
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SESv2HttpAuthSchemeProvider;
@@ -93,4 +94,5 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
93
94
  options: import("@smithy/signature-v4").SignatureV4Init &
94
95
  import("@smithy/signature-v4").SignatureV4CryptoInit,
95
96
  ) => import("@smithy/types").RequestSigner);
97
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
96
98
  };
@@ -75,6 +75,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
75
75
  },
76
76
  ) => import("@smithy/types").EndpointV2;
77
77
  tls?: boolean;
78
+ ignoreConfiguredEndpointUrls?: boolean;
78
79
  serviceConfiguredEndpoint?: never;
79
80
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
80
81
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -96,6 +97,7 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
96
97
  options: import("@smithy/signature-v4").SignatureV4Init &
97
98
  import("@smithy/signature-v4").SignatureV4CryptoInit,
98
99
  ) => import("@smithy/types").RequestSigner);
100
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
99
101
  sigv4aSigningRegionSet?:
100
102
  | string[]
101
103
  | undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sesv2",
3
- "version": "3.1093.0",
3
+ "version": "3.1095.0",
4
4
  "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sesv2",
6
6
  "license": "Apache-2.0",
@@ -46,13 +46,13 @@
46
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.976.0",
50
- "@aws-sdk/credential-provider-node": "^3.972.71",
51
- "@aws-sdk/signature-v4-multi-region": "^3.996.41",
49
+ "@aws-sdk/core": "^3.977.0",
50
+ "@aws-sdk/credential-provider-node": "^3.972.72",
51
+ "@aws-sdk/signature-v4-multi-region": "^3.996.42",
52
52
  "@aws-sdk/types": "^3.974.2",
53
- "@smithy/core": "^3.29.4",
54
- "@smithy/fetch-http-handler": "^5.6.6",
55
- "@smithy/node-http-handler": "^4.9.6",
53
+ "@smithy/core": "^3.29.8",
54
+ "@smithy/fetch-http-handler": "^5.6.10",
55
+ "@smithy/node-http-handler": "^4.9.10",
56
56
  "@smithy/types": "^4.16.1",
57
57
  "tslib": "^2.6.2"
58
58
  },